{"_id":"@5minds/processcube_engine","_rev":"3506-f80f269b263dd3e8b293f1cd9605b56c","name":"@5minds/processcube_engine","dist-tags":{"2023-1":"15.1.4","2023-2":"16.2.2","2024-1":"17.3.3","19-latest":"19.2.6","18-latest":"18.6.5","renovate~kubernetes-client-node-1.x":"20.0.0-renovate-31f2a4-mezshzu1","renovate~node-22.x":"20.0.0-renovate-080fb6-mff0ghda","feature~PCE-1915_Retry_at_parallel_instances":"20.0.0-feature-cd8674-mffdn9q4","develop":"20.0.0-develop-10736e-mfgid9ee","2025-2":"20.0.0-alpha.8","alpha":"20.0.0-alpha.8","next":"20.0.0-alpha.8","hotfix~PSD-391":"19.2.7-hotfix-f1b6af-mfqqabd6","2025-1":"19.2.8","hotfix~correlation-unique-constraint-18.6.2":"18.6.7-hotfix-6bfa76-mkh3aaxo","hotfix~cache-process-definition-mediator":"18.6.8-hotfix-454769-mlkv4ay2","2024-2":"18.6.12","latest":"18.6.12"},"versions":{"15.0.0":{"name":"@5minds/processcube_engine","version":"15.0.0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.0.0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"12af598fab471ce1c1bc0e882bdbcf6b9965b472","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.0.0.tgz","fileCount":853,"integrity":"sha512-nU6mw9D+3F8On9Z8JuiyUZxbEEda9xRBTj/Qr+ETrKA9o9uI1SEDWhL2wmuHDf3+RqoqMml/GuuJ85MYfX2yBQ==","signatures":[{"sig":"MEUCIAjqxtz7LdHPQBKt15e/gR9mblZ7QW2TjA0C08/dTCBiAiEAiWCbtpdSX98aYJvuBUcmLWhhk3jWOEi0Y4kKvjD/gA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555018},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9a7de941f6ecebab24e581d468bbfe2c57b80275","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"developers5minds","email":"developers+npm@5minds.de"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.7.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.0.0_1687273321993_0.46222188712544887","host":"s3://npm-registry-packages"}},"15.1.0-develop-098f5b-lj4hb86c":{"name":"@5minds/processcube_engine","version":"15.1.0-develop-098f5b-lj4hb86c","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0-develop-098f5b-lj4hb86c","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"b41aeb004c3cf6afd2ab6105f57ae6656bd8086a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0-develop-098f5b-lj4hb86c.tgz","fileCount":853,"integrity":"sha512-Rksr8f/Qo7HVJIi022GAMj7ppw+oEijY/i8wJOO+o8+Z2gBaI2T1l6uFmCYzqhpIuaWSbUsXc/Ym51ZHzm7RrA==","signatures":[{"sig":"MEUCIDOwFXNyMa0jjOxWpSypr+w9ntR4kd5axREzGM6wPK6FAiEAnQNDEQYTO2rq6LCUdfgLFfDhho3EIkUpSmCplSDW7lE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554284},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"098f5bc13357cbf5c64e1a1e214ee54a6b734b24","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0-develop-098f5b-lj4hb86c_1687277293085_0.3663920705191883","host":"s3://npm-registry-packages"}},"15.1.0-feature-bdaf8a-lj4iiom6":{"name":"@5minds/processcube_engine","version":"15.1.0-feature-bdaf8a-lj4iiom6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0-feature-bdaf8a-lj4iiom6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"d519d74d782cd534da5bd1429bd30a33ed9c7203","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0-feature-bdaf8a-lj4iiom6.tgz","fileCount":853,"integrity":"sha512-3qMzguURjnn9sCLqD8L9CWyJOJiFEGD0D9BM1GF8zZ9qIXBzcUKlR1j9jksYY1VbZiKLJCV0ihwOUqv4JsBGLg==","signatures":[{"sig":"MEUCIQDHXTzoFW/g0F97UApUGfBw7jMfEauDQPEpy2eok7jGZAIgEbij/xXxof8m8kDNi+UHSYRW8vo1RftH/MpR2hPLl4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554284},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bdaf8a365cc0c3a071f9e2e58ee24af891e6716a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0-feature-bdaf8a-lj4iiom6_1687279320768_0.21415053986325772","host":"s3://npm-registry-packages"}},"15.1.0-feature-93d051-lj5p9l0v":{"name":"@5minds/processcube_engine","version":"15.1.0-feature-93d051-lj5p9l0v","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0-feature-93d051-lj5p9l0v","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"eb9758888d6136cc3823eaea0e2130ea25a0d282","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0-feature-93d051-lj5p9l0v.tgz","fileCount":853,"integrity":"sha512-50Se6QDQzF+L+VXiW9QVXPduZNBvQ5FCpFvzsZ7BK0Tl84u0LkTurjjZeACoAcGyx6R2FqZlKIKOHj+5O0grqg==","signatures":[{"sig":"MEUCIQCFnm4H45h1hzs/JnWNQQOAVcTf7Kr56GAZdSfo0A79mQIge4rVTN2y43odgSlURPftao8Ajv5WxMoQHp47s/b3OSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555844},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"93d0516669d4cc2df7bcc891e2c9112f72791591","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0-feature-93d051-lj5p9l0v_1687351111384_0.24593834770111012","host":"s3://npm-registry-packages"}},"15.1.0-develop-afd8cf-lj5sxcwz":{"name":"@5minds/processcube_engine","version":"15.1.0-develop-afd8cf-lj5sxcwz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0-develop-afd8cf-lj5sxcwz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"4499f1c70fe1218674e777a7d0d095d0aafee4f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0-develop-afd8cf-lj5sxcwz.tgz","fileCount":853,"integrity":"sha512-g/oc3WTNQZdhMgUu4kTKIYKYb1k2bHL5eZNqyfNaPpYSVdACOk8omVFRRWnWNtT34X5Dbj0/CoTAEAlzI4tbtQ==","signatures":[{"sig":"MEQCIDxtjKuKKzJfHadB99ZIZjCzGSvejXR9z5a89aFKLEsCAiAkkKUWRuPsaI5jHRFfImwODSi33kHnaV4i7Ggs0AEYNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554284},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"afd8cfdadfd4c0bee142eb6fee98d960bfdc4d54","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0-develop-afd8cf-lj5sxcwz_1687357260320_0.6443934032058682","host":"s3://npm-registry-packages"}},"15.1.0-feature-0c4102-lj5t2686":{"name":"@5minds/processcube_engine","version":"15.1.0-feature-0c4102-lj5t2686","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0-feature-0c4102-lj5t2686","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"93f85cb879def0a76c70b6b2309f0c00efd79620","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0-feature-0c4102-lj5t2686.tgz","fileCount":853,"integrity":"sha512-v0K2umQps99uTvDjSigqV6HKzfMGyxAxg08zWM41gHaE83FYX8CVcoUtci8xGY8yAVn0y10RFLwl7BHnZCh/0g==","signatures":[{"sig":"MEUCIQDeZnnT/sn+JQYbuoRMT/nb6ycujUUVQpdZALyNFSOjLgIgI1B2SCSS63SsTatqAY2igRbx3RsSSWPHovr5k88EjAo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555844},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0c410249549060dd877c8eb6185a6ee79f19387c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0-feature-0c4102-lj5t2686_1687357487730_0.6231450408470631","host":"s3://npm-registry-packages"}},"16.0.0-feature-e7b263-lj6tdw70":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e7b263-lj6tdw70","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e7b263-lj6tdw70","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"0e8be3d7fca3f7563926b4f4372061aaae6954b9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e7b263-lj6tdw70.tgz","fileCount":853,"integrity":"sha512-D9Vqy/Fxib0wizqzxDrNUJZcuRckl8hkEmjg5yeeYgQEdAT9t4Oi2j+j76+1rw56n48bsYarUDY1yKCftKd14A==","signatures":[{"sig":"MEYCIQDTbn5qRgawpvgY/fKsJqfKH6jEOyjf4lGbz7IPS+sxWAIhAIpOZN749kco+PaPQuG3MJTFOM5Ej+CvRNaDdn85aGNV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555844},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e7b2635e26a65f49b79a565e03e019d5dd5e65e2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e7b263-lj6tdw70_1687418515495_0.3798440325746637","host":"s3://npm-registry-packages"}},"16.0.0-develop-8396c5-lj6tfi7s":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-8396c5-lj6tfi7s","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-8396c5-lj6tfi7s","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"60e32888e813e6084e74120f3d559590a2f45f15","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-8396c5-lj6tfi7s.tgz","fileCount":853,"integrity":"sha512-bwYvxeYU00ZIWY5C+uuSfXhqCpMHoseIDrO6A/ZBt2rRy71YVkz/fLGnBHyXucgDCXVDi35CqNO6QIoaKdRIaQ==","signatures":[{"sig":"MEUCIQD7INtK5KT2ddQkFCeIH5ogI5LJpdXI+derKx0I+9/adAIgXFunzXVWFxKR0udYdddioZBgv2sHp+FhuStl4cSh/kQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554284},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8396c5b202e4777037ae0521067e8b32e47ba77e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-8396c5-lj6tfi7s_1687418574403_0.4274207746546579","host":"s3://npm-registry-packages"}},"16.0.0-feature-026ee9-lj8axbod":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-026ee9-lj8axbod","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-026ee9-lj8axbod","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"18e64d8624f0d37874325055e00e10b4ddfd0f56","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-026ee9-lj8axbod.tgz","fileCount":853,"integrity":"sha512-YsRSQTTvtDI2dV+pWnUI7d5oGMVOilcVrIsYxIw7KGxyd56PM187NZtrP9HS0qn678yqluRQbVH5lc0HsCW0Rg==","signatures":[{"sig":"MEYCIQDlkp98CyleivrllAZiMedl9OUpGq2Z+3QDJJX/hTTD4wIhAORe9q1Kj2bxoH3/PwpyEya1mid5xgVrLt5RLRrndcPp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3557628},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"026ee96bbd4d554073ba77955c8a0da07baeaede","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-026ee9-lj8axbod_1687508437579_0.8604343909771204","host":"s3://npm-registry-packages"}},"16.0.0-feature-bc1f15-ljcoa4w4":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-bc1f15-ljcoa4w4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-bc1f15-ljcoa4w4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2f698dfddf39897706d4707e0af076bc026cfeeb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-bc1f15-ljcoa4w4.tgz","fileCount":853,"integrity":"sha512-5OsB/Y1m8emR/uxIuNQQcVD2pfswDIdqJLq4MBIqlxRV2OLtmJsJdimTUWDcqlIZ+ljnW5KCc0ahMA5kVwZ8BA==","signatures":[{"sig":"MEYCIQDHktrrwDlzK02TY95Q51dKASynkyPVSFwIHe6n1XpWCQIhAKaVNvoXnkFzBHCk8cKLuaqSChQcb+GEZ2ObGlVBbDbr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3562522},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bc1f15ed5c19f8261e47613d3d090ad3efc7d81e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-bc1f15-ljcoa4w4_1687772724982_0.2505640096507955","host":"s3://npm-registry-packages"}},"16.0.0-feature-eeeea4-ljctaq9j":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-eeeea4-ljctaq9j","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-eeeea4-ljctaq9j","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ce4be1b14db3f8bc411986c540c9f2f2feb3ead4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-eeeea4-ljctaq9j.tgz","fileCount":853,"integrity":"sha512-ivc3zWYgnUCJYdri0+EuURlB113+cQPc8Bmwcir9H+qzXLm250prs5RGeoUGvv//gjsNmAIMHu13StqotXNl2w==","signatures":[{"sig":"MEUCIQCi591/XgTjzQh8dVC+Y/9HMl7XI8WXPEadJqBGEPBT/wIgKVEAUtk08511Vlm0oS0J5ajPFCTQjUj3KlO2lFBZ7kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555844},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eeeea4435cc945965aa177539e53933f42774d94","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-eeeea4-ljctaq9j_1687781149138_0.49702813924505507","host":"s3://npm-registry-packages"}},"16.0.0-develop-48e24d-ljctoi3t":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-48e24d-ljctoi3t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-48e24d-ljctoi3t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"d7b25d8ac5e5d653a4831cf191b17fa39b06c66c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-48e24d-ljctoi3t.tgz","fileCount":853,"integrity":"sha512-Dv/D9OkcbvXZs4XTDDDdnyiC2na/jyaWWSetgCmzHnVo7peoDXzXL2NnC3NAz8T+kBcSoTvlGk6TmAU6A8H9Pg==","signatures":[{"sig":"MEQCICp83s09G6NGMLbIBiM2Xvg399cdA4MGBigRML99XTlqAiAuYsW9QNzGWHT7uYGUNWwzzn3BtVc/g/uaJEeWgDm20Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555844},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"48e24d945fefc9cdcfc693960d5b5c6cc2558e46","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-48e24d-ljctoi3t_1687781791335_0.474182847693956","host":"s3://npm-registry-packages"}},"16.0.0-feature-dafe97-ljcuh4ew":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-dafe97-ljcuh4ew","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-dafe97-ljcuh4ew","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"845f870edbbd010ba21d72aff3491247ba6a141c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-dafe97-ljcuh4ew.tgz","fileCount":853,"integrity":"sha512-Ds+Y80DWITrztB33u7ygaoRfvvYeoNtqiR+xElXECqywOtlWo4ZNZn/R3LE4zA00kPrhVkkr7NzAIVd922YC9w==","signatures":[{"sig":"MEQCIA/9nBqm+DT3pm/AOY0GRLT+kJ2bUWdEq37xsQm7Bri+AiAgjrHto/00gJ0NTTqHQMt9tL8qpWRM8s+IZY8/Mkdcdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564082},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dafe976936f62aedff22ca312755a4e87c4b6336","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.5.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-dafe97-ljcuh4ew_1687783129680_0.45474868975997307","host":"s3://npm-registry-packages"}},"16.0.0-feature-e51d77-ljdzyop5":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e51d77-ljdzyop5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e51d77-ljdzyop5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"8dde70419515a01c54638f3bf40c5829e4775f05","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e51d77-ljdzyop5.tgz","fileCount":853,"integrity":"sha512-/bMgBq4Cu3qB+451nW/I0zpckZdPUjxGwE4h3jqgNvrLv6/ibefTuxYzxSLuUZupmv7VoN6WHKQZTqrf9ar3EA==","signatures":[{"sig":"MEUCIHc270DpthMe3SE0TnKmbRsKCOTm9vjdl5K35jsryCKkAiEA8eXoHuNDMVswjcCn5PzhTOE8zl1BJgGUpjPGlo5vJfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3555879},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e51d77990214bc69f397191d3a2b858f88c7c320","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e51d77-ljdzyop5_1687852808370_0.8564102285330688","host":"s3://npm-registry-packages"}},"16.0.0-feature-40f42e-lje52jdy":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-40f42e-lje52jdy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-40f42e-lje52jdy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"b2042adbab4aa52c11d450ef663e22806f28a29c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-40f42e-lje52jdy.tgz","fileCount":853,"integrity":"sha512-lDZmS1DzJKg8AAZZqEhX0A1wIpxRlUSpCwyxK7U4gcwT0oZHa/g6Z1Tl1cFflRG6PGg051mCcmxrnxScwNswuA==","signatures":[{"sig":"MEQCIADwH3v0eUxN6mo64+TjlDPgxpblRhObGMRaHG9Ylx4kAiAr/Ejc0wPSzErFpk4joVFea0USaD0tBFevyf8VunlshQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564117},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40f42ece73518123af096db808140e20bf687861","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-40f42e-lje52jdy_1687861388899_0.4614526019766363","host":"s3://npm-registry-packages"}},"16.0.0-feature-633e33-lje5pnmx":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-633e33-lje5pnmx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-633e33-lje5pnmx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"c33a5374c2febb3880def22ad82ef7702aa9b9e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-633e33-lje5pnmx.tgz","fileCount":853,"integrity":"sha512-3Se5aJOSe8Rj16z+eUJHdH0bo6KJaQf3z0s+Us9PBvGyB6UexoD+uAPH3n51ar/x9kW4E9Fani/vdjZjbzKReQ==","signatures":[{"sig":"MEUCIQD4djl11tOkPC/1Y8Z6+S3Yy0C5zj2mF1I0iByOTkFYGwIgcU7H8ZQR0XeNnlUK8cNVTHe1LNkAqJ47gffSBTE3j6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564117},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"633e33281f64e484aacb575dcf32559292b4f8a1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-633e33-lje5pnmx_1687862468047_0.10853485295988952","host":"s3://npm-registry-packages"}},"16.0.0-develop-4d02fd-lje6551x":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-4d02fd-lje6551x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-4d02fd-lje6551x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"74f4ffc04204be8da3734bedca901cccd798a205","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-4d02fd-lje6551x.tgz","fileCount":853,"integrity":"sha512-kc0+H7IEu5Kzc0KnSjpvxcWKai6dSbrqVPlTBaIBHWgfY6EWfrxqOKcHPS0HH8HoKp9I+bTgMjd/voPmygeIPw==","signatures":[{"sig":"MEUCIFQVJYXbU4IugtPFkLFHWD6vQ1WjMKtXiqGba9yhCdj2AiEA6LJxcvJsZnuOeKuNcii8aOOvFc+WjE6jGeyi65sScag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564117},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4d02fd91beb83621941a93bac38d0f0bd62566e5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-4d02fd-lje6551x_1687863191895_0.11117660967560505","host":"s3://npm-registry-packages"}},"16.0.0-feature-971426-lje6t9jb":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-971426-lje6t9jb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-971426-lje6t9jb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"c6ffb5b6ffae24b2f99794ad4cd2a0208e29b357","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-971426-lje6t9jb.tgz","fileCount":853,"integrity":"sha512-xqjwsqpWipwBq5O+RTh43LO6isRYhipv6Wt24x1+afOdhuTy1s3lbgqrRurcqNk19UaJ87AT6hkJ2Zcc/xg9xg==","signatures":[{"sig":"MEQCIH2rt+lgIqBVNwvADUi3Wt6udTrB3/Bz5jyhyvWUr7/xAiAKP3phN/i4VmyMZZ+yZJuHXjjI3sg6vmrVzsqk0Uvv8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3563398},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9714268fe05356aa389dd5ee42c4cd9f635a3e4d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-225_sync_send_and_receive_tasks_with_message_events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-225_sync_send_and_receive_tasks_with_message_events"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-971426-lje6t9jb_1687864312732_0.2378744638404171","host":"s3://npm-registry-packages"}},"16.0.0-feature-0a924b-lje8vh2e":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-0a924b-lje8vh2e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-0a924b-lje8vh2e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"a2b4dd3d65e6b263c869d074332422e85f548733","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-0a924b-lje8vh2e.tgz","fileCount":856,"integrity":"sha512-7BK31jS3c6qzcG1Na9UPbuAlbONgYmX0jvdfTFX8rX0WgMeQ+b+A9w/cmo3Ixcn0T43AD3SeI9Or5Z9Et7GHbw==","signatures":[{"sig":"MEYCIQCb98ugKohryEKQ9uHUoVtu/dsnL2F6aCQh+HZIK8UxuwIhALgJL5wdUyi+UtxSy1DPV/HqqHEvdoi4kNwTEv9Vos22","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599594},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0a924bd34528286de01e5a222fe93d1d552fe791","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-0a924b-lje8vh2e_1687867779251_0.33506843023219224","host":"s3://npm-registry-packages"}},"16.0.0-develop-a16c52-lje8x8vf":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-a16c52-lje8x8vf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-a16c52-lje8x8vf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"bec9f7af61c8711cdecd8c1fa42a5473daa5a2bf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-a16c52-lje8x8vf.tgz","fileCount":853,"integrity":"sha512-RktbL6eTeBguGrXjySqoYZl8krdUwaSZmWWZCD6m8vYD46lF3u/7MY2uTC5/ufp+XW0WkfAJBYdXxjHV2DkQEw==","signatures":[{"sig":"MEUCICW0UJs7wZPb0HpgmgEWmWXee9A3mdXQhkud1xD49pA5AiEAoER6k+NgjxO6sO8z73+VcksdAN5fLA08haua/0F7NA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564117},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a16c520b722809de6bc517d766e9d2f894d154bc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.3.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-a16c52-lje8x8vf_1687867872460_0.6030283913607197","host":"s3://npm-registry-packages"}},"16.0.0-feature-404996-lje9wff4":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-404996-lje9wff4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-404996-lje9wff4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"4985cc9642632fcc965f2a369cc1f2dbcbe03bfd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-404996-lje9wff4.tgz","fileCount":853,"integrity":"sha512-Cx134VFdzy6XSB9J5/X82h+oHMmKpmWWlQCH0eDZC0zG3U96glqUCHFhEuGc3+5gb50cf+cff845GbVBmAQvSg==","signatures":[{"sig":"MEUCIFCu/k4zVuUn9H4//eHeDMIwUY6TCUJQBKNDzLbzELPzAiEAxTldXwOhtIlHVTUrutrfoST7j9Ofx6b5gUMGkaPCrxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3563398},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4049963fa55e6f29167335eacc8d7630db27e069","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-225_sync_send_and_receive_tasks_with_message_events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-225_sync_send_and_receive_tasks_with_message_events"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-404996-lje9wff4_1687869502209_0.8825987685883891","host":"s3://npm-registry-packages"}},"16.0.0-feature-409e98-lje9ygo7":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-409e98-lje9ygo7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-409e98-lje9ygo7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f0fc9a5c6aea9670ae462fd148eda981511840a4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-409e98-lje9ygo7.tgz","fileCount":856,"integrity":"sha512-UpEKvdnKGQALRqSCeC2FVOaZe2QCA3hRQESWfpySah555ZiKAOP2/kpRKWSUz7sFqEFzQ6ruZicqFlXqXb4mLg==","signatures":[{"sig":"MEYCIQCetiq1+RlnyamvQ6QsItm9rLM8pKim94aiKm5KM9BUOQIhAL3CkicjLHNid6QwuGeJzQsrnnVs0ObMt1v8WoGt7sHL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599594},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"409e9872be98135cb92df9902b7e006673383a8b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-409e98-lje9ygo7_1687869615752_0.9383091947627329","host":"s3://npm-registry-packages"}},"16.0.0-feature-c43c2a-ljeb1l6h":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-c43c2a-ljeb1l6h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-c43c2a-ljeb1l6h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"efc3cc717a2bd819b6351d82edb8b8ad61830241","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-c43c2a-ljeb1l6h.tgz","fileCount":856,"integrity":"sha512-2ig8PKs3vE8Qbt57b/DyYCzySHWmUM7qxDQ0q2ke0aSlxLm8j+QYUrJPehyBqgH32vhzBT+OJaIwPAfVrg1jJg==","signatures":[{"sig":"MEUCIAFwtfzJJjkYQXcqQ2drny58HR/ODrM9XyeAD7pAxS+mAiEA2Y7uQUVBzebGYoi1wjtp3wYVoDYpcVRk3ZXzS5AqV4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599495},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c43c2af5e08bdbd4e57ee50643cac2b3b6fd7371","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-c43c2a-ljeb1l6h_1687871440980_0.5669904842537408","host":"s3://npm-registry-packages"}},"16.0.0-feature-7c3cb6-ljeeutqz":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-7c3cb6-ljeeutqz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-7c3cb6-ljeeutqz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"3224bbc4651b03255dc2880b3853309617a9fca6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-7c3cb6-ljeeutqz.tgz","fileCount":853,"integrity":"sha512-JOXLV4OLAuH2ThjBgjJ/gYtEcUlSV4ndctskRS8zCspUpjhVpykPcm5J/OzJKjNPLyXVqsc/0+5eIIV7RqK0HA==","signatures":[{"sig":"MEYCIQCxUA06fev6HcSe6IKdaeH6UEGBfdJQVvn8ccq+/mY5HgIhAJWwZnAiybQo6cq86vXysPEI0R3c/ZzAYA63UouoMQas","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3563330},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7c3cb66601edd0afc7eb227da277ed53deca738a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-92a52b-ljeclwvo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-90d5fd-ljedlwnl"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-7c3cb6-ljeeutqz_1687877824448_0.2307671929392432","host":"s3://npm-registry-packages"}},"16.0.0-develop-179c9e-ljefoya0":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-179c9e-ljefoya0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-179c9e-ljefoya0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"fdb406c190dba8a5474f349053f0c6fdd268b6a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-179c9e-ljefoya0.tgz","fileCount":853,"integrity":"sha512-V41k9y99CM3ZVatj/Dke7zM2kuhLm8BW0Lk2EwwkcRYdGZXKwNWpYWCqm80B/PslZtcY8tGtQk/fOyGMKphi4w==","signatures":[{"sig":"MEYCIQCGzvAAAu/G99pieeD0nNPV/6Zc6whVmxwYLYsoPqd3AgIhALSrYsmNj0ShpDxGh1nr06Tg7iE9WMcUGoBLN5qVadZ3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3563330},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"179c9ef22158563390ee8394338a4f4ac8ac2492","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-92a52b-ljeclwvo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-90d5fd-ljedlwnl"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-179c9e-ljefoya0_1687879242403_0.47671910957775343","host":"s3://npm-registry-packages"}},"16.0.0-feature-073b29-ljeg6t60":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-073b29-ljeg6t60","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-073b29-ljeg6t60","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"092884ab2339f63013730e418dd0137208af44d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-073b29-ljeg6t60.tgz","fileCount":856,"integrity":"sha512-Clg/d3o/awq2VLkfds0EYpbg8UBrzCO++ldbFttPZlzhtZh7m9cG55uU7PnMxPvPSOHPaKLqkBAtj/fy6E46fA==","signatures":[{"sig":"MEUCIGO8QI9OqMl29ZxUPCaR+3+DfmF7JtTGR3tagvqgqsikAiEAmTL8mhW5lIwi2xFN7dkTLHjlB0CV204U49lQqXvYmng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598659},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"073b29a8ea700a156127cc1acdb420e460f21026","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"feature~PCE-224_BusinessRuleTasks_as_external_tasks"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-073b29-ljeg6t60_1687880061216_0.7403079842078597","host":"s3://npm-registry-packages"}},"16.0.0-feature-a3c07e-ljekczu0":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-a3c07e-ljekczu0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-a3c07e-ljekczu0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ab96e62d49ec71da05cc93615ff2e410f276a12f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-a3c07e-ljekczu0.tgz","fileCount":856,"integrity":"sha512-mZWxHTY/Fl3tjO6y2J4ykBsxWkswQb3i1kyHksJs4vsOOZ27MAJxNxQHUTJQGRGRKfj858FR25yYA6QVUgcMsg==","signatures":[{"sig":"MEQCIDrNpOadDLttqpiAHjcX2K7Ocx8CfUKcfq7aHccRU9uTAiBr2fdwFc5+CLuNl4JJ8q70fSOF6QMFIJQpFloPSSjCaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598658},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a3c07e3e6acdd3eda67f78b1292d70e7b43ba07b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-104a59-ljeixxgq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-ec278f-ljej5e9p"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-a3c07e-ljekczu0_1687887088038_0.547489390665461","host":"s3://npm-registry-packages"}},"16.0.0-develop-197e57-ljel5txe":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-197e57-ljel5txe","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-197e57-ljel5txe","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"64d6d2863608b5d02c2cfb11b402bacae8c41509","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-197e57-ljel5txe.tgz","fileCount":856,"integrity":"sha512-DVBO07gvCISQXu3RMFx2HRmg4imH8vRdiJe24Fkc9SbRNups0HAatrwuEQf4SnkdJOQ2ktmnUuIyTMfENbayEw==","signatures":[{"sig":"MEUCIGm5pTSRJTdbGifDhIuC9vObbWOBH0kNCxFV2Ykv9h7MAiEA4W3C4QdMLHwhEwGLp3t1FPghAdeUGsaC8JwiZWMQoXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598658},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"197e573802f875f7b94ae8580a18fa11ae4cff85","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-104a59-ljeixxgq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-ec278f-ljej5e9p"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-197e57-ljel5txe_1687888415627_0.3592634335571414","host":"s3://npm-registry-packages"}},"16.0.0-alpha.1":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ce66f84b9011be5dc771be3bad7fab6ac27a548f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.1.tgz","fileCount":856,"integrity":"sha512-h72wDTI0zKiZffEhIzRYVqqs0G7ML0ONRQoVoLJt1WP5KiAzHk+AdvbP0B30HTtM2K70F8tku9UoobNYiB3n0Q==","signatures":[{"sig":"MEQCIAl1xp9tHF31wFlw+3D+7NhTS69lBN5/+MU2P9uIf3gEAiAy++fYPHE+EbyG+8l94eBAJIiragwS0PrNCd8ZafwG/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598610},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5d6412922a6fe7f76df2ae942f132d41b2566d19","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.1_1688024503186_0.4235384163996674","host":"s3://npm-registry-packages"}},"16.0.0-develop-938b5c-ljgxijjy":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-938b5c-ljgxijjy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-938b5c-ljgxijjy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"5a51ac9306390d8d594700814089e0072eacd7f1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-938b5c-ljgxijjy.tgz","fileCount":856,"integrity":"sha512-2WLsTJWSAC0oiQSKyLETaU2NvUNIIaWM659v72XkybuzXPYDETZ9ImOlufcLguBY3AJR4vQAEbAKXMdJsVrMcA==","signatures":[{"sig":"MEUCIQDvN7sWoSPx1llOfDZmL4oVHAVuTQT+LdyZDHiNGaYaPgIgQNxRar2+HMyMrb11rV8+oaGcMuhzYH11m+60srL5cj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598626},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"938b5cf719367bea04fec8a077b17ee14c493b95","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-938b5c-ljgxijjy_1688030101574_0.3945912707276902","host":"s3://npm-registry-packages"}},"16.0.0-feature-d98db9-ljo7ri0l":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-d98db9-ljo7ri0l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-d98db9-ljo7ri0l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"de16ed40c0f93925ba85d1f0e1827ca6290a4c53","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-d98db9-ljo7ri0l.tgz","fileCount":856,"integrity":"sha512-EpfVHa5VhW1tiuNqfkSkS0HRHKUPM0o5zEz9KlTNg/AVRbj38T8ncP3vDht+q12eJ+y3evQYdx7X85/mNpdXkw==","signatures":[{"sig":"MEUCIF8EkeyDJSeEHw+muO00cNO1WtNcm5SIDoLViS19oXI/AiEAjyZEp1nhWvDM9Re1rKTLyBKv3cnGVw3DvC0cpbdb+ic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598950},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d98db98cfd83e4d42a5f6fdfe89d0b249d353530","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-d98db9-ljo7ri0l_1688470574307_0.2991417331132431","host":"s3://npm-registry-packages"}},"16.0.0-develop-990793-ljpngti4":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-990793-ljpngti4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-990793-ljpngti4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ccb9ecc3cd5e5d1a268b7cee6d457dc696abb2a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-990793-ljpngti4.tgz","fileCount":856,"integrity":"sha512-qyJsdHQk5VBINvnsmSI1uEPa5WetyirJ4LlQ4/01uP4QMKinq5BxqoEmQXZpL8cB4sBnwSM2FopUIm3L61OAbA==","signatures":[{"sig":"MEUCIQCySG77u9FJvdIkqdNmw08T2PSBQKfOflOlbAcWmGFjfwIgRZorjGQ94a3y204tVx0o5CJQYIK7pPHN/XSeT6HDcf0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598950},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"990793d51f8dd42f3319889bc751ee63da4544d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-990793-ljpngti4_1688557421527_0.15918858915564282","host":"s3://npm-registry-packages"}},"16.0.0-feature-54e432-ljwytwu8":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-54e432-ljwytwu8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-54e432-ljwytwu8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"3f93283025826a836e9119b641e8cc668e411a76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-54e432-ljwytwu8.tgz","fileCount":856,"integrity":"sha512-xpsEWvfuP7CoGZZqtXhUGWr1hKiYUu/IpyP5bqlUlx3f23KGEN+CXt8vVWqDovN98fsAPmA0UxxSPtxxHTzraQ==","signatures":[{"sig":"MEUCIQDT1Ct5loIZkrzskNTFdVWlr9a3e+LQ3IPdKA8woy91VAIgSsGXDIts92grGqucUzPy41L8gcvtQsRh3PfINCwZB/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3608896},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"54e43275dc3f2ca5f4187c1cb7c009794d915a32","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-54e432-ljwytwu8_1688999763851_0.7466924289092582","host":"s3://npm-registry-packages"}},"16.0.0-feature-78796b-ljx0d3q2":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-78796b-ljx0d3q2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-78796b-ljx0d3q2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"158d34d821e820f5888510f555ea9fa5b573a351","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-78796b-ljx0d3q2.tgz","fileCount":856,"integrity":"sha512-LvFXR7HBHHargx9D1cqaet1ctuU/o7P9+pl188dKA1yZ3Zgar3A1EFDRG+nZ3bThuO3cw5wNW4l/gUmcwAesUg==","signatures":[{"sig":"MEUCIF5jBPLqXfA9Y5M43uFhLACVUn6gyaqXoikyHuLPVpXmAiEAkOzK9TWCBlHyJuiRT9t6MYrCLElBNOCqVvB2tC0BMG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3608896},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"78796bae2987d2c37e0f0c031cbb332cf365737d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-78796b-ljx0d3q2_1689002339289_0.01436091306356757","host":"s3://npm-registry-packages"}},"16.0.0-feature-f84da3-ljy1f88n":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-f84da3-ljy1f88n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-f84da3-ljy1f88n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"e5d797bc7ec3e168783e2ccf8aea90b24367caa4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-f84da3-ljy1f88n.tgz","fileCount":853,"integrity":"sha512-vpTmlbSoDrhxhya5MWf7uFWtoS6Je+OCsCJoguPuGv4aV60psGvtNUAaICmqkCxs/2UbIZ3g4xW0fHvE0BXTcQ==","signatures":[{"sig":"MEYCIQCioTOhAGu4W+43fVsJLP3Aon3KGFZ8fgnUpUea1TjtjgIhAKyLuagH9uLZj1B7XmTFYUIVm/G020rqp+vtgT4KxGbH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596000},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f84da396e4ef4351904f27e378e2c017fb37936e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-f84da3-ljy1f88n_1689064587534_0.715593850715379","host":"s3://npm-registry-packages"}},"16.0.0-dependabot-1c376b-ljyrdwmz":{"name":"@5minds/processcube_engine","version":"16.0.0-dependabot-1c376b-ljyrdwmz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-dependabot-1c376b-ljyrdwmz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"4f388d4ce29f6c6ed4e1e72e195d0e4eed7800b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-dependabot-1c376b-ljyrdwmz.tgz","fileCount":856,"integrity":"sha512-oeXLHS0lTAMRfSkE4owwk9FJebg1cuo1/xTEhaisHMVF+G5B1L38FWElaZcuW/dMbNDwldrvmWesaUM3Fa9uSg==","signatures":[{"sig":"MEUCIQDX97rjDUB86WNG5UoWxoMedkpEa4U4UnDY5JCS32cm1gIgYT+YOLQWNC79yQvzd4jPk3SkrSodNVkbSTdJj1BnxxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598953},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1c376b62f7270e211b607d0b4aec0b3b762f5f79","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-dependabot-1c376b-ljyrdwmz_1689108194765_0.488565011677319","host":"s3://npm-registry-packages"}},"16.0.0-develop-4cf02a-lkgm87y2":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-4cf02a-lkgm87y2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-4cf02a-lkgm87y2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"57abfe92aab51c5590b200888c9fe2315590c4d3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-4cf02a-lkgm87y2.tgz","fileCount":856,"integrity":"sha512-57GyNxhiUmg3DSjtpP+jFUd9V7kXb5C5L1jD0hQb5XKI931HUiI+iLJLVjPgSBbkKnGZaLc75OzJ9Gh+KegF8A==","signatures":[{"sig":"MEQCIBqB1VeSAM+fTVhWxrLsqwMFBIfXtaQO+MyWuPeBZmRMAiBmIBfnzA6JFyWX/pwJcAqSzaW7874SV1HhYbIbKh3BJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598950},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4cf02aba66b5f4dc2ff1bcaf9f8b0e6ead130321","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-4cf02a-lkgm87y2_1690187929922_0.17331988834676593","host":"s3://npm-registry-packages"}},"16.0.0-feature-af8cee-lkgs97on":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-af8cee-lkgs97on","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-af8cee-lkgs97on","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"8617112924927e07b0372863818cab85e9501fc0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-af8cee-lkgs97on.tgz","fileCount":856,"integrity":"sha512-j0pN7DjFby14vnxbWlgnaOA/XjXNxmEm9jjZ5i1NBLQmW5KBTNgwyhoe9NgBRGQ7+exS5dwgZqdJTeHRbU++0A==","signatures":[{"sig":"MEUCIQCbrRpaEaSK5WHVbybg9Mqix2DJmlwJOd4qY3eR3gR9YAIgLm+3gHVFAr/9drO8EntkkJDmA71RXaJMeVn8Gd8gzVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598981},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"af8ceeecd9cb50fa0b93d37a8cb9ae701e48df04","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"hotfix~PCE-271_fix_subprocess_lane_discovery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-af8cee-lkgs97on_1690198044437_0.8962788301422102","host":"s3://npm-registry-packages"}},"16.0.0-feature-de3fce-lkgx94ow":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-de3fce-lkgx94ow","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-de3fce-lkgx94ow","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"68421fb42bd89487f583198a34ab77ffafbd9078","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-de3fce-lkgx94ow.tgz","fileCount":856,"integrity":"sha512-oIdoibRQKN1t83ndtbP6P0Pd9IQZjBilR6Krm7mjKM58org5/US6+l92BgHfq8lujsTmTssT/2dn9/GwsYEJ9g==","signatures":[{"sig":"MEQCIEzwmdtpSZHAeWE/MS2oOSbUoXxagzpdSP6sshSWSpdAAiACFie9ubBVc3nrTzFbVkJmzZBi28kpspQWCc3SkAxQew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3598981},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"de3fced349f801295fd366c2c7ce362c2ff578df","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"hotfix~PCE-271_fix_subprocess_lane_discovery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-de3fce-lkgx94ow_1690206446501_0.3083400743668727","host":"s3://npm-registry-packages"}},"16.0.0-develop-f1423f-lkhz9x6a":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-f1423f-lkhz9x6a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-f1423f-lkhz9x6a","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"332b5818bc3ad762ad68d848ab82756857de3b0f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-f1423f-lkhz9x6a.tgz","fileCount":853,"integrity":"sha512-z5PghMTArrWKiSXluW6VUfB4t/pgMCGHje02xoWkxkv0prTMsaHiIKcyIcmo9ba1942eb85n980V7WqGkdUavg==","signatures":[{"sig":"MEUCIFQqezKo2kke2SY7FlaNWwjIhww+ksr6fxnM1j4rLXdPAiEAhvrhLXbKYO6IRoY+ZPf8mWjSUmJ97J8WsUvQgr1WIcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596000},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f1423fb9e8d9b1cf44bc681aeddb34dfc94f1ce5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-f1423f-lkhz9x6a_1690270309791_0.2411691936070146","host":"s3://npm-registry-packages"}},"16.0.0-feature-56ce99-lkhzeuu8":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-56ce99-lkhzeuu8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-56ce99-lkhzeuu8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"47e9070393a90ece0ca6d9094de4e227a7d67332","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-56ce99-lkhzeuu8.tgz","fileCount":853,"integrity":"sha512-v6A3DWa0o2zhfTs4r6tVuJKdwFHzBflm+M7VHz6Bwjyw26Hpz3UZKg0TJp6D/+a+IkhJDOx/o7pvHTP67ALqQg==","signatures":[{"sig":"MEQCIAYTxnKVd5XidvYjG3LDg0UC65iV2JUwDUHbTOTnhyJgAiAxxE5H800L+0d4BMDxTz2T1Ou/zL3LG9r4nHHPVo9L/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596031},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"56ce99c6638c611d11b8b010bf64a7ac9dd58cc1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.5.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.16.1","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"hotfix~PCE-271_fix_subprocess_lane_discovery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-56ce99-lkhzeuu8_1690270539415_0.5334500648661968","host":"s3://npm-registry-packages"}},"16.0.0-feature-249dc7-lkjg04br":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-249dc7-lkjg04br","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-249dc7-lkjg04br","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"4a61c18e94faaf210894588a1b1aefc23a365795","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-249dc7-lkjg04br.tgz","fileCount":853,"integrity":"sha512-G/3SSQIIdHEnD1ZPx1cZrmRdOg5RGOpVUbjdTz5lHU8l3jey7UTABbIBed05rjOWZslEnpVBTB+HqMVoR9/tjg==","signatures":[{"sig":"MEYCIQDdGyb0KW7WVYEPRsfeLnhKvmqgF5Tr03qfshk/j2N9GQIhAIknk53a1dlMYFGBxFXZF2DffL2ZMZQYraPbKZX3XphS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3616498},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"249dc707671f67ce36f4f7c02f2b4267d605d83d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-alpha.1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-249dc7-lkjg04br_1690358876515_0.830175081046151","host":"s3://npm-registry-packages"}},"16.0.0-feature-a7ec76-lkjiaa18":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-a7ec76-lkjiaa18","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-a7ec76-lkjiaa18","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"d2ca01d648ee6c89d9df2efba31ef64eba2ac7d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-a7ec76-lkjiaa18.tgz","fileCount":853,"integrity":"sha512-Z8+RRYnO2Z80IsOaEMiaeQTzdUGtQhGegZQ18CSB8ZDEXCGVCChBm0qVPeD0fCrL44XRz4oh0pskS+DtLyRVew==","signatures":[{"sig":"MEYCIQD89zN3Z8PAHeeJe33jLxVlj90qq9UAFZNgwRSjbiOu0AIhAJ9ByNSU0ymP1yedijhmCUQLwJJBTfvcwKpPX2LCZF+C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596032},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a7ec76544275a454646fc815370d1c203d368698","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-a7ec76-lkjiaa18_1690362704061_0.6870044299079547","host":"s3://npm-registry-packages"}},"16.0.0-develop-92b88a-lkjjfj6p":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-92b88a-lkjjfj6p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-92b88a-lkjjfj6p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"70e9cfb9e319b744833671915189c9245db23029","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-92b88a-lkjjfj6p.tgz","fileCount":853,"integrity":"sha512-uAxr0Htq789wIb/rB8Au9osHG5mQkhx4bz8iRAJ2XbS4NTYUl7/tiI0joryQxLJgcbDqyy/rHf+0oJ43tKtKPg==","signatures":[{"sig":"MEQCIDuLvEreeDHSi+wPTp8ZXOw0t6MSa3p6Xd6Jm9pC/uDbAiBhOgewikgwAod/nF/Pkf0JEdbz1IKlDV33ymzYTpPleg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596032},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"92b88a2b180f8745512018cca422423ce5319c90","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-92b88a-lkjjfj6p_1690364620852_0.4796663794200773","host":"s3://npm-registry-packages"}},"16.0.0-feature-2d5c42-lkjwjyhp":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-2d5c42-lkjwjyhp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-2d5c42-lkjwjyhp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"31e72df62aed04ca5894420bfb2fd30247657fe3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-2d5c42-lkjwjyhp.tgz","fileCount":853,"integrity":"sha512-dKisdZZONiERKa0PBWgefX0h0DSEpHfnNe5Isyoksj/qfpbhZqywWRr9lOmw5vVsbPh/Yfr94+noLatg5YQenQ==","signatures":[{"sig":"MEUCIQCw9VldsdZQ3D/FWbJW2zKOzuqOhgff8xaWDQSQJdeIOwIga313lqvbOMeDP313fqJZWGgKZcVvHFVYrMx4oxwyt/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3611306},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2d5c421accae58aa94c62fe285726e6d9541cebf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-2d5c42-lkjwjyhp_1690386662510_0.451196644442877","host":"s3://npm-registry-packages"}},"16.0.0-feature-7f3ca3-lkkv8ovt":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-7f3ca3-lkkv8ovt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-7f3ca3-lkkv8ovt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"1848435ecf52adb70b87199bff4404131cf797d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-7f3ca3-lkkv8ovt.tgz","fileCount":853,"integrity":"sha512-jm9YwHsW6nyhO934dtdM4UYK9xG8mKG/w8tfRrh2XodiyLPQj+63DXMqIRuCOSP/G5qk8P1eSMuCEeQHtKcADw==","signatures":[{"sig":"MEQCIDcRijyv5FbbGBrStuNYq9cz2TtKgdK1JPeHjpN22Gg2AiBjkU9ko4WRyBbIRTdsXvBAIAOsP+nNekdp3/w7idJGPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3610796},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7f3ca370989ab966ef0aa0e8d146ee0857f19138","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-7f3ca3-lkkv8ovt_1690444923131_0.5858083772832372","host":"s3://npm-registry-packages"}},"16.0.0-feature-515883-lkkzffax":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-515883-lkkzffax","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-515883-lkkzffax","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ee0ec622152eb9730bac0ccb074c84ff45f16c39","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-515883-lkkzffax.tgz","fileCount":853,"integrity":"sha512-2WDfuvn9dbiXnm8BCO7zdNtQDT0CAwq6p7H0Q9SNuYzPkFLahMVD/7DzFu0npckrxhohMRbYvC67fxFGqfDOiw==","signatures":[{"sig":"MEUCIBFCwOm7YnkgDi/CkZs2u8NquLU1l+JpSz+rejCu9aR2AiEAvxB6mz9V6y1Nk4TLxqykU9SRkyyJ9H6SchQO2mQ017o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3610208},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"515883f975613972bd8b050ddd831d7f91df7fb1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-515883-lkkzffax_1690451970141_0.5323686316852232","host":"s3://npm-registry-packages"}},"16.0.0-develop-141e75-lkl47rq6":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-141e75-lkl47rq6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-141e75-lkl47rq6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f82730a7d4d391529f3a927a8a08c4360dec61fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-141e75-lkl47rq6.tgz","fileCount":853,"integrity":"sha512-by5jaJkGcvg2V+crZ8BcJxYobtYuS5Qax3vgA4hklpvYNAOZvxz+PMzuQCj8F1DN/t9VQWhfCZaherZ7Ez06xw==","signatures":[{"sig":"MEQCIE0nPhRAM9gntHzIerihUL5uNfAKI7J9Dljdq2ptq6mdAiA0DR91OGAbr2cfzhkkFz7DdHZ4Mk7ttIBvcHfcaTz8Pg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3610208},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"141e75f8a32d704886352a7f6e73bfef02d701a8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-da6d82-lkjgvtei"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-141e75-lkl47rq6_1690460004640_0.141716360194029","host":"s3://npm-registry-packages"}},"16.0.0-feature-7f8de9-lkmaf2em":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-7f8de9-lkmaf2em","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-7f8de9-lkmaf2em","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"b87e4779473dfbcb51308809676fa9928b330398","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-7f8de9-lkmaf2em.tgz","fileCount":853,"integrity":"sha512-9siWqm45f3JftRaj+5pcv6lrY2VYTOK8L5qsKN7QmNDgphdtVjXtX+F8XY6abI7ZKLyzUgyJH5xwUZ7EpDs9jA==","signatures":[{"sig":"MEYCIQDQDE8tUKUevKLu3smHfbZSEF6d/uJsyp+4dhxjl6+spAIhAM16wtuMTElkDYINxR7qGGfCfJvTdqvmwa3eBM+WHYeu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3612833},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7f8de96ff5c3dc5e92fb0b033491c953f783c09e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-197d0b-lkl7hxnd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-3e972d-lkjh2vsm"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-7f8de9-lkmaf2em_1690530886802_0.6637014305778457","host":"s3://npm-registry-packages"}},"16.0.0-feature-6df775-lkmewhy8":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-6df775-lkmewhy8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-6df775-lkmewhy8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"63f88899995d169ecd44209a457da9cc11fda69c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-6df775-lkmewhy8.tgz","fileCount":853,"integrity":"sha512-v+d7zdOdiSFtue4j9ckbzZt+htZk7MoTTIiuFKxmIBIX/s8/RcJ2uZHg2qAze20tOcexRbO76OKb/bAuOv5pwQ==","signatures":[{"sig":"MEYCIQD+xEDhm/PzFOE+vExLqMWOUckgwso69rIkDT4uWhEYggIhAKsNqUfMdZlt7cHa7rX1XsaAYc2bdBeCQ9WMw4J2wDS/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615154},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6df775d18dde6ee5c0a3c1b428fd82e920cd4365","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-197d0b-lkl7hxnd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-feature-bf7598-lkmd1srj"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-6df775-lkmewhy8_1690538424300_0.3988061559746823","host":"s3://npm-registry-packages"}},"16.0.0-feature-e8bf42-lkrz8p3v":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e8bf42-lkrz8p3v","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e8bf42-lkrz8p3v","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"6c0eb6954d1aa5685d46a1fbc0f7bdc93acc6010","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e8bf42-lkrz8p3v.tgz","fileCount":853,"integrity":"sha512-Ehwp8Tjd7dH8/9S3WuqESSlvnRLedwQxYcDA6ZFxeiZcs5T72U4V5OJzyEYzPpsj5q7xdHquHL6VE/IDr10l5g==","signatures":[{"sig":"MEYCIQDDrhr1P0yWPNI1tdjNvxX4vFpg39BAhJvBs6M2blMSOAIhAPCIp6vCF5CJEs2YMZdqo7zqtPgygviwNvhllQUMuHZ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e8bf428a66cac60543bb6a82ebf60b803dc4574e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-758110-lkqrmrtr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-feature-114739-lkqrtr5m"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e8bf42-lkrz8p3v_1690874910513_0.8022546915619271","host":"s3://npm-registry-packages"}},"16.0.0-develop-db86b4-lks60jxr":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-db86b4-lks60jxr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-db86b4-lks60jxr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"e588318c3167ef9c15db153e0c056643bcd025f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-db86b4-lks60jxr.tgz","fileCount":853,"integrity":"sha512-rph04OYwwowwM9tLqBXbyYKMF7Cq6vvHtVGXIqziiTpkFj3PKyhE3yR9DhjCTAEu5s2PChKTeNYQO9fn96A1kQ==","signatures":[{"sig":"MEUCIQDvM20SImP4fnIGDDCx7CBcWKcl8Evt1UU501I98Y/k7QIgSTbv4pr/HOARpTVGy2t6NrHnB6gOKL1pBhys5O8Ds4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"db86b44d8ea4238c84028b7aa2417f403ca06112","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-758110-lkqrmrtr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-feature-114739-lkqrtr5m"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-db86b4-lks60jxr_1690886282498_0.6123920651774661","host":"s3://npm-registry-packages"}},"16.0.0-feature-024afa-lks8rb25":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-024afa-lks8rb25","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-024afa-lks8rb25","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"fe3313a6c17fb556cca920e20c0d9bcdd6631119","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-024afa-lks8rb25.tgz","fileCount":853,"integrity":"sha512-zG0LjbgqdsUQAcjXZ9gIOc+7qRccErgnz4d6IG8J2WVlxccY1BHKrNI75hCoqNmu4v515xWgfEcbMfqNUgSjLA==","signatures":[{"sig":"MEQCIC9ZotSlZB3OM+JZCorCmrlKEvQwhBwF9ShU/OgMbotvAiBISTtiJJ4dany+HGtGyigrW7t3HofUjIFzAcgHghEuNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"024afab84e576b811cd01b5051895065bf6f805a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-024afa-lks8rb25_1690890891224_0.14494973102888165","host":"s3://npm-registry-packages"}},"16.0.0-develop-b1eb00-lksrmnyv":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-b1eb00-lksrmnyv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-b1eb00-lksrmnyv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"6abd975b3f0a824ee75740934dc634b56d390efa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-b1eb00-lksrmnyv.tgz","fileCount":853,"integrity":"sha512-fenLaT8p7Jg1PNiOg+PcJMK2G0BA92a/42ZaRKFOrnSl1zdslnwNIduOaNQLapB0cMGpjvWKRTk8NB27/msKZA==","signatures":[{"sig":"MEUCIEzR6Sja6f22Q6Zi2iA0zauKE2ZdBioHOhMF39ShWisPAiEA0NWM0C0mT36uZFvG892nA2M/Ndd1o/TT6IPs6Vy6H9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b1eb0095eda33567a079f6bbd86d2fb0c04d2c43","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-b1eb00-lksrmnyv_1690922586443_0.22216443949481235","host":"s3://npm-registry-packages"}},"16.0.0-feature-0ee57b-lktoaqpf":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-0ee57b-lktoaqpf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-0ee57b-lktoaqpf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"8b881ad71669822ecdb48424cc76ad34afc5e210","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-0ee57b-lktoaqpf.tgz","fileCount":853,"integrity":"sha512-nEGpkFwYPhYifthBm5CiFMi5mXeGeF9d3U9M5W+d1IFfRe5zDtw21Zqf1TdhXAK79HQpt7fmD9sTMUcdG2VWTA==","signatures":[{"sig":"MEUCIFy9ZPvb1DOl0bVwirn4AZtVydoxTZYSrZPrLvcvajHvAiEA7JxbS2OF1uyMhF6AFPyr+tOtTrYhuWLHQjO1nrlC/+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0ee57b24014c548ceb8f08da993c8b0e92e431e9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-0ee57b-lktoaqpf_1690977457430_0.22621299726684607","host":"s3://npm-registry-packages"}},"16.0.0-develop-02c908-lkvf401e":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-02c908-lkvf401e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-02c908-lkvf401e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2861d8633f68ee40f2343dd48185c9f5b0ff929b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-02c908-lkvf401e.tgz","fileCount":853,"integrity":"sha512-v7vz83bh0Z2j3zNN8z3wSJsXdeg9BB9UjT3BewxzXTSdSmtxU7rj7JkhiLPVyPJ8dCz3oStIppGhMe29kqAeaw==","signatures":[{"sig":"MEUCIQDPDCuHPX9a4zEGuB1EfaCjQl3TS+vaNXOv8S03txeILAIgchbLqYvQNS9V1trl5JFi+RezgoCvyLYeV5BKjkNRuOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"02c908160fc0b293506431ee9ad012840c4dff74","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.8","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.3.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.0","socket.io":"4.6.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.6","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.0.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.3","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.17","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-02c908-lkvf401e_1691082970224_0.9932412892339901","host":"s3://npm-registry-packages"}},"16.0.0-feature-ba8a66-ll24gflu":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-ba8a66-ll24gflu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-ba8a66-ll24gflu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"fb030f72a15c2d4e9fb91a016d5071d799abca0f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-ba8a66-ll24gflu.tgz","fileCount":853,"integrity":"sha512-98oueUqNwh+y18nGGn1c2Z/mKbwQFDNhYH5sq+W1gcPpwcwh145NbPpEsnZleHC6eH8oGO0BYPQan2hG0hassA==","signatures":[{"sig":"MEYCIQCSTjlPpxBt0e7Ve9762K4qWR/HIj6PbakorO5rk1VYEgIhAL+vLdgllNZekMktyZRj25krd4U9TXa2VUrajMDgTobP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ba8a664fc0051e3c4dd401f0cd0985b191976084","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-ba8a66-ll24gflu_1691488334294_0.18277020852568326","host":"s3://npm-registry-packages"}},"16.0.0-develop-9e27dd-ll26lp3h":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-9e27dd-ll26lp3h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-9e27dd-ll26lp3h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"3f661821c40e3d9bb5db62684887548e6a27bd04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-9e27dd-ll26lp3h.tgz","fileCount":853,"integrity":"sha512-ZO5sfpvPbmFF3OhFJgDMfqUVuJzPukSeALZknO7xqGl3E6FgGEIv3iw42hYwIx+xmsBV5xPoPSAwRMFlFs0F9w==","signatures":[{"sig":"MEUCIQC4zPrhdbjwL23Q81eUjN4/fZZSz9lh1vpVC3wLGKC31gIgQjFSQDos3EDRoH18ZxnItvT0K+Y9Rlf28iPKW60HVr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9e27ddb81c924fde43084611af0521899cb72099","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-9e27dd-ll26lp3h_1691491934391_0.261102258782538","host":"s3://npm-registry-packages"}},"16.0.0-renovate-24ed6e-ll26oelf":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-24ed6e-ll26oelf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-24ed6e-ll26oelf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"56d4ac3ba45be12a73c44a67fd95a649bdb59231","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-24ed6e-ll26oelf.tgz","fileCount":853,"integrity":"sha512-b1Fg3oQ+QgQaI+0bT6XWcNJ98fwx++7fEq5iJI1iUEpbHmHy39/LgG43lJMVoq/Fud7g4yqbGQmhnmRq/pZekw==","signatures":[{"sig":"MEUCIHdqTuISTki9X3XUl/bHQNKCjj2dG+ICDRmRN8vdBcKgAiEAyQxA1Y1BQLfOb3P+VoTVYBx6VPtRU2GWjVRhDoCPhgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"24ed6e5b1d6d0d906642056828123d45f6e22be1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-24ed6e-ll26oelf_1691492071571_0.8784353063770098","host":"s3://npm-registry-packages"}},"16.0.0-renovate-3f6cb7-ll28noi5":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-3f6cb7-ll28noi5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-3f6cb7-ll28noi5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"d3318e16000583db1c283daf231acb6c8b81a29d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-3f6cb7-ll28noi5.tgz","fileCount":853,"integrity":"sha512-JeAW25sGsiAhFxIcr8BX0uYvcArhUE5uJJmp/kc5m51j3R/m+j4ikV4uGKAte0t7usl/4LZZnpG84kiGnS5u2g==","signatures":[{"sig":"MEYCIQC7d0JfuyN0qqF6/0b7cPdo2fZ5gRmUpxaoGcJsTMTZYwIhALYo3/kCVo9IBN6IarjYgTg8wtRC/j3MBN8cutke7iCq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3f6cb73e6a8b46b2c7685f07e0a1a65b04c8ddc0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-3f6cb7-ll28noi5_1691495422393_0.22454406595002485","host":"s3://npm-registry-packages"}},"16.0.0-develop-6fb012-ll2bef30":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-6fb012-ll2bef30","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-6fb012-ll2bef30","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"72921172623634407ccea950f6653e8a7f6c0284","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-6fb012-ll2bef30.tgz","fileCount":853,"integrity":"sha512-OCHGLf3Kp/xe6mabL1XlE+F6Zh92kxoUPsOyJLW8Y0J+88A+OvRKOTQPqkep4pmybc33XLC3flEJIPUeOsa3OA==","signatures":[{"sig":"MEYCIQDwwojvMNJ3j2UzgIt/yeCmI9nrVGlbIcYt5C+VtuKW/gIhAJqSfFe66GJCUVQy+3jZm9loEmcGptX50ytF6BVrnZoA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6fb012faee91e6be176462e79d7af3614bad78c7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-6fb012-ll2bef30_1691499989699_0.9772115177542782","host":"s3://npm-registry-packages"}},"16.0.0-renovate-40206a-ll2bi8ib":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-40206a-ll2bi8ib","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-40206a-ll2bi8ib","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"dba31e600cdde3f7eb0682ae6a54dd1b42bbca6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-40206a-ll2bi8ib.tgz","fileCount":853,"integrity":"sha512-kVPZEbYEaHr5LY5MBr5HHgMtbRM0DD0WrdAXYukgzDP2kmB+8vATI+3176gQLEd1BcDKkWJpQ4bpYuz9q0SyQg==","signatures":[{"sig":"MEUCIGMdJZLZ92/JQEJytWuBvy08XM04Oq6W0w42VYJUGkN3AiEAwRw2hRFg55wFV9V2BbndBKpjT11mJLv4FdZ7fap4yII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40206a7bfccf1810a871e361350e6855b8a5796b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-40206a-ll2bi8ib_1691500168143_0.8014226400325861","host":"s3://npm-registry-packages"}},"16.0.0-renovate-b5a368-ll2xvgf3":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-b5a368-ll2xvgf3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-b5a368-ll2xvgf3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"67eec045b076eb3d59ea342ec0a3068161d18804","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-b5a368-ll2xvgf3.tgz","fileCount":853,"integrity":"sha512-QBtZ1MfAV3G3OGwbXXJTwUb79sdm8lcxkRCC4KEFycAoVMZxiGbBpU55IxelL+X90JlhMNKZp0WHiNs2shfPFg==","signatures":[{"sig":"MEUCIEZ9QhbYhURtkPW0/0hqaj8VHGuvKyL+JsiceX8Hs406AiEAxmf2MZkkgYKAdOLsoSHR2m8CA1f17sQk6H5hSV4veBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b5a368d7b9f8b475956851c337da9084f7341da5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-b5a368-ll2xvgf3_1691537746115_0.9138190159193031","host":"s3://npm-registry-packages"}},"16.0.0-develop-bad06f-ll3l88c7":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-bad06f-ll3l88c7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-bad06f-ll3l88c7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"a1acdff6d7c7bead74b6553df5e9080cba45cb73","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-bad06f-ll3l88c7.tgz","fileCount":853,"integrity":"sha512-DoC5b5Whsp97zfn9NN9I29BUtgSxO3o6YFt0XZudVYJX62ggnNhcoSekP1/Lb+klPL/sAdHeyIugrEQEJsU5pA==","signatures":[{"sig":"MEUCIGB1YcbR7ZGMf0SWhcdMSIwFYtXRDJSD/44CAjTKsYMbAiEAid+bv5U/yLz4Z2RUOl2lavfs06OtTJ1rO+vHu1Q3thU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bad06f22179613621f84f42e54fffb162a43137b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-bad06f-ll3l88c7_1691576961013_0.5229861004075873","host":"s3://npm-registry-packages"}},"16.0.0-renovate-23537a-ll3lxufu":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-23537a-ll3lxufu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-23537a-ll3lxufu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"4e4be20a56e54f78a5c82f5168ff47901673a029","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-23537a-ll3lxufu.tgz","fileCount":853,"integrity":"sha512-Xpa5ZqrEa/ZClrVjt1RP1a6Vd3ZA9CBvIWVseQP2C5Gavqi3oxkboC68K6lkuTdLQnQIQzSOdXn5BOAzrF+HqQ==","signatures":[{"sig":"MEYCIQCIIZxmWaZkguheiG+wK193ofuDqiqPUGszEWxyoNxHswIhAN0XbjjotqQcedTxR1qxPVEtu9hHcL5YcpvDzDCYJak2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"23537a5560d6f8c28781bbf99c6e2319b4ec944d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-23537a-ll3lxufu_1691578167545_0.7152571662549951","host":"s3://npm-registry-packages"}},"16.0.0-renovate-7a8298-ll3nq6m3":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-7a8298-ll3nq6m3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-7a8298-ll3nq6m3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"8f9d2aba035128db77a044af4e4bad6f6c15c266","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-7a8298-ll3nq6m3.tgz","fileCount":853,"integrity":"sha512-pa69TvIunWPRK4rBKplg8rfMFGWoFWOXX7CKrk36jzmZYuAINkRMq+47vjDUbx//QjT2MRH5YkiCfgdXEpV7RQ==","signatures":[{"sig":"MEUCIALoTuzuNxoG+5VJWgiug0+GwyjJ0VCnkpk7LZ83I9WuAiEApwGREPUES/FE7BW7WbKJ5hcyBvzH7W8z7ttcm3Ldkoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7a8298c397c7c774a27c8fd4704f680fb44185ff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-7a8298-ll3nq6m3_1691581157900_0.17402327350394242","host":"s3://npm-registry-packages"}},"16.0.0-feature-9389b8-ll4zgnps":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-9389b8-ll4zgnps","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-9389b8-ll4zgnps","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"0e117af169f99e089b1787bd7d44c474010a4254","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-9389b8-ll4zgnps.tgz","fileCount":853,"integrity":"sha512-KewpiAAfiIp8ggMg3fvG6HU2+dmIozAegP/z8hIGGQtDH7EYJhb9b5tth2fZmYXlivEo8b84wtYb603chTxOAw==","signatures":[{"sig":"MEUCIDD2OITbR0DlYc6OdTHUEhsh4wkHgIHZQG+xbCnqOnzNAiEAiRRNCmgfM/ODzX8ZZRvp5W3ZWkUX3f3Dmow8Ti5s8Rg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9389b8501dcbd91c4999c08ec6c003359b083d3c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-f1c0cd-ll4xz1ka"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-9389b8-ll4zgnps_1691661336545_0.7430513019029825","host":"s3://npm-registry-packages"}},"16.0.0-renovate-e64133-ll50m5o8":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-e64133-ll50m5o8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-e64133-ll50m5o8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ffbcb91a41691dbf90388557f6725b66629a72e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-e64133-ll50m5o8.tgz","fileCount":853,"integrity":"sha512-ZAPhXIySGYHxEW5apbr62vpXJnleGgjkyPpWXWiOS7RxiLDCI9xImfau5I2VJAc+0n05HYEH3MnvBv//7XxZIw==","signatures":[{"sig":"MEUCIE2krmEjn69fyky3qpbd/SRKBc/8682U96hlxCVlrQb7AiEAhRhT9HiQgdKeCUfgEvNyhJbTzk6bpViIlFw/Ln34tB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e641339aa1515d25427e30953ec6ac43e9a56b02","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-e64133-ll50m5o8_1691663286080_0.7328265481299427","host":"s3://npm-registry-packages"}},"16.0.0-renovate-860a5e-ll51a1iv":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-860a5e-ll51a1iv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-860a5e-ll51a1iv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2e93f924d8c8f06aaf401a93fd74f76aaa84581e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-860a5e-ll51a1iv.tgz","fileCount":853,"integrity":"sha512-Yh3WptHQuyctbemACxleIAo21MGN8P4B1YfPp4Z82pjxhsOV8fHKmp5JBKecjLUOISJYMeG8X1KSD9HCypTn/Q==","signatures":[{"sig":"MEUCIGnJl79b/QpG5Bx37r0PQsMbNkCuQW+ISq37eP2uMi+YAiEApTI22JiwEAojaEttH6jgJIb2G3MEwiXw+cBUtu5H5ug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"860a5e5670103cc19ee8e9cddcd7e9c44af4f018","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-860a5e-ll51a1iv_1691664388014_0.5516260802076698","host":"s3://npm-registry-packages"}},"16.0.0-feature-1790dd-ll51c52h":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-1790dd-ll51c52h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-1790dd-ll51c52h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"827818b7907926614a2aad68d49eacaf80152f32","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-1790dd-ll51c52h.tgz","fileCount":853,"integrity":"sha512-smin8+Z9ILwa9YBlBYjOFUv8hXbwo5xfWKakVwhhkOIFImDTkE+rQ35/uxbZPviJLkfiE7D6QG+q6qMV+hTwHw==","signatures":[{"sig":"MEQCIGNhJdHjbqvPW9eWRY87zuxGMXSHqKvX6CAcJfe9+zIEAiAZggq++FPSpuyC8Q6p8lpVCiAQoaL+LRRkcRmKUaFqcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1790ddde9c55221f9ebd7fa748fba9172100d34f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-f1c0cd-ll4xz1ka"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-c1ef53-ll4y8txp"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-1790dd-ll51c52h_1691664484630_0.9619669949485443","host":"s3://npm-registry-packages"}},"16.0.0-develop-219d3f-ll51pmco":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-219d3f-ll51pmco","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-219d3f-ll51pmco","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"35217bff264e5af7f6406bdb7fdabd285c5ab141","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-219d3f-ll51pmco.tgz","fileCount":853,"integrity":"sha512-ZzFV/GNpqCyw99f9QP2ivrDoc2qiDjNYiQZKKC5pCoLN8bghHYrLaASDioJxzxvsya0FcB3sWpaX9ve5F+LTLQ==","signatures":[{"sig":"MEYCIQCIpogDci/f6M494A4UZ7SmC9pdCfgkS1f3iDjZxwBx+QIhAKQojXknT1hkUQzPAgYw9LFng4cW0YQBcofGhh1pb3mc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"219d3febf9c98922ad63a5083964600f2ee34dde","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-219d3f-ll51pmco_1691665126334_0.33950038092120716","host":"s3://npm-registry-packages"}},"16.0.0-feature-98a662-ll54mpff":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-98a662-ll54mpff","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-98a662-ll54mpff","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"a061b3724c7739d84f93f760ec39e9b7fa7f729d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-98a662-ll54mpff.tgz","fileCount":853,"integrity":"sha512-4R02KKQCPT3WQ2Fic425kcl9svx2wETcTjoGZ8YUYb7mmd0QUYQ3YW4iCuZ2V//iFhAEHO5QClsKq/PxmLgXww==","signatures":[{"sig":"MEYCIQC8RIGdjr7hNYtepO8zV4eMCXXFg1BFtOVQu0TbJ1jt7AIhAIc1KNZE6YpXKtFlxfG+UsmZUngr0U9RPNMDAizER2Ng","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"98a66223720efd9ba98c8f8411c211439bb0f587","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-f1c0cd-ll4xz1ka"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-c1ef53-ll4y8txp"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-98a662-ll54mpff_1691670017991_0.8408833636485551","host":"s3://npm-registry-packages"}},"16.0.0-feature-c70886-ll57dva5":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-c70886-ll57dva5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-c70886-ll57dva5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"94b996a1c50eb73cf6ceaf6687468ce7c12807b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-c70886-ll57dva5.tgz","fileCount":853,"integrity":"sha512-1vLnJWzQxlRxfpO3z35MeTXlYvlkFokVuZLwxUkaPgvb09xvUK/UpfNR8FxSXiXZ02JEzaXtGkltDMk7yJBCiw==","signatures":[{"sig":"MEUCIQDaSCi9uiBpolNAWSLSEP9HmwlMfKEjrddsSEDJE7GvtgIgPWduAznUeK8h6rcCJsK9sdDlD1oSYR6B6kQZQi5XR8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c7088673f026ff1c0a5f35a21aacd5a2623fa291","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-f1c0cd-ll4xz1ka"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-c1ef53-ll4y8txp"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-c70886-ll57dva5_1691674644382_0.4424533510796267","host":"s3://npm-registry-packages"}},"16.0.0-renovate-784f05-lla9ezs5":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-784f05-lla9ezs5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-784f05-lla9ezs5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"a46e235fdf7c76668e76a87b458293cd69a032b9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-784f05-lla9ezs5.tgz","fileCount":853,"integrity":"sha512-xpEHxR0vnbPp1/q1S7LnwZdR7eSbCPuxtzieLdjoJDorZRukV3k2w/WMDnr8oXkt6+Qb1yJug+AsYcQNW5+8Gw==","signatures":[{"sig":"MEQCICrPsoW8gv+Ynt/w/acApw0GI+erj0uMDelMuXnWM/pPAiBuj0yqWbWlT3lAOwRZiQjYo3F/r/1gnN4LTcP34g/GRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"784f05d579cd9d34085a5f46180af4aa7a7776c1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-784f05-lla9ezs5_1691980384643_0.4319421539836701","host":"s3://npm-registry-packages"}},"16.0.0-develop-dc2a03-llasfjut":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-dc2a03-llasfjut","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-dc2a03-llasfjut","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"20894772eebed71c95928e0f3b830427da3d8cf6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-dc2a03-llasfjut.tgz","fileCount":853,"integrity":"sha512-5wgp0zjNHtHboz/kzzF9iBlL92IbrUfGRfvgmbTLO4SczOGLTHC2lDuS0GJIv/gjdCLrhvhbdxg9zHNzK+lJLA==","signatures":[{"sig":"MEUCIQDAp93G9GGB1F00k68SklX3Ja8ql3PwQUpqykh7P1WCNAIgCMXvM9enax6sOwHpK4kaPv5qOtn1Hv1hweJA9nvDphg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dc2a03a88dadb06a48573ea119c690506e9238e4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-dc2a03-llasfjut_1692012327176_0.3101346591403038","host":"s3://npm-registry-packages"}},"16.0.0-develop-ecb45a-llat7fb1":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-ecb45a-llat7fb1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-ecb45a-llat7fb1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"fedf128b997fa21ab9c5efbdeae6666c2ff17529","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-ecb45a-llat7fb1.tgz","fileCount":853,"integrity":"sha512-2wfnlKF9q+qiPMuPLENMlAZtPgThJFiD4Fkvx3Hp1EhSbycE5gJ6YairVLVkOkJH57a5dxYfq1pi/F8NduRXSg==","signatures":[{"sig":"MEQCIE4k65urWJuN6nKQXd9k7ZVDuk7fR8VwEo+fAS5hku9GAiApQzN/q+9Lu6TFbo52v5Ywg1Y504NzPE4w+3uD1JBwZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ecb45a1a8a1687a8f7b6858d9b2ecb78b74e1501","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-ecb45a-llat7fb1_1692013635312_0.027498271432170762","host":"s3://npm-registry-packages"}},"16.0.0-renovate-42c168-llatk0ot":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-42c168-llatk0ot","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-42c168-llatk0ot","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f1bef8304424582bfc3c8b6a3e74be234a601f1d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-42c168-llatk0ot.tgz","fileCount":853,"integrity":"sha512-yiNXZJCOqDiRBkTe00SA+aWrsJPAutPddY2J1NDGfFs+ZtSb9kFCTlSWUnwG0RnyjsUSsNyLJ57CdqUJsbxYKw==","signatures":[{"sig":"MEUCIErHYUMZl5XBjMXtDayCavJv0R72+Ho7K4hzNUp0la01AiEAm+3qVQzugAzqc0TzkP8pa+7mmEJZ2ihQusNGRZA3hWU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"42c168a811f2f5cc94d944b5a2b9b48c138a38e4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-42c168-llatk0ot_1692014213228_0.9484741284156719","host":"s3://npm-registry-packages"}},"16.0.0-renovate-6a93a6-llaubpnq":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-6a93a6-llaubpnq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-6a93a6-llaubpnq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"86970f53a82fbf26e25b00274463af1b9ee8319a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-6a93a6-llaubpnq.tgz","fileCount":853,"integrity":"sha512-NsS7fReaL0nFpjOP6i97B9Vn1BNyl/Cu7Kft5gy+MR+0My2sLyTgVcwCwn/Mjsokia0ztefiKt2+PiH7g8L65g==","signatures":[{"sig":"MEUCIQD7EM/D/GliS/0mObasf9thcq/JwsAS/bhC8Irpo2iVtwIgVgGinkF+966tjCf8ZzH9gR9UG/XxJGz5de80H6qUmjc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6a93a6d215774fb0b10e3f0287deff3abb283ebf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-6a93a6-llaubpnq_1692015504775_0.4892805465958232","host":"s3://npm-registry-packages"}},"16.0.0-renovate-d082dc-llayk0ei":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-d082dc-llayk0ei","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-d082dc-llayk0ei","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2c77ed70343bac7613dd7d26e8e7a242907abce0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-d082dc-llayk0ei.tgz","fileCount":853,"integrity":"sha512-6uueHLn73Nhb8j2Q5C8/lGuij6otxBevH2cNL/cmsRRgocmU9d/CbXG3A5l8i4P4xfWiPukrKzKuXXduMK8Zmw==","signatures":[{"sig":"MEQCIDjfEHfL/jnCa9WzjUUdd7jB5TYwiWZFjeBIKEh1u/6xAiBK9q0RUuT7cBKAvpoamlNqSn8ImR7jS8eXfmMb+NQClw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d082dcb55729d58cb4a8422403df7682f2ed16c1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-d082dc-llayk0ei_1692022610748_0.5511057976326277","host":"s3://npm-registry-packages"}},"16.0.0-develop-cd2545-llayk85w":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-cd2545-llayk85w","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-cd2545-llayk85w","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"5472d754d8bec2bd26df31c7087b04f72117b5e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-cd2545-llayk85w.tgz","fileCount":853,"integrity":"sha512-jInfeMiH3y2IlAbUy4ImxZmP1c7iXXNnmcgKzFdq9idXoB/Pyl/wqgOlKIE2UOM6nuB8toRqDsIjjFoiD3WRJw==","signatures":[{"sig":"MEUCIQD/7rZR9WZ2nqhnbpnc5OBQuw3jZ/22K0sUPO1VC9mL7gIgKoE0ZlJsYyajwvy1e0bZ99t4jwxV3ibBtTUpBcYWdvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cd25450d75b59168ff357b860788894893de6d5d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-cd2545-llayk85w_1692022619887_0.7839370730127717","host":"s3://npm-registry-packages"}},"16.0.0-renovate-9b5f4e-llazpzor":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-9b5f4e-llazpzor","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-9b5f4e-llazpzor","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f4a6634587e5a13663b577bb2a2f9765490f7e68","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-9b5f4e-llazpzor.tgz","fileCount":853,"integrity":"sha512-8/nZH+XjYBHWxTnPID79NWNnd1osspep7KqCNRWfobiOtZWAWJKiskmllXwtQ3+bbUzxzl3hGTHHVpGctPz2BA==","signatures":[{"sig":"MEUCIQDE50cVrW3qE0c1JleCvejlroG7mClvzFjBkXB9LlqwTAIgNv+GZf8bISCKVHHb3sy+jpEN5Dc/vJJ8FUVevUI+WVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9b5f4edc62a08f3bc109203affe2848f58fbf7d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-9b5f4e-llazpzor_1692024586501_0.5476063544736276","host":"s3://npm-registry-packages"}},"16.0.0-develop-1f7dc1-llc4vtgt":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-1f7dc1-llc4vtgt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-1f7dc1-llc4vtgt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f3e4d0bc128933277713fce11353b71b26a2ab1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-1f7dc1-llc4vtgt.tgz","fileCount":853,"integrity":"sha512-v5caRfdg9f9RgXTgParEyoVF9+ehv2lIsfMyLKPZefMieAWtQN08TehVoiW/vzDnfSbFAZa1XQstFf3xqqonRg==","signatures":[{"sig":"MEQCIGKLGXfn20U40US3muVA9Ej1KoiWFWujDo3RQ40ZusEEAiBe0RZsmK9zZINrYShRAJT2t5nF4Mq2ZFqqrytdBReD/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615177},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1f7dc1158878c479f8aaa5abac62eec3e01b8ddf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-1f7dc1-llc4vtgt_1692093703892_0.9765731983778316","host":"s3://npm-registry-packages"}},"16.0.0-renovate-cd5e26-llc4wnbv":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-cd5e26-llc4wnbv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-cd5e26-llc4wnbv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"632124dca5e7c8f66c6550ce77b88c9433c63159","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-cd5e26-llc4wnbv.tgz","fileCount":853,"integrity":"sha512-Q+5ZIXkxu80KtDLAXlNetj95MlH1xaiy89hFuxybdmsNtYhxXm8F5n/0XgktEFktv6W6rd4r0lOirUmsp1m0Mg==","signatures":[{"sig":"MEQCIEwkByXMvKBtOgd8D9Jkilhy6rZMkA0ORsuzpcnQLBSQAiBz0g1gnxCXnVmq4s0wtKLANzrsWJ45xkNiBN/SumGNQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cd5e26a57591b4f0481d36f8d4fc4b20cd5f05f8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-cd5e26-llc4wnbv_1692093743401_0.5837739806286317","host":"s3://npm-registry-packages"}},"16.0.0-renovate-3eae0d-llc5vojq":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-3eae0d-llc5vojq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-3eae0d-llc5vojq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"cbb1507268d7a849e348bc7ec680b8d5a69b8d7c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-3eae0d-llc5vojq.tgz","fileCount":853,"integrity":"sha512-57Tuqs35IOrCIJmtEbzu9NM3HrlLhhKn9ew3lh96OVOcNM3JfyLZgLk0wBYDo9JcDH8dxCZXwlvMsjH93OVdzw==","signatures":[{"sig":"MEYCIQCJ4LsCihXM17AISwgqgI2I1NusZYG7bIiBSCh5xZbJ7AIhALyq3BXaYgLxDdZ5JJoq3e0dhFiZxPstOQPa7qZV7o32","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3615178},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3eae0d00be0c6b8a223173d5a49be043b029f100","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-3065a7-lks764xl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@5minds/processcube_engine_client":"4.4.0-develop-af179d-lks7jcjx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-3eae0d-llc5vojq_1692095387834_0.9729250517813184","host":"s3://npm-registry-packages"}},"16.0.0-feature-4d8877-llcjugim":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-4d8877-llcjugim","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-4d8877-llcjugim","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ccbd75c4e60889a7742523b508f422c4d80baeea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-4d8877-llcjugim.tgz","fileCount":853,"integrity":"sha512-CvBWO+jd3uN2EldjKPP1Ws2wtQN8pTwbKxzS18vaJiv8UJNS0AIefMB1k5sd6Nszw+UMA5cdLncY5wkaIMsDgQ==","signatures":[{"sig":"MEYCIQCzSoS+zVl6bq70p35A3b/JW2gnZKR5N5s1lbyeOLYNuQIhAP4EiMM/cikcnacyQgL9gkZgkcS2WoQNh4NkE8bIaLLs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4d88771692b2e8a1517c998ddc33f74442b799d7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-f1c0cd-ll4xz1ka"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-c1ef53-ll4y8txp"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-4d8877-llcjugim_1692118835758_0.07250568793148604","host":"s3://npm-registry-packages"}},"16.0.0-develop-62ff77-llcl7i63":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-62ff77-llcl7i63","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-62ff77-llcl7i63","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"bb00d331f2374737afc44abda16f6700d5217a81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-62ff77-llcl7i63.tgz","fileCount":853,"integrity":"sha512-zFrOJQcz0JtIiLLGc2RUMW9Yoc894MfFzP7d7u4yjyafbzqrSjIACYybLGsr3llCe1q0g4g9itMnZ4UACJz18g==","signatures":[{"sig":"MEQCIEO2Oi0ckiakRjW1AKNbwQKu3qJZwfD84ohNR5Yx4vaYAiAhZwsO1JTo+HF4NV/bRek4kJTgPpAuxI5HrjE6I8zUMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"62ff77440e6c13a6b904357e57fe2e7f50ae3ea4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-b582d0-llci7hfj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-4ce1f8-llciujdo"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-62ff77-llcl7i63_1692121124266_0.594193678539612","host":"s3://npm-registry-packages"}},"15.0.1":{"name":"@5minds/processcube_engine","version":"15.0.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.0.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"958ad01f8bc7c4f28c2a115aed549c82686f189c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.0.1.tgz","fileCount":853,"integrity":"sha512-6+rADl1FkSGDOYke4v6+UmfIBXSvA/AQ24e3rTN3/R+5hpfgRA5DVliSFFDdTsS6pAuQgVifARcuijswlprsPQ==","signatures":[{"sig":"MEYCIQCpk+VhrUzLjUm/uwBo6GsKmRdEBJ6A1nhtCpEcTqeo8gIhAJTq3fQ8edfMjgFQSczjkH1tbTxXsMFxGQf4GbT8hi0Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3559921},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5492a6bd10605ce8234a5c0b2259dd36187e9991","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.2"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.0.1_1692124861731_0.7485225271623446","host":"s3://npm-registry-packages"}},"16.0.0-develop-4c562b-llcow28d":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-4c562b-llcow28d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-4c562b-llcow28d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"38fdbe4071dbdfc418034f13101a4ab6af593b1a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-4c562b-llcow28d.tgz","fileCount":853,"integrity":"sha512-PyxoT+u4S2IoJYQ8CJvcp7nYrD3CgkWZIasvuKCJJC8F7eLsd3gynpGDCiKvwLOoaDUJmgOfjWxiFUZYCOE6Bw==","signatures":[{"sig":"MEUCIQCJlBoYrJ52xOhn+mILQULxtUOcwhneTGGrTxadsFbmtgIgK0vSgL4i4x0pIvkd3euU4km2rPg1L/CduhHOkj3Itow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620151},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4c562b9b5b8e809ca24a7a063ad8b8cdacfcd886","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-b582d0-llci7hfj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-4ce1f8-llciujdo"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-4c562b-llcow28d_1692127319427_0.6790265487827019","host":"s3://npm-registry-packages"}},"16.0.0-alpha.2":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f7404d283d716c5322ee8c2f85095e155fc28a06","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.2.tgz","fileCount":853,"integrity":"sha512-oQpRUtzAAW7mBy52vWgWFxnAMaxLsK+kD/j99xaaJqfgP4sTIa/NhpHs1ZI9WfaxmnqfSXbEg/pMDOaQu7VFTQ==","signatures":[{"sig":"MEQCIAq+eyPF+P4HVu3qgAv0yUpb5WU4K8d3afCEwwY3+AN0AiAtT5F9HovsnP5I0e3thml7hh5VSEdbAmtNIwlL4e/ZYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620103},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"251fbcbddce02439d0d41525375d139940d57619","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.2_1692130561305_0.5566757622542358","host":"s3://npm-registry-packages"}},"16.0.0-renovate-ef769c-llcsfmf0":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-ef769c-llcsfmf0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-ef769c-llcsfmf0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"90bd7cee67c0a7b13dc0e7a2a3ad48354d6cec29","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-ef769c-llcsfmf0.tgz","fileCount":853,"integrity":"sha512-Nmwz9t7CQbKhvJlxMkELVsMTDRsEG+XDyaqy9Ax+2aEATp/lmC/LsAGQaz36CMxgm0Uko5qQTO8cvPH8ZhTayw==","signatures":[{"sig":"MEUCIB50YnrUZ0Gpv3erOmfSZzDzXxmvxBWsFFVljnRAJN96AiEA329RgraGN9V7Z9OctgKrlJE+LVOK/Jbk4kSdfM+Xg9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620120},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ef769cbcd27bd2ddea40969d20e127a3e0f610cd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-ef769c-llcsfmf0_1692133258706_0.8155680014008122","host":"s3://npm-registry-packages"}},"16.0.0-renovate-0e41f7-lld3wln6":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-0e41f7-lld3wln6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-0e41f7-lld3wln6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"259e11be0e9919c32c33a08226564ac09c8b6830","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-0e41f7-lld3wln6.tgz","fileCount":853,"integrity":"sha512-LledWA3nxuO5PtOFx8uaRz4US3j8c8qqjHigpgDeGm35K+rBfzYojVk5vSboPYsg8H9977dcltEetHDRzoES+g==","signatures":[{"sig":"MEQCIEWLnQYEqot4RPR4HjUnbZrfGQdeHWhTj6HFv6f9JaWSAiBXtCRdN+xhb0OPR8+UZjplGsJXj6vqrBK5VE6y4kqzxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620120},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0e41f7564417adcbab91a4bbc76351e4997ddb63","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-0e41f7-lld3wln6_1692152533470_0.9269725448460278","host":"s3://npm-registry-packages"}},"16.0.0-develop-c01ac8-llde6a6r":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-c01ac8-llde6a6r","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-c01ac8-llde6a6r","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"150b4ba6afc43c1f04bddde13cc4eed9adabea6d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-c01ac8-llde6a6r.tgz","fileCount":853,"integrity":"sha512-LVRrp+BncMTUXRf/6SiVAvF/9ImPXdLR2kc3VbTejl6XRHHizrAtMJR68pFOQkazh3+6BdYdtlZ75mtJXnuB5A==","signatures":[{"sig":"MEUCIQCd8osjr72iaW59OV0ggqruAwirCS8e22FCDwyGQJsAVgIgeCix8IKY1AzAFYMsyVF8Gl64YDld81S+tfp7cm0pNVQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c01ac8047a6cfcd3ff0da8d21ef4977d2baf898f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-c01ac8-llde6a6r_1692169775503_0.10399969572336043","host":"s3://npm-registry-packages"}},"16.0.0-renovate-6159d8-llde6s2m":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-6159d8-llde6s2m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-6159d8-llde6s2m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"665bb2f6ed7d479d0d66bba000383a3e903e2144","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-6159d8-llde6s2m.tgz","fileCount":853,"integrity":"sha512-vebGKp6lPyBwdOMGpOQ76y4imTswCM4EYOpcgkpOc4UiolnyFKit4MbTmfejqQyf911NaRyWVWLlzMGSDwOyww==","signatures":[{"sig":"MEUCIEfz76vg+CMXFiimCGjOhEdJKcFRNffM8VfHRxONzjlvAiEApMHhtEnHxw9k9xaL+LkltnWFXwm5DJspidWuH0AiOW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620120},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6159d8c74c8f31c9c585a17c9f55dbb735b5f936","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-6159d8-llde6s2m_1692169798560_0.5653096836654434","host":"s3://npm-registry-packages"}},"16.0.0-renovate-a9b052-lldf6nu6":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-a9b052-lldf6nu6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-a9b052-lldf6nu6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"18aab890fe838e9a065084c02bdae84c88a7ffe2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-a9b052-lldf6nu6.tgz","fileCount":853,"integrity":"sha512-Ik4whQ4OYG86dy8gjU7VBu4rCVJKm7wJrt86lw19mqog/TSSau8ZGU/RMSZjLlU7el1gvNxCj8/3bYAk8bcHsA==","signatures":[{"sig":"MEUCIQDanFiWHytzmTwmxGDSadkKy+FTAnCYuKnhisuBOuylDgIgcmIaJCDDHbyubgy/JHSFMyJHagyZZ3kZpzzsSYnQess=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620120},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a9b052ab54c04366ff2109db5363a38fa1b76e27","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-a9b052-lldf6nu6_1692171486396_0.08846139246403273","host":"s3://npm-registry-packages"}},"16.0.0-feature-c1655d-llgr8n2f":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-c1655d-llgr8n2f","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-c1655d-llgr8n2f","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"650c94e0f0ca490e01c5a3f9dac884fa90bec3c8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-c1655d-llgr8n2f.tgz","fileCount":853,"integrity":"sha512-wFVbNQu8IJRU3afiMK+BcJI+BFBkfSs3dKZ0382OZR/SqJqRJfHmedQY5uu2DR5Uh/Md5kXUk+TvytzrLdCZmA==","signatures":[{"sig":"MEYCIQDuPZx0h+rIZuMy1IYd5qqXO9qfAO/wr9MVdo3H4IiqiQIhAMUOmfzzIRWR8dIywkvwJtJQDTeLg7eaCGOkJJlSj5fC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3619709},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c1655d56cd9918b4f1ed2c603133712803fdd885","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-c1655d-llgr8n2f_1692373131375_0.0801631594109351","host":"s3://npm-registry-packages"}},"16.0.0-feature-3c0025-llgrl0er":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-3c0025-llgrl0er","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-3c0025-llgrl0er","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"72b5bf2aca2215d4dc3193768fed5d668f1fe08a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-3c0025-llgrl0er.tgz","fileCount":853,"integrity":"sha512-xDnHWxOtX1BkeBoIUFkwnu4N90RerHuxhnAGu/Tc4SuitZG+yZ+8lSpM8OKuv/mMqQ1dui6X3evOBSoUFZdRAA==","signatures":[{"sig":"MEYCIQDHhjZagCdLyuCYaT9DpMeyO8b4RPjPsjI0CLMw6QmsTwIhANo5e7iYsXwVYjB0lyPCV+hz+qeLXtLR1j10omPjP9Ga","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3619627},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3c0025d4cc3f88feb9a04f139cac3bae9746cbba","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.2","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-3c0025-llgrl0er_1692373706986_0.7974007958413571","host":"s3://npm-registry-packages"}},"16.0.0-renovate-1f86f8-llk80ry2":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-1f86f8-llk80ry2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-1f86f8-llk80ry2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"ba465ea4cd41d8dd4500f619a368889e4ad21f16","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-1f86f8-llk80ry2.tgz","fileCount":853,"integrity":"sha512-zlX3Z3660kqlIzCrqGLpXboNG1PW4kDAFGU6hmMaPGVp4Re4/QYmjqMzQn44bGwQB1pYxyYePcL+ntlfmBdVIQ==","signatures":[{"sig":"MEUCIQD3lB19/CsDz6cZ/QTOpPXlsS+FuogwY+MWb7rLWtdVFQIgB8Er7/ahzzoMO+Xtz2A2SWCdfkcU3tHkK1Pros3Rxk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620120},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1f86f87c21b41e36394c2e650933d3b1e46f1178","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.3.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-1f86f8-llk80ry2_1692582705223_0.2696449443290456","host":"s3://npm-registry-packages"}},"16.0.0-develop-f799a6-llkkkyrp":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-f799a6-llkkkyrp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-f799a6-llkkkyrp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"f557e9bc0d9f9e7afcb84b9445ab711a11aa1cd5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-f799a6-llkkkyrp.tgz","fileCount":853,"integrity":"sha512-jc4inUR4WSQyucJasFIyBqk5H5OKqw68O69NneyPzpxXNDbl05NyvvMNGMDMyByx5hUlE//txoZyXI7UTAQTEg==","signatures":[{"sig":"MEUCIQC6cdGtwC034sb4x6vL5FYwEcqH46+MN9Yx2DNFsLxZygIgFp+dvOg6Cmy33X/tou+IGN0CXJdDVX+aIh5fZTcYJ3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f799a6c241fd07770c04687eda0b91aac9014369","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-f799a6-llkkkyrp_1692603807979_0.9783346450362618","host":"s3://npm-registry-packages"}},"15.0.2-feature-dae5bf-llks6xw5":{"name":"@5minds/processcube_engine","version":"15.0.2-feature-dae5bf-llks6xw5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.0.2-feature-dae5bf-llks6xw5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"d2e3273f9ce609261f3115fd6ea8a654d5c492f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.0.2-feature-dae5bf-llks6xw5.tgz","fileCount":853,"integrity":"sha512-E3jxydamVQyE9RK9Gl3Fj2xEA3j1qCCf/+ftZmUgFcNC/1UOk78sLm8Ircq5TcOtOithTxYRE1h7yjlKcPMGFA==","signatures":[{"sig":"MEUCIQCBa5csmDtgXfZ8wCd/vpbhTAU9TKQwtpoWp/rrE2xvGAIgC85LEaaK/eobprDlxqCDe7KHkFQBfCAJYwze5ChZ2qY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3560841},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dae5bfc1a84adfb17538cf7abf32cd88020a91d9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3-feature-b69df4-llkqfucc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4-feature-fdec9d-llkqx388"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.0.2-feature-dae5bf-llks6xw5_1692616584098_0.8325504529636758","host":"s3://npm-registry-packages"}},"15.0.2-feature-37a30e-llku0elz":{"name":"@5minds/processcube_engine","version":"15.0.2-feature-37a30e-llku0elz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.0.2-feature-37a30e-llku0elz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"074b87452cdf6bdfb17e83800beec30203fd2c91","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.0.2-feature-37a30e-llku0elz.tgz","fileCount":853,"integrity":"sha512-0M1EglXKLbf6/gegX0A9qJMun/z1RDpdHpW1OODJscUuzpvxJesQnCBNKPKz4JHDwdnNzG0qrPU9FV0Zbha3ew==","signatures":[{"sig":"MEUCIQD/+J+MHR21ETdKquNVHWyhejVkWyza8uE5NPkPNL3alQIgMvvqztfBUitLQ1ij6bgXLo2JSC28dNP9FU/v6G7YpI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3560841},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"37a30ed0c997f904a0938a68674c8afbda6245a9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3-feature-b69df4-llkqfucc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4-feature-fdec9d-llkqx388"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.0.2-feature-37a30e-llku0elz_1692619641998_0.8814559505753148","host":"s3://npm-registry-packages"}},"16.0.0-feature-bccab9-llkufic6":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-bccab9-llkufic6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-bccab9-llkufic6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"9adaf1135b81d6c0ae73d55bfc6a0cf861da8c4a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-bccab9-llkufic6.tgz","fileCount":853,"integrity":"sha512-+shJGv9FxToCMGzLZySgwgPJchsWLLB+LAOhCwttAaGHEj6HdsWKfvVVSqDrV/8gOznL9CLkKscbo8o/79P3Ng==","signatures":[{"sig":"MEUCIQDppdNIwMZlmzX4FioAoco5Liju6UFDU6UxCmQE7US3rwIgFHg0t0jcT9TGW8KYFjVglymWzPRDrKL2HFUoknpS80s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620622},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bccab9c9ce66ad1c92f18ae59f77bfdaadac3353","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-bccab9-llkufic6_1692620351892_0.8218849164134796","host":"s3://npm-registry-packages"}},"15.0.2-feature-f6e88a-lll1b415":{"name":"@5minds/processcube_engine","version":"15.0.2-feature-f6e88a-lll1b415","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.0.2-feature-f6e88a-lll1b415","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"372f66d0112e9e1c19cd31609fb34f0018ad5a02","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.0.2-feature-f6e88a-lll1b415.tgz","fileCount":853,"integrity":"sha512-kviTC2gnSjR9FJdUX4J71sEXM74Tf6gUBQLjgmt73QZK+cIJDyE/GShtAsNnFtgNWaEreCaPcAu3IiH80VCroQ==","signatures":[{"sig":"MEYCIQDA9j8i4iFC3eJYUBPbRGrR+E4DrbRRCAba3XyqZ2F5SQIhAMzKHUTjIjZdIDd8vpVLrGKPwc9l0v1Nwv01z63cnF/2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3562038},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f6e88add49b7cf634b078176106301858d77a996","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3-feature-b69df4-llkqfucc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4-feature-fdec9d-llkqx388"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.0.2-feature-f6e88a-lll1b415_1692631902654_0.6828945377021722","host":"s3://npm-registry-packages"}},"16.0.0-feature-1f2f02-lllzzrvm":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-1f2f02-lllzzrvm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-1f2f02-lllzzrvm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2948f53af5ff293102aec4a92879603bbe27762f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-1f2f02-lllzzrvm.tgz","fileCount":853,"integrity":"sha512-zaGhOL3l1xDhLhli4gMtmlKkKhpilfQ+IX946Qn+fKyYYrylivmIR33zsSJuEv8ss/qMLq8dNIJt8V8UQglc3w==","signatures":[{"sig":"MEQCIG0gwHcfmn1rkgmMJvjgaA0GHjEWLWGpAgwJjUma22AWAiANswBqy9hLIs35qUE4Y1ieTEQQtxEadizyX7bZn9kppg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1f2f020731e2117dba325b451bdc01dca1e88a60","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-1f2f02-lllzzrvm_1692690153318_0.3708665386848886","host":"s3://npm-registry-packages"}},"16.0.0-feature-7f1f6b-llm2pxq3":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-7f1f6b-llm2pxq3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-7f1f6b-llm2pxq3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"35818b53025d63a5f0eff900a06e224f0a27d95b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-7f1f6b-llm2pxq3.tgz","fileCount":853,"integrity":"sha512-MYRfVSmOe+/OSnJk7IFVzTn2bFcLtVUD6VIoA2Z1bFsToiATxBcYSXzWcPkvI/rIai6UCmRJnccLrUCUCqDohg==","signatures":[{"sig":"MEQCIFmCchB+tavUaVUCk/TvZl9cQIGh+n2ufusqPwhOhllJAiAI6gcsIj8HnoCHukXhxRBnWALsjBXobSTg1wDwr05O2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602337},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7f1f6b5811f959baa75a6f3407e917862ae43ba8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-359_Remove_deprecated_cronjob_queries"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-359_Remove_deprecated_cronjob_queries"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-7f1f6b-llm2pxq3_1692694738095_0.7714875741653899","host":"s3://npm-registry-packages"}},"16.0.0-feature-41dab2-llm2vcff":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-41dab2-llm2vcff","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-41dab2-llm2vcff","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"17641493162ef5e19bf76dd2cfe0e0bff2326356","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-41dab2-llm2vcff.tgz","fileCount":853,"integrity":"sha512-LDIj9gA/oDIaodUXORmbgFEm49XJWqjAoWy2undj+CZugl4WbwGtntj3x4mz+TZemYAh7YMJwzaCBh4J4aeJ5g==","signatures":[{"sig":"MEYCIQCj+aOR/29HsFsMLgJunP4yOiQgGaQEa3qepsCsEK7BbQIhAIFUrhOCIXH/83RarbJclSJqEZOEeyhQPzN1LuR8FbBH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"41dab2cadc1cc4c8f2f3a303cb14e044b60482dd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-41dab2-llm2vcff_1692694986972_0.9477691957383891","host":"s3://npm-registry-packages"}},"16.0.0-feature-c3ebc5-llm4wnk7":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-c3ebc5-llm4wnk7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-c3ebc5-llm4wnk7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"cc4191e7563f00497cb4b29c8e17c4f80bb1f61c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-c3ebc5-llm4wnk7.tgz","fileCount":853,"integrity":"sha512-m/adIHR9y94G7PwSafgBb3QfKlzqrU3cBuscWyaN5nCIlEOXBImx66HOx0szZwBQxwTdp++J28WDB+/GLTqDbw==","signatures":[{"sig":"MEUCIBUmIpJCsJO4Eez/apAiS89QvU+q9zXVEi5/qjjpwidVAiEA7OmiKXlX+cvu50lc3AADN1HWN6nIoBbzWHaAYtomUik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3594972},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c3ebc5747c3281a62302d01f9f9dcdcc45786ed3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-7c218f-llm3djxk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-feature-8e6943-llm3mw6p"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-c3ebc5-llm4wnk7_1692698406189_0.3627721556269441","host":"s3://npm-registry-packages"}},"16.0.0-feature-ddfffc-llm4y937":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-ddfffc-llm4y937","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-ddfffc-llm4y937","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"3641f83f3dbf7ae347918d41315022412f8336d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-ddfffc-llm4y937.tgz","fileCount":853,"integrity":"sha512-fI4b82jUi9AU+8vjHuTa8hDj4as5SBrkBI74MKwbzw9j/3LjRTTJODZnmI5cFwYq1F2d+du5fygof50CjC3+jw==","signatures":[{"sig":"MEYCIQDuGT4uuUO+E7mzi0IYWT65WeGrvWZ/utYIC7q6Jaie/AIhAKnPyFYsb5QBm8ylUGyH98eP1N1Cg6eU1BL5kXdRUWXJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3594972},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ddfffc42e5703849432a2701a12645d3e9129c1c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-7c218f-llm3djxk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-feature-8e6943-llm3mw6p"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-ddfffc-llm4y937_1692698479776_0.42997380730514956","host":"s3://npm-registry-packages"}},"16.0.0-feature-823764-llm7uuav":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-823764-llm7uuav","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-823764-llm7uuav","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"99f15f1d5bee4a0b9583ba70bfb2fa3713fbcc4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-823764-llm7uuav.tgz","fileCount":853,"integrity":"sha512-C0tCKPYT0mRF1hI7joG2baDi1jnxYmOvTXNf/QOQSeg4r2XMwT6eEQhgGswMtMsga7B5CrL3C842VTXFhWSr3Q==","signatures":[{"sig":"MEYCIQCMQthJ6qlCU6ma6ZDu4cYsT3y285xAjj58qQwLgoIadwIhAOm0TpbadWs7qfyPUwxi+PjErBk98H+bhRNnigi0luEZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3621840},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8237644fa392b4faa55350756b5891925ffef233","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-df056b-llm64yju"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-feature-8f2fe3-llm6nfnu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-823764-llm7uuav_1692703361593_0.27545744874494416","host":"s3://npm-registry-packages"}},"16.0.0-feature-f856a5-llmbaums":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-f856a5-llmbaums","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-f856a5-llmbaums","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"36640b1907f8a5946bf5c4f8638a6e9d34cc1a1e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-f856a5-llmbaums.tgz","fileCount":853,"integrity":"sha512-Aj71gEcjQ1+6wKX1jsm8RKrhVjpVcZDRSnapMfGksmc0RugYcOd8mClbdQdHQ1BdecY5HEIjiBuLgCFHEWONTQ==","signatures":[{"sig":"MEUCICpXCyCmlEMD6js8H1bL+jzkT3JTPsX8KTxS+XIeDHKTAiEAql2szpvQpSIv7bC60d9ytcpN9PGtKRYCJHGPV8v7pw8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f856a54632c590af57fb4a75c0275edc75a84e37","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-f856a5-llmbaums_1692709144959_0.6001301064224092","host":"s3://npm-registry-packages"}},"16.0.0-develop-eafadb-llmbdtvw":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-eafadb-llmbdtvw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-eafadb-llmbdtvw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"535e0ade860a7f48c2903cd22120d546f9d2f25a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-eafadb-llmbdtvw.tgz","fileCount":853,"integrity":"sha512-afzLL/SsXu8hOFReMrKiBAxITHD6nhtKytQAwuK5oFf9jXZjiqCR5p6hiO5b/QfJe+KkGCbiXXimuQ6sJXy28A==","signatures":[{"sig":"MEUCIQDI2cFda2vgVc4AJ4XrNd/HtRdIiRPRfBP4h80Xn9bsnAIgcE4A/Y/f+/wz/um7/0cTzwzudgGHhlwuQQMR6uJgGSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eafadbf60343c8931429690a52ba5f95a5260a06","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-eafadb-llmbdtvw_1692709293119_0.3895766995790646","host":"s3://npm-registry-packages"}},"16.0.0-feature-51d997-llmd1lyh":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-51d997-llmd1lyh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-51d997-llmd1lyh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ce6e27e584601340f9e9a97403081ae7b62f919d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-51d997-llmd1lyh.tgz","fileCount":853,"integrity":"sha512-jYsZX8ELDlYCVywPWmmM53Dcj5UBVx+iC5mFt3Znh4RYBzJfHpM9k7Uz3PDbAMhze0+/dCpeMeONzfe2MhnW6w==","signatures":[{"sig":"MEUCIDfQApfXRoZH0pw6tXdjHjpOzvwSUEhh/FxYZ+FtllkbAiEAuCSQgbtl/lKZpL94YC9sem7OD/iO0YNKcVzr0dnP5Y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620119},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"51d997318e11b8c2a4ef0a95e67a63abcbf147ad","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-51d997-llmd1lyh_1692712072169_0.010599925757325046","host":"s3://npm-registry-packages"}},"15.1.0":{"name":"@5minds/processcube_engine","version":"15.1.0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"7a278ab8d12f32df787c273ed5ad1225588cfe93","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.0.tgz","fileCount":853,"integrity":"sha512-aDmkyTlom5XXvLLyXlozpCo30dIo4IwyFx5lKGvcKEH3xao3wWmDhMtjFqlRPYwC666Mu6ulmPGMuDHhsfUoNQ==","signatures":[{"sig":"MEUCIHodq3QX5ZceeGX/zzueZjwL3w+EbM7wgZehb8ucVkyoAiEA2cisIJ8NSlFoxuLMKHPWfjQa82EZOQcTN1Crw2cLdG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3561770},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e1ec65c1213e0874373e39a1c634f9e43978f67d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.0_1692713206075_0.3717517973950415","host":"s3://npm-registry-packages"}},"16.0.0-feature-3bf6d8-llmf918t":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-3bf6d8-llmf918t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-3bf6d8-llmf918t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"d08bf58d22daf22dbe699f871553da321f044dbc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-3bf6d8-llmf918t.tgz","fileCount":853,"integrity":"sha512-6HzzAl1y8zP9jR67WCe320rt1QADjyfz3Fh2N/nq1Um2qJEGPUV2+tfj9FvWXL1wrRWscK43hd/umM1AA+egHQ==","signatures":[{"sig":"MEYCIQDRHA+98l3omB116FINlZ4JRQlyQnBqrwq9oXHEVm7cXwIhAK0A6ZNvonTQfnURukAugwSwpD1W6xX/qS01d4erd3kJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596821},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3bf6d82b6e4670ca8c804cd587f4322d7fd8b67d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-0a059f-llmav7zc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-be6d8e-llmb7ujx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-3bf6d8-llmf918t_1692715787365_0.5566017623632635","host":"s3://npm-registry-packages"}},"16.0.0-feature-b2a507-llmhb9cx":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-b2a507-llmhb9cx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-b2a507-llmhb9cx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ff4529757ff13d1c54dd79fb268bbf57928507bf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-b2a507-llmhb9cx.tgz","fileCount":853,"integrity":"sha512-ItYfa2f11GrmpqUCM4gv0mkiFC/o4J2QjPZcKSv6G9BlJoumD6WP8leoO6nkCHvfPaJL7IwVMUigSK1GylaFhg==","signatures":[{"sig":"MEYCIQD8wabqsCE5wi5ZbUR11g0Cnnib2hyBZ4DYUSPkvXl+oAIhAOuf7Doi8COflSEe3O2awMKDlv0R5WB6IJs9t2YJzQWJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b2a5074a6633f96c3b82e5918c863f9e1f391d49","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-b2a507-llmhb9cx_1692719245174_0.12210509002204328","host":"s3://npm-registry-packages"}},"16.0.0-develop-53de7d-llmi84k9":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-53de7d-llmi84k9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-53de7d-llmi84k9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"a3f112fb8b75c0bcd59bb14e004714bf396fc61c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-53de7d-llmi84k9.tgz","fileCount":853,"integrity":"sha512-x1oGeaPcPIOH2xqBrl85N6QuqhsNLYucoj4Y1p041oU5AXSrHSiTX6Zq4DQzS3R1T1a/AO4+Fh3uEquufVleFw==","signatures":[{"sig":"MEYCIQC/6aTbCtUpxbC3hHUqJzDTBtbJNtKI1KS0RIi+kiwHawIhAIAxvz/MYiKAEXPp7QR9dTSyD9Ss6gTwMHsI674uuMBb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"53de7d0f342bab792567c5e361cc330131227eb2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-53de7d-llmi84k9_1692720786978_0.033693385360630046","host":"s3://npm-registry-packages"}},"16.0.0-renovate-2fb856-llmiegrs":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-2fb856-llmiegrs","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-2fb856-llmiegrs","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"55ee64c2264181a915bd5308c86ce5034449b560","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-2fb856-llmiegrs.tgz","fileCount":853,"integrity":"sha512-m0ExYxTf7e7iJ3P9BYohRhTQC1qFz0+iCezEIO5lVtVL9EVTKf5Q8lpLX7fxYY6tDY6WQ+JwiNXj/anWmw5ohg==","signatures":[{"sig":"MEYCIQCw6wgrVm/YgsXXdqfZxmEIb0S3l47GLd9Pp/ZxGVfRkAIhAOG1JQz941dEXFi5zrFLEXBAqi49be49qLkR6CoxtFbN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597614},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2fb8568a9641f76ec2442d8ba3d8647486dd17cf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.3.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-2fb856-llmiegrs_1692721079289_0.8520311015412014","host":"s3://npm-registry-packages"}},"16.0.0-renovate-464d32-llmja7ul":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-464d32-llmja7ul","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-464d32-llmja7ul","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"2d66b90822a502e75b63dc27ab890546fca392b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-464d32-llmja7ul.tgz","fileCount":853,"integrity":"sha512-Dl4HuZWCMEdgVFoXVq8OTSEGJk+X61JZ2JWUFNIDoFIPnklZdGRnJGABFtyiYh3GXxf+rqurQF0PjSb+vaeQlA==","signatures":[{"sig":"MEUCIQDwBZoPzydJh1V20SpJGcaDjLzpRcBDzNJ064uB+RolWAIgNJGkHb+hGN6NbpF2lP4gVWVShg3r2NXSuAoCIa9Xc+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597614},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"464d3218a4cfc1c52982afb50cc81b5667ceedac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-464d32-llmja7ul_1692722563323_0.607344285385016","host":"s3://npm-registry-packages"}},"16.0.0-renovate-c96581-lln4yeia":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-c96581-lln4yeia","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-c96581-lln4yeia","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"6676bbe2ebb8864acf2f4b4af93dfd9b14e2c58a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-c96581-lln4yeia.tgz","fileCount":853,"integrity":"sha512-gw1JcNlavf4mTW48EmFGolKz2yAnwIHKqTkmJcHmutuOFJ+qDW3Brc7Sp93xpMVs8hwCyO4CjRyhfWkk3tu4Vw==","signatures":[{"sig":"MEUCIQCxIXz8R2dSrLS2POX5WeF657aLteVMxrmOkQWY496iGAIgQYYxEdQ1K5WATIv2p0RywQdlTHaLZkq3BrvqeBqW/x0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597614},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c9658136be78c25ce6b287c1bd7a0472b67948ec","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-c96581-lln4yeia_1692758953343_0.7925051333671493","host":"s3://npm-registry-packages"}},"16.0.0-develop-b2beac-llnffsyz":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-b2beac-llnffsyz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-b2beac-llnffsyz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"51eb803669d1a4fd37540d2f7808473ac7f57733","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-b2beac-llnffsyz.tgz","fileCount":853,"integrity":"sha512-uZSc1ujZMzAh2zlZREyMiz2bC+qUKtyV0lNHkCLJk14P06UtM6YV8jMPUfvPVc4tEt62Q0gVbyTW+19bn2WxdQ==","signatures":[{"sig":"MEYCIQD+/RS9MjrY+tOlN5QUaFyfGBniqIuyVLoHmiLO7QmGJwIhALsUr+4Xdant15+Av+HWcNCIheDWjj0JnyYGXpRJ1C99","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b2beac7305de2fb1e90ac74df47c9de3916cfc64","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-b2beac-llnffsyz_1692776574179_0.649942935101155","host":"s3://npm-registry-packages"}},"16.0.0-feature-197d03-llnkj82w":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-197d03-llnkj82w","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-197d03-llnkj82w","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"3d9d9fa215bc7c6911da59a86ee265d797da245b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-197d03-llnkj82w.tgz","fileCount":853,"integrity":"sha512-i3BWSnEzeIyie3gQiDB1v0wWiXK3bSkKrw+KHLsxx8JkjUlv+gNwa+07G4nTqiKgIFTBFQ+NbI2wrSeHPJuMGw==","signatures":[{"sig":"MEQCIAIzTOpgnoazBYGpotofuI/XJqG7Q4EfMWmkjdGqbRijAiB6kx5JgJnrklOkRBGSS7/j0yqYeRLozCqfSV8IdbaX1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"197d0328160405bad24c8ac19e248da9c319ed49","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-197d03-llnkj82w_1692785133353_0.06562596691881839","host":"s3://npm-registry-packages"}},"16.0.0-feature-468d0e-llnnh2rb":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-468d0e-llnnh2rb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-468d0e-llnnh2rb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"a7ae70b8f5a0c80257dcf9a07769a0d89f4f83bc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-468d0e-llnnh2rb.tgz","fileCount":853,"integrity":"sha512-hQY+heae9TpnJclo8NylMbLoDfKzvxutHM3c5e7o4nazlLtTuZtLJRMzyEvnSABnawn4cE98z4SV2tzn0pWjeg==","signatures":[{"sig":"MEUCIQC+PTRiUyIa4dsUrasccMG1VituLkG9taR2p99VW0nxZwIgXT9r191H9IDf3jTa4B7q4jl6EQXLAYee+yRDxMykXUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"468d0ea196881b02f5d0e8c522ae092b9915a40e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-468d0e-llnnh2rb_1692790073124_0.551254462452855","host":"s3://npm-registry-packages"}},"16.0.0-develop-bf30ef-llnoxs8p":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-bf30ef-llnoxs8p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-bf30ef-llnoxs8p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"77292d31ebdb6f49bc62e9b7f51db3796e42c4aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-bf30ef-llnoxs8p.tgz","fileCount":853,"integrity":"sha512-s4cwKLgrfYkP4x62UW6WkjiO35Xae5E+EUR1orQFKfNywZHWzEHoiPIn+s0+R5iIvz4DdVrzKthy12WlLS+5cQ==","signatures":[{"sig":"MEUCIHhAhPVVjxvLEJ0JHD6ykg6zfvYydFXNSTp5XvuVYtVgAiEAvQvhZwI1bDdWxl36RFOiM16hC40zdiCMi8ZvOufVaZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597613},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bf30ef780d0a0d1cb4d4c25e41fbc7cbd001a07b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-dc773a-llmfml5y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-cd0b9f-llmft3h9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-bf30ef-llnoxs8p_1692792517326_0.5862679239155932","host":"s3://npm-registry-packages"}},"16.0.0-alpha.3":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"c89acca39adc4ebcb320651378d02c0d1c4853cb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.3.tgz","fileCount":853,"integrity":"sha512-5mPQ+Ar76NsJJ3G3h/Gvr3aONAvGlzYUz2Q4KffsKE4Inz4BdhnTgNXIWVk6K1WyGCk5QgXQvUWOWA11idm3cg==","signatures":[{"sig":"MEYCIQCoPUmjLKqNP4fs+2M0mDgvLl/rLqtsnPmzoYVmIavqKgIhAICMNRh4PJQ4BFsH3Y5DOML0fFktkhHJ8ZD/HNLLUaHc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597565},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"86e27cb7ac78b8f3385bfd55b51668c6e3470c4d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.3_1692862679952_0.02482246282542344","host":"s3://npm-registry-packages"}},"16.0.0-alpha.4":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"397d94cf776592af3933e8d64f8f42572e895ba3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.4.tgz","fileCount":853,"integrity":"sha512-OtqnQJO6M5cE1MLkfmrJiIsSxu0vKDaBzw5trz5uhN+RTy1yrThlaT4BxrWL/MS987uNaW09iu1HDtfacOhSSA==","signatures":[{"sig":"MEUCIQCOIefCE0wrlRkfDOyu6DIeqTQT6YWbZJUVyOb2YULxXwIgEReNyAHeOARfKzwZqHr38B2L1DSkncGOtMQ7Tx7k/V8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597565},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2e8db85f8fb50db020bc393e17b00835666f3202","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.4_1692868786658_0.44382628085650055","host":"s3://npm-registry-packages"}},"16.0.0-develop-2e8db8-lloyctuv":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-2e8db8-lloyctuv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-2e8db8-lloyctuv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"6772cf3feb85e2348f12eea5695fd42fbbb99291","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-2e8db8-lloyctuv.tgz","fileCount":853,"integrity":"sha512-59zLPJo6pMvILJltnfWUG9Hu/WjOlYScegyoXBLPwFMJWT673Y/utKd790v2D82Gn6Q7ICsPOsPFIqF05ugrAg==","signatures":[{"sig":"MEYCIQCT/XTkDDdvlzxcIJGT5N64bKURcOfC/uEFQRe2o4xNEgIhAKhco/5bo4QvcEeImscFqsihLXavkrkjuRU3wYRfHWO8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597581},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2e8db85f8fb50db020bc393e17b00835666f3202","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-2e8db8-lloyctuv_1692868802081_0.05155479140249364","host":"s3://npm-registry-packages"}},"16.0.0-feature-293db2-llqi4i27":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-293db2-llqi4i27","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-293db2-llqi4i27","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"f3c147dd99c9512dcef182c0139816ca96cdb4b3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-293db2-llqi4i27.tgz","fileCount":853,"integrity":"sha512-6Zo1JK0T7pCP4nOxw+N8W+dU7+DoBIpUqG3JpWi6vHDhOlPiC+tgsrkub+6AzFwgmtLT4YH/mYWZ+XA6Vi2awQ==","signatures":[{"sig":"MEYCIQDceD4VqsTgTC+gr2qjqFxUjQi2FyYWcnqrfGoZqPl84QIhAO8Ya5I/jsEAWaaABSe+ekNZE50z9C7og8aVslFnIgvk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597581},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"293db2294f1f0ec75fc130ad0b9af1a59f76d956","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-293db2-llqi4i27_1692962479136_0.08205732745006533","host":"s3://npm-registry-packages"}},"16.0.0-develop-bdf960-llqix3la":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-bdf960-llqix3la","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-bdf960-llqix3la","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"3db441b7c790e0cd859cee933b670736fc7e877f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-bdf960-llqix3la.tgz","fileCount":853,"integrity":"sha512-HARYYRJ0Hw4LGdtoh6Y0qMS03/ZavLboqbZKOgjtd99W9HGXWumB8xoPrSdngl6mcPFor+u6PqDy5OGn/NBTfA==","signatures":[{"sig":"MEQCIEgnxOI0kvGT9EmCUKhVoW5Ktoec+Wx5Nh3u+G9+4/BqAiAGYpHwF4fNcZX0rBb+zJ3n2XCv24pg/9XzSWpaWMbieQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597581},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bdf960de79ecc4d7194d48b03bf2d1bbf4824bae","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-bdf960-llqix3la_1692963814960_0.2289626175471844","host":"s3://npm-registry-packages"}},"16.0.0-renovate-428bfd-llu8a6jz":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-428bfd-llu8a6jz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-428bfd-llu8a6jz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"c1daf000ec4fc3ae2fd388266e917dc30c6c1321","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-428bfd-llu8a6jz.tgz","fileCount":853,"integrity":"sha512-6siI+lKGCOetWkHFU46lXWUEbIiTqIl/cTh/NOq3/htc3aZY0SGJe3n2/nEk6maNvWoROuOCCCFviROJVTfrUg==","signatures":[{"sig":"MEUCIQCJAyEWR4Z83osVX862XNmiFdCZxxcC8SaRxuZZ1AYaHgIgZP3A8mrNnhSlhH3mjcvwMfFHzGCUAxWdfCjtcHJf7qQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597582},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"428bfd22f09f33d6242f1d8168bc41ba44aee4de","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-428bfd-llu8a6jz_1693187803803_0.02493707788691557","host":"s3://npm-registry-packages"}},"16.0.0-develop-64e1f9-llukbwoo":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-64e1f9-llukbwoo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-64e1f9-llukbwoo","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"9da872cf4720b43515f50f3c1b6eac2cc0b6e282","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-64e1f9-llukbwoo.tgz","fileCount":853,"integrity":"sha512-1DzyA4C3z94RKocrS3xRIvJfuca627mdGpppJZ0vCJIh9mWbCFiB8VB+Uu7fAA6F8Wn3ymIXhiW2Tp2ej/vnsg==","signatures":[{"sig":"MEYCIQDELl9PBkNpWA6fioOZi9TjCPN8M1BZPrvaCc18JzRKTAIhALrkxtp1Kz4t7A5DFEcDYKbQk/6tRUM16GrMKRM2M063","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3597581},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"64e1f9d6c97957df7fc8ef55499049a54ae219b8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.1.6","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-64e1f9-llukbwoo_1693208042695_0.9265081445997634","host":"s3://npm-registry-packages"}},"16.0.0-renovate-1150da-llul5g26":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-1150da-llul5g26","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-1150da-llul5g26","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"dc948c202c32452a71e890f2257ee0fd0af871ce","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-1150da-llul5g26.tgz","fileCount":853,"integrity":"sha512-PYB3BtLIv1883/sa3KMyoEpYBIEd31sWg9zwFIZ8nERnTg6Mi3wtcqiwldBdqJ5dmAmRb8zOvpbqMu4JHxy3CQ==","signatures":[{"sig":"MEYCIQCBKdtGqfgdI/ROO4v7EgMIgv+rs1OG8vXS34uCYQjEYgIhAI5C1r/0pE0Q3jx5rnq333Pkfwr/ZZQiasUvKAXaagh1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602777},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1150da9f3c2905bd83edff4c579e572c16001c23","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-1150da-llul5g26_1693209420111_0.8002386521615532","host":"s3://npm-registry-packages"}},"15.1.1-hotfix-e6b6b7-lluu7w3p":{"name":"@5minds/processcube_engine","version":"15.1.1-hotfix-e6b6b7-lluu7w3p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.1-hotfix-e6b6b7-lluu7w3p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"dff7e03ab4e92641ddc2c7352d43be4ef4cd7765","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.1-hotfix-e6b6b7-lluu7w3p.tgz","fileCount":853,"integrity":"sha512-n6pxrqwOlM/bsfYg2dzoQADUvUFP9ecUq5FWm+NcZQwSfKcHoIKPguuz5c+YvkLhKgi+FPxMxU2auAVUzTUt6Q==","signatures":[{"sig":"MEYCIQC5Lv7wZ+CG1RAE0P9rRtABLgcVy0qolOly2Qq097BG/wIhALIslqUm7RG613RqQgpDtDmUkTGeQ56U87inM10J6Xk6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3561974},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e6b6b7a49f28f84160826063911f5ade2b4d112c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.1-hotfix-e6b6b7-lluu7w3p_1693224649509_0.6736119583709903","host":"s3://npm-registry-packages"}},"16.0.0-renovate-05b031-lluuwbuf":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-05b031-lluuwbuf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-05b031-lluuwbuf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"440ab2094f80a798f1d489836467c164cb85903f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-05b031-lluuwbuf.tgz","fileCount":853,"integrity":"sha512-AYhOEBSIOjgJkDrQYGR3DDZ2SW7tNTCVCknj/W8zwufRsxZiurkopR6OmK/39UGiMeOrFXkJ1njfdNlnOlVVAA==","signatures":[{"sig":"MEUCIQD2X5+eUl26ka8KXYoEW087rJwQE1fJGBc4Qy55kSMJqwIgIRFslpVcJfDN8myeqGc4DyYLlHbe3jXP7xW+MpEMbcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602992},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"05b031bd8472c8c46d9b353c7f8cd556f3097473","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-renovate-2ab01e-llujb9ag"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-renovate-1ed895-llu4ty4m"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-05b031-lluuwbuf_1693225789564_0.037894886105863","host":"s3://npm-registry-packages"}},"16.0.0-renovate-ae0ae4-lluwg17e":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-ae0ae4-lluwg17e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-ae0ae4-lluwg17e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"68f5bda4705a18c9fe5498c1762fc4dbc59ca8a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-ae0ae4-lluwg17e.tgz","fileCount":853,"integrity":"sha512-aGQ4cC5hUwvYAhoZsEfEwT0fivW4iNsD1ukCZoY5OjycqDLDZL49viIp9205FiyE7q8lSibP3CC4QL/xpQMmBA==","signatures":[{"sig":"MEUCIQDKk80SZ5TW6qP/BgK+GccHm4+XM5ieNoAAfOmGTwa/JgIgRdUWKjBiRnf4pd1QFlWxDIXohAwZtdMxYKkOTxinjew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602990},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ae0ae4a6c88d671dc238a8379a5b94c9b0a495fe","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-ae0ae4-lluwg17e_1693228397126_0.9447848840488184","host":"s3://npm-registry-packages"}},"16.0.0-develop-29b7d4-lluxbm6p":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-29b7d4-lluxbm6p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-29b7d4-lluxbm6p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"cbbfc856eb9f0298a9dd518901b2f7d1dcc60fe3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-29b7d4-lluxbm6p.tgz","fileCount":853,"integrity":"sha512-6lAehv05VJ5mvqHHif5BklRSbSEcUAAthLjqo7uT/+0aHfm/YZTl4vTKD0flIaJA/srfPA15QNqQcyeKM0IEGA==","signatures":[{"sig":"MEYCIQCbISmKIZ+jYXRfQPg37xBn5XkoGeAts/7OK2R3mev9rQIhAOI6k7BqGAEoyqEYAcaZGd2eQCyXzmqpFRALKT5MchSW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602989},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"29b7d46f62f63192b919d86cd5e6aec2e9ed1e92","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-29b7d4-lluxbm6p_1693229868494_0.3247232323580054","host":"s3://npm-registry-packages"}},"15.1.1":{"name":"@5minds/processcube_engine","version":"15.1.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"155191e5f2577c55971b367e3e00ddd7ebe51646","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.1.tgz","fileCount":853,"integrity":"sha512-X0BuUGUiFBTWTEZNpg6sH/KDt9qFEetgZD1PN4u+6/gvDQRGRFcRS2lXhv+1bzI1xm5aB5W7FFZ2jmljHRQ3ug==","signatures":[{"sig":"MEUCIERQ8b5jxjzbu2jZT8IvSHolfnp5OBOiszeB/GAhzhuHAiEAizpk3D3JCELxwqbyXaefGqCd1G93jYoQPEdKDCAwGAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3561951},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b10d17be8eaa637ff84b59682b31a79f5d6a3431","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.1_1693303430425_0.6646598699363293","host":"s3://npm-registry-packages"}},"16.0.0-alpha.5":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"a9810e94a8ca4f65bb5e7e361e5acb8efe2bd843","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.5.tgz","fileCount":853,"integrity":"sha512-9YRWTPnI5I2227Hv2fPBXF7/T+OTib2J4AcgmbxfxbP4yiLgb2WEHTINvSOVJkuVDBKrxupfVLpXCcbQVSt4qA==","signatures":[{"sig":"MEUCIQDQbTxsNSpFbJSUZpElm+4LOPrHAYySEWcsQwJ031P55AIgD0tQPKhVrvkTOtj4ch49L2FZPRav2G6srxhoKsjAhW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602973},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d47fbc6e9866820d960d982f8ebc47113a195686","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.5_1693308715451_0.7724422927699377","host":"s3://npm-registry-packages"}},"16.0.0-feature-ff812c-llxyfs7h":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-ff812c-llxyfs7h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-ff812c-llxyfs7h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"9afb88ec1edc63726ac61c96701395d436caeaa6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-ff812c-llxyfs7h.tgz","fileCount":856,"integrity":"sha512-DptWZz0HjsmjCbz+P4GM3zd2l+LVrgxifupsOdrY2WlNwEZ6zTRkbh3cjgPOHW5edDEPi3ey0I87SZ1cXsUxKw==","signatures":[{"sig":"MEUCID/eNStoOoE7x8+pbeQnRnRUlyNxVsiK9hfkcRWf3on6AiEA20vxGQUppDyNaumN1wXL2evIENYuwGd1rCVXebkbIeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606032},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ff812c4ec5a27ce64dc169db2deec90e58dee6ba","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-ff812c-llxyfs7h_1693413134463_0.6948214846302823","host":"s3://npm-registry-packages"}},"16.0.0-feature-e02f31-llxz8dyu":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e02f31-llxz8dyu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e02f31-llxz8dyu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"fbe595e171fbb1750385f75aa8fd202cbf1b1178","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e02f31-llxz8dyu.tgz","fileCount":856,"integrity":"sha512-jhDyPLCK97bflnVcSjwVeBS/6Kv7Cyiw5/3Uk0Vg28xF1c04JqbDIaqV7fVqwUhAsB/qypmrQtzD+CByCh3/Pg==","signatures":[{"sig":"MEQCIH5u242TEPvl0vi1i8awwq9yJX3dnOWQJMvolZqgoJEVAiB0QMBFhR9LzyWtsX1dl8X0fcOtdTzP4sFqLmkHqApQcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606032},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e02f31fefd2843eabb0767239853a795f14b656e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e02f31-llxz8dyu_1693414482769_0.7142718804435357","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-ab7754-llyw12c8":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-ab7754-llyw12c8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-ab7754-llyw12c8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"727882f7d6f1a866f2233d44150cb2f2647debf1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-ab7754-llyw12c8.tgz","fileCount":853,"integrity":"sha512-hK8zjBZAuN1YtE4CwNUj8HZp092eMdzEjp6AIUHM7dnQh+ue+ahI09dw7o4WjQWwAtC94lz6QR6PwWnJZYCWEg==","signatures":[{"sig":"MEUCIQCMIKkMA8cC227yocrfWzgNQLDYpjrWg/7oB9PhkSPikgIgCklftaEaMoP2G1Siab3Z5tsKr0KYK7/XWzb9tYXs1gU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3561974},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ab7754e4a7e4314610ddf47c44805f9638e3201f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-ab7754-llyw12c8_1693469557285_0.48685206255750213","host":"s3://npm-registry-packages"}},"15.1.2-feature-e51e71-llywwowa":{"name":"@5minds/processcube_engine","version":"15.1.2-feature-e51e71-llywwowa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-feature-e51e71-llywwowa","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2f69157d64b1c2f10814f861780f57211af84f3c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-feature-e51e71-llywwowa.tgz","fileCount":856,"integrity":"sha512-50iGaKWWxteGBpQxrSkoO0k3ITP4C0HbNyaHJ/2Blg6K4UZ8sYof4X8apT1anCRQ4GQ6KL2Eqe47TM+YNV4baw==","signatures":[{"sig":"MEQCIE9fTAYVW3luplk/5nyYLLVXviMM4rRWVs60rzUGwGWuAiAOzbog8UuspibiRIqTU1QtD8irNPAFXWlAQoozT17Lew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565018},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e51e71d2a9575f12f13f8b886ec58281568f2b61","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-feature-e51e71-llywwowa_1693471030429_0.9840643975869063","host":"s3://npm-registry-packages"}},"15.1.2-feature-c7ca6e-llz4ce1y":{"name":"@5minds/processcube_engine","version":"15.1.2-feature-c7ca6e-llz4ce1y","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-feature-c7ca6e-llz4ce1y","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"47f0647d227e614f5e783b45f910a530e1cf5411","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-feature-c7ca6e-llz4ce1y.tgz","fileCount":856,"integrity":"sha512-cTLRB+DA+g1Ws7y+x4imcKnUqFQ4aeMzrtGhUjAEjVWknD4iY+ZtqNX4+zzNpSBWJ/epemWS3O7BfNMpPchA3g==","signatures":[{"sig":"MEQCID7zA/g3uR7FbCIzSh7WusqlZgKERzdEQCAcS7xpnlB8AiBpZB60I7005/UuTu4/n1S7taRVKCMBT5Eel1lPP/WlXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565352},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c7ca6ed7a26c1a2d638130c4eaab1c91f5f594d1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-feature-c7ca6e-llz4ce1y_1693483521665_0.7510845833830007","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-cd617f-llz4jsvp":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-cd617f-llz4jsvp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-cd617f-llz4jsvp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"347d02631bee07557114f7962d09d5532caeb619","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-cd617f-llz4jsvp.tgz","fileCount":853,"integrity":"sha512-GNtGuHAbnSCj45H+5y7GAu8SenlxuvxVL0RFOXlCN4cyb+5FpQoxxlSFNj2Ekvp1i0IecD2yt0P1rVjfvSIiPg==","signatures":[{"sig":"MEQCIDOFg0tM2wYLDSNRppf7INOmiZ8TiUrggoSBRUvbZl+FAiBclZBx9goCnXvjOMyCCLZL80dcdIvWf6H8P9FjkqA7Ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3562016},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cd617f69f16c4c9d7a777b9c3202475058fb49fd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"hotfix~fix_default_error_property_serialization"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-cd617f-llz4jsvp_1693483869344_0.3985275585905952","host":"s3://npm-registry-packages"}},"15.1.2-feature-109294-llz5cl8x":{"name":"@5minds/processcube_engine","version":"15.1.2-feature-109294-llz5cl8x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-feature-109294-llz5cl8x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"b4de68ca059aaaeac8501318011dccfb9f4b82be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-feature-109294-llz5cl8x.tgz","fileCount":856,"integrity":"sha512-jzQylVPHbWJjEcLnX+P8bQtjNj1BzcO3ohwLKgqzFzuJvRWK2+laGQdGJBeNHHu3OjwhdEQW+CvbsXPBY+K3rg==","signatures":[{"sig":"MEYCIQC/P89oD4oeWqYBI3YiCwCxxUUhZTfg5KqLEkSNaWwKBgIhAOnrFFa7CFQum5X582CFIVAT1uCS573nEGSTVqEyeCAH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565352},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1092947a39abc0cc34a73232eee8edb6472f82bc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-feature-109294-llz5cl8x_1693485208923_0.7613833454461447","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-9d364f-llz8hbu3":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-9d364f-llz8hbu3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-9d364f-llz8hbu3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"8373e00628b0e60195e46c116e462cf3d923fe24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-9d364f-llz8hbu3.tgz","fileCount":856,"integrity":"sha512-mhFXOuvUqRRs0nHxd/yg9fmJw0BjZq1uxMla15bhrhlceWN4pjBwgAQNV6vYM7vivwgjtSnqUE62IL5Ea+eW0A==","signatures":[{"sig":"MEYCIQCnMljBxefdV41vsQEpVkrVITVnB1zMVL2sKJp/3qBKdgIhAIv8Akj5IPw1OjE2jyY9Z3tXg+xdkcBZpQDjbPLbDmlY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9d364f18eebdfcd8096dcbd94699f1fe427f69a9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-9d364f-llz8hbu3_1693490470944_0.20940420755363087","host":"s3://npm-registry-packages"}},"16.0.0-renovate-b00ad2-lm45j0er":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-b00ad2-lm45j0er","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-b00ad2-lm45j0er","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"461bc6af872174a0ecdad1d299ff2b32a065d07e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-b00ad2-lm45j0er.tgz","fileCount":853,"integrity":"sha512-O7WYCJa3cZuNcW8E7jAj6QSjhmyFWw28jvRunnmyDtmA7XV46HD1/5T7GTISZaAXhVXao2fYTrMKEIWUJYNS0A==","signatures":[{"sig":"MEUCIAQ9PHJgurB1Zkb6nTO0kg56YJUdWNWKa+5dMUWV4m7uAiEAuRuldkhGk30nW4CCNxynNPKnY0mUlTpxlBvqedMjXwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602990},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b00ad26db51df4b9698b26450d0dc66b72500f81","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-b00ad2-lm45j0er_1693787838960_0.8392658981042742","host":"s3://npm-registry-packages"}},"16.0.0-develop-ab388b-lm4jmec2":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-ab388b-lm4jmec2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-ab388b-lm4jmec2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"2a76ef628872b277538603d567064fbfa8804cbb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-ab388b-lm4jmec2.tgz","fileCount":853,"integrity":"sha512-5yiPCypcRKnTpH6ljkn4RaNLWBypvP7KHIXJbhkuYNmeKVpfKRRPLXWDFFEunMe0vKPVr32deSMg89kSabpDqA==","signatures":[{"sig":"MEYCIQCGb8Jl8JrQH1c3OJrEV4imy5qSeSLwVpYZfWb7Cy7lWAIhAJt+tIQ0W80Nr8ExhqMMK4PbRnWBWt86PRThXslf7aNR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602989},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ab388b7c7bc1dba02521ec30230fb90852ba0201","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-24fdc9-lluv3ekc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-6a1fd7-lluvbfhd"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-ab388b-lm4jmec2_1693811514325_0.2685466925274467","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-ee59e0-lm4kdvzy":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-ee59e0-lm4kdvzy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-ee59e0-lm4kdvzy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"a6241a1d1becc5da629ab957172f4af1882be653","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-ee59e0-lm4kdvzy.tgz","fileCount":856,"integrity":"sha512-A4YSELdp/Iog4I5fT7yfMrV5cuepXTCeGJKlVZP+zpBfzLooQjiyZ5zmu66s8RRjvFTU90qiq/yDE9QfMpuvrQ==","signatures":[{"sig":"MEUCIQDyBDpbBnzy9RWNO1zzYO3Gl/RiRnYn9uiJNR2iPMNi7QIgAei0hLB0uwODoIybmOt0ijE9lV4TFaMQFtKyZo7lZCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ee59e06c058d28aa7dc47330841c08fa9a8d0700","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"hotfix~fix_default_error_property_serialization"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-ee59e0-lm4kdvzy_1693812805821_0.9278920389976699","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-fff557-lm4wxvwy":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-fff557-lm4wxvwy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-fff557-lm4wxvwy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"51bcfb3a65ef45e10eadbb831b1dbad051477013","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-fff557-lm4wxvwy.tgz","fileCount":856,"integrity":"sha512-R8718rTkJOwB6cNQvrUy1MYhqKqD125mMdH89gLmf7K/sWrenSQvtDufrioX9RMJ8dkGGSrYublw1ygNyplS0w==","signatures":[{"sig":"MEUCIQCWXpdVKbSSWdgbGdFF+euJ9BA/CJ7aiXMg/4LRul2OPgIgFKvF8zoGRUzNdhEYQI9RJzUGBnfsj5ObYY0MLGXe8Sc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fff5577a3293569309b87303e9b873b005c8c644","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-fff557-lm4wxvwy_1693833884174_0.12173734840787942","host":"s3://npm-registry-packages"}},"15.1.2-hotfix-f0b9dd-lm4xjoi7":{"name":"@5minds/processcube_engine","version":"15.1.2-hotfix-f0b9dd-lm4xjoi7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2-hotfix-f0b9dd-lm4xjoi7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"6540c3007428523e0f65d7dd0273419d1449cf2e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2-hotfix-f0b9dd-lm4xjoi7.tgz","fileCount":856,"integrity":"sha512-0QG9bfibYxb9X9dflD12MkKIBrm0PPT+ayYnvYC6fyCWGmi5ZutMfTpZpFRm9D5UwFR7MxiexRSAvisJ3pr6EQ==","signatures":[{"sig":"MEQCIFNmwn9fMGtlVGO0FbDyk2/sW5XMxkDPHywCmely75z+AiAR9fBGbCf/qjz6uax71myf3wc6BaSEITr2r3xYTajxMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f0b9dd5dad9a1dd61b1716fd4ca7a631b785d3c3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2-hotfix-f0b9dd-lm4xjoi7_1693834898961_0.6329150108485007","host":"s3://npm-registry-packages"}},"15.1.2":{"name":"@5minds/processcube_engine","version":"15.1.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"44520664580189e134dd0b09209ed6ca86d9e054","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.2.tgz","fileCount":856,"integrity":"sha512-guO7w9AKGQ+M8Gcian2BSGyS0bLf4GbtBnopPIoOg1NX9IvKAE6YnQk5TaWVGRd+mnK6oNEJR5AD3ibGrkpdSg==","signatures":[{"sig":"MEUCIFCqDQczNZpIUdWtHXIV+CEK+w2tGQZqmazCvOjUtRRZAiEApXlFH5QGQU+jXqSA+HekszcckP1tde1Qf3RqyU1058k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3565328},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"78b04f492b5e815d8a3810950ad55cc0417e9efd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.6.7","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.2_1693840143691_0.63595449665825","host":"s3://npm-registry-packages"}},"16.0.0-develop-7fbd0b-lm52c7u0":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-7fbd0b-lm52c7u0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-7fbd0b-lm52c7u0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"770f0a1f857cba0c4ab3f4c889d6a698502d3c50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-7fbd0b-lm52c7u0.tgz","fileCount":856,"integrity":"sha512-fKVBKMHQ1cs39GY94+GPpJXTWolrdjzgdjbYerMm2HsEIGFCHV6ZrOAVN0iKrMiNa+TQ1HVFvEDyV9UmpZqUSg==","signatures":[{"sig":"MEUCIQDhP2OSUecNNi40VDBAy+6ZFtMnSSW7i++robM5qNnszQIgaBkaODdt2553CwUDic4f0PpUKH9x1AljlVgYxEanweE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606366},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7fbd0b158ac174e6ceb9ee7bb699615186d7071d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-develop-1289ab-lm4uaq03"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-develop-2cf7ce-lm4vcdjq"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-7fbd0b-lm52c7u0_1693842952531_0.3379480104067809","host":"s3://npm-registry-packages"}},"16.0.0-alpha.6":{"name":"@5minds/processcube_engine","version":"16.0.0-alpha.6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-alpha.6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"1d4ff8270ed25b2ad671330b617043125999eec5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-alpha.6.tgz","fileCount":856,"integrity":"sha512-hV/+YZdivg8nOMytNCozFhYmtyctF5XddIXsxx0aTBZBR+3zR4GEOqpgrYJb9Yt50Gg85ia9CMroGrl2YMJPTg==","signatures":[{"sig":"MEUCIDkNJCrnNBXOrk8KXZ3+wvu10Fv/wqZ2TqVjufVrFAhTAiEAq6agmY91qzw2pv1uJX73oYZZr0YputTN9AZaazS1Fog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606318},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"aff63960c473dad3653e4d9ec1dee0e74f9b6924","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.4.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-alpha.6_1693843707611_0.6401141853361592","host":"s3://npm-registry-packages"}},"16.0.0-renovate-863470-lm69w44i":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-863470-lm69w44i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-863470-lm69w44i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"db491697081a78d47b151adbb2060bb4fdbb9d6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-863470-lm69w44i.tgz","fileCount":856,"integrity":"sha512-DGI33R0Ief9Fhtf8Pz65nuxfcEQp+xgBD8sVs547TTlyKBMZTWMQlBWNIMubz2QOzVqaYFqmJ3L/ouSx8MYKlQ==","signatures":[{"sig":"MEYCIQCAeC6YqbXZBzmX9CrYKQR7WIpEDKwHiyeV54Ehzo3RCAIhANNxgCAMYFJg4+4skJEoNQwwcXa71SJ1R/8EB9Spk5IH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606335},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8634701c9f6bf5c64f746af162fc14522d23eff8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.5.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-863470-lm69w44i_1693916101143_0.09528725570863084","host":"s3://npm-registry-packages"}},"16.0.0-develop-d3004a-lm6c84lf":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-d3004a-lm6c84lf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-d3004a-lm6c84lf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"1407329e1e0ccffd3fdb8768e65808b7ef5f49d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-d3004a-lm6c84lf.tgz","fileCount":856,"integrity":"sha512-aMnrTs2SaMOd+5f1bODADHRCIt2j/ulbKc3AAbR+LT6ec7PkHFX/7kq7KNQoYArhBouH2stf8FLpXQpNyMGkAQ==","signatures":[{"sig":"MEQCIEgSdKlxNY8Iw8xEehvJi+reeBHL8UAzbMrLpcLia8igAiB7fq87sbIva34HVZwO/zW/122OfwNpgUEIKdi8Aa6q7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d3004a14864b115ec37c861fed32e3d9db216b98","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.5.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-d3004a-lm6c84lf_1693920023601_0.46219868289362176","host":"s3://npm-registry-packages"}},"16.0.0-renovate-2ebfbd-lm6cqvpq":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-2ebfbd-lm6cqvpq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-2ebfbd-lm6cqvpq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"34875c77abbed1d82d2c6a803aa1fb95dbc28a07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-2ebfbd-lm6cqvpq.tgz","fileCount":856,"integrity":"sha512-nxHKpRxq35BKI6qjJfTebvm9yom5DWMYtGqdSvS6TPGaWQTLf+ZWnMHgtCD88bfTWYk9hW1SoLwBYbdl6rAOug==","signatures":[{"sig":"MEUCIFHeGiSRExuescAr5HSpvK9ZDZCZJn+m+xZuL6Qtx62dAiEArSsSwgVCfpboqdI3hsVqRbjhhhMs91lEkKCCDto42fo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606335},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2ebfbddd4291369d07f5757ffe1729388f1dc301","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.5.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-2ebfbd-lm6cqvpq_1693920897060_0.4891460428484129","host":"s3://npm-registry-packages"}},"16.0.0-renovate-9d55d4-lm6ekcch":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-9d55d4-lm6ekcch","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-9d55d4-lm6ekcch","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"7fb7269bbbcaf1e19907dbe05f1f31e31c899b22","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-9d55d4-lm6ekcch.tgz","fileCount":856,"integrity":"sha512-geGdoBtbgOnZbvgHggtSEP3b/v229HbBFVaLIb7fLien0k0wm2wpn4D3wiSshW8o6rWdSqMcWkbVqlbxilZoiw==","signatures":[{"sig":"MEUCIA9FDqzstnF/c6usqN723L1cmLJSlC2Qc9dEhNfrl0SRAiEAjpIHgSBkVwJOYbj2U4KsLqOQJ/M24BO7IFgbaD6T2zk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606335},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9d55d4b981e430ccb1630a9cc91dd80e1f80f4c0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.5.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-9d55d4-lm6ekcch_1693923965772_0.5506426879777411","host":"s3://npm-registry-packages"}},"16.0.0-develop-90e044-lm6fndg2":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-90e044-lm6fndg2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-90e044-lm6fndg2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"a63609d679f44838494a33856c3a4f678bb6eb55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-90e044-lm6fndg2.tgz","fileCount":856,"integrity":"sha512-9Y92rCv5drDIZPwwflVT/gkFblErb4hRrDJC/CFsgGUddpgotiX1uktFGorXJi1IJawL4ObwiZDjQbGdKBlCXA==","signatures":[{"sig":"MEUCIQDAkQVNF0cO5Sh0oppLh2CaFNLJq2xSBzhLPc+BhxoiVwIgStcnF0CCDDs2fQM5cGCGRTC0QoPsPv+Bns8spgRI2as=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"90e0445269b5f13a85eee1aee580761b17252f25","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.5.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-90e044-lm6fndg2_1693925781420_0.6574857916816748","host":"s3://npm-registry-packages"}},"16.0.0-develop-f48603-lm6g2y5r":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-f48603-lm6g2y5r","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-f48603-lm6g2y5r","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"181c6fd4baaccb653a7cbc4e52ef7b453d5f69a4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-f48603-lm6g2y5r.tgz","fileCount":856,"integrity":"sha512-lYZB0AkczLBZErnggXe1U6ikzBCGjZMxXUZ1NEh+5glrgq3MpOyFQAIyUkJVz6jDrHLg0nuke25F2aqJWr/Y/w==","signatures":[{"sig":"MEYCIQC6bp7JwtE0qKJGrsI/NCEKgWzRK7WaAEgO0bIt9sEBOQIhAL/O9m1c6sjkBFFjI8Y/ZXVwkeyA8EWclns1wrVmFIL+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f486038ddb6fcec7040c5ee6dfac63948b9a0270","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-f48603-lm6g2y5r_1693926514039_0.9201689195515455","host":"s3://npm-registry-packages"}},"16.0.0-feature-4322b4-lm7pdtj7":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-4322b4-lm7pdtj7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-4322b4-lm7pdtj7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ebc26025881a6fb86730839f2629e7f9daf50a40","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-4322b4-lm7pdtj7.tgz","fileCount":856,"integrity":"sha512-BIfMFqpQMsX3YuSTrSSwu5T2XQI2YWHfZr77xUQf9oOlG5ZrHE9sqp+JpyeC/+K8uFeCLQe1UooNS8+yFyGmIA==","signatures":[{"sig":"MEUCIQDSJfM6tmN+JtzuE5TrLJi0rozZFcWwIVXd3oeWq7lXdAIgL0xtEX1AbN2ILqtwwoDvRSge30QgllCAqsgkNkjIG5I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606559},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4322b4531e2dbe42d3a91bc3abc2f4dd3ad67443","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-4322b4-lm7pdtj7_1694002591841_0.2653363397700008","host":"s3://npm-registry-packages"}},"16.0.0-renovate-ed728c-lm8b9xhd":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-ed728c-lm8b9xhd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-ed728c-lm8b9xhd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"2bbc492d0de7debf017c484ba84a38426da06ee6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-ed728c-lm8b9xhd.tgz","fileCount":856,"integrity":"sha512-4SfUDqUJrLZDOEHdOm8aJYd9AMDc8DDI+kbJoGWZllo7mQHG5IGej9um4/jaX5EQ/3kDppX51nA/Q4UA4IWEXg==","signatures":[{"sig":"MEYCIQD4yRNIgaBqc7GyNziVQyHOugWBE1ynPbZA/VzjIT/aagIhAMRxaPrgdhv1lWzTk1YqUUeuLjumS0mWl4NZeAthvBgZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606335},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ed728cbd156a9ac861ffcc1c3e15fae54d3fe2c2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-ed728c-lm8b9xhd_1694039366085_0.3611206685089072","host":"s3://npm-registry-packages"}},"16.0.0-develop-9fb169-lm8uwjzw":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-9fb169-lm8uwjzw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-9fb169-lm8uwjzw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"e965fa7df14aa08acd1289a3c55c555da0ebaede","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-9fb169-lm8uwjzw.tgz","fileCount":856,"integrity":"sha512-hkCyWr34kvzyeJvufbQiC7Pw+6DK91okskSlN6XmJD2TFQt/EFZo4j5Y54DGwsNJNGsWpmKzcqN5OjprMdTFDw==","signatures":[{"sig":"MEQCICuE8F0OTH1vVD4GcCfV0M7h5CCkiyc/f37+/4qf/iLIAiBewO9jNri60UG7z8pF+2KQqZOAlS+t9iUnQr3np+1egA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9fb1697db917f27a4705eba5ab364b0b12e5500d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-9fb169-lm8uwjzw_1694072327069_0.9153057593090652","host":"s3://npm-registry-packages"}},"16.0.0-feature-e4708a-lm8wouef":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e4708a-lm8wouef","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e4708a-lm8wouef","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"2f13239441f7c419230de07d8371ae01f98e10eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e4708a-lm8wouef.tgz","fileCount":856,"integrity":"sha512-j+/IsUtoyWCb6ads+WKeRt3S1lFYJKzkLJtukAmGE7rQKem8scj2K/M4dxGE1H1ZwUIPphIQByRGiO6H4zTxUA==","signatures":[{"sig":"MEQCIFEc09exiNOjrxl78AbkFPtyauiiyJvNHCNKrcB0ywUHAiBWGXAPNVDzvG/AlJP1zasq0Q0XX4NBJK5NClX5b92GVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606344},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e4708a1209eebb6180c82c849a9ddc9fb295ebed","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e4708a-lm8wouef_1694075334598_0.7513989083637227","host":"s3://npm-registry-packages"}},"16.0.0-develop-52ba53-lm8xg6yw":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-52ba53-lm8xg6yw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-52ba53-lm8xg6yw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"6df6d8f398e974bb2ff3112f93684da0d0502b96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-52ba53-lm8xg6yw.tgz","fileCount":856,"integrity":"sha512-W0odHe1rWG6r2UtVI1WaK08F2Q4U0rgF0mmSkOVIvSF5HXXTKJy/e3hlTG4GQ9hTXw5yVDLrT/yMLUxBIjmFYg==","signatures":[{"sig":"MEYCIQC+IuCnaeRj6JDwl+pMzZj4F1iOJqMEXSUaGWupvDb1NwIhAPteQI7EQ/ME4ST0/2S8b3WtZ582BWw6q3BZhucFFpMN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606344},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"52ba5325f37980fc58fe3d227d65db7915016894","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-52ba53-lm8xg6yw_1694076604378_0.5556258915188967","host":"s3://npm-registry-packages"}},"16.0.0-feature-d20f5c-lm90lm77":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-d20f5c-lm90lm77","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-d20f5c-lm90lm77","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"f341f11bd7209014301def9cb38da250c2ea3800","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-d20f5c-lm90lm77.tgz","fileCount":856,"integrity":"sha512-6OGJrHfwaaGKXy1Scd67H7qUY6Rr4COUFRB4UrsCVEBh34PdWg28FGN6OIoxy21R2pIt/NFalHJFrjKoZPq+3Q==","signatures":[{"sig":"MEUCICOxLatgRLNzVCl/kRFfWm+J+c9qOua+4I+gheGVe4gHAiEA/OmFMWem+w+LGRWN6X6hqqqyRnqWn7o+lBDEvwn67Mw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d20f5c1ceb53ec8a55a7e7d2fd52d49d8b6bc0c8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-d20f5c-lm90lm77_1694081894179_0.57954102960959","host":"s3://npm-registry-packages"}},"16.0.0-feature-6a18c3-lm95bs3l":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-6a18c3-lm95bs3l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-6a18c3-lm95bs3l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"309e2fcf444226c115072aa0e00fa81becda912f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-6a18c3-lm95bs3l.tgz","fileCount":856,"integrity":"sha512-0mb3bRcKvfcmoVHv/WiNqseSD9Lye5HDWvdT8jTuvm+7H7AiDxuIaY11SYlkQytrfy2UZgnzpsKrOdqt91MV+A==","signatures":[{"sig":"MEQCICkxlPJHUlWRT4UrpI0BoAow3CrM4ULQ6xfZJIK4/UDBAiAgQqs2X9qhOZ/KODjfaYxcgIhBN6wW+OLfwBnDMsIbYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6a18c35ac876367595a28b457c5cdfb29f996796","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-6a18c3-lm95bs3l_1694089834974_0.11481514626543254","host":"s3://npm-registry-packages"}},"16.0.0-renovate-d73b63-lm98mqsw":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-d73b63-lm98mqsw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-d73b63-lm98mqsw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"791f6ebd5dc8c13b98233ca2dd649ba678d3416d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-d73b63-lm98mqsw.tgz","fileCount":856,"integrity":"sha512-dwweNQZtK8IOW4F0pjdI1ClmX/djjvopPvcHGnXNvTCN22UxLBOMJ8mT3+sOq5hTZoImdzPiiffLdPxHb9VxqA==","signatures":[{"sig":"MEYCIQDLAsQW7326jKLp2xeQvTjkJnejM6nRNoOY81OVSfD4sAIhAIf5qLVMk8d/QMtDsbyxbxLoLlDyDjhjx2V1O3x8tz3L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d73b631b0b25fe517559c27477ed1f531a676639","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-d73b63-lm98mqsw_1694095383759_0.08331178602488087","host":"s3://npm-registry-packages"}},"16.0.0-develop-e86421-lm98r1wy":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-e86421-lm98r1wy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-e86421-lm98r1wy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"8047793e6c086fc01fb2e81e8e70c3fa3b1f1537","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-e86421-lm98r1wy.tgz","fileCount":856,"integrity":"sha512-xZ8j3KD/SLwIEnm6GaUgCaaQbApcdM/brYVo+PcCaJG4WIG8PtQmqPGvSG+ElSM03DMMeq47kYP23haOw2gWqA==","signatures":[{"sig":"MEQCIBmnnhhUOPXyNd8UvVeZCRVC531CX4dQXi6dhfbUa6M4AiB1e/npY8uXhUCQ4EqiBDMiaYr2B41qchN+qLmuELf14g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e864215a2c2b36ff8ef0f6e8cc7420ad58bb0edf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-e86421-lm98r1wy_1694095585168_0.1523964820988284","host":"s3://npm-registry-packages"}},"16.0.0-renovate-427611-lmek5ry5":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-427611-lmek5ry5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-427611-lmek5ry5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"b33fa737a6436ebdde6efd61af46ec9686c3f49a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-427611-lmek5ry5.tgz","fileCount":856,"integrity":"sha512-2/UiMokYCIZeiM/nykviWTzLZr9HhQwx+WzxbD7lf0n5q254S1qaDUwtCbegTCQ02VnAq4HEUwhqlxRwqQDXBg==","signatures":[{"sig":"MEQCIGVsE9xUE4E+qC+rU65cntlk0haYjNm7C9RjJES2SDQ2AiAF49mjBxeBDYe/4//yS3b/mWpeIp6qV7HNhQrLz/ZjPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4276114c73d0339bb85263340e0fcff2dfc1d4f1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-427611-lmek5ry5_1694417093927_0.030108185896997375","host":"s3://npm-registry-packages"}},"16.0.0-renovate-9ac742-lmeklgah":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-9ac742-lmeklgah","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-9ac742-lmeklgah","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"0e75382e365a9a97ed1c2deae9e561be79a28216","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-9ac742-lmeklgah.tgz","fileCount":856,"integrity":"sha512-QtLZ09P9X9WgiwNqMAck7d+sdWK6UPM0C2JrJWLCozChb+DTVGCSGt3Ha97pceIA08VUuR/RbTy1bpdLMRzM7A==","signatures":[{"sig":"MEYCIQDHG+we/x0Ga+47k+ahvedYjW3j7ChKrocqY63oDQ9S/gIhAISxJN/KJETWcnHHQc5bWjBCt61lAfV+nrXxYw/dWAkY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9ac742affde0655b48ed5fac0b448b5bfa165756","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-9ac742-lmeklgah_1694417826514_0.08273631094406109","host":"s3://npm-registry-packages"}},"16.0.0-develop-c5bf66-lmel1p8g":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-c5bf66-lmel1p8g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-c5bf66-lmel1p8g","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"eff96198d1fbf396ec2ad92fe930db4e1bfbfb1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-c5bf66-lmel1p8g.tgz","fileCount":856,"integrity":"sha512-jCCPnnDiFy8Sz33+qf9WXQxz8b0ONkf6YuMS2I75iYhhGW+/GHGfF9Hfxq9WeLAId1TvcaJN8uC72vAQA3UKHQ==","signatures":[{"sig":"MEUCIQDd9EwewY4x3UOh47peBw2a3bEZseYTsHvmJGHLi6pQjQIgVwVxspScK5fJQVppBvjM8w5C1cEJGlw0qb74bt8qoQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c5bf6633187b2c58e901c0437df65845eb461c40","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-c5bf66-lmel1p8g_1694418576684_0.818494346024629","host":"s3://npm-registry-packages"}},"16.0.0-renovate-0cf6ec-lmenc5jp":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-0cf6ec-lmenc5jp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-0cf6ec-lmenc5jp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"30724c2c6b83eaa12823fce6ecbb836368ea5ba4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-0cf6ec-lmenc5jp.tgz","fileCount":856,"integrity":"sha512-8UhHke8TygVsS983WoddZ8kpaG5DUG/B6/c2ZWy8i4SB/uoxoDMYMT+eEEmHn0jEyeGHzWiYaWjmuAPOTF8d0w==","signatures":[{"sig":"MEUCIQDVpAPh0idn+uFHlAuq4A7mQEJ+0mOQ+9HiR7Bjaf+9GwIgGYKwTTgwkyGdGAkNCVt4nCxO4D5c/kQgHyLDd+D2dfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0cf6ec95c79c3ffeaa183d67b6f0b7025b40643b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-0cf6ec-lmenc5jp_1694422418176_0.16494135264571708","host":"s3://npm-registry-packages"}},"16.0.0-feature-51610f-lmeoiyp8":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-51610f-lmeoiyp8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-51610f-lmeoiyp8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"25ef2a8026dcffba7ef59a64d964e22f25612d5f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-51610f-lmeoiyp8.tgz","fileCount":862,"integrity":"sha512-qMSbrQOFGuDGLyxSoKfk6oM1pLBSXczGOK5iFdieOGu80sU/8T+PLp1IHxW1kHt75sGGVBFVtOAeqaGsVgXRmA==","signatures":[{"sig":"MEYCIQCQbk98JW+og5WZ0U8le4Kakh4PiyDkFb92Ukmc3nGQVAIhAP2rh0e2x0FsP9WHw6NZ5KIl1ScCG4VC3tJEg3rXNJoK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3639238},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"51610fb3527e630ef2fa3ac36e8f0a3d6b9a23b7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.32.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-51610f-lmeoiyp8_1694424413951_0.6676405155386307","host":"s3://npm-registry-packages"}},"16.0.0-feature-ca5aaf-lmezv0cf":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-ca5aaf-lmezv0cf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-ca5aaf-lmezv0cf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"01671932b19e236178f57e8c28fc7a2b4ae2bda1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-ca5aaf-lmezv0cf.tgz","fileCount":862,"integrity":"sha512-HWc+LZ43VMNxDTS5DqJe1C0epMj0q8N8yrv+4GKDBVFJP59BE25mqxfjpna0y5gJhjRXrmX8MWmRiUVRBiBaFw==","signatures":[{"sig":"MEUCIQDAaAA8Qr0VL9fn/iEH0/t6fr2a2tn0V7UHn5h4RdQvPgIgbne07sumemKUIReeCm0qzGT/0AHqxpjvLw/NpfJ+f44=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3640732},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ca5aafee14f98eb4e5d664424b91a9bc42c3332e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-ca5aaf-lmezv0cf_1694443453053_0.6086949371791124","host":"s3://npm-registry-packages"}},"16.0.0-feature-cabd69-lmf0kngr":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-cabd69-lmf0kngr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-cabd69-lmf0kngr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"29dffd8de5bca93b7eedba00fc43f7c47a486f55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-cabd69-lmf0kngr.tgz","fileCount":862,"integrity":"sha512-gA4Osd/FjTcWRbiYbpFi+l5Ndom9AWlMSeWNayMZ7HLzYeq10Hl9GX0sYSNlZKo/kcb38nE/AVmorYa/J38G7A==","signatures":[{"sig":"MEYCIQCQgr4nPlabhp2kI+pd/RxykqoLA3npHKxA8S81vhZI0gIhALGWyZUzMISdzaloT4bd/0x/QLIi0XlrM6ecCgl6gDqH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3640200},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cabd69adfc9670a6eb5f03d97bc26d95161c2765","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-cabd69-lmf0kngr_1694444648851_0.35163127573245134","host":"s3://npm-registry-packages"}},"16.0.0-feature-98c3f6-lmf0vqkh":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-98c3f6-lmf0vqkh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-98c3f6-lmf0vqkh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"aa12ff2d39343d0ae0d1028ed5a0fccada348f1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-98c3f6-lmf0vqkh.tgz","fileCount":862,"integrity":"sha512-d+UM3XBCetaM7UMuM/0Vtc6gRi8610XIkBz86QR89tzdp393sMp56M1/pUxe8F5nywLqQAwWkogZ+crQ9vbziw==","signatures":[{"sig":"MEYCIQDYZjrC10ZrDOHaWcve8UJP4ZLckl7DxIHclw3rzzsO7QIhAK5qkgVKau/2FBoExzIP0wKARKnRA7z9xJ6ScamPfuMm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3640628},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"98c3f671ea8392e1deb3cc9173dd2b284f985137","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-98c3f6-lmf0vqkh_1694445163930_0.14279169657268587","host":"s3://npm-registry-packages"}},"16.0.0-develop-2b840a-lmg7j4bx":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-2b840a-lmg7j4bx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-2b840a-lmg7j4bx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"8b8e766565d68a1642623678ff97c13196729c57","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-2b840a-lmg7j4bx.tgz","fileCount":856,"integrity":"sha512-1CSnMvtLXJ9oEChAwxG/uxpGp4qJrnKV2Qfh+GmKiqUimkMRT6k75pSJiflvDcQE9g3vqMGMn2nYpaawNELkYg==","signatures":[{"sig":"MEUCIEheJF8tvVnXyycHHezsRIEkk9qPwaIoA09b4cLsSi/aAiEA4s/cmwuJQBWw624X6d6180IDhRmCyckD5giQ8fz87n4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2b840abfcd4b9e02a2a2845268e23642c696978d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-2b840a-lmg7j4bx_1694516798214_0.42814434451388905","host":"s3://npm-registry-packages"}},"16.0.0-renovate-7b2717-lmg7j6wi":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-7b2717-lmg7j6wi","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-7b2717-lmg7j6wi","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"b9dfa50967b9dcaa608724d24c67d1b1576e5296","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-7b2717-lmg7j6wi.tgz","fileCount":856,"integrity":"sha512-+iaUrHHdYMHakTOr3s7pzgtpRE4SU+APtfSCn7h135xgfJcNrKt2GJ9g+ynidx0EDH3phc+4nDrcFLXcxN0Mpw==","signatures":[{"sig":"MEUCIQCwYlNxxzvSEAFJNdGdb41X97qTAzVjv3RlilrY36qHRQIgGhoNAL4luUGahTak2Je93zr1r9ugTZA51Dme7qYPP40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7b2717d3cd0a31b63850a4d9abf8341f52b2052f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-7b2717-lmg7j6wi_1694516810685_0.7984883601857198","host":"s3://npm-registry-packages"}},"16.0.0-renovate-a0ca5c-lmg8bbvu":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-a0ca5c-lmg8bbvu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-a0ca5c-lmg8bbvu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"bafd28a5b225b759099fce0921633d6383b6b904","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-a0ca5c-lmg8bbvu.tgz","fileCount":856,"integrity":"sha512-JpeY0KCoA/XH1VY2nV8QkS6yt1LIG03Yje4CRnSin8dg4lncfwuORMbVdJyg9gtHEdtolhVPPiStaVz6p+PFoQ==","signatures":[{"sig":"MEUCIECxZTCYXSOJH4HthWt90687p2l4LuLJvS5WIUsLfVzZAiEA0I91B8QSGZ9UmNIiO3jBhUfzI2DDaG/Hrz379IgYspM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a0ca5cf8fd5765478fb80dd3bf2ac9be991d3123","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-a0ca5c-lmg8bbvu_1694518116283_0.1975571031394825","host":"s3://npm-registry-packages"}},"16.0.0-renovate-6731e5-lmg8me84":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-6731e5-lmg8me84","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-6731e5-lmg8me84","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"37b0340d850ffd03d5aedb03982b09242dcced81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-6731e5-lmg8me84.tgz","fileCount":856,"integrity":"sha512-Mq+Ffng9kqvbEL3ocmIPeJeGmOS5MzrFwGQ6Kim48BQD2UXbzv2lR1R9nMq1458HBG7/zD4HTADwUPpEkySuXA==","signatures":[{"sig":"MEUCIG1lUAOHMLWFlgM+fK6xWIVJ69a3l0+7Eghd68q2XaSQAiEAmX+ngqHF/CWDA4MBX+U8/+IHgJSZ/ODNYtlIOxJoSy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6731e56b674a612213b7321d05e0fcdfa53a39a1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-6731e5-lmg8me84_1694518633316_0.6420365166911339","host":"s3://npm-registry-packages"}},"16.0.0-feature-d2ab2b-lmg98b85":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-d2ab2b-lmg98b85","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-d2ab2b-lmg98b85","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"afe438b0e353c7598ef79dd9efa3d3862c6dcdef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-d2ab2b-lmg98b85.tgz","fileCount":862,"integrity":"sha512-5ntZBI3S7EuEDsmMBlXHneQVmEyoMioRdJzGVn4Ene0j9w3kWgo37NLCv988reVCB76YyICE1+hi9PTBvpC39g==","signatures":[{"sig":"MEYCIQDAtdQa6X87NYrxgGjgPu15aMYCV8YjrC/c6m7K6M03rQIhAOY+YU2EwjvpMR5DjJoyi+hmmcS+GEYxzW3tgWtCra/S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3639626},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d2ab2bb6d2a9cbfd161276d656084d6a4721a1ff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-feature-9832a2-lmf3vwkj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-d2ab2b-lmg98b85_1694519655768_0.8188901529526316","host":"s3://npm-registry-packages"}},"16.0.0-develop-31d0b5-lmg9pnys":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-31d0b5-lmg9pnys","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-31d0b5-lmg9pnys","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"c67d2defa43fc9d0139e4c6684a46b64abaccf8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-31d0b5-lmg9pnys.tgz","fileCount":856,"integrity":"sha512-v4hHavdtBthtRppN1XXAp8GanOfPZr2WjN9bNN8510GOjNsHpne98BLm8MO2TGwYnhS+/B5YsVsARi5s5wTbcQ==","signatures":[{"sig":"MEUCIELCA+KqnCa1/tb7EYEuXV8GcC3MkqGGgx3wPxW1CYmNAiEAm14F3ACusTjkWqkY/S57eZe3qg/YE7PzGhgkrdctfVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"31d0b59f3d282d4ebcdaea0e3b8ee624afff2875","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-31d0b5-lmg9pnys_1694520463327_0.41383956998019666","host":"s3://npm-registry-packages"}},"16.0.0-renovate-513f77-lmga5ap0":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-513f77-lmga5ap0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-513f77-lmga5ap0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"97359fb3b0dcb18ab6c9fbd7392e1b9538ed9678","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-513f77-lmga5ap0.tgz","fileCount":856,"integrity":"sha512-wQzmBmZbSx/MJT+JSDR012c92zRD9ZjRMYlGx1FC7Jj4goW34OoNJ8sux5DxJe+V7mdmapUCNi6357PxOTDlzQ==","signatures":[{"sig":"MEQCIEIxM4l8CWnPT503SYes9Nj4AqnAuJrmlZgcWfVYJHZPAiA2k2EK7G336VQ7QovwmpS6UiL+Y68wqAbfEUYWmFjnFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"513f774601ab2fbfc79e5dfa2eb633354698d592","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-513f77-lmga5ap0_1694521193791_0.6941117788856743","host":"s3://npm-registry-packages"}},"16.0.0-renovate-974bb4-lmgasp5n":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-974bb4-lmgasp5n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-974bb4-lmgasp5n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"120e131093c9a37a2eb4bf8ddbf1ba4ad6c62a75","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-974bb4-lmgasp5n.tgz","fileCount":856,"integrity":"sha512-aduj9SBQg+XtakBXFqsa+c+zqMswuIM0W2CtZhWBfQaAuTHGpAcCj60lsHUHTX2u/LdjyenAsBuXDUwoEMhxQA==","signatures":[{"sig":"MEUCIH1+sT4IqcDS7K0mI4WMtqr4wda3mrTYxwTw5tH95yTIAiEAyo9Sbt9RdvYiTJLHbDUWOjbtMQsPZLf/EEVNA3eJKEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"974bb4ee4818a93a1d150d40d33d06ba332d4158","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-974bb4-lmgasp5n_1694522284825_0.046899461333480774","host":"s3://npm-registry-packages"}},"16.0.0-renovate-c9ab8f-lmgdkhk3":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-c9ab8f-lmgdkhk3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-c9ab8f-lmgdkhk3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ad060cd16a8b4dfbb7016e11715ab65e08bd4c04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-c9ab8f-lmgdkhk3.tgz","fileCount":856,"integrity":"sha512-rw7eG7FJFNbCtXGC0rH7cH1k9iZN+ONCimtsuB97TzMtDhBMZl6sO6AmMr7Yi+zd7qYzRxMDVK/J90nkr0f0vQ==","signatures":[{"sig":"MEUCIExdoMYFUPr37u7iUCRoPeg5+NJck1fcbo7Uv0f5IXeoAiEAslDRVpqCgP2RdrFmcqlmP1gyp09HPNQkIIF1X8eaP/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606407},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c9ab8f0ffae070f390535d1ccbf612e4dd09187d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-c9ab8f-lmgdkhk3_1694526943976_0.8670748244835826","host":"s3://npm-registry-packages"}},"16.0.0-develop-5487fa-lmgdnry9":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-5487fa-lmgdnry9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-5487fa-lmgdnry9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"7fd56c361f11f1aa030aac475e66f2087dcd4728","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-5487fa-lmgdnry9.tgz","fileCount":856,"integrity":"sha512-Ev85lOBsJSBsn5RLmnVvjI+n3VIkbNeNPMzRd+t89blC33Z54o3vl2yG11X+q/oY4wtQOJw3oWsHg3PWzwBpkw==","signatures":[{"sig":"MEQCIDFa3NG/w70TeG8O/U4eXKtM4OF2/hmlz+mPBFE+EJHZAiAeyamhsZJRnTBFlWExEIfjLVkS3t+hA4lWsTKXYkA6cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5487fa3b43169e62c8491094ac67ea79ea5bea07","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-5487fa-lmgdnry9_1694527107946_0.6520498460690205","host":"s3://npm-registry-packages"}},"16.0.0-develop-15fa92-lmgekl52":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-15fa92-lmgekl52","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-15fa92-lmgekl52","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"90c13679377ede069e399cd7278e6a122a931354","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-15fa92-lmgekl52.tgz","fileCount":856,"integrity":"sha512-wOwbScFf+7M3CFAuWhpyY34/WblPeX/SKR9Fzi2pe/pFBPPkVp9Vu/dQDRRgvbIPDB6sFpKXrR8h7A/5iU2lew==","signatures":[{"sig":"MEUCIQCb4FHyZPC/t5+dglYO6web0cvjDgWcBwpQuZ7USl+LVAIgT1AqzrYlLSewLcbq85jBmFIotV+MPqSsNb/e/ySMmrY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606406},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"15fa92965bffdb114230526f47eee001a8c51b2a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.6.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-15fa92-lmgekl52_1694528625822_0.6079903861456906","host":"s3://npm-registry-packages"}},"16.0.0-beta.1":{"name":"@5minds/processcube_engine","version":"16.0.0-beta.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-beta.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ae3e361faa5bd3285840706ea31ca20fe4f61a32","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-beta.1.tgz","fileCount":856,"integrity":"sha512-FbqQAcpJiubHKu1/0Rjnto/0+K/ucFo04mw4YbivqmzJdUG1Jw6e+spBM6f9d2SekCrtUg6UxLOeSeQTou6C9A==","signatures":[{"sig":"MEUCIQCTsmCpkCLsHLIhEe+CA1n+6oY2y7v5pJNNWzCGc/BBwAIgHE2W6DSsTNWstRbRFzr+8jdxnyVOTGqDzZWUuoaLQNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606386},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"62c75ef566909c9dd1ef474271e16dbb282ba277","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-beta.1_1694679621212_0.7093042569722356","host":"s3://npm-registry-packages"}},"16.0.0-renovate-175ee5-lmo7xz6e":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-175ee5-lmo7xz6e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-175ee5-lmo7xz6e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"7a129e73d63fb006fc8b704f0d0d421a4020a51f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-175ee5-lmo7xz6e.tgz","fileCount":856,"integrity":"sha512-BKHghiieLq4Dhb6O6kk8knCZOYq75tddwWS4qqjxLvT6FtNxrL0XgPsqXknc8LwxUVBeBdyDhuBHPy8ApJdmEg==","signatures":[{"sig":"MEQCIFDKigojVy9sce/skLOKjK1R3AF60I0vcdQ5KYluuLugAiBry1j2Y2jQEX1dvB1P8gq0z6zDaKyW6eqeowDDbbCZhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606404},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"175ee5152d752795a65ba5567f0d3a6435190848","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-175ee5-lmo7xz6e_1695001222775_0.6480737050170753","host":"s3://npm-registry-packages"}},"16.0.0-renovate-1fc745-lmo82nfn":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-1fc745-lmo82nfn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-1fc745-lmo82nfn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"09777899cfe520c230821617d44e8bf1c808a7fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-1fc745-lmo82nfn.tgz","fileCount":856,"integrity":"sha512-xEz0j2wRnqZwyrHFbV7aI0csbrGqWOThyi5d7rQhOsd3LdezgSml02Qnmm25qUXG9mR4GH6y09SK+k2ZUGa2RA==","signatures":[{"sig":"MEUCIG6sYytDUCfolLuj38Jp6CKS0K6B8khb2yezGJVJdezAAiEA3T5C88jk5OlqRgKjkGX5oZjLApvgxOdbnTYbSc7VE/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606404},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1fc745432f86fb3dd68c1f288aff9aec072400a0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-1fc745-lmo82nfn_1695001441389_0.3920375341045974","host":"s3://npm-registry-packages"}},"16.0.0-renovate-d664b6-lmo8yq63":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-d664b6-lmo8yq63","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-d664b6-lmo8yq63","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"9245445efcb76912cc65834c9912d60422882b61","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-d664b6-lmo8yq63.tgz","fileCount":856,"integrity":"sha512-0m8GcnyJQ95ALyTnoZrYyKyWq3CNCNEjHkNBTf7Dh2HdfFTfVns4mLWhUAewmFgDAeY/Uv//tOHS5FFdSevf4g==","signatures":[{"sig":"MEQCIGawArB8ZKevxItU/IofPq/cl3W4wP7Dz2l45/uvVJL1AiASGshQTRa9WZjDQAGVbXx2Zw2ifUJOvxwMIHPY9Qpa6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606404},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d664b6aefe6e457e3232f01ada6f893ae3c17bd2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-d664b6-lmo8yq63_1695002937231_0.22619112462557944","host":"s3://npm-registry-packages"}},"16.0.0-develop-6473ab-lmov9w30":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-6473ab-lmov9w30","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-6473ab-lmov9w30","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"51770218042a67c79e6bfdf802c753925607aa53","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-6473ab-lmov9w30.tgz","fileCount":856,"integrity":"sha512-D5uzKLgZznYjV2SKDPttoeaTo6GIh5NFCK5/66h2skm4x8o5ZpRLw96DV7ffdhh6JF0QWmgtFBm8rUldK1K0Bg==","signatures":[{"sig":"MEUCIQDXxoALqyMKVPa7jkMa8M2n/KaWaVB2b9irzcOAOfopxAIgNSaiibrRVJGwTbg5tgqYtyApmF0njS3q/GOYe9q3rLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6473ab857ee091b763cfe261034bf8a9c96f486f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-6473ab-lmov9w30_1695040410785_0.805246077376089","host":"s3://npm-registry-packages"}},"16.0.0-feature-cf0ac9-lmovv3sv":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-cf0ac9-lmovv3sv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-cf0ac9-lmovv3sv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"75833bd6dece0d85833fb2d18204aa9b41bfb048","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-cf0ac9-lmovv3sv.tgz","fileCount":856,"integrity":"sha512-u/tkMoYqjacLmyEXyQukW7Rezek4wo7HSR3YDWhprSsNC1hT8rsef25an4x6F6b0L6jNELIn0hE7ucRj1hVefw==","signatures":[{"sig":"MEUCIQCwF5K+HZ8FGbr6UlKgfU+Q39edOvD5P74gB/C+AIgHrgIgWKPJq+Qx5RcNNw4YiLrdzabnkOOXWEmUcwCazOvp04Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cf0ac9fd71cd07f20aa890bb43d7caf968e73d3f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-cf0ac9-lmovv3sv_1695041399911_0.5624059471069847","host":"s3://npm-registry-packages"}},"16.0.0-feature-e02d84-lmovx9gs":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e02d84-lmovx9gs","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e02d84-lmovx9gs","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"39ee0227a5af6c35a9a2aeb78a8215588350fa0f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e02d84-lmovx9gs.tgz","fileCount":856,"integrity":"sha512-N39lsk3rW5Szf/LKnozJWV9XdyuR2eHY/5KZ1KbhCRFxrjH7ho6X9fIjbB8ac7p2Rd2+W68LohbNan3PTA3SoA==","signatures":[{"sig":"MEQCIFyy3L4S0MHMmV0610QCDdGomR2ZeluNDMOAmIKJVLFkAiBoSSkxmL0BBCAxitTir4KDbq6Lu0qwwizDItFXGE4DrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e02d846d3d602dd659b8586ef4ea644ea8c478ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e02d84-lmovx9gs_1695041500678_0.5841802283569273","host":"s3://npm-registry-packages"}},"16.0.0-develop-64177e-lmq57vt8":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-64177e-lmq57vt8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-64177e-lmq57vt8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"10e753e0b5c25d8f1a55996d7633212107582ee8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-64177e-lmq57vt8.tgz","fileCount":856,"integrity":"sha512-mygQB0UCM7LmyoAxfX272g0TnYPEYPQ41zMD6esfp9kvxjhQHuxbnL5+0kjKQmhmBi7ME6eU6/xBT4R7NcTb9g==","signatures":[{"sig":"MEUCIDj8eiqrdzzZot6PJplByNfLVppH9ZqyJRLr73XaLLChAiEAvzplf0YbCnT1cO+jogQDo1vw1gR/poOBEG57MiPvO+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"64177e9839adf3c6bbf774ab76d73fa01f727f22","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-64177e-lmq57vt8_1695117577881_0.46505655872233054","host":"s3://npm-registry-packages"}},"16.0.0-feature-fa4e9c-lmqeqwuy":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-fa4e9c-lmqeqwuy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-fa4e9c-lmqeqwuy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"a35a5a5eb930375a845d6a82561946a4224a221b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-fa4e9c-lmqeqwuy.tgz","fileCount":856,"integrity":"sha512-2giomC3q2T4+Z6qDrgFOTUNG378sKOmzyXZcP6aqQdOHcl+je/s2UEBKZ5y+PEGyvU83x2ulOTLEULZezK1L5g==","signatures":[{"sig":"MEYCIQCc9NEVZRFIg+pE/MZ/HFHIyPl5WeihW1yQ6aaNsRSK/gIhAL2fuI8suCKZCU1tqdX3ad3adw6ayGq8bbALx6/hsHhd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603657},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa4e9c922aa4e46547bb274960fa2dd37eb162c7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-fa4e9c-lmqeqwuy_1695133581862_0.8000285628215607","host":"s3://npm-registry-packages"}},"16.0.0-feature-b9b51e-lmqf6n4t":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-b9b51e-lmqf6n4t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-b9b51e-lmqf6n4t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"ff6a2c1faa82518f20a69ac1728d6a063ebeabf2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-b9b51e-lmqf6n4t.tgz","fileCount":856,"integrity":"sha512-LsPzzFdhrrsoiyYgSzmJCXUZTl2S8kkm5hdHZcngbrrglzWY8WQAAJKPTi2dXMa2YU0eSzSzBgGVESoWJ7NmRQ==","signatures":[{"sig":"MEUCIA+eKdgPGL0cL7Q7ctUuGcgvitZ65z2lf8w25J1luvrBAiEAiE1REXOVPCD0tK97gH7KfrcJW+C5Uf4sVzvKd0sfSlM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b9b51efa0cf0d303365ea65c5d9359542cce50f9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-b9b51e-lmqf6n4t_1695134317210_0.05716125688271778","host":"s3://npm-registry-packages"}},"16.0.0-feature-8d5744-lmqfp2lr":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-8d5744-lmqfp2lr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-8d5744-lmqfp2lr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"4e01deddc64358c02afc2ea9fd5835ede35c36a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-8d5744-lmqfp2lr.tgz","fileCount":856,"integrity":"sha512-iQPvBH7JZMnSeE7NCael9PONt7c+neR4mmJMmZD4Ivvq7rHV7RO0KV0T0H2jTnahK5DiRlM7X/Aju501cuF03w==","signatures":[{"sig":"MEQCICM6CO8mpoWP9ZZ6IEGIz2vHdAiskfpj8ngfMb8rbIWXAiAjn633sJf4D5QndE1RnvdTnAjYtpbeuN72dwojUoYT9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603657},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8d574490f00aa06145a95b3927bc3039c8513f2d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-8d5744-lmqfp2lr_1695135196983_0.7922840386577361","host":"s3://npm-registry-packages"}},"16.0.0-feature-ab5d32-lmqitvue":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-ab5d32-lmqitvue","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-ab5d32-lmqitvue","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1d7898c6c654782b460a2d29e4996cf0e5e9fbdd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-ab5d32-lmqitvue.tgz","fileCount":856,"integrity":"sha512-x9Bjnuaawpso+YW6dC6RSvJ1LveoX00VIFwre77Ul/yt4IgKuM4fRM8UmqfJvvBnuG+a1ozHrFVPoXXvol7VHQ==","signatures":[{"sig":"MEUCIBMUMCXNiW8Bgk9+z+jWcCDb/nLMFvegd6MxxsqQFa41AiEA7HvJPj5Hs5TYKdyG3l2llAkUo3g4nJcZiqPiehVrcFo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605946},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ab5d32843fe653cc19cf12942c9abb01a606a721","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-ab5d32-lmqitvue_1695140448361_0.41907846305564855","host":"s3://npm-registry-packages"}},"16.0.0-feature-2467d1-lmqlzod1":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-2467d1-lmqlzod1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-2467d1-lmqlzod1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"9b39aa5dd8bc6e385cd1ac352c4f22591ee23aaf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-2467d1-lmqlzod1.tgz","fileCount":856,"integrity":"sha512-9VZbiO3m52lepyJI64Djj3aCDNSF1nZByQ8fMDPZD7DrjctZhWKZN3n6Sqi8phd/SVRh/yl0Ecy63+iZFfgHTg==","signatures":[{"sig":"MEUCIQC+jh0SwUKYAn45QxxFG1sWy+DemdhcMq4CSqcbuzWdNwIgBH732+KDX+PSidL+DTKFLynrN/5dZoPtcUAbjTt8PCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2467d1ca6d59a340a2923c5200ac34c3e9fff9c7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-2467d1-lmqlzod1_1695145772546_0.24227604034491934","host":"s3://npm-registry-packages"}},"16.0.0-feature-4d5380-lmqm228x":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-4d5380-lmqm228x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-4d5380-lmqm228x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"f5ef6b5bd684d6259ae404c4340f2f434bed5162","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-4d5380-lmqm228x.tgz","fileCount":856,"integrity":"sha512-VKsw1Lf7p7s4QiuCb5GNxZ9WB0cg/0kZ3y4uHvt+iOpsWyWSO3o21rKiEyr2kK5KlsBlKdpBFj1CxJK3yCuUYg==","signatures":[{"sig":"MEUCIQCe4UiEuczrqb9ub8B0QIH9NoTGZACF8BQSIPxiqeqJqgIga2VxWoepvQ5J5fjdrrb35+lzlivNXx+XOp/FWkezLx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603657},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4d538045e129adbe21852d9fc44ca8362cc004ea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-4d5380-lmqm228x_1695145863961_0.7742299583242147","host":"s3://npm-registry-packages"}},"16.0.0-develop-dcf1de-lmqm8eic":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-dcf1de-lmqm8eic","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-dcf1de-lmqm8eic","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"6d60041b3cfaa246904f5a959a626c3a542a896b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-dcf1de-lmqm8eic.tgz","fileCount":856,"integrity":"sha512-d6nQIFot+2nxrB8QPB59hIiOoYMdpm8G4jPNucQ8ju/x2eNU7/4hHMg7wzrO/GBegOGJyA4ZcrVZdFABgY+UBQ==","signatures":[{"sig":"MEUCIQDAdJQjlF5kQGDK7souUaxxC8WeHrjYZbRJtqmGqBX5pQIgV/2B8Vzlr0QZmhsvXiQJgmMQXxwCi9AECJqAbJi6w8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3606403},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dcf1de4f39682d572552c5f5f313faf539191730","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-dcf1de-lmqm8eic_1695146163412_0.6718389607457038","host":"s3://npm-registry-packages"}},"16.0.0-feature-4d5380-lmqmfkj1":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-4d5380-lmqmfkj1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-4d5380-lmqmfkj1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node18"]},"dist":{"shasum":"d98746c02aec3fd83f103f7204cade6d1dd8cc04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-4d5380-lmqmfkj1.tgz","fileCount":856,"integrity":"sha512-5nviRbjr5vN7FuFMkehJ3zR4tMaoW19tM8JAFrVPydtCYVIiQ/fz1wF9L7aZ+u/P0YDCi6mrEOSvp92piBeQSQ==","signatures":[{"sig":"MEQCIFCtCH/xcux2lWfNjBdxO1hQLS/PbzUFEyuyzpCGk8HzAiACfwUG+cgPDg+yw091c8T09FJre7R9xSWukMfD2CIAsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603657},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4d538045e129adbe21852d9fc44ca8362cc004ea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-4d5380-lmqmfkj1_1695146489530_0.45131384534148977","host":"s3://npm-registry-packages"}},"16.0.0-feature-035e0c-lmrh4a80":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-035e0c-lmrh4a80","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-035e0c-lmrh4a80","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1788e5fdfa5665d37f14cdb645a96e8a1ea87265","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-035e0c-lmrh4a80.tgz","fileCount":856,"integrity":"sha512-oNolPbF6XjaTV7028OYO8hJly9rAjvJ3JdR//4cxXqC2ajm9rrPlrF2yL+l2Fngvf7ZCwZE1X4NF1tXlNSqelA==","signatures":[{"sig":"MEUCIDH0fqE+KNrMLLx1XOP8Ur0c23mLf8BRnib8XzkFkVOjAiEAp00diMuDy/XsjYI/tH3dYjSVUQIvLaKoOXNNvtK6lDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605946},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"035e0ccfa02a7f9e0ab458345aa4b254d9c1f53e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-035e0c-lmrh4a80_1695198036700_0.6258408966502902","host":"s3://npm-registry-packages"}},"16.0.0-develop-33fa86-lmrity4s":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-33fa86-lmrity4s","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-33fa86-lmrity4s","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e6bee21b78261a5652a0c43e4dc478a7442b4a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-33fa86-lmrity4s.tgz","fileCount":856,"integrity":"sha512-YcGKlWIzkcUx7cXiQDT5uaHmdRDQTk3/VBpdENTDIzHmFCtIvP568Tv9S0fPgLAHAiXZSvyMHiaAlV3ENs5D4A==","signatures":[{"sig":"MEUCIHTu88J67p9ERKEbRCJBlE4tH8LspKbG4VCiORo9Tkx+AiEA7FNwu0MfiG8n4EvUMnMWqN3eWzB9RbCPnxt8jBM8NYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605946},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"33fa864ee6a39d523e66b3fa9b5ca67c25b8935e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-33fa86-lmrity4s_1695200923979_0.9811965119058668","host":"s3://npm-registry-packages"}},"16.0.0-renovate-1a660f-lmrje603":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-1a660f-lmrje603","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-1a660f-lmrje603","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ae09f7c07b85e69a09e17ab7ae5c0e688e5c317","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-1a660f-lmrje603.tgz","fileCount":856,"integrity":"sha512-SZBLrdKN19YMzInlVU3qhkSHZTFrLaxH8uQB3W8u5YHasbodXTrtrTyAWp/2ltVYI1EYxbbiOI7jmcgMdLMwkg==","signatures":[{"sig":"MEUCIEmF1RPuv94Y/Ei2psR05AV7NnlaHeK60ojKMELHeetPAiEAq32+md/NErFdOQRGxw56L34mCi/b91KFwBso7M2zkzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605947},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1a660fa5febbe3299739a60a6753841bc20494e3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-1a660f-lmrje603_1695201854182_0.47332267500155867","host":"s3://npm-registry-packages"}},"16.0.0-develop-85b222-lmrlquwo":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-85b222-lmrlquwo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-85b222-lmrlquwo","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e10ddae2e407e89f21af2a20eba009d89b43ed34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-85b222-lmrlquwo.tgz","fileCount":856,"integrity":"sha512-L7qHHNOUF09IHxBAXe5yRirZQONr3WmD9bDPfriQowocmDVUE/wEgpLDMC8vSmi9fYikgehulg/tAEJu5jNuTA==","signatures":[{"sig":"MEUCIEmxilDoFfnbqu8koBbFvKBCOMmcfKtbfGG7sr7fuA8oAiEA+NGtuZBohfCBvxDl8jIolJ+V+PIMaSeR6ImG+AgQQd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605946},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"85b222739f8e2e80750e93689f0256f34a63c7d7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-85b222-lmrlquwo_1695205803345_0.2630626930794495","host":"s3://npm-registry-packages"}},"16.0.0-develop-cc0193-lmrmyxo1":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-cc0193-lmrmyxo1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-cc0193-lmrmyxo1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"998042178f177589942d6122cfaf31a50a8b7bb7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-cc0193-lmrmyxo1.tgz","fileCount":856,"integrity":"sha512-zF8bAaXnZuOX2HCSVVVM2ffUpBduyLyzeB8wMrOWlHg4Zev3ZycbpUhK7grmZPZ7DyFMkh8hFUzsFitAjF4Ghw==","signatures":[{"sig":"MEQCIGnD6LsistcLVGTyWIaBmX/A6i2KwU9DAOm0jR7MM2wpAiAKWK16AH6zKL+EC4DskqFPa7jezhNeylqKD/ZXYhN2Tg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3605946},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cc019326a1344de5969623c55aac3ea7bc9f200e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.9","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.38","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-cc0193-lmrmyxo1_1695207859224_0.3112869190008962","host":"s3://npm-registry-packages"}},"16.0.0-beta.2":{"name":"@5minds/processcube_engine","version":"16.0.0-beta.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-beta.2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"382d54e176f0a325986bd8b3a048534d2f18026a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-beta.2.tgz","fileCount":856,"integrity":"sha512-Q8UN46b0tfLFyifMtH140JES3vkuJ5Z8OZRUDkGDO5HiPUxEl4EmwTJA7Z9H5/EtWKxfAOKYIBrmxxyQgO0FLA==","signatures":[{"sig":"MEUCIQDJnRrXiCuEUlQxAbMLf+DKl5y7nyA8R+uKYIsDCd/KbAIgcyNfCv3mwYvsNEcIo0aDkT48OUSyvePYtuMepT8bpPg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603184},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6e1ff65cb2c99e96fb1edeefeb8110e758065eb1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-beta.2_1695210936959_0.7965983975331619","host":"s3://npm-registry-packages"}},"16.0.0-develop-6e1ff6-lmrq2xzx":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-6e1ff6-lmrq2xzx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-6e1ff6-lmrq2xzx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"816d9ad55a61de3b9ee0932fc37d8fb48955a32c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-6e1ff6-lmrq2xzx.tgz","fileCount":856,"integrity":"sha512-Q8BMS7rzyWWpp6olZ+MqCdCAkDwd7/aKmTTUz/9pOhV1z/Lc/F2bGrlh1XLS7os2X86QcBHlU3FEmN8SxZnPJQ==","signatures":[{"sig":"MEQCIGWy+orRWHbCXxfeozRFKeJTLEwqTcC+Z4R/w5Gh3x+qAiA7ACh9dtV0V5pFDcFvmJhQB8s/FxDhZFVxsSMC6KSAUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603201},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6e1ff65cb2c99e96fb1edeefeb8110e758065eb1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-6e1ff6-lmrq2xzx_1695213091984_0.9422385704908203","host":"s3://npm-registry-packages"}},"16.0.0-feature-519e7d-lmrqb1vy":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-519e7d-lmrqb1vy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-519e7d-lmrqb1vy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"edd0bab8b385319d4565a8c9d5c3eaeb1466319b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-519e7d-lmrqb1vy.tgz","fileCount":856,"integrity":"sha512-Jlo41BejN0dQcWoyDqTSFPp9mzCZNyM7L1FGFtqmJaiY9DkdpY4vIqVhG58TC4V5ALgaUvmT4gjp7Sw96FZIaA==","signatures":[{"sig":"MEQCIBjF8oOSlvdxzOrofJuHULmSiggnsjmrRsfq/XobEt/eAiAzUvbI61/MbvPvDq9PdNsot3Q7dn6bD2VXIF3xK7XGQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603201},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"519e7ddb3ae9dc9b8f24cffa4680c51dba8d970d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-519e7d-lmrqb1vy_1695213476681_0.8708149700722148","host":"s3://npm-registry-packages"}},"16.0.0-develop-248571-lmrr78c0":{"name":"@5minds/processcube_engine","version":"16.0.0-develop-248571-lmrr78c0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-develop-248571-lmrr78c0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3b60cd67aae7fe9441350e4a6a424a9b904246d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-develop-248571-lmrr78c0.tgz","fileCount":856,"integrity":"sha512-NwuBBdR9vgXaaQdNrT1XmlAKXcfXRp86DzBIsxkLJWZsvFbR+3MjQeqkJoZwkweq9gHG47Qm0vf3w043PWfKWA==","signatures":[{"sig":"MEUCIQDyV1YOUI5VspY9udAXUsMbi6UeUZANPaYhq4AXOW/ljAIgM98gQmz9Xa4ZxBF5CraEoP0rCmH2avdkSutMg6RSgIw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603201},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"24857126d2f30e7fdf199c60bf522d8a90d3a3bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-develop-248571-lmrr78c0_1695214964856_0.42957113395847113","host":"s3://npm-registry-packages"}},"16.0.0-feature-fea4da-lmuc03ji":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-fea4da-lmuc03ji","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-fea4da-lmuc03ji","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7541e00bc0e95fab1d59f18f161b84f196ba0bc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-fea4da-lmuc03ji.tgz","fileCount":862,"integrity":"sha512-oRZ8F1NHFaAKwaIBITetv6IYlDNSbgsWzhOv4ysVHrvkg9V3aZ3Es3LSzRg/fsBjKpFNV8TxvChYqJF9oF/YLg==","signatures":[{"sig":"MEUCIApBmdsyOed0GrNKuKsugjUlgQ5FSKsjG+B/DlunYHq3AiEA9dwB66fSzkF/Qt6VRsu9OwpzCqRv7IpSYOQRF6qOz0E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641196},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fea4dae737a41452de9342d895fa23994c62e917","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-fea4da-lmuc03ji_1695370835667_0.6309295599169775","host":"s3://npm-registry-packages"}},"16.0.0-feature-16826b-lmucqzlu":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-16826b-lmucqzlu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-16826b-lmucqzlu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"edeebf34dbfe0a113f44891876280aa031eb114b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-16826b-lmucqzlu.tgz","fileCount":862,"integrity":"sha512-qYI23CsWrVZakrN9EUCdxp237VVEfxc3yRXV0Kwbcd1Q1N+xM2jaytHOWbKGwHczrLR1ftp+tcgs71dtVebNEg==","signatures":[{"sig":"MEYCIQDwsoy6ph6teUklcpHTk4x+BAwMJFZNyZP8qlJFTVCSkQIhAJAFbQ+o3d+FE5OO/FQs7URdjYcHSW5b8PmhoTKBImKi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"16826bcd2097f616d39f6211b5c9215d9eb17a88","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-16826b-lmucqzlu_1695372091168_0.279988732144121","host":"s3://npm-registry-packages"}},"16.0.0-feature-e65015-lmufzvzv":{"name":"@5minds/processcube_engine","version":"16.0.0-feature-e65015-lmufzvzv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-feature-e65015-lmufzvzv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1412b2e38f35436a73a844bbb474ccf6ae1c4309","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-feature-e65015-lmufzvzv.tgz","fileCount":856,"integrity":"sha512-bZJVYJttxEL7lpOp3dFAv9gZAdBz15Yw3jtDzBf0lDI8He6MctZicpWWYpyl1f1jzS3gHXbyva9hYrFVp0CGLA==","signatures":[{"sig":"MEUCIQCdMVOuN00SXl3d8bsIatSlTZWn5sQaLLr5FC8tCHKDUAIgTASgYgw4xHjOGvXffICnpEqnNdg3t1fhHE9c1Pma06w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603201},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e65015ba4e92d978552e598f0a0d702aaad3521e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-feature-e65015-lmufzvzv_1695377544780_0.5845764809115441","host":"s3://npm-registry-packages"}},"16.0.0-renovate-27284b-lmy5nqur":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-27284b-lmy5nqur","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-27284b-lmy5nqur","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a3480bc816d5e678b3dea2bd6f154fc392b02214","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-27284b-lmy5nqur.tgz","fileCount":856,"integrity":"sha512-5U4bxvxR37IjGBB+mPyId/+QO5BCRuwF3WvAYOHTOlWFcQek/ksCEjon1l5C+CAZUv31wp3CUsw5hPmUgIXM0A==","signatures":[{"sig":"MEUCIB8QXJ7XO1JdVI3sfW2uibyjar4BXAnaSLJB5Q/zvpY/AiEAo6JI7yagTfZ3soguLNMTS2s/6R/cvzUloDqOoeT3zIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603202},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"27284b55a799717431a849ab8e525358f4802d66","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-27284b-lmy5nqur_1695602046463_0.6287081044459895","host":"s3://npm-registry-packages"}},"16.0.0-renovate-cfa1e4-lmymcvc7":{"name":"@5minds/processcube_engine","version":"16.0.0-renovate-cfa1e4-lmymcvc7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0-renovate-cfa1e4-lmymcvc7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e7a22194804b82971b1df8990f81e4a2b7fa2dd8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0-renovate-cfa1e4-lmymcvc7.tgz","fileCount":856,"integrity":"sha512-Jg0GW07dxkmSA8n8oqO9rPDvNPqqWM/VfJj0exbVA7ZPL/DQyThfqq4ejb0+/dt7XhfAuMNgGvfiVdjzxzB1Wg==","signatures":[{"sig":"MEUCIQDUzKf01pIAPsZrSeN0rVu5phRALD3XwULc9iwt2fPSRwIgUl4P+R7Yf46vgT/+hMH+85n31lJfuQx9g2P1gW41Dik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603202},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cfa1e4aecf773473bd282be0be6fa15698feb347","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.6.7","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0-renovate-cfa1e4-lmymcvc7_1695630120208_0.10654379907514389","host":"s3://npm-registry-packages"}},"17.0.0-develop-7d1cac-ln00j5t4":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-7d1cac-ln00j5t4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-7d1cac-ln00j5t4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"64a1ebbdd8cc433e83541a7e2a660bf082f6128b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-7d1cac-ln00j5t4.tgz","fileCount":856,"integrity":"sha512-LHvN0GlD2SSfzZw71UtRopLcYG+Wg3CRT6waTZl5DRLwmjKWYYZ8a5qndkpjmoXVS02Tsvqcy4ApahQvMa74bg==","signatures":[{"sig":"MEQCIHNW+E6Jl9X7CiRoVcQI7Ir9j/LnZ/IEZsX1SU8lDUYNAiAByv9bBagzPCSQ+IEc2j1TJD7zzc/njgNPKP1Tc/kS8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603201},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7d1cac3c735005d26e2c9d18ced88f89efbd2dcb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-7d1cac-ln00j5t4_1695714368673_0.22044386639356084","host":"s3://npm-registry-packages"}},"17.0.0-feature-896490-ln00ts4e":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-896490-ln00ts4e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-896490-ln00ts4e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2d7b62152e590c2a4685f124a34c3fff4c941732","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-896490-ln00ts4e.tgz","fileCount":862,"integrity":"sha512-PNJnl5XatFt8MV/UvBVNauyGV6dWqgKNMBq+UrcMqBu6yLSwNAXIFgw6sfYM2gTImOhrSN+9+WGSmbfOoACTRA==","signatures":[{"sig":"MEUCIFCcpKdHpRb5t6zsoLWtyThukWppd3vz0MbiDr/vzrPsAiEAlofepu9F0I0722xS+d9a1R8kT1QatTXptuetEazG6CU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"896490bf27fa58f3c64e692bfc06000a66929183","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-896490-ln00ts4e_1695714862226_0.1951276486524407","host":"s3://npm-registry-packages"}},"17.0.0-develop-cf69ae-ln021x1j":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-cf69ae-ln021x1j","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-cf69ae-ln021x1j","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dacde225b896fac8cd7d64bcf73a39aa40b3fe63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-cf69ae-ln021x1j.tgz","fileCount":862,"integrity":"sha512-LOliNqGrYEc0iGFIWW4ilRcX+N0QGt2ZD360TwEQ4aB7/Wu/ZpT5YnmBTYBuYBv0WQD5RgIS+vrMPurQlqXFaQ==","signatures":[{"sig":"MEUCIBS05GKIMWzmn6A6fCtpT3K8oOXjAObXZHlZzEHgfXhnAiEA6K/DSI0cQF7xmRZNoa/O8Qq98gFrnRnYWhH5bRy4Mwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cf69aea25a897f79ed872dce562926674564cdd3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-cf69ae-ln021x1j_1695716922851_0.7776219995187161","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e65364-ln07x2iz":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e65364-ln07x2iz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e65364-ln07x2iz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e7849177a454bf55211279b6b91bba0431eb3c94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e65364-ln07x2iz.tgz","fileCount":862,"integrity":"sha512-JJD2QFNbqrfNFtnzwsjzEAo799NOQUBQvtSRS1qmiIBmi9Ju4qMuf0i/rz3jsa3lAWt+Y8DYztOz0bqhU+oc0Q==","signatures":[{"sig":"MEYCIQCskHMOExjHsCqWO0to3bDZk/HaUpJfsNU/Bbj4+yN63wIhAJIvsuKyCjfKmDgFvXJqE2zV1YzIphl1tCQeI5tRJqcA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641394},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e65364455c19a2f3c1c36dba21587a0e0d1ccf33","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e65364-ln07x2iz_1695726773360_0.17315752472085788","host":"s3://npm-registry-packages"}},"17.0.0-develop-77ac38-ln08t2l2":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-77ac38-ln08t2l2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-77ac38-ln08t2l2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d32cbdbcf553a239e728644506acbe0d1cc01940","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-77ac38-ln08t2l2.tgz","fileCount":862,"integrity":"sha512-u1UghvB8qfoEZoGQRXuBOnjmWeFddnjGYJdiiIsA1JwiZN21axW5kzdoHS6FU9MHX4XRPSALPGkOyIKzQ6Nrsw==","signatures":[{"sig":"MEQCICX9MVpH6TeS+p8h8Jidv2ZN0LtuvDI1jNZR7ABPmVltAiBnTmlalcu+HyZsQCTdhesWtSNvWZSaJgwbF1mrLC/D4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"77ac38ad3a42160238347b1bc4f43155c28cb4ae","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-77ac38-ln08t2l2_1695728267139_0.8535405131052143","host":"s3://npm-registry-packages"}},"17.0.0-renovate-586623-ln0cdmif":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-586623-ln0cdmif","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-586623-ln0cdmif","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aff3431e766210962a3324d140d18a55c45a0aea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-586623-ln0cdmif.tgz","fileCount":862,"integrity":"sha512-V7d+CGRa1Ki+iAyL3HaC/8V0nrec3DJZtr/W0FZ7/i0qyk0kamp5v/AKHr1Sw9GBFvYRrWMXs83W3acnHI3JWw==","signatures":[{"sig":"MEYCIQDuSh6qjcFcqImy2gRKLdmn3qCYd32VOPhFgQyPaJZMvQIhAIepV333I050aHGadGgCwaR/4+68bQpBX2qvmK16a1kg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641394},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"586623ad1eeb3467df9ae4c7424d575de2f168ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-586623-ln0cdmif_1695734263285_0.009597687570040092","host":"s3://npm-registry-packages"}},"17.0.0-develop-a6209e-ln0crjsx":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-a6209e-ln0crjsx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-a6209e-ln0crjsx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c7f5342db788946db14c7a0dd1fb3411bda63cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-a6209e-ln0crjsx.tgz","fileCount":862,"integrity":"sha512-IBnE1FoDIN/jy/K/LE0b4ggXAJTPl3N+mEO8ZQoRCHZvVHonTjNVrE/InOaCiSC8fBi5FZcGfdasz5a86tjPmw==","signatures":[{"sig":"MEUCIQDzU5VaAmxIwcqRhWAyN4kxM33qUQFLKlrvtx7We+iSKAIgBKZARjDHNU6cOi65GJKBmToNaSnyDP5ADKkbuNm2YVg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a6209e2e1134e7b55a3b71ac5f6e6abe3d504765","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-a6209e-ln0crjsx_1695734916439_0.12314945684754686","host":"s3://npm-registry-packages"}},"17.0.0-feature-59afa8-ln0d8wio":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-59afa8-ln0d8wio","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-59afa8-ln0d8wio","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8efafbb0af68680b354db778f413d6b86efd9bbb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-59afa8-ln0d8wio.tgz","fileCount":832,"integrity":"sha512-/ZXIiYLy8+g2HJ31h/Dovpj1zPfmIjOuM0fdzq0WaJ1aUCKip47C8q7yO+JymeBED9y51JMn/OWj7CRuoSrlng==","signatures":[{"sig":"MEYCIQCiG4FsB1Ph9C68NTLlAUXxTnoaQ1HzCrYGN0yw0keQuwIhAMIFQUVQ56le+tmmdV2w1HtLG0s4YfO4iOrgUvEWJVjU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3528656},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"59afa8fdcc45c3e5f4407816355863b30c141d86","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-59afa8-ln0d8wio_1695735734889_0.9406113184291107","host":"s3://npm-registry-packages"}},"17.0.0-feature-ab97e8-ln0ftsmd":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ab97e8-ln0ftsmd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ab97e8-ln0ftsmd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f5e67615336fbfd15123f751700a6cd24ae3b117","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ab97e8-ln0ftsmd.tgz","fileCount":832,"integrity":"sha512-g7BDySZ2xXqHkK3s8YplnmK27mI2jSlOCvBg9kgAZ3ByhfywA/MrPU50X+1rz3gMwbLDYn5N8TuBgMoz7unW9w==","signatures":[{"sig":"MEQCIFSQiqtbxCbkFeCpzWPKTZB/tNU2mmVDqA0ZsjiAZ8IPAiByleHV1bA2ZOuTzmJ4zdyFI7QeZ8FqhOKA/hAqIMXBDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523767},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ab97e876d9ef0a68b2fcf587e9e29e4597a37cd1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ab97e8-ln0ftsmd_1695740058732_0.21982168330077956","host":"s3://npm-registry-packages"}},"17.0.0-renovate-8d4e25-ln1rxzbd":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-8d4e25-ln1rxzbd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-8d4e25-ln1rxzbd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"02d472fa97549ece800e241e2f0efb959284276b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-8d4e25-ln1rxzbd.tgz","fileCount":862,"integrity":"sha512-s+B2GI/GNvOw3+D5FK9uU/BhapdrCOc4t82iSU41DUwyRr5n642lTB6FOI7XaxBurc+syXQDhO56y9PZYy78ew==","signatures":[{"sig":"MEUCIEj6Q8dKvHt5YSBvYhIBtrNTuESdTj2tjVL/XYgLlUa2AiEAyj3PRZZpyIfstn0aGqlwXgVKFg1lB1A+ctLh/y66N2k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641394},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8d4e25ad2d69b58cecf7db336ec1713bc4460a53","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-8d4e25-ln1rxzbd_1695820876694_0.8722966289328535","host":"s3://npm-registry-packages"}},"17.0.0-develop-cbfe7c-ln1sqakx":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-cbfe7c-ln1sqakx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-cbfe7c-ln1sqakx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a6b5ccb9c886e593dddacf6141932720365e01a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-cbfe7c-ln1sqakx.tgz","fileCount":862,"integrity":"sha512-rLOUWPUAwPKvLnshIum6+9rPOO2tH7WDgNr6F0hOaTNhUiyXQMkg2+tsFd9bj14fSCmc8DiWgjezptyLlfcTqA==","signatures":[{"sig":"MEUCIEyCu+hlmIgwRrvImJ2io5lG8RyQe3Swqkd3NMKXuloXAiEA5sE+76ZDwHqAvZmBX7atwLwsPIMlu5aUbq3+tyd23sc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641393},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cbfe7c1129364e768e53c6b7268fb65c2eb3f628","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-cbfe7c-ln1sqakx_1695822196622_0.5510199434907086","host":"s3://npm-registry-packages"}},"17.0.0-feature-602b4b-ln200arg":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-602b4b-ln200arg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-602b4b-ln200arg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f99d87df0c4ea05ab2a6d782318fe3cc8e89ace1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-602b4b-ln200arg.tgz","fileCount":862,"integrity":"sha512-bivJGsn4Vj7BRPhzF0hFoLwdebB8HbNNndiS8xyRC46tCY4yV2LSCvv6noh44HkFxjhZ/yshhP9Eu5S4U7Chcg==","signatures":[{"sig":"MEUCIEONXq9m5RoySohLHCbM+FSFuarZDJyxPZTzXrIiYB+vAiEAp+SMEt5v3wtUFWVdeZTtFlAjMAbM2+n4bxtaE5H2/Mw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3649647},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"602b4ba22f428d7914ce81a8afe0c9914ada270e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-317_Rename_empty_activity_to_untyped_task"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-317_Rename_empty_activity_to_untyped_task","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-602b4b-ln200arg_1695834426173_0.9996725599880232","host":"s3://npm-registry-packages"}},"16.0.0":{"name":"@5minds/processcube_engine","version":"16.0.0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf47a06077cad05cfdbf42245cd6efacd661023a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.0.tgz","fileCount":856,"integrity":"sha512-oYkfrepCDoKNV0bo71u1p3BuyJFXEms+vEdzMUtU11/ngWcop1fTJ5RtpeGfXRQgfkPftb/KxJ2ildnZWwA49g==","signatures":[{"sig":"MEYCIQD0tFMsvvA+JKUGhOM/SQ5hj2y5eTKyu1GiqfL7PvtCowIhAKtLhFXf7UuEAnVihi8o/I8TrQSMX3Ae+TumZOIlwDdZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603164},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b36304de8835e8dd56902be31686670c33b5bfcb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.0_1695979650570_0.7954589455720484","host":"s3://npm-registry-packages"}},"17.0.0-develop-dc7078-ln4g0c64":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-dc7078-ln4g0c64","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-dc7078-ln4g0c64","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68ccac1290936b7bf39b7084338191367552c60d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-dc7078-ln4g0c64.tgz","fileCount":862,"integrity":"sha512-4B4KQD4pGv6wazckupFM6xQSHB9Om67lbAG5I5u2yGV09gOThZwugwuPqJBSMalFGrCntURdS5e19ia3fYPXyA==","signatures":[{"sig":"MEUCIQCpGKxlgyTr0nB//MIyTEg1VuM5TdJu4CHr+ayYUClgsgIgTSTqijPyEC2xWhpEvA7E4vZbTOpboXwC2epbvSWBvcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641380},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dc70784e3da6fb12e61d84c14a552fe6e57de0f8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-dc7078-ln4g0c64_1695982241874_0.19210904931388328","host":"s3://npm-registry-packages"}},"17.0.0-feature-fb748a-ln4mx6fe":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fb748a-ln4mx6fe","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fb748a-ln4mx6fe","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e3f124ed0bf17880733550d05506d37303130113","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fb748a-ln4mx6fe.tgz","fileCount":832,"integrity":"sha512-41R5ts9e9/qVAfX9vNRHV5P4JJO4WLUjQmd2AtOJPMtUiXGHtkLEAojLXinGCgDx6QRor4z65eZCRHnWx4FizA==","signatures":[{"sig":"MEYCIQDX99WHTZGY9YnW3QJsVFzFzZZbs/xJZfisHEaKkHgylAIhANLg+c7wSt52T9BEttCsFiiOao8XkmkKWhDivD6mKhtc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523767},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fb748acbb885a93eb204c8086793be78cf161150","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fb748a-ln4mx6fe_1695993837230_0.7940486123623656","host":"s3://npm-registry-packages"}},"17.0.0-feature-495403-ln4mzr0p":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-495403-ln4mzr0p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-495403-ln4mzr0p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6705ccc67c11340a184d3854d475d19c49eab058","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-495403-ln4mzr0p.tgz","fileCount":862,"integrity":"sha512-5XKvLbUy0ps5PlVbB66A4LGqHcLOdQ+9fRjBneHjejM+V1PGa5lP31cTKjq6XjD+r9bL9+tbFyNLakCPa7SCbw==","signatures":[{"sig":"MEYCIQCqZkQp7PG/UwVpILkJp6t5CakmvTzHLpJ0+EZ2263qFgIhANR6HTTVpj8rH752DD4ECWQA+pZ5gWRSkpAKPordvqQY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3649647},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"49540342ded787fb044c1bcf7cc42e40ba5e14d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.7.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-317_Rename_empty_activity_to_untyped_task"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-317_Rename_empty_activity_to_untyped_task","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-495403-ln4mzr0p_1695993958670_0.969103520984548","host":"s3://npm-registry-packages"}},"17.0.0-renovate-76e475-ln862bpe":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-76e475-ln862bpe","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-76e475-ln862bpe","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"41d7ebbe40a2dec9ec4c0230884f2091fbabcf60","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-76e475-ln862bpe.tgz","fileCount":862,"integrity":"sha512-bkT8sV1HhISbbwEIFo6ELgK6AvlkKpx1yX9QZvKmvfAmagdUey9uXQtADkwo+f9iz59+6CHFFh5dLZ1WMiicSg==","signatures":[{"sig":"MEUCIBI7d5hKVXPP7rZ5DK2Nd+9Yoc/CRRShNF/kdq4WDBvZAiEA4LD7eU0ilAmuUOMdR4q7drRZWg26bA1hLvhqSATTcbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"76e4758862dde9ec3479ba76647ed8a709750cf5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-76e475-ln862bpe_1696207390434_0.4486245332759935","host":"s3://npm-registry-packages"}},"17.0.0-renovate-1c2961-ln863rif":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-1c2961-ln863rif","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-1c2961-ln863rif","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b7a4a4c5e8cd1c5d4bad7486c617a8c83c281213","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-1c2961-ln863rif.tgz","fileCount":862,"integrity":"sha512-NqySOIXVQfOqaU7mwmQOWYh28GDB+b2hkZ+5EznhLPyEUpZMqdhrG4NBVBgQTTZbtnXHvlJ6H+TDB5CT3u6bvw==","signatures":[{"sig":"MEYCIQCn51cbMkR+uR0c510L2QmcQ4BmvPZI+XQGqH32Eux83gIhAPaMxJ0FZmwy8Vqz/GvrS3cZtm9Ktjw2uxsk5UgvIwtY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1c29613f83e0b6cf07cad80ff9b9880fed5d7f4f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-1c2961-ln863rif_1696207469642_0.43629648666348086","host":"s3://npm-registry-packages"}},"17.0.0-renovate-1e58a7-ln9hvo3v":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-1e58a7-ln9hvo3v","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-1e58a7-ln9hvo3v","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"841bd31696a23e4bf3914b27df2ef2b914339818","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-1e58a7-ln9hvo3v.tgz","fileCount":862,"integrity":"sha512-UWX/E8m5fiKskyyUheaAdSNaF1+PLLiWjI7wM4Fhp6IWRVaU1nl9/oCXMqit+Qj4tkOKMbV2OK8sJDEveTR20g==","signatures":[{"sig":"MEUCIQD2ymVWW8Tly7cTXHlewtb4WQpMZVTY2+MBXYgAsAoGKAIgf7JkoLa+3dnTZXu32uRQLBarL+u9sEF5YAzc9xo0f9U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1e58a7a7e622d3f57bf4ff6fd005c81b52f4340d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-1e58a7-ln9hvo3v_1696287698916_0.48266311115281946","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ffa1ee-lnfcfurc":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ffa1ee-lnfcfurc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ffa1ee-lnfcfurc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f7916164da2118832231ec2b6d6732283d0fe1ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ffa1ee-lnfcfurc.tgz","fileCount":862,"integrity":"sha512-awNlOdvWFlb0Jr1FO1Buyhby9X5MyfHWmyPxj1kYgd5x0FNaAngnZR098B6fKKJTdxTj1st/X8sJLTjCO/gSFA==","signatures":[{"sig":"MEUCIBZf349xhx6t2j9Vu/lV2rBD8h5HGFwNX6/xLIyB75CXAiEA9zk5R6mZ6s8JZU2IW5kuxu7Tsfgd9oKy5CijDAv2qfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ffa1eea72bb9689de780e7a7a89dd289dfda339f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ffa1ee-lnfcfurc_1696641363892_0.7630977119150475","host":"s3://npm-registry-packages"}},"17.0.0-renovate-458e82-lni6tir3":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-458e82-lni6tir3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-458e82-lni6tir3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a9b266d8fb2f9d8962ce976a4c40a171938685e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-458e82-lni6tir3.tgz","fileCount":862,"integrity":"sha512-KkgfjCkuWXyi5q2qLrVsC1qT2DFq6Uz6g7gq1wfWNBE868AFH88eL20Vj87d1VyicANWDed5QLXqeai4Simy9Q==","signatures":[{"sig":"MEUCIET4gH7//yngrASewfRu5Ade36up2YxPR9EW5XRKVy0AAiEA4kxn+TfxXi+H0UJ1zfhD1F26XoVUOtYa1foeV0A59k4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"458e826beb747261f56efb05a5852cee98b9f799","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-458e82-lni6tir3_1696813322819_0.5592912747613223","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ceeb84-lni736kf":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ceeb84-lni736kf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ceeb84-lni736kf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"efede4b06a296096f1ef2cc824400611d24fbabe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ceeb84-lni736kf.tgz","fileCount":862,"integrity":"sha512-5pwtpbkD96WRMgcd8dBrbn8+AcUmav27CNTp09/q34dAANB5gQuy5kbtKOrVFytyGb/QVMbiSGiy7dUgm4/PKQ==","signatures":[{"sig":"MEYCIQCbK51eepHS9/I2aA4A0ERXda9mlINJ2L74cVdasCDBKAIhAK9Sq6pw+Rt6YsMoMcal0y8EQp60Jvgryfc3VbGXJtDD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ceeb8458c3a1e55fe0b9a0d824c08a4592810f2b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ceeb84-lni736kf_1696813770165_0.2967975586075544","host":"s3://npm-registry-packages"}},"17.0.0-develop-d00a06-lnimbjb1":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-d00a06-lnimbjb1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-d00a06-lnimbjb1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4bda215057450c8223d0679ba853143cec5e54aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-d00a06-lnimbjb1.tgz","fileCount":862,"integrity":"sha512-sJxmHmVZN+9pNkZACMErWKmR8lhkjQGonmb3p5zCOnP4xejMhkAX6czpybiuHUpcvm/a3VpF3lMDVvRqi/K/JQ==","signatures":[{"sig":"MEUCIQC3OE8Z/WJBkiagljGSjRcGFJsJbkt4+SUI6TvnVh8CkAIgU3VTpXb2aBeR/hc4Xe0l+bGHTCceCv/6DRoYuxGkzaw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641380},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d00a0651a359066c868ee68550702251349dad2d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-d00a06-lnimbjb1_1696839360513_0.8026929612368798","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c4c2e1-lns6z79m":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c4c2e1-lns6z79m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c4c2e1-lns6z79m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99c11ecc957b0b14c146a420a043377ca4070994","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c4c2e1-lns6z79m.tgz","fileCount":862,"integrity":"sha512-ztMgiWKT3HvFUbPE4z6e1D1ohiUbPuvFteKHUpazDsx4dphKHvtHz8Kt2MYwxfHwEc1Xxx2cXXKYsS7QHKZ5fw==","signatures":[{"sig":"MEUCIQCfi2QFEbAKOnn4F9QMnl4qe469RWEDSSVDkf+PMUpfLwIgbHJ6kIddj8Zya/K/pknRAoV1SMOurzB7/wDP3gvhkVc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c4c2e12d1bc8ad1d58591a364e6173f0d192abed","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c4c2e1-lns6z79m_1697418250401_0.2559961772702033","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d048a0-lns70yly":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d048a0-lns70yly","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d048a0-lns70yly","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e0fe8361ef792b4d570255a1511bfd4cfb5fa167","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d048a0-lns70yly.tgz","fileCount":862,"integrity":"sha512-mCnRtfVjDSS6rq7IXa9Yz3xjZie8qj5y/vBVvMN4a1vgGhEFfMOFZYG/R5NFPKabXqQk2UIIGCs6UCezE2HZ0w==","signatures":[{"sig":"MEMCHxgm+2cdsUWgfAMx2qlt4H0Qz2ylqiRaJq02/sLpBT0CIHNIM/ZCXc9QfAqiJ5xnzIBsjQCK0E3W+4cRBK6v2DTD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641381},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d048a0018c7e7b9881a8935cc0f1f211d0db81fa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d048a0-lns70yly_1697418328675_0.7548947263001335","host":"s3://npm-registry-packages"}},"17.0.0-feature-735511-lnsm26fr":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-735511-lnsm26fr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-735511-lnsm26fr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10e5dfaddca72b39a0a377a10a41b777cc5036f0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-735511-lnsm26fr.tgz","fileCount":832,"integrity":"sha512-M4YlqR8KbO9CktcqUpoGWY+At6YPxYFtBO/7/d8DSeHsR8GjoHL591DOKJJe09leuTJHm6gqcEoLDMJmNOvXzQ==","signatures":[{"sig":"MEUCIQDP+tpkqHH/UJxsfZ+vpOcaKK59nSNcxoTCSK4J9t7ERgIgFWK4onoLuQoN7Sj0TtxxPkmwcVAfqlBmHxgebAb7xK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523767},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"735511da4ff0497224b4bb1ca7625e4b7e80843d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-735511-lnsm26fr_1697443585688_0.020981190561460528","host":"s3://npm-registry-packages"}},"17.0.0-develop-5d14e3-lnsm9df0":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5d14e3-lnsm9df0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5d14e3-lnsm9df0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c130d410506af552256f115a77c04c47e045ccad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5d14e3-lnsm9df0.tgz","fileCount":862,"integrity":"sha512-dt7ifQjnYYOt5bDEg7mjt4wg5GIn0KJZPuGhPU9XOQbJueNoU/RmO/2uZzsvokPbnMXWoW+iW/0BsfPFF3N4yA==","signatures":[{"sig":"MEYCIQDX5nwUAqzdrMWnZUs/KkgyHKGUYeHRUZy3CPRhZ098xAIhAO/KvJFSWdUJPuwKEj3qG6hxJouqKbOZsuwDrq+0L3rY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3641380},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5d14e3bc189ea1504bf578d513c7006ddea60dbb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5d14e3-lnsm9df0_1697443917017_0.6050481915084647","host":"s3://npm-registry-packages"}},"17.0.0-feature-90720b-lnsmzwam":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-90720b-lnsmzwam","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-90720b-lnsmzwam","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7179d2664b9d1660af39a530df4a6ecc5eead670","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-90720b-lnsmzwam.tgz","fileCount":862,"integrity":"sha512-8wPyl1ranyNOXQe+GzuUnP2zsB3mRKBBuFu2LoNfI2smH5WOOUEyBgZb2DYpapUAWbw/PxzkU/E9RN+XfeOcww==","signatures":[{"sig":"MEUCIQDVYrzx1LVtzLv5+Jg3VdmCk9ofJz8XsNR9DKxrGrAyQQIgRyfdMbG+2dGcrbxIal72DqXlltUsUbosUm1Rak/GGT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3649647},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"90720b05adbdf435456d5270428db51c9a8b2f65","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-317_Rename_empty_activity_to_untyped_task"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-317_Rename_empty_activity_to_untyped_task","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-90720b-lnsmzwam_1697445154508_0.09929199586559334","host":"s3://npm-registry-packages"}},"16.0.1-release-b0d8e4-lnt13cxh":{"name":"@5minds/processcube_engine","version":"16.0.1-release-b0d8e4-lnt13cxh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.1-release-b0d8e4-lnt13cxh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16e62d2ab32db8c66f616133243bd9bd8b9e3436","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.1-release-b0d8e4-lnt13cxh.tgz","fileCount":856,"integrity":"sha512-2rNBXgdL34U7FSaXtL7H8JZAEUI9nIstM3IQHXfCsQBsCtRT+hY0G4eALJNEcUs1k23BBDLZHSp4JENAmX8law==","signatures":[{"sig":"MEUCIQDvAJjj0rcA0+BNRo1a+kFP7tf+vadBTBAUD3rhaED9lwIgeDotWYl9CLFzRAB5WS0qjAw7U6Kr+Z0WJwoV/zhAI64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3603188},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b0d8e4441a5bf2dc145e8254e041676d9e9781e0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.1-release-b0d8e4-lnt13cxh_1697468832172_0.9639286971665879","host":"s3://npm-registry-packages"}},"16.0.1-release-144d22-lnta9u4y":{"name":"@5minds/processcube_engine","version":"16.0.1-release-144d22-lnta9u4y","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.1-release-144d22-lnta9u4y","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b543e2829c2c8caf24f75c5201bd1c37ece84df8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.1-release-144d22-lnta9u4y.tgz","fileCount":856,"integrity":"sha512-A3wbCgYPd14MZBwzPKU2IAbYJChhHcH3Yk/YLHCVhrlYckHXOkTjoMpLrU6J++H32dqmCmzwHxbiI7moTXBiyQ==","signatures":[{"sig":"MEUCIDtAvXnqp/3QOkUMcdVGo+GqSpFStiocVSyfyQJYHVoIAiEA1VZVGgqpwislIYJ3Pj/z+0dezIHZPLqrDB/EkM7wrM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604388},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"144d2234e6d8a93509ab74be2ccf793a54a22faa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.1-release-144d22-lnta9u4y_1697484251464_0.8202896273086675","host":"s3://npm-registry-packages"}},"16.0.1-release-471711-lntbesta":{"name":"@5minds/processcube_engine","version":"16.0.1-release-471711-lntbesta","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.1-release-471711-lntbesta","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d2621552a582b7c2755dabc89a05462e530830c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.1-release-471711-lntbesta.tgz","fileCount":856,"integrity":"sha512-HAGbIAp5dihgpspIOnM2xbcfMJgHXoVaKldeFBqIgrilKpOakoUXUOOP6vzngP1oYYjcfF0tLpcQgpCIAtf6zA==","signatures":[{"sig":"MEYCIQCETnNn+NUPRIboLH+faLV+pGCnguaRKx+hrfxXygfCYQIhALf2GJ+mijoQSk+sO/ypkmiglIbAlhyM6afsMIdw5lQe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604388},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4717115b03c24405e90c4ce8781086d401bad3be","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.1-release-471711-lntbesta_1697486159718_0.9655633376025397","host":"s3://npm-registry-packages"}},"15.1.3":{"name":"@5minds/processcube_engine","version":"15.1.3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"2b5b53b0ebfb7116135fcddc20101612725390c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.3.tgz","fileCount":856,"integrity":"sha512-nuSLnfaYxqnsXILSPDPv10wIJnvopb2vMYaIyVmKWtkCVW910L9jl+1foZKIc5gfiCIvUXrJuXouz3vaSBiOlg==","signatures":[{"sig":"MEUCIFRc9q7WpiPAr+G4WHsCdo82H3VTxejrqLG+DH/Uk6LrAiEAwoiJl8k0SkbWRzp0so3C4IMBl+ZQT4CyNZ1guvUI/QQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"306b6a8d1543e32e1395d5542ef888f85dac7a10","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"9.8.1","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.3_1697486181539_0.6913235245601568","host":"s3://npm-registry-packages"}},"16.0.1-feature-afce47-lnubb3nn":{"name":"@5minds/processcube_engine","version":"16.0.1-feature-afce47-lnubb3nn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.1-feature-afce47-lnubb3nn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c8b002d6463493af8bd6552d8543bca7e9594db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.1-feature-afce47-lnubb3nn.tgz","fileCount":856,"integrity":"sha512-GoYD1lesAWId9Rl+I92SukLWpXFsKaqe8SJoCEI9bBqpxE5m6vrAxd3p2OphXe3W94hwpFHjESmv9VWXCJ4+2Q==","signatures":[{"sig":"MEUCIF4HvLbPI9xTZdEya0x/JUVxm6Zdv9YmehqvfIemR6S/AiEAxY3ImVoiejcFmRZ9JRBv8Yge74iP031hT33dZvOk5DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604628},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"afce475f560967e99b4aed76598c29cbc5914069","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.1-feature-afce47-lnubb3nn_1697546458900_0.2975023420595735","host":"s3://npm-registry-packages"}},"16.0.1":{"name":"@5minds/processcube_engine","version":"16.0.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ad416ea1fcf78aae78edcbd0965b68c246116078","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.1.tgz","fileCount":856,"integrity":"sha512-T9CyfcbH7Iz2yfQV9S3SNTW3rMH/s5xOZxoLh2rv+EDL4InAVWFmyXz2hqzWh6WkeyMGmsafePkmE5MjFetlQA==","signatures":[{"sig":"MEUCIQCApmDoCMOyQThW7nVuv3GDRwSWWV4UB/sdmIeLdqagVwIgDBrJJy+9PEtkN4GmWUe7xYCkz+iOk5d9BENLQbZaGuI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604604},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e5e68cb903db5f3a711720f792f735fd8f06089f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.1_1697554828468_0.6311244108440919","host":"s3://npm-registry-packages"}},"17.0.0-feature-555e95-lnuihbzn":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-555e95-lnuihbzn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-555e95-lnuihbzn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aaae1ffcd65d984d9ce50dc1df59fb87df4d658d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-555e95-lnuihbzn.tgz","fileCount":862,"integrity":"sha512-cVYPumGbt+jHk7U5rXT8dCwaRONnKHIMY4bVnwJMkU9LwcveWv3nvy1RRtPbyALDb/2QJ4Bcz5O5K2gFCl9ztA==","signatures":[{"sig":"MEQCIGo15bY9qJFzc0S4m+oCXOy5C/CzrrDCqKtKJ9YB+U8NAiBmi2ZhuK5lSSDuMcs189kpG1umZzLVGhBP7s2GbhKoUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652253},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"555e95c555c5e2b8cf9e76bed020c83715501b07","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-317_Rename_empty_activity_to_untyped_task"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-317_Rename_empty_activity_to_untyped_task","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-555e95-lnuihbzn_1697558500644_0.00832272979776838","host":"s3://npm-registry-packages"}},"17.0.0-feature-1f9bdb-lnuil2je":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-1f9bdb-lnuil2je","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-1f9bdb-lnuil2je","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a7b03a43a4267f9b87dc0c8f17d8f4d4bafa1462","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-1f9bdb-lnuil2je.tgz","fileCount":832,"integrity":"sha512-Fs+v+hzBNd7/USyRuDPWhlHOq4lFH1X24XJDnC+3hfdvxFoi8L8OsUTN6L+wy+xVJhM/KGxCDZixSHWb4+bXVQ==","signatures":[{"sig":"MEQCIGCrkCuC1SFZymniC1PtJa9575mZUN3WtGj9ytjVF6btAiBSS+a3MFeXtaEb1CgKL0lElxSIwsxiiWA2MgV8n8TqlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3526373},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1f9bdbf022aa4596e7e330a3768e45969944b9d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-1f9bdb-lnuil2je_1697558675620_0.27501299088660125","host":"s3://npm-registry-packages"}},"17.0.0-develop-f7f126-lnuiyupt":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f7f126-lnuiyupt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f7f126-lnuiyupt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db265efd822e6878a758ae8b07a4873d0a3faca7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f7f126-lnuiyupt.tgz","fileCount":862,"integrity":"sha512-jgPno/Tl5V/bxlYWnqpR1l102wo4yIU3oM2PuoHPUoGytno7hvzo2KLZ2eVkAeJojkZZULS9bub3jAOWf5qLOg==","signatures":[{"sig":"MEYCIQDLdytC3eebZTSTBNRtOhG/PzwiVUEA/+Sanez0HpsuzQIhAJqvrGzuZsQOmmRwg+3rXkfZzjcs467tO6NkXAWWs8jO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3643986},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f7f1264535dc5cd9a8c9cef3e37a443e1624dbaf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f7f126-lnuiyupt_1697559320910_0.1459455220525403","host":"s3://npm-registry-packages"}},"17.0.0-feature-3a1aa9-lnvigmge":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-3a1aa9-lnvigmge","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-3a1aa9-lnvigmge","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea9ecac7b7b07eaac8cdd8daa6a10094cc4e52d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-3a1aa9-lnvigmge.tgz","fileCount":862,"integrity":"sha512-uVhGPnkpNlqq6Je7jBvOuoLoOmqY5oidsDwypif1pJ5bwAiZj1s/MUIF7MxZEFIBIrLclefRXQbMCZBf0VxekQ==","signatures":[{"sig":"MEUCIA8AK7mBB9hCm16bamrXW/Wc37yloWpFS25g5KnAbbTIAiEA+S4nhaP538qjFs+4JdGvm8qtqYEe678jHvIraAl2dkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3644214},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3a1aa913a4d0669dbf7de0f478eae9eec87c9641","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-3a1aa9-lnvigmge_1697618934361_0.216744974499969","host":"s3://npm-registry-packages"}},"17.0.0-feature-793f2a-lnvmqbjp":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-793f2a-lnvmqbjp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-793f2a-lnvmqbjp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7bcfd549dcf61ca987eb9c50925594362e2fb922","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-793f2a-lnvmqbjp.tgz","fileCount":862,"integrity":"sha512-WfLIcNcDtrjwLs8q+nYw+IyKmz7iQIGcwWyYl0gP40UVjjMzGCCJn0ZAhvfzi07h4Gjlw3r6LQvREOm3M92KiA==","signatures":[{"sig":"MEUCIQCmMzVLp5S/PeIcCQosaWOuF6OxfTlFfbPXYTYzTyTckwIgL+UnAm+KcCvt5r9TF3ZoYOyWbGQE6rYtR3JRi3F2VE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652205},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"793f2aa0957aa22a4c8b15a4b08a7ff242aadecb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-793f2a-lnvmqbjp_1697626106081_0.4757773978727793","host":"s3://npm-registry-packages"}},"17.0.0-develop-c20bb4-lnvnogr7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-c20bb4-lnvnogr7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-c20bb4-lnvnogr7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"905002389b77fe8e21d73f1d471379d1009b4b8d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-c20bb4-lnvnogr7.tgz","fileCount":862,"integrity":"sha512-GJ3uSOEmtYgwVznXEXs8e/GnxMh/FCE4Rf/QyEeK6XmTgJJ68ISuK37TtPsgp92OVibSOdXSmECRX1fyAWRXvQ==","signatures":[{"sig":"MEUCIQCBF5F5+DhKi7NTbu+IhRqj+cvs5MLitsA7dQcRRRumIwIgZInS+F87wp/zwrl5LNE0V3t1e48VrxQGDZs1raXwF3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652205},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c20bb413d86f9831d8258d4f9480b8dbe34244fd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-c20bb4-lnvnogr7_1697627708765_0.480280376644465","host":"s3://npm-registry-packages"}},"17.0.0-feature-5cb387-lnvnx3yy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-5cb387-lnvnx3yy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-5cb387-lnvnx3yy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a929fc9b2e64a0c47dbea5e07ae643334b2831d4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-5cb387-lnvnx3yy.tgz","fileCount":832,"integrity":"sha512-PO50wlFbRMl/WnfxFL+iWla8SHW7IOqKP0ee9Sh4ZFiFLrIW8fMDo+KQoB1+RrM1Tg/hfeCDEEKiqEc8whxV+g==","signatures":[{"sig":"MEQCIHG75V1Ip2L1hkT6pwp7Pf+bbKF0yvRUDAGOdS3eIijuAiBLzKC5luE1laD5dJE0nh2VAZTJPAt+BhTeSEKudeVQjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3534545},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5cb38779bc93ff82f225f7706647d990dbe1684b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-5cb387-lnvnx3yy_1697628111797_0.48632984129517","host":"s3://npm-registry-packages"}},"17.0.0-develop-8ce3a3-lnvz3tnk":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-8ce3a3-lnvz3tnk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-8ce3a3-lnvz3tnk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"beec99b665c80a3b76b5ecc2c0f5e46d90b1e4e9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-8ce3a3-lnvz3tnk.tgz","fileCount":862,"integrity":"sha512-E0ae3jucRzoqft2+iGHV8uRNUJU/tR/QTHdYjH+OSqqoz5y5hQ352WdG8PTdEA9ZUO09qBiCeWJyjbcTwDizUg==","signatures":[{"sig":"MEQCIHF7vhTbKWITYuwVPq1yl+o2xf2SO2Hl66zeNy148OvwAiB4Z5I/Yy8/7mw1dEeL/ZbjoTM7wcnDMXu33qLVYmHwtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652205},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8ce3a37602a8f12c3bc1368fe355aade1cb4ea7d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-8ce3a3-lnvz3tnk_1697646890776_0.8906625279575651","host":"s3://npm-registry-packages"}},"17.0.0-feature-7df3a9-lnw0sh73":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7df3a9-lnw0sh73","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7df3a9-lnw0sh73","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfa1fecc8af788a74b35cde594114ac3813db099","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7df3a9-lnw0sh73.tgz","fileCount":832,"integrity":"sha512-RpMiAlILpMIRBN4+R08SxIcPOppLRv2yprG3i3qPaTsdfrhFAWxtZBEuJamBekH2XtvRJi9D8gUr5/3+Ny8Wig==","signatures":[{"sig":"MEUCIQCBsB00mlKeLOINNB/MqEOlJlzpH6G8hvdCR8ohG/r/aQIgZ2NSmRUeMGKlSy9rv75xKuiKOokyfXpiN+GwN6V8r+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3534545},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7df3a9b02b7ea2e6d75d6623341ae30628308d25","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7df3a9-lnw0sh73_1697649732809_0.2808190316056003","host":"s3://npm-registry-packages"}},"17.0.0-develop-a87491-lnx7x038":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-a87491-lnx7x038","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-a87491-lnx7x038","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d514e20b4d042daf7b9cd8e3a19dc1480f9bf021","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-a87491-lnx7x038.tgz","fileCount":862,"integrity":"sha512-1/qSaFXS3dIEg204f4X+mgduoVxwzvOkQ8E3XZw0/LigIS27CU8cjQAanwpZpfIg622C+hItj2a2BQ/XJLPr9w==","signatures":[{"sig":"MEYCIQDVpp1cH5ICUim/rOhR927BTlFNVGXoW1LsGrqRb5e9hgIhAMKx0sP3xst50PfK95N6zY/iAGFQx/Q0bWHHYGYB0hPc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652205},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a874913a52ad9966a655bb3803b29c19f349808c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-a87491-lnx7x038_1697722156789_0.07337315354824447","host":"s3://npm-registry-packages"}},"16.0.2-release-179bb1-lnyhhbvp":{"name":"@5minds/processcube_engine","version":"16.0.2-release-179bb1-lnyhhbvp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-release-179bb1-lnyhhbvp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed78468d296316a64ceba595f609154afe5bda46","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-release-179bb1-lnyhhbvp.tgz","fileCount":856,"integrity":"sha512-JRGqMev9pC7s8ClHdjMAwmFtrRdRolcf/OIYxsR9TPsKKuowc8vRyQd4LZ3MKKwVSqjixySiTXccOdmDRk2V+A==","signatures":[{"sig":"MEUCIQDUvMB8vgAreYGZgflacXPEcWCpXAx6MeYAsAYKpd7UqgIgXnqPSSNnd2lSSvPTL/ohLZvDVwJpAwoM5x6nAhtN5hE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604628},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"179bb1931ebda7fef7e50a4a9e5ea54c53a14359","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-release-179bb1-lnyhhbvp_1697798686032_0.026458414613621972","host":"s3://npm-registry-packages"}},"16.0.2-hotfix-70bcd2-lnyhr9w9":{"name":"@5minds/processcube_engine","version":"16.0.2-hotfix-70bcd2-lnyhr9w9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-hotfix-70bcd2-lnyhr9w9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf4ce9113aaaed86996512afad66a99b10339710","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-hotfix-70bcd2-lnyhr9w9.tgz","fileCount":856,"integrity":"sha512-QqAM3FE0qta9EXKxdXBNIIyC1W2nEuZJMco4zADBnWq5/1YX1QcffHvNidAISz5PasCX7CBZtKaB45AAzEkL2Q==","signatures":[{"sig":"MEQCIDElqkCe3K5rLuzRARR4Xty4dEh8S5i9TEBg0ZP9fVE7AiAFXVfwFltEl5clbg5hVgiqHi5iCneXg6zto2/lKHj9LA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604885},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"70bcd221e07f03724cc5fbecdfba176d2ba26bde","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-hotfix-70bcd2-lnyhr9w9_1697799162789_0.21096597403028117","host":"s3://npm-registry-packages"}},"17.0.0-develop-1fca5f-lnyj2e25":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1fca5f-lnyj2e25","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1fca5f-lnyj2e25","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7bd3c9c57b09d8ff9b9c354c904767a0dd60275b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1fca5f-lnyj2e25.tgz","fileCount":862,"integrity":"sha512-bULoS0279hhiKHii6Z8RBUE2a9hU5h4L/1sPgNjigwzkZKNIcO7JKEgwrSRgVE5wdVvwCT++RO9c9rO+zGYJpw==","signatures":[{"sig":"MEQCIENfCgrd80tFM7r3jgusEyVehLalMhAKMc82U7RAygV/AiB+S9FaIZXIUo9Y0hKeo1723z42LU1EW6K4zePcKEw1ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1fca5fd4254fd3f813c94d5dc4571287e4cccc01","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1fca5f-lnyj2e25_1697801349738_0.093043164753009","host":"s3://npm-registry-packages"}},"16.0.2-hotfix-24669b-lnyongku":{"name":"@5minds/processcube_engine","version":"16.0.2-hotfix-24669b-lnyongku","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-hotfix-24669b-lnyongku","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b023c13e489ae2ff9b0da69836edb115cfe024e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-hotfix-24669b-lnyongku.tgz","fileCount":856,"integrity":"sha512-23FG3EJ5X4NMk92tHfqUfTtbevKQ4WyvB/AMtEwxtDGhKvEHR/rpsqttvW9NtEnUB4osjLgpo/nlLDGr+o/Z5A==","signatures":[{"sig":"MEQCIEem0dh/cWyw8+bYybelwz1pGE1RceMboYKRwyQ9/qbjAiB1ediR1juRUBVJYYDYuweIZT1UArqf6oAQEGOvByrSaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3611081},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"24669bc4d361192be47b86599b9a2e3fca116436","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-hotfix-24669b-lnyongku_1697810735785_0.4821436839533959","host":"s3://npm-registry-packages"}},"16.0.2-feature-65ccde-lnyr7r1b":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-65ccde-lnyr7r1b","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-65ccde-lnyr7r1b","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0a3408fadd9beb33373abdc9889d072a4ac5defb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-65ccde-lnyr7r1b.tgz","fileCount":856,"integrity":"sha512-328m3bBVsbv4PtSF9LmMr8dE30nmwjJqBUitdqFCXFCg1YWgp+qSGNfb+fwlh28ziWqUKfwgi4eIno5CmR6lUA==","signatures":[{"sig":"MEUCICkwYzvSklCJuqOK/FvwzUnfqJfo8+7GBrjey6pCIt/FAiEAorHodHMhgpBLts2IhptLZny5DXCl31IK74TFzEgOJO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3610823},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"65ccde5ba96b7dc450858810cfe23968654ae062","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-65ccde-lnyr7r1b_1697815036883_0.27107022560526906","host":"s3://npm-registry-packages"}},"16.0.2-release-0be790-lnyrljx6":{"name":"@5minds/processcube_engine","version":"16.0.2-release-0be790-lnyrljx6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-release-0be790-lnyrljx6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b02a5b15c770be1872d83f762f57e67c4e0b5d71","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-release-0be790-lnyrljx6.tgz","fileCount":856,"integrity":"sha512-7qm1UWmE0jEF6zp3jh1gb6zMEGyOs+VOO6+zWLhgrRLH0nd5R+wQGTLBWVrUPaQkMb/rltxxWsMK1wlc9FqlSA==","signatures":[{"sig":"MEUCIQCQDE/xoRQKPBWOwIRNyj0OKx9gdo9ac8bniFjNXaQZ1QIgCRarCUH4R4BbQDke6DlVaHX7I9+txkTj9uUiafAIAoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3604969},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0be7901d43ff3879974b7fd5ab5b4927dd2aea02","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-release-0be790-lnyrljx6_1697815680006_0.6169647627718788","host":"s3://npm-registry-packages"}},"16.0.2-hotfix-6bc5db-lnyrn6ky":{"name":"@5minds/processcube_engine","version":"16.0.2-hotfix-6bc5db-lnyrn6ky","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-hotfix-6bc5db-lnyrn6ky","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1ba5d88672116109154b65030ec06c91fcf08003","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-hotfix-6bc5db-lnyrn6ky.tgz","fileCount":856,"integrity":"sha512-cCPJWA0tAcv8K1JPVyNFMQ0WxqoSYp7Cf4J39UOWMCHiWAhbqsfJ+6xmK/hbXeaFi+qKTon5LCWVFsQ8FBbbhg==","signatures":[{"sig":"MEQCIGiyoqxYYWvt8KoAowQc/pO8ZvEU6RnnJQH6+0Q9bO5FAiA095OlB1uTgaaH/QJtaLPfjPL3LDlqFSs8j/h+hk1y9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3611422},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6bc5dbbe2d77c995f56534a5a4f1c4f8c2364a36","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-hotfix-6bc5db-lnyrn6ky_1697815760515_0.414471771676864","host":"s3://npm-registry-packages"}},"17.0.0-renovate-3eb27f-lo285f55":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-3eb27f-lo285f55","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-3eb27f-lo285f55","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"835fea360acbc802fe5a22046ef7c5d9a677f8c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-3eb27f-lo285f55.tgz","fileCount":862,"integrity":"sha512-Un8TJcY9Sm3uK1XY6tom6vUAAY7BMoFaisVCMHXApOe9MDp+2QWB4sZ1EuvoFN2F1kMN863tZllGNB5kG+QMcQ==","signatures":[{"sig":"MEUCIFS60RGP0xUzkRgZ25mBNGSiIT0JV2EJSuyObFnAcvwHAiEAzkboBYIQmcJz/utBFeTwnmJxgDg5Ony4TlzDO1+RMeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3eb27f3b351a02b7a02b77146a6f54b817899242","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-3eb27f-lo285f55_1698024892271_0.11019068612719196","host":"s3://npm-registry-packages"}},"17.0.0-renovate-418658-lo2fvnl1":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-418658-lo2fvnl1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-418658-lo2fvnl1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97106ad85a039fd0cb24468aac1be1593db7d418","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-418658-lo2fvnl1.tgz","fileCount":862,"integrity":"sha512-OMNay3VJoUuidaXnOr72Bxj8IRp/GFb9jShv0vjH4n/ugMLEaHwa2fC5Zl8vmTEaXOk4p2HY+H5UxfRb16LqOQ==","signatures":[{"sig":"MEUCIQDYmvHMKA+vRc+QKf4WHocXWnIeFh1nxNNsD6/1b1yukAIgWHVVUVZMEQVOGIxjrdWd2wOYVE42jqSpjCb/PJgVX4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"41865830e2b000b38436d863ff9a118a5a6bfdaa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-418658-lo2fvnl1_1698037865114_0.24749518550355232","host":"s3://npm-registry-packages"}},"17.0.0-develop-40f92c-lo2n291q":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-40f92c-lo2n291q","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-40f92c-lo2n291q","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"476440eb36222de4b4c1afb96ed5b9d297bfc350","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-40f92c-lo2n291q.tgz","fileCount":862,"integrity":"sha512-GkMMA2Pedmm7r9ZFgHypt0qerNGiiE/dPv6ucjuZKix4kZubv9b7UbtQseFRPSw7j7SR5FlHH+aBpdR8Ej4VsA==","signatures":[{"sig":"MEUCICB3QiVYGq4Uvn6kkJdacnP0PoGb0Z4mPhvV1sMSMTFuAiEA8msOCXkIbAqWfMKkS+2MaMsB+SScCwPG3QO4j6hyeXU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40f92cf03654c677e0e2b556fa753bf9c6f2b94a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-40f92c-lo2n291q_1698049924403_0.5726298303174076","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d384a0-lo2n71vp":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d384a0-lo2n71vp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d384a0-lo2n71vp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"53fa04fa8909e934da5001d2c9ae57bd4a8c5605","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d384a0-lo2n71vp.tgz","fileCount":862,"integrity":"sha512-bMwQ8uPUVUxjup733KQi4DcUZ6Mhx+HPSxYRn8a9chrD+Ufl1mO017YRF5EXxVJK1EpU7Dw6Op/7n99icKBXew==","signatures":[{"sig":"MEUCIQChu77C9TIWzGAqdjhr3iQN7INgOHH5PiKABzudNxYpvQIgONnfnDe92SxmLqC47hDQiEJv7GiUXocjqFX+tSbJjkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d384a06f6ad2bf9685feb5a4e0816c4ed856b2d1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d384a0-lo2n71vp_1698050149804_0.026462279522685872","host":"s3://npm-registry-packages"}},"17.0.0-develop-40292a-lo2n7j24":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-40292a-lo2n7j24","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-40292a-lo2n7j24","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"320d907f5b7d552e61fa862076d8175fceade504","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-40292a-lo2n7j24.tgz","fileCount":862,"integrity":"sha512-S/71eohBzYntbtR+hoRP7hxKxxADsQivzvTFRDF4uBLKLAjhDvd531BgFsVOVQHLp9ZhleH6OVwgyMyC4Z36Kg==","signatures":[{"sig":"MEUCIQDCgCdsnOear5w1gObCOcYfPN6VLo8UI1PfAyjD9KRRqgIgHieVsBwulNy+ThsRXL8z1UXlG/UsvBrYn+wBKezuzdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40292a8d31027b1cbb6ce815187e9742d24009b9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-40292a-lo2n7j24_1698050170184_0.23534287690460953","host":"s3://npm-registry-packages"}},"16.0.2-hotfix-594737-lo2nsabp":{"name":"@5minds/processcube_engine","version":"16.0.2-hotfix-594737-lo2nsabp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-hotfix-594737-lo2nsabp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31ff4c5268114e00a97f73babe683e2a8cda9d4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-hotfix-594737-lo2nsabp.tgz","fileCount":856,"integrity":"sha512-6KtYL9eaHuts6c3wkpf4GoJVUScZzmur6Ym+P3RRDOBWCi9X2nV63K/Pn6MJJWNxK5hgDkGrLUrtru/6w8zLMw==","signatures":[{"sig":"MEUCIHagupElZucHsVOjiN8+AJo7ATg42XmdJZIleZqjrt/wAiEAhMgPIdmn3OqswveYKdzRF0VkB5pfIqcOiUkvMxSo1X4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3611425},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"594737803c79ae2bc2f7895dcc43016f4955b617","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-hotfix-594737-lo2nsabp_1698051139874_0.016117669354107855","host":"s3://npm-registry-packages"}},"16.0.2-release-82df64-lo2pegy4":{"name":"@5minds/processcube_engine","version":"16.0.2-release-82df64-lo2pegy4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-release-82df64-lo2pegy4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfef585fedbb879e59d591778339cdefdaf6fd6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-release-82df64-lo2pegy4.tgz","fileCount":856,"integrity":"sha512-H3MjIlLfnI5CjSU8xT1Xol6HepEVjkhu/6KWuESMdGY3uJCIKmrCcLi3eSfcsKmQqfcCT2pZ9mXFjtGjQJVKtQ==","signatures":[{"sig":"MEUCIQCi3xYqmm7kFjqN7H6wRwzYg4bGEdtCCwP1w1B4AECovQIgUMRCHX5k+I1Xb8FiHL9xJkBUdRqvPb4TUnyq6wkDNNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3611426},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"82df64e0b78e2c1125673071ba5f9e42ed288811","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-release-82df64-lo2pegy4_1698053867063_0.2825744428602348","host":"s3://npm-registry-packages"}},"17.0.0-renovate-9b3647-lo44obxt":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-9b3647-lo44obxt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-9b3647-lo44obxt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"701d34ec3a5abe65968634f5c2919a1a4b08d951","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-9b3647-lo44obxt.tgz","fileCount":862,"integrity":"sha512-9wq+7aA5/zIqV/djkF8cB67EBcF3PQAT5Gv/JOjnoOI3ge782ycGNgMGjwOT44KlHgmNNap133DiLZijLKZPog==","signatures":[{"sig":"MEUCIQDXSSWmC8CEJvxRuXtKU28yR8zuSmhdRToojU1U5B4tZQIgYRu/LPZESvPo8siErjL03EMTps+79V4D0PnOWq78eQI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9b3647b65d53b63ddaef00fb4031f9274afe45b0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-9b3647-lo44obxt_1698139973482_0.2751422492831528","host":"s3://npm-registry-packages"}},"17.0.0-renovate-24751f-lo44vtpj":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-24751f-lo44vtpj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-24751f-lo44vtpj","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5d38658dee22bf7c4c6216cc9f6fa88444b0f7c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-24751f-lo44vtpj.tgz","fileCount":862,"integrity":"sha512-Th05xpb47uTJPM6+x2SEzD5V3S6l6QJPPC8+IPPQ/qVkrZYszmKgzqTHDT8KtX7Y7d93CanG3db+24C8Fk7EsA==","signatures":[{"sig":"MEYCIQCEcSw5Jq0nLMUm011g/Qlp8X+p9OT4VXF0uUlZGVBu8QIhAJt77uck7jj1q3neK8q/T1tkTAzltJNLmUMD5glArIdu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"24751f5b7990a5663b2c29d88b468393126a28ad","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-24751f-lo44vtpj_1698140325427_0.5924677382637744","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ca0a27-lo44wm14":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ca0a27-lo44wm14","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ca0a27-lo44wm14","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1013f05c485c245e7a6e4a6b99d7dce401e4ed5d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ca0a27-lo44wm14.tgz","fileCount":862,"integrity":"sha512-qbtvUaxOqVfgKfpbiyveOnG0067MKzsKVgpXP8bIb+ew22i+Zi7WAx4hE5y8I3Bem+7NVGctGf/KDwpNW1u57A==","signatures":[{"sig":"MEYCIQDN4rKXt9NjQq3tw9N2ZBhmcoTKV3ksdd5Hc54yd8ePYwIhAOOymIKRzqmJLTLkpGGbbU4hE7Uo9BtF6MFCaELMUETF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ca0a270adc4e9d2063ecedd5ce063b8a8abac715","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ca0a27-lo44wm14_1698140368105_0.9697050995790693","host":"s3://npm-registry-packages"}},"17.0.0-develop-1cfdab-lo462s5z":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1cfdab-lo462s5z","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1cfdab-lo462s5z","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0b1843ab2356b64267b98806cff70373afd58c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1cfdab-lo462s5z.tgz","fileCount":862,"integrity":"sha512-vWeB/OwVrmWIgsf8kjj7tBtGDpnxv7LYxPkLZG42VpM7kgkL/E8gAEl/BjJTczoS8iSJeKBjmngNh6ihdezkkQ==","signatures":[{"sig":"MEQCIFP9VykmRH6PGYxBu8jP8kGn2QykKIHfsOsriFYaB8aqAiBfKoiP2uBfHZbQlWGwSd1J1HXMkJN+RgkDgwt3amE4jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1cfdab133bdd62061ce6119c86547496f29c5e8b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1cfdab-lo462s5z_1698142343561_0.7220281938845177","host":"s3://npm-registry-packages"}},"17.0.0-develop-ad3dbf-lo46gltp":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-ad3dbf-lo46gltp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-ad3dbf-lo46gltp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3a187563f2845dd63617e4ae85e9fda913749fb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-ad3dbf-lo46gltp.tgz","fileCount":862,"integrity":"sha512-WJ0njqXZ8yyNtWWM6hnXWpmfZfhUrQ1Dx8qf8l5D2FcJemiRcPNosZslU4oEwYD1VcAWfAB02xAS3hfMB93bNQ==","signatures":[{"sig":"MEYCIQCRs9/5sMlRd+pgoQ69BszAWrRZIUviaUuNwz12xjPtMAIhAKPkdpVX/+yr9H7QAcXghrHLho+qk0cJaGnIssbIwktr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ad3dbfecc03e7b9faf1d6b32748e60877eb6ccac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-ad3dbf-lo46gltp_1698142986482_0.2480557913540682","host":"s3://npm-registry-packages"}},"17.0.0-develop-0a3f4f-lo470vma":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-0a3f4f-lo470vma","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-0a3f4f-lo470vma","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16e318a5d58e7c3de018bcdacd3642bfedf025db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-0a3f4f-lo470vma.tgz","fileCount":862,"integrity":"sha512-z+dwaqd3MTYJPvnPuJ6+h3fuSK3GAURs7DjFW1ksfU56zzUHkdheWiB7ZrxLa3e1nFb9ImseC3HcO9wsmJA67Q==","signatures":[{"sig":"MEUCIQDYhTS5uXWVsGF9ur6K4H8AYrYtjNsiQp6PHQxTP9YvQAIgKWUtS1krsGaqO29k8Y53p7HIEd22V89uaqMPsAYyAXo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0a3f4fdeaad4582d11cf4eee916b5080b479375d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-0a3f4f-lo470vma_1698143936348_0.6220607383840528","host":"s3://npm-registry-packages"}},"16.0.2-feature-6f12f1-lo4djvvs":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-6f12f1-lo4djvvs","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-6f12f1-lo4djvvs","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f38637d717cd78e8142e4ec87baaaba5f7b08fe8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-6f12f1-lo4djvvs.tgz","fileCount":856,"integrity":"sha512-gBEuILJsMWzhC/tChIoqgmrLKC9EPAWf+2y9KLw5LGaKmhjNvWs+/rQAR3KWxBEUCPIz8FtdTd99BnbrvkGdng==","signatures":[{"sig":"MEQCIB9Bi5/wTiMO1EP6XO8P1kmW3QIVJvRgpW4F+9x6RM15AiBm6oPa8uEDceO9IsAGgCfmW9zWcE14aXSNAgXTUxwyEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3613414},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6f12f1e37202b9f162bf2899d8bac5187f44410e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-6f12f1-lo4djvvs_1698154883184_0.635901561178466","host":"s3://npm-registry-packages"}},"16.0.2-feature-da010a-lo4ey1pk":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-da010a-lo4ey1pk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-da010a-lo4ey1pk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8190bf43f00644a6cda19d6e95aa0c25f5a9920","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-da010a-lo4ey1pk.tgz","fileCount":856,"integrity":"sha512-2fV46NqZ35Q+bVtPefopDiuTK6IOmSrZRWOUgOIdFoD85ex471MI5mel9kzfSskPS5C99zfHhHApUpvcOlUG1Q==","signatures":[{"sig":"MEQCIA3NTlOMW/sKkCUCAODCsMLZUsOPunTagTGDJ+Cocc/8AiBwUgfYOP/8NUQFZ/BF+9AckkZL0yiaTq0HplUsIv3M6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3613450},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"da010a3ba31aa9c0b33adc3a3436802388b45df7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-da010a-lo4ey1pk_1698157225138_0.7266529770773531","host":"s3://npm-registry-packages"}},"17.0.0-feature-14b516-lo4f0neq":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-14b516-lo4f0neq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-14b516-lo4f0neq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0dd77fc0781689283a368535b473de99ed89fe7b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-14b516-lo4f0neq.tgz","fileCount":832,"integrity":"sha512-skPcFTu2QYJvz8LHMhzox7Gm8k8brW6b4SA1algrF+sQAdmvtHN+/SE2X/ibbGSWburQQbmVaNFTUY6gYUkwMQ==","signatures":[{"sig":"MEYCIQCqvfrZ2/RbNYJSaAxovcwuazPWqYtzF7Cg1BfqBWdhGwIhAMNR7jo+rkYwu9Qtla/gIy/9eU39aZEmCi/ejSR+XV8s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3534773},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"14b516e8496329383cab7c6d8b6d9540badfc07e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-14b516-lo4f0neq_1698157344300_0.58861225022415","host":"s3://npm-registry-packages"}},"16.0.2-feature-937169-lo5k7c98":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-937169-lo5k7c98","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-937169-lo5k7c98","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ced92c05b0a5bad0cd1aa0c2f3bd97e8380cf8fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-937169-lo5k7c98.tgz","fileCount":856,"integrity":"sha512-1sZOazR9ha2WsZPxb+xH/EWuIag/NaLZgWdsS/rDWT99Hi62syB8MeNZBOJFJr9dfc6tV2wJQ9GAYNMdiN+jIg==","signatures":[{"sig":"MEUCIQDxeGvdzrhuMqdYEGpcdF8rn2sIxrTUbsOh6r+QLIZ22wIgQwhpU9V3Z+onFBDaYZ7y+e3lXtU6oBEnq4AZu6rqkLQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3613450},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9371698b209bfebce738994d94fd791b9ac24b17","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-937169-lo5k7c98_1698226531463_0.729610465807587","host":"s3://npm-registry-packages"}},"16.0.2-feature-1909ff-lo5lnnrk":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-1909ff-lo5lnnrk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-1909ff-lo5lnnrk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"49d935f95ef4f5cd19bf6ce0bb4f4bb4387ad716","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-1909ff-lo5lnnrk.tgz","fileCount":862,"integrity":"sha512-Ke0WkOVNtjbgNxOJdNX5tsBFUX4whiwUxNHO2Gn38lRS/hxq4/1LmfAE2ZDHoTW/gGSP/20YC6InpEtgIV7i1w==","signatures":[{"sig":"MEUCIHiBntGiy4we3cpwv5labMx3ztjTEyIEqPcD0oZYmVdCAiEA3LqKrieE32+0X6MjiY+EyudQv2NMszAcd5E6dCBcA6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3667192},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1909ffefc9c45d6417fa0edc51c4268425cf432a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-1909ff-lo5lnnrk_1698228962923_0.2891667213283462","host":"s3://npm-registry-packages"}},"16.0.2-release-9b7144-lo5m5oyr":{"name":"@5minds/processcube_engine","version":"16.0.2-release-9b7144-lo5m5oyr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-release-9b7144-lo5m5oyr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"81465feb54133fb8de3c29893d632ab27a6c7603","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-release-9b7144-lo5m5oyr.tgz","fileCount":856,"integrity":"sha512-aUIjvVGuCAn9+tKgdkguucVsg+E0b2EP1zY+HKkAJ+6tjWpm1t0NpjIhH4FUYSo68/iXKSuZn4ptaM389CXGiw==","signatures":[{"sig":"MEUCIQD+g+GkUxwSvFSU9mlsbdeRkTlv2cdywLBy5jYIY/NAAQIgaKLd7u+ou+/P872GIRoSc6A/mxsmRPvfmFKP6Dntx00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3613450},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9b7144b5385f85199f808ed0413e70853717c5e1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-release-9b7144-lo5m5oyr_1698229805636_0.46485999082819096","host":"s3://npm-registry-packages"}},"16.0.2-feature-d432f2-lo5pmw61":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-d432f2-lo5pmw61","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-d432f2-lo5pmw61","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8fc4955dddf740527dcccbdc8c9faf53090ae89d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-d432f2-lo5pmw61.tgz","fileCount":856,"integrity":"sha512-TTFTEaxXEAScDPkZXzZJCUH2c1+V8kVH1bz9ZvMfU+VTfKA3fDr90ITDyQxjEJdTimWoZYSpM0l9P3X4i43Ftg==","signatures":[{"sig":"MEUCIBsf0vovGbDdh7XptXfYKw5kmvFq3r+/EG/f1f5X20kzAiEAgnFp0wk6d20mUCSy6GxjFRtcjpGwiXPMNHP7+FuX6CA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620529},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d432f2eecbc0b43cc30fd71bb35afeaa7462f79f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-d432f2-lo5pmw61_1698235644683_0.5537657214823728","host":"s3://npm-registry-packages"}},"17.0.0-feature-f27a3e-lo5uhb5l":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-f27a3e-lo5uhb5l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-f27a3e-lo5uhb5l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c16a96e9a9bd53ef3051aca5aa326beaf16aa73d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-f27a3e-lo5uhb5l.tgz","fileCount":832,"integrity":"sha512-DGWGc0B1UHNk5tAzRZlccZZlu41oM3Lmij4SXR7pvii/JIMRfz2THM21T3KCrfGPn3PZHm73zI7LNJy1A8qzpQ==","signatures":[{"sig":"MEUCIQDc4Q9Jv2prNFdiCCLbcvJw/lvdCiwLPLCdXdGxZocZCgIgBe3Ns5gjlmP6hkasHhnIIke98BT0W1BtA9XqWuPO3Qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3543337},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f27a3eeb97a17aa58e3b51663e752c60381889fc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-f27a3e-lo5uhb5l_1698243786326_0.33753272503569054","host":"s3://npm-registry-packages"}},"17.0.0-develop-c47062-lo5uil9a":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-c47062-lo5uil9a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-c47062-lo5uil9a","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2c39f777e4a93145316934c8aa94e3edf5d971f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-c47062-lo5uil9a.tgz","fileCount":862,"integrity":"sha512-/kEs5OLdyumn2b5iC5sp5jFlubUUtiv7Zux3nhxLuttjuMQdfY39gfsjK9nYxwwYA//Y9cEH2xRBBfi5a82J+A==","signatures":[{"sig":"MEYCIQC9Wy1gFn9Ox6jj5Mdo/FslM4M1LIQeMXq4Sv9tfOj7JgIhAKG8vVhos/1S0WCNMatRZJa3GHGNud3cUlV6XUKDKAGY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661255},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c47062954634a1406bd5f0416b46c0b153b2a8f2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-c47062-lo5uil9a_1698243843915_0.7759309625516593","host":"s3://npm-registry-packages"}},"16.0.2-feature-91f408-lo5vty5v":{"name":"@5minds/processcube_engine","version":"16.0.2-feature-91f408-lo5vty5v","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-feature-91f408-lo5vty5v","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"23678955a18b9b0c6175d128550a78168674d4cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-feature-91f408-lo5vty5v.tgz","fileCount":856,"integrity":"sha512-P0sEY7OilDI53wSXE3NNb8tUsLqCcV6ZGAm2G0bgMT4Wh22LGINyoCai5tKVn5uiBdgYIsXbUsAf42cu4IspJA==","signatures":[{"sig":"MEUCIEmyq8hgZm55C2/Cshb6rCh0xHZbbbttDfZywJ4z2E4UAiEAx0X+5pKObhCoTT/pPu4kKZe1CtiRJ0xVJ0IPxfPGV8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"91f408edc16971dbf3983e2f19a898fbcb1972a0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-feature-91f408-lo5vty5v_1698246068327_0.33302989666713567","host":"s3://npm-registry-packages"}},"16.0.2-release-605630-lo5x2kpf":{"name":"@5minds/processcube_engine","version":"16.0.2-release-605630-lo5x2kpf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2-release-605630-lo5x2kpf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc22758df8d878d5089ba9959989b3a5403d2175","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2-release-605630-lo5x2kpf.tgz","fileCount":856,"integrity":"sha512-FknFl5xPnqqisB26cvwnyNy0c56sijPf0j6df2E2LY5bkBfkCykGEXwuns8GoUVDKvdE3b7THY3cwC1Gh0d16g==","signatures":[{"sig":"MEYCIQCiP+MaUgAjiEObziLM1kN6cCytxiKQSuwhurP5Gz+oXQIhAN4zJW5cgH9Ae/phAZDsyLGRk84RcBY1fFIJfXsaKjZa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6056308ad64a1b7b363213105ff4666d098b35fb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2-release-605630-lo5x2kpf_1698248134998_0.2525999398843479","host":"s3://npm-registry-packages"}},"17.0.0-feature-259abc-lo6bme23":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-259abc-lo6bme23","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-259abc-lo6bme23","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"22d1017f0aa5987d34247eaae4d446896b116c7e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-259abc-lo6bme23.tgz","fileCount":832,"integrity":"sha512-EjNCL9PWIHY3ebL1o1E1AGKp2+dUWwogNmk5P8oNFH/w56/n605qIudUXRIIekqt3X67+VYq+S2SU1HVtjoUpg==","signatures":[{"sig":"MEUCIQCZ5D5lvS76810rK6S3EHNirufkyp78WDWf/3yoof1VzgIgHqf8uiHeY2RSyKYpbIh6nwom2FhOPwbsRxriBhe1icY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550238},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"259abc2979a34bf14ceec366c998c4c2357e139f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-259abc-lo6bme23_1698272586050_0.25252379080515563","host":"s3://npm-registry-packages"}},"16.0.2":{"name":"@5minds/processcube_engine","version":"16.0.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84ad9a5ca774c142a9ecb058fcaf3a34dd669790","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.2.tgz","fileCount":856,"integrity":"sha512-OttcOEKEcv9MCLlyr/nRRxchJg+h89SajLWOwlbBd+RKXBcT5FwpI/p1nnYR1/rI460IJdsffdcquFCvZYQQ7w==","signatures":[{"sig":"MEQCIAqKfVbLzFnVPnnN9px9x/GhHFe9vYoAXKNzgTY632P1AiAWHMehP9Ejk/OpCVtoQv/35/V4WyHu4pCkd/CrlHtUDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620327},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9c43ce5247fc9ae22c0f2cc3eda708fe6161b672","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.2_1698272914935_0.716091605475816","host":"s3://npm-registry-packages"}},"17.0.0-develop-de92b0-lo6c9h95":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-de92b0-lo6c9h95","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-de92b0-lo6c9h95","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf2e340887ba39471ca760ed00029c218f279597","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-de92b0-lo6c9h95.tgz","fileCount":862,"integrity":"sha512-mNAz+9Fmxzle78axmsrhTmGPy5H2Nng4H0U2d9Magf5rofSIhuYjxSfnNuFSYDylPLxWSjp3HCKDo2JmfQTf1A==","signatures":[{"sig":"MEUCIElrDEQZSFVB0Q/2q85IH+L+0af7gytfp1VqTeb5pGplAiEAyxQOMRTVQX/fN6Sfvo3HA5qmKcdiQC2IHD4MltoO5GI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3668156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"de92b0b4ecb6ff4d24c53a2761b0f9c58f18ce64","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-de92b0-lo6c9h95_1698273667090_0.26593556031747956","host":"s3://npm-registry-packages"}},"17.0.0-renovate-2d14ca-lo6vcywc":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-2d14ca-lo6vcywc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-2d14ca-lo6vcywc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8b32506729b95592c218954e0dc9d964e6e7af9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-2d14ca-lo6vcywc.tgz","fileCount":862,"integrity":"sha512-orfgrfXG1XhwxeI1SQdJ1UHZ2ipbfEdRmvvAR/SZg86ManiHuePaO8kMrrbvWLQ3OUhGrvMSWr1tQqUdOy19QQ==","signatures":[{"sig":"MEUCIEF3LGixxt93vHmcLv3e68updk2WUFRYWxqz/C/8fKbWAiEA+jqwrJ7oqphDP2GzI6ULKYKhy5DOeKT6lhHEw4oQrgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3668157},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2d14ca3ff690420adc4286a7f544e06f571cb725","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-2d14ca-lo6vcywc_1698305726926_0.704701541222442","host":"s3://npm-registry-packages"}},"17.0.0-develop-0b9e30-lo6vzqqy":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-0b9e30-lo6vzqqy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-0b9e30-lo6vzqqy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2355778ac8a470b293b387a8efef009513e32abf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-0b9e30-lo6vzqqy.tgz","fileCount":862,"integrity":"sha512-UyhdH5rhoQw5AvS/lyF0MbjzAregTWIdl6rIET5hfj0z2gh3rZShouxThmHja8mPMsdTKUnhvPFK+SBL2Lb5cA==","signatures":[{"sig":"MEUCIQDFnFrIqdhKkzOYI138XExa8fBa1lzlAjjDcULoxO9qZgIgYCjC07YeiZi7Lq6YOUjyZcW1xQboE3yLlnabAUgd9p4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3668156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0b9e301ee4fe0d99701f7926743a0bba25fc4df2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-0b9e30-lo6vzqqy_1698306796709_0.984493368821979","host":"s3://npm-registry-packages"}},"17.0.0-feature-72ce98-lo6x1rd5":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-72ce98-lo6x1rd5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-72ce98-lo6x1rd5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21ac5b3d6e8e5c6a94df77e223201b89b3041d52","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-72ce98-lo6x1rd5.tgz","fileCount":832,"integrity":"sha512-Sc1+HQZ1EFu+P+SNYII9qfsbJQSBOdSnfEZxnLUYqSP0tQQad2Gc//dRxl41XmAsWvqEGE85WqioYxrHMulwcA==","signatures":[{"sig":"MEQCIGgkcoY2OkE0jlxZQThPcpfPenwZsy8BN3ZtQd0dodo/AiB/31nGOd/HTf2XiR9ARy0ijYpnxsaDVMu7FxO+GqZnFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550238},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"72ce98dcd3d4a4329e8ecccdc3d25aad44ea61f7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~remove_deprecated_types_and_apis"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~remove_deprecated_types_and_apis","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-72ce98-lo6x1rd5_1698308574255_0.216326436850788","host":"s3://npm-registry-packages"}},"17.0.0-develop-950606-lo6x5eo3":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-950606-lo6x5eo3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-950606-lo6x5eo3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"032381001835023e590771fc00fbe901144614cd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-950606-lo6x5eo3.tgz","fileCount":862,"integrity":"sha512-EBB/rpJTNhEQ5uYKYAxcC6GsYsah26BooHdYfk9vrn+nyHDnv1YdMMzY3rgmbF1IPlvP9cjGFf/RsrTWoUqAJw==","signatures":[{"sig":"MEYCIQDWvDPGtyPDaHm2pyIyuuNQenfpqr9mVLcXw+m+nk6w5AIhAN5EFZS88XZQZcbpWFQNWDpKe8dNi9i3utMroyJ7tYhZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3668156},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"950606e2acc29dd106fc6909e3e3b70d37b389f6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-068546-lnvlba6b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-950606-lo6x5eo3_1698308743398_0.19337623623783395","host":"s3://npm-registry-packages"}},"17.0.0-feature-e909aa-lo7az7mx":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e909aa-lo7az7mx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e909aa-lo7az7mx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"faad97fc15801f7fd069d5175aee729922b3da13","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e909aa-lo7az7mx.tgz","fileCount":868,"integrity":"sha512-Vhox1b9n6b5zLqZOeRrBWrK8I+dzVHnB9iW2AnWo6pfwl7DGp/NifWEEnbM5h23qV54upXpYWfEYtQhMAY7aYQ==","signatures":[{"sig":"MEUCIB7Msjsc7OmGUbINu1Awq/jvhZbZ4ttexxxGkiLGjxQOAiEAoMPNK/Mqfw2t7smHEwQAPt4z/nlEXueI0ZSfLr7bHJw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713759},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e909aa467f2f07a86a1930610161b77600a42373","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-9804e4-lo76huw7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-48a8f1-lnvljivm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e909aa-lo7az7mx_1698331961581_0.3094436724445495","host":"s3://npm-registry-packages"}},"17.0.0-feature-73e10d-lo7f9zho":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-73e10d-lo7f9zho","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-73e10d-lo7f9zho","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"23a420540f7683728a0fcc092e650a9d7ac7b7c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-73e10d-lo7f9zho.tgz","fileCount":832,"integrity":"sha512-W9A6u1KMC85TBbVQG2N9NAQNt8AtUT6gM1F1cEptOWJkwNSfITtXWqJXr2tkiY/h4pZCh1tXYRMP/pLlxv9ZZQ==","signatures":[{"sig":"MEQCIDgdg7bJZe9LHp6grV8N/DWzCumN5wQTAVuoLhVIfrwPAiBnCzVNFTBjqGOrjIrz/6kqQPimrb+aibIc4RKWhsdUeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550216},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"73e10df3fbbdf686b3f53841ecec31489a57ebb3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.8.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-73e10d-lo7f9zho_1698339180211_0.784058517287298","host":"s3://npm-registry-packages"}},"17.0.0-develop-46c30d-lo7pn922":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-46c30d-lo7pn922","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-46c30d-lo7pn922","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c552068ab2e43776512c1a19bddc75f64d97c99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-46c30d-lo7pn922.tgz","fileCount":832,"integrity":"sha512-65iajwjUbJeDS5D0O1y3trsAve0ZTaZB1efi7bum3jP0oXjG6NZu10e/R6hSRVJ+l3WP8+Cgwb9l9nYMufePMg==","signatures":[{"sig":"MEUCIATc8qxj0eKDBS9M01UbqSUgHly1E4irWyibzsRQJNBjAiEAhsZor/i7hAUBFjNL0i4WN8sjZsoVFD0gW3o0dnxvgHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550216},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"46c30d0978fb803ec6ebf78d7438683cda0ffd6d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-46c30d-lo7pn922_1698356600836_0.8756703249847733","host":"s3://npm-registry-packages"}},"17.0.0-feature-6372d6-lo8gk5dj":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6372d6-lo8gk5dj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6372d6-lo8gk5dj","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"942e5958e7b45b4ce518da10bf8f57fb66d468a1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6372d6-lo8gk5dj.tgz","fileCount":832,"integrity":"sha512-N6l3SYHyZXk3KN3+Wpgk5ZfORFXzrW6m1UeDeLGsKdGrb2DLVPr526MIKOk5Ff0P/vHRNDffJnJk3vkXc2NXyQ==","signatures":[{"sig":"MEUCIE423TYPKwn7/SS22qvaf0d1FUrSdmzF8XD7MTDv/XfMAiEA5LcgPmFwAD1Q6+MGdPxOCdNSGcMEQIeSqcsyXaO7wYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6372d6b2b77834ed5d4878b7205a88310d5cfe71","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6372d6-lo8gk5dj_1698401816525_0.9702976236701122","host":"s3://npm-registry-packages"}},"17.0.0-develop-80f881-locp1nm7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-80f881-locp1nm7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-80f881-locp1nm7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"46e327feab307ac50b5fd781e9565bf6530f0bb1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-80f881-locp1nm7.tgz","fileCount":832,"integrity":"sha512-yTF0uGgtjJfgxj4PEi1yweOvB7hf82D0w2Ph7GO3CiKDGA9KPsP8fMJ6GFJQ18UWjdR/w/23W7+mmWLbyHiW8g==","signatures":[{"sig":"MEUCIQC5fzBA6wa0y8S6g9Ue+LU85nFB61XuTSqIDwlNZBmpwQIgLCbhqLGY4UEoBd5jZ8v2wCtvM8/t5NH8LY50tldQQB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"80f8813997be3191977a20fa551bd882e9e32aef","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-80f881-locp1nm7_1698657917745_0.858327068558562","host":"s3://npm-registry-packages"}},"17.0.0-develop-92a7d0-loej8bnt":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-92a7d0-loej8bnt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-92a7d0-loej8bnt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"863f88ea6373aac13537172257273b9c8ed51440","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-92a7d0-loej8bnt.tgz","fileCount":832,"integrity":"sha512-b+VRuyASRCGGPBWgbvu2BR/7r/B/eV3n31d8GfQR+bCkbqa7kbckR1K5SXQaBJUQk7KggtETCKBRfatlzTBTlw==","signatures":[{"sig":"MEUCIQDdy59bLvU3XZRvqVAApMcE9aaRpPpu+PIehKlTzcYJgAIgW7Ig3SwUBUiK41JlFijSToRI9cCLKIR3vd9KoQEQyP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"92a7d0026d68586d3d698dd699614b7172ca8f24","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-92a7d0-loej8bnt_1698769083231_0.27509853126339645","host":"s3://npm-registry-packages"}},"17.0.0-feature-93cedf-logy1mfb":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-93cedf-logy1mfb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-93cedf-logy1mfb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0d35f63b98975180246d373dbb8b88356222d885","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-93cedf-logy1mfb.tgz","fileCount":838,"integrity":"sha512-GhpHa/r0WNIx2sEH93Lxkv6RGJwv/lsM6k9dWraifhP7U9dHcEzB8EWYyfmzR4bZr9+urfTiagcaSuhZ43+Uzg==","signatures":[{"sig":"MEYCIQDfy1hZGWlyKbxLQ7EVG7KdvjNJD4O0cD7ut7uEauuX1wIhAJ0/YM2/WT0TQraZukffBDMJTi3qHpyVuXHDSrWJYrAP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3592951},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"93cedfaa4b5df7ae30169875339aa4611ff37cbb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-8fe7ee-logwru5u"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-93cedf-logy1mfb_1698914910214_0.8512518965736062","host":"s3://npm-registry-packages"}},"17.0.0-feature-30c7d9-loh8e01b":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-30c7d9-loh8e01b","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-30c7d9-loh8e01b","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a9c294730e7dcce86cb6e3d664337b1a72a2977c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-30c7d9-loh8e01b.tgz","fileCount":838,"integrity":"sha512-ZgCP/sm2Kbbl/TTRoK20iwHyesGYFqr35PGj+GYypgHqFlDNtaXady8L2p1hu1EQTtvOK/ByExHsWOhLZNr5hQ==","signatures":[{"sig":"MEUCIQDKBZuP/KCPHsaiiOfuZRDqj3yBq0VFC8Vyq/GDLgSopQIgNP0wMBMaxCjH7d7vVvKnjYOrtnvqOUUbAFiRUA9fOxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3593349},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"30c7d94c58c3522f2f496c6f8b5572e882979dd0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-8fe7ee-logwru5u"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-30c7d9-loh8e01b_1698932282896_0.9573036325725668","host":"s3://npm-registry-packages"}},"17.0.0-feature-0af234-loha8n57":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0af234-loha8n57","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0af234-loha8n57","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"64c22b2f3c9994bc45366b6150a9a1be2947e769","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0af234-loha8n57.tgz","fileCount":832,"integrity":"sha512-rH1aprijo9/hKdSvHplkrOTSLesyU9bS0GoEjQaM1B53dt15odaaq60O1Wr6ycsSvhPM+eiMxWkB6Ab1n4lPYg==","signatures":[{"sig":"MEUCIG3IWyLwPeD2vxVLjM0paLruUzPg87owMHR4kViBYie+AiEAtH5R03b86Q1+CX94BDITFeIOzQk0UfiuZEj6aWQkQjo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0af234db6c21c33f91bc06009e6cf56cfe3f550c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fb26f6-loh8pu3w"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0af234-loha8n57_1698935380847_0.7271325255947017","host":"s3://npm-registry-packages"}},"17.0.0-feature-53d110-lohcofq4":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-53d110-lohcofq4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-53d110-lohcofq4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb8377d2e6fdd520ba0b3d8514a1a4e7cf04e547","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-53d110-lohcofq4.tgz","fileCount":832,"integrity":"sha512-/7aHJPpB9m7ypne/LpLgkJJe/yeJhxkb3asSCRxZ0tZfJtUysXV03XTIPP94aCmzX9lMQSqPx00ed/zzMSWidg==","signatures":[{"sig":"MEQCIBEXYSVxY+PupnXRv+B0vE/9e4SaKFLIdl3XoJ4z2kkEAiAPOZBn87JVsTWWynIpKr5GtGlsewU7N5Ovv199BxCIlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3554941},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"53d1104293f1da65c3d2d89aebaa797e9be11562","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fb26f6-loh8pu3w"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-53d110-lohcofq4_1698939476436_0.9416289306362977","host":"s3://npm-registry-packages"}},"17.0.0-feature-c0f1db-lohe2n0p":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c0f1db-lohe2n0p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c0f1db-lohe2n0p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd2ad2f67f0ecffb75e834f81e3678ac934734a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c0f1db-lohe2n0p.tgz","fileCount":832,"integrity":"sha512-/FXVY0HDT1HxHUuOqt/rGA9C7+0AFJg8W4tbpdBgGECdZJGKITeVq6HWwyR8P5PRlaowmkWzVESMIqO+C1UlAQ==","signatures":[{"sig":"MEQCIFno8AIw8QKkGUTJis5IieZf/HBQY5WHLjbRAsZmxV8SAiB5YcrhDmxXjQFZVWxilc9DMrtQLgT/CxvWDkUbz/hDcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3559410},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c0f1db326b597721bfe0117d88d201a6f263206d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-39bb7f-lohcqgol"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-72565a-lohczacr","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c0f1db-lohe2n0p_1698941832983_0.9811908839610817","host":"s3://npm-registry-packages"}},"17.0.0-feature-99e2e7-loifdw70":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-99e2e7-loifdw70","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-99e2e7-loifdw70","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78043056c9a6a84e1c6a5c0fcf8eb5d0601004b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-99e2e7-loifdw70.tgz","fileCount":832,"integrity":"sha512-Bw/g9DwFC8vSOxZADjr68Bow08gs1U3JyPB58TLGSx62H6LLVQIvGGF2Co3wRhGlFug4ynbK3aHzM1guLTK9pQ==","signatures":[{"sig":"MEYCIQC35RPFxQSFepNJ1ZIR3YbWexeDLDDQb5FaPjSFQi1XlQIhALV4M/d+PvPZfk3TpNIR+laB3lu2j/qmA76cABsitW/2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3559766},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"99e2e7c1e1b2152c9e8ab2eb4dfa61b504007972","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-39bb7f-lohcqgol"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-72565a-lohczacr","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-99e2e7-loifdw70_1699004491348_0.8849706232600789","host":"s3://npm-registry-packages"}},"16.0.3-release-dc8a99-loiqmt7a":{"name":"@5minds/processcube_engine","version":"16.0.3-release-dc8a99-loiqmt7a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-release-dc8a99-loiqmt7a","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3200bbc1bfa6c1a378ee32e409f9cb4a2f6a473c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-release-dc8a99-loiqmt7a.tgz","fileCount":856,"integrity":"sha512-O72TkmcUVlR3LBsulsQ/Us9YmlBEvJn8ydN5JM8jNuTdyX5vjsYtW611Ycjz4C1vdYFG2k+bQ048pJu2E5D6pQ==","signatures":[{"sig":"MEUCIQCWKMpseS2xw+Lp6ANa+avUeoRx9VCtCYQ3mJ7eL95rhQIgH+N7ruhH7RYSCpMrF01CPkfeMxBvDT2Jujlzdr3Yyn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620351},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dc8a9988d91b5c13d7b15cd8d920a33bde976620","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-release-dc8a99-loiqmt7a_1699023390751_0.3524527212876032","host":"s3://npm-registry-packages"}},"16.0.3-feature-8a19f7-loiu441v":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-8a19f7-loiu441v","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-8a19f7-loiu441v","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c57671d9ab4d992e4a79e2e77b87b58103731de","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-8a19f7-loiu441v.tgz","fileCount":856,"integrity":"sha512-ylGaN9oSdfdOYIh2EzUSpImTf+96Q+4e75VPB66ijhQNTEGlAFrBks73Zhrj8Qd9VJTQHAMw3wYIiYiFHLSidg==","signatures":[{"sig":"MEUCIGmP8vKuRpOdUs5rjIK17RxENJzFkPlaAWoMkKvUwukdAiEAiH9mw46k98lyMPR8hNcKRRTjbnwoR3/eCi2/Nx8H9ko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3637122},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8a19f7656bf8fbe219f0ac51513c380744a65e67","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-feature-b0309f-loisggba"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-feature-dbcec5-loisj22x","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-8a19f7-loiu441v_1699029244176_0.9058072673245485","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a96ad9-lom9ns4i":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a96ad9-lom9ns4i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a96ad9-lom9ns4i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a4598020003111b9a10a60f16349f60fe1f5b85","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a96ad9-lom9ns4i.tgz","fileCount":832,"integrity":"sha512-zWs4xEv4sHj5uA+p6quS+poT1zdMbrP3ZuqiUR7emnCwLgDxvxJqITzmyCFOwnCMw1KbjFKNZ1nImf0GAJ1wsQ==","signatures":[{"sig":"MEQCIClxbcv4SMJUXSKLm4W1aHNWz842uxotY8DCunucCGWeAiAMGcrwJC5RmCP8+m+yDLDK45PPH1gf6vnjWrDDNdLGtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a96ad93f9e742868649f6ec2cd8b95d82e968494","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.4.0","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a96ad9-lom9ns4i_1699236744168_0.39590745638293834","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e513c6-lom9qel1":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e513c6-lom9qel1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e513c6-lom9qel1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"841ec03ccd07fc9af22f403124c59c94990f8d65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e513c6-lom9qel1.tgz","fileCount":832,"integrity":"sha512-aPKZRIMkHJF9kgFc12jPULBeuGBMtFTCWx2MicUQ+u1tu431B/HZhI2vjiP5EpgcE0WV45Zm/0bEpql/rqlW1w==","signatures":[{"sig":"MEUCIFPCuDJoaRse/qIVYdUM66rpUOKhE4NlO8FfvoY2AVofAiEAv0m0fb6hoJe6w9Y6HHSdL3QzBJgKaBjY1Geclq+SlPw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e513c6b3b54edd400299ab9c6bdf4633be56bacb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e513c6-lom9qel1_1699236866805_0.011311630144134499","host":"s3://npm-registry-packages"}},"17.0.0-renovate-b3b9f5-loma0ft3":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-b3b9f5-loma0ft3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-b3b9f5-loma0ft3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2459ca45d83d5d2c52944240a92a6f400f286d87","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-b3b9f5-loma0ft3.tgz","fileCount":832,"integrity":"sha512-5TUk8jCDZfgzd+WuxIkM5vJlOHKkWgnT/RWtafdQc61/Dh2cB99UpLPK78bNE28xWMFPkBwqvMnc4o4hjqScbw==","signatures":[{"sig":"MEYCIQCoD/9gzFkuJ2R6eaiHIOCUCaZrhn3CNFH9VeFL26TgjAIhAIjn9+oYBxbsXVeFgZ0TjflbAd6aZr8Xc0uCTCaTeG/6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b3b9f5bccd0e3540ac4135c3f37709a6b2902380","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-b3b9f5-loma0ft3_1699237328886_0.7673808707654639","host":"s3://npm-registry-packages"}},"17.0.0-renovate-1bd8e9-lomo5uaa":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-1bd8e9-lomo5uaa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-1bd8e9-lomo5uaa","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0b1f6abfc835a8ccdeb659b8410664538c323fee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-1bd8e9-lomo5uaa.tgz","fileCount":832,"integrity":"sha512-V7LOZ5WxPKpukxfDb9XlzsFpDCr6rkMDFy5eEvW5upT+VzzbmMwAkuS1s/l3hrdb0xKPyUC5R95Vw9GWPt+EgQ==","signatures":[{"sig":"MEUCIQDhNuqu2VmQddJBDa2HtKz9smfzBqcpl0hU0qw0vfd+qQIgbp7SarC9L7jhTG8uOHv+2XiUMDNM29Vqeg/TkaY/xpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1bd8e952c04f8f050f3170fed462966a9007769f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-1bd8e9-lomo5uaa_1699261099135_0.9930461427771367","host":"s3://npm-registry-packages"}},"17.0.0-develop-e2953a-lomo6qjp":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-e2953a-lomo6qjp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-e2953a-lomo6qjp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c158421f0476a7f5b5a94a2fe239bd7ab8b0f10","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-e2953a-lomo6qjp.tgz","fileCount":832,"integrity":"sha512-iJ8PV9nem07vLLC1I4kUP8MAVdnPESnS44g9rKUYhNMQPvzObGxdQuHFYKuRlbVQIfjYPbqnwbpD/DQSK8DTXA==","signatures":[{"sig":"MEUCIFZjAAkBZpWTix6r1lqNW499jzMZb60RVs9XIEBMICHNAiEAzLmVLaS6ZDOCcJqc3TtCFgk69QlXpaHZlj2zzRWHpc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e2953acb85b382a973f250677a2a7b6ed80a6858","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-e2953a-lomo6qjp_1699261147449_0.33348784577024393","host":"s3://npm-registry-packages"}},"17.0.0-renovate-339094-lomo9mx1":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-339094-lomo9mx1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-339094-lomo9mx1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c212ca04ab40a02bbe2468f1799126ac0244f2e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-339094-lomo9mx1.tgz","fileCount":832,"integrity":"sha512-8zVSTmhsr42KSGTYLQtQStNYxUn9IltMDetEIO+LZImBIz5p8HWjuQx8DiKNe/YXPMrEmCMhptC++7lrSUDxrg==","signatures":[{"sig":"MEQCICPh8IByynfYCzoZGk7SPdH3z6/sHbBS7PWNndyQWi9NAiB7nLEbSNPe0fi2Qju1/Z56AdsWmHo/kHg/DrcKiXC3Xg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3390942f296ea9d230892d07bfd266eff7705b22","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.4.0","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-339094-lomo9mx1_1699261273889_0.9853309840786844","host":"s3://npm-registry-packages"}},"17.0.0-renovate-3f1a1d-lomoawm4":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-3f1a1d-lomoawm4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-3f1a1d-lomoawm4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8be95d92448ab54536e4688e75b9522b3f020eb8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-3f1a1d-lomoawm4.tgz","fileCount":832,"integrity":"sha512-SsubExZl+yrqsFQQ/1/VoGIGnrNeJmV2/qwPqrn3LaFfp0PmHThg9QD/VKKa2MND9nepKFCD7Dq6UZDr/IpKmA==","signatures":[{"sig":"MEUCIAzxg/KNmQbxEbMTUByGLVIiCK/aKsaR1ndXrsY36nmpAiEAkyLlvumlFv0H9Lcco3TgNKdljwgzHwbWhkSIWEowNSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3f1a1dc4e9c4a0868e35e87bb88b40ee320cdf8c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.4.0","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-3f1a1d-lomoawm4_1699261332202_0.8932259461725955","host":"s3://npm-registry-packages"}},"17.0.0-develop-5da247-lomognql":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5da247-lomognql","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5da247-lomognql","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"34af959c4bd92017911cf5339c07cf655756b95c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5da247-lomognql.tgz","fileCount":832,"integrity":"sha512-ukXuQZoGwGx7XZ1QrZ4plYwgynMZ0WkebhMsSYjuByMgEvhNuzaHYPhrP8Blb1rmDXsVKcFF1vIUxqx/fkVp0A==","signatures":[{"sig":"MEYCIQCja1coTifjO5zvTaB8J+T4Ipsc5N2dfsuzs6bhfhXHaAIhALQzyjRmWmcB2H1+ei747VVIzORddvHFnV/iq1EkEI5b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5da247de0321ae4063e5f64c66bed6a9d3ba61fa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5da247-lomognql_1699261607379_0.604515094441237","host":"s3://npm-registry-packages"}},"17.0.0-renovate-f78214-looduty3":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-f78214-looduty3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-f78214-looduty3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5fafe8fe1c41cac3a9faeaa701e828ac3ae7bae5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-f78214-looduty3.tgz","fileCount":832,"integrity":"sha512-EHU8sRxaP7+sK2LHn1NRUCYhQYeO5lVaPlhZEJaLt+RLRzGfxBmfm0r9yHI6zjNN3U/zmllSO7CjcM38Mflz5w==","signatures":[{"sig":"MEYCIQC2mbjNSXTia82KRokC3k/sOLDHhgYak2Syfy0HfpxqIwIhANTIPv3rFZXmlWJuLkoWwApBD7haXT/epssttgNMLpS2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f78214d3aa7514574008dfed68f33e1132be871b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-f78214-looduty3_1699364722440_0.4819598578730695","host":"s3://npm-registry-packages"}},"17.0.0-renovate-270218-loodzf9m":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-270218-loodzf9m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-270218-loodzf9m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"918fb272a7efb52391b3347316e15503019f5266","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-270218-loodzf9m.tgz","fileCount":832,"integrity":"sha512-MJqxJP05DbR2og/n17FPCr7mxXlHeNLtWY5csZ21hmsLmOc/30agt0hwAdmLwvqFQo0eJckJNHOVD4OIgVhJ/Q==","signatures":[{"sig":"MEUCIQD3IbhU5sYm9lcG+uHsaLJyO87f8Q8ejp/jBs+b1CeyfgIgcEoOajGqISYfh+/Ug2fWAkuqB9fabw6/HZBVXUgwFng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"27021892ea6773cda2d599ec2e20ac6e45cb8764","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-270218-loodzf9m_1699364938806_0.7301688737458771","host":"s3://npm-registry-packages"}},"17.0.0-develop-922a64-loojosg4":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-922a64-loojosg4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-922a64-loojosg4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f25fa6869511e01b3936f5b3a79eae170c67230a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-922a64-loojosg4.tgz","fileCount":832,"integrity":"sha512-NhKgY+hzCGILjwsq3zCkUAnH7bLP/zustQfD30x3M3/jFTTjO/pNVnwvq150PHWBJl8XB1p9OOKJRAfBrzW6MA==","signatures":[{"sig":"MEUCIQCoTW2DnL5hr1rz4Y6G2kOp+qKcQtkAlo2lH8Nh4VgckgIgFuq+1xFk1TrhXWgFIi7bAemnWREAevFm0j3Q68uSooU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"922a64b04b50aa9edf27329f11b9e3fb911167bf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-922a64-loojosg4_1699374533510_0.809061154417162","host":"s3://npm-registry-packages"}},"17.0.0-renovate-212355-lookddzh":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-212355-lookddzh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-212355-lookddzh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc8fffecb844799805ac02046403d10cff42f0d4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-212355-lookddzh.tgz","fileCount":832,"integrity":"sha512-jRSbunHWpSMnycrZSRGQAAEw4E6WGMLs8UxJcSoE5y7SXV9CGRzM5D1r9+TOzL3uB+Kym12/TdK+a6MIFiDKFQ==","signatures":[{"sig":"MEQCIBMVLytAVgFk7KdivjOzGx3k9JdYcz1YdS1MFGa6UUD1AiAtvIl/PrQLqj5LMbeag+2l2dJ9SXaaxfcLBjsfjcJFxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"212355ad76e94bdb0bbc574c3c511c620b347a9f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-212355-lookddzh_1699375660943_0.5454612264995007","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a53dad-lookf989":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a53dad-lookf989","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a53dad-lookf989","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac508a6b4963f1bb7c64b717b8fa69ea0a75bf98","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a53dad-lookf989.tgz","fileCount":832,"integrity":"sha512-UW78Mh6sMr3PmzoGPkz58xR3A1lcDhOufsK4fF/L0ypOrV13z+GgsnMY0qPRVHfkK1tgc5mNeaXlR8prMxUBvQ==","signatures":[{"sig":"MEUCIQDJi2wzBC7w10Q6Cot0YJDxXP1ZWbHj3m7vlJKZY5xaCgIgTne5aqiRevGVaXsBF2VEGlZ8dyLv1U4omqeYG3yseGU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a53dada2c0cd101c9a866abadb905a8d43002665","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a53dad-lookf989_1699375747341_0.9425170939648915","host":"s3://npm-registry-packages"}},"17.0.0-develop-75b51b-lookftgl":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-75b51b-lookftgl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-75b51b-lookftgl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5cd5666024837156f64b50282d966446df60445a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-75b51b-lookftgl.tgz","fileCount":832,"integrity":"sha512-sdPPMQ7jaVmjZ1bvZj+bHxD1zHBMzwBS5e6A9YzrKLNPDAxn67Wl5d8rHk4tDB5m1oEMcvxKmjZWG/r0qe2GcQ==","signatures":[{"sig":"MEUCIDuMKlWJjCAdlck0LgbF2MKvhrB/RaukGBT1fIW2SQvNAiEAiWXHUhILB47Q/Ic8wX5BJUK/6jkURMvdxkT/RU7cup0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"75b51ba19ac0910915831bfc608c962abdeb6954","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-75b51b-lookftgl_1699375781723_0.6712962258575212","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d6e25f-looknxtp":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d6e25f-looknxtp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d6e25f-looknxtp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"72c84fa5e8778c3ff58b53382d4cf41c24f9134b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d6e25f-looknxtp.tgz","fileCount":832,"integrity":"sha512-ii6JGIODLGkY8I4Gb9U8ydZMicnJsJftb0V7wMlNJvaOsAvwG/OURMr+vcAu7HE617W1SvX5veD70x90ckziTA==","signatures":[{"sig":"MEUCIGWZeZFDx3EkzMM2LRhDIZp/lXo+OO69wVMWDhILo+IeAiEA4EEGPzl3Jw+xaER4iquzXsV3IfoWPIQ2a9hEy8QBcCo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d6e25fb72515c12092132986d8de984bf668e79d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d6e25f-looknxtp_1699376164382_0.4740338863954223","host":"s3://npm-registry-packages"}},"17.0.0-develop-577e3f-looq9a8n":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-577e3f-looq9a8n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-577e3f-looq9a8n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2c911e4a8d25f7b44be0254c026309277399b59","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-577e3f-looq9a8n.tgz","fileCount":832,"integrity":"sha512-AqjeYgEvkNVOkXTc3QfXsGp022CFPOIOZMAJjxlAP4zrOtVNIb8LBz0NLZuTXMz44pLNUVp2qACF6G3Es8lAgg==","signatures":[{"sig":"MEQCIEmzU0/A2L+cjatgIWLpW2KO5+vNawzkR2IHya8CEPZNAiAD1LV975l2nGxBj9LLunfkN5pLm+tvMvSIZHvvbFLs6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"577e3f0b36f674d9e737528aee796f51bf1391d2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-577e3f-looq9a8n_1699385555806_0.07067906079012243","host":"s3://npm-registry-packages"}},"17.0.0-feature-960c95-lopuziyc":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-960c95-lopuziyc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-960c95-lopuziyc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"39a46ca478ec480ab27c9895fa9e8354b0531361","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-960c95-lopuziyc.tgz","fileCount":832,"integrity":"sha512-kMj4du+HfBtYZJXmYR1TP6WT4ViHxaoBs+tJLkl/nrg79gCYbPD+/DSx7u1CVxw+YqnSqdpaq8NnKx48MXm2PA==","signatures":[{"sig":"MEUCIHyO5WCVd0KXrddNuVTdOmQbhD7yBX1gz8VKQSEEx+R0AiEA541a97kPFTwEKd7VaB++yi/Ray25KpevLY5ktUcIL4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550620},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"960c95f1078c48056740034857a81fd94d9da560","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-960c95-lopuziyc_1699453962458_0.5758098689580631","host":"s3://npm-registry-packages"}},"17.0.0-feature-4f5382-lopvjec3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-4f5382-lopvjec3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-4f5382-lopvjec3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3af9b2f87b8ba85dc0d342bea9b7bd1f9145977e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-4f5382-lopvjec3.tgz","fileCount":832,"integrity":"sha512-RQoTWgvCwoxxm/Y8oFcj+CzLKCkAmnwbAyTcBKRBSk55I6jIe6Dn2C83MmU0LeU7VpbR8Z9RXVPw2M7lHuSiMw==","signatures":[{"sig":"MEQCIBHyb0kudLWlaREzWvpBgWvjsnueqfi5bfyycYTyP0yVAiBWiQt7X2+gyOCATfa9WzS70qYaPBLa6U4/Z6QbhqtG6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550620},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4f538273508f68f768cb165ed1931d664418787f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-4f5382-lopvjec3_1699454887924_0.8016357828238716","host":"s3://npm-registry-packages"}},"17.0.0-feature-f0fcb6-lopysvc8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-f0fcb6-lopysvc8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-f0fcb6-lopysvc8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c2583a352af0f1f6e8d86b329c3d935a9c83f99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-f0fcb6-lopysvc8.tgz","fileCount":832,"integrity":"sha512-si7Lygsf8/HF9SVE81SXDKrFXzuleX0OjRZl3M2/8fAJdt8xaj2fSds8aWEL6iO7u/NWRUrVKyCGziQTpqGYDQ==","signatures":[{"sig":"MEYCIQCYhuITfUv/okITSo8yqLlsjKd7qKM7va1xJCDA0aVGHAIhAIXZlismb+Pf5dfFQ3kTwAQvwIoUaqVszFFmtZi1fg6U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550748},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f0fcb6705d28c138c607f90b8c6b2ace28e45443","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-f0fcb6-lopysvc8_1699460374148_0.781116417002149","host":"s3://npm-registry-packages"}},"16.0.3-feature-ead26e-lopz62kj":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-ead26e-lopz62kj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-ead26e-lopz62kj","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2035edb700823e2748f72855922e6934885f7a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-ead26e-lopz62kj.tgz","fileCount":856,"integrity":"sha512-LuYDLWKGex3BlJKyiCfN6PEeR2b/O3Yk7dex7m++UmLYXiiIDA+gBOo7HRjfZfUCmR2oLbAsazQBRvgrYcJlzg==","signatures":[{"sig":"MEUCIQCtSOGnHI1AJKr8Qbe49ezZ3Go8X2T57hNKBjp/ag/YDAIgCrin6NWg5Fmnog18Hk3H5k4+l++VSaP+SSGt8et+kec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628174},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ead26ec5b5cf30988f6db04e7902a73d122c75a7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-feature-2ba0c0-lopwiwg8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-feature-5171e7-lopwvwlt","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-ead26e-lopz62kj_1699460991412_0.8902305046027343","host":"s3://npm-registry-packages"}},"17.0.0-feature-943de2-lopzg04t":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-943de2-lopzg04t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-943de2-lopzg04t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c503a0d7c5f5e51569885de2482015c8e16dc5a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-943de2-lopzg04t.tgz","fileCount":832,"integrity":"sha512-I94aKJjnVFOPBXRIuZtG3WUpXp7wu1tQ2JHebCf51k3F9vqPcmCxqzo2iE0/ygW1c7tHuFbS05Vmha7TI2GQbw==","signatures":[{"sig":"MEUCIFhDQW07yuAM/jgErNAaFaf8QySkSrgJpA627ZvRTe78AiEAppsDUfqcYmiYbyRstnlXkyGp8aF7bOhqHQlZX/9avRc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3551030},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"943de2a942d3bbbd7c22799607845dadff7dc00e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-943de2-lopzg04t_1699461456487_0.04982840200855154","host":"s3://npm-registry-packages"}},"17.0.0-develop-49578b-loq82jb0":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-49578b-loq82jb0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-49578b-loq82jb0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5585225a1326060bef92dd03625eecff5929ff28","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-49578b-loq82jb0.tgz","fileCount":832,"integrity":"sha512-ocPjXant0q5vhAFRNaUKl05OWJC75PmhxMi30SzCRhXgGeWoD00vbkBH//SmUksxpmjenkYqqhhIbgomjhe75Q==","signatures":[{"sig":"MEQCIHEhAtmPLKy/Bep2XAD1AWy8C5ennCVW++x8s6cE5CPPAiAFjH0JvT3bl+H/7RrOu1zkpOnlg56NMHJqWZneAiYrYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"49578be6f3439026a2141894e3626436c0d0aea8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-49578b-loq82jb0_1699475932219_0.7104378341479933","host":"s3://npm-registry-packages"}},"17.0.0-renovate-48fd87-lor1795h":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-48fd87-lor1795h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-48fd87-lor1795h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35d92195f94ebede9a7807c7fd848fe34f09354e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-48fd87-lor1795h.tgz","fileCount":832,"integrity":"sha512-5EbYUm2P3Jlm1mlcrrLB9JvoFw3v14wvZzw/BYHpWMtwVnFX3XJj93boJ6zBisSjrWyJk9U5rPhs72MQ16MCdw==","signatures":[{"sig":"MEUCIFjKli6wyzMuifl4h3jJFESoNfiHw4cQkigdgjmdhJ6eAiEAzu/6Nndzt7wNTwJU9eV10eJuwkCrPji+dNWxUW5Ti5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"48fd8740be42a5fbac6f918c1a1f38ca46866c6c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-48fd87-lor1795h_1699524873071_0.24848481442589443","host":"s3://npm-registry-packages"}},"16.0.3-feature-6ac40a-lor1eghn":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-6ac40a-lor1eghn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-6ac40a-lor1eghn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1ce3d6fd3d9165534c02fdccbb40996255dcfcb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-6ac40a-lor1eghn.tgz","fileCount":856,"integrity":"sha512-psfJq15CfkjubG7SXYqKrSbaLz+KC9m3m/UNRRbn/Av5ffCo9+HCUQXfWxpK0Gpqul5drN6qL1px/1rvDo/gTg==","signatures":[{"sig":"MEQCIHpC1ScY/xDeKH4tY7VGRnjeUQYsbE2y2yA2ABQCPpuzAiAvkXJQXhSlmz0MWzhslL+ghU/YFQZGHodyj2+qHjfnmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628174},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6ac40a608cca560f8b151abcacb13417d293d009","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-release-f5cc92-loqwvwqj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-release-abd3db-lor02blb","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-6ac40a-lor1eghn_1699525208591_0.7825198197436589","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d4e6a8-lor1f6ui":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d4e6a8-lor1f6ui","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d4e6a8-lor1f6ui","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9ffd472320ea61a5363c9b319aca2259b833e614","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d4e6a8-lor1f6ui.tgz","fileCount":832,"integrity":"sha512-m+ZKLsyEFu/18RUJxH+CRcWSKuDeGohGT9LAXBEE3FBrWTY8Nk9MmyiBGKJfIZBTsel7ug4nJs6tllA4FaY8bg==","signatures":[{"sig":"MEQCIDmKb94gnHqZZgFl/hfpoVE9scu94y+jI8ePyugjEUA8AiB5Ic+KYKBz/zqT0c9RF2lkPrF6OA8tOTpM754QaZ3LQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d4e6a8d2fa3e186fcc198f02d4bfe95f7e2e59fb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d4e6a8-lor1f6ui_1699525247685_0.2665759565818213","host":"s3://npm-registry-packages"}},"16.0.3-feature-7dbf77-lor1g6q4":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-7dbf77-lor1g6q4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-7dbf77-lor1g6q4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7cf38f7276dc73613ce3b922ddb7bdc7f0e29afd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-7dbf77-lor1g6q4.tgz","fileCount":856,"integrity":"sha512-O/jGPuBQGUSR1qp99OmWR2llAolAI5r303YVJwBRuLerQ7UJ4HPwaGn7Q0eeepNIXmVCWyWdAPCOYnd3NzYT/A==","signatures":[{"sig":"MEUCIDk25TSVzCWm/bTFoPRNgLJVKdPk+dlaX5WfHXitPO63AiEA3UGsAEzaCRACf1L0ovU7YDIcon6XyO+O351hgF7saH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620200},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7dbf77d37add03d83fcabd8c4e85aad294222a39","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-7dbf77-lor1g6q4_1699525277310_0.18143196480361956","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ef3e52-lor1hbx6":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ef3e52-lor1hbx6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ef3e52-lor1hbx6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e3be846c8a56a97b24b963ead664ba3ab55aba01","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ef3e52-lor1hbx6.tgz","fileCount":832,"integrity":"sha512-AlIAON3xD5GlkO9bHECeBZyA8hGApazHUXL6I7Ujb6Hc0Z5TrVDBVWCVNu2lj/E8PVCiHnIVp4/jiguo1/L+lg==","signatures":[{"sig":"MEUCIQDOKV2ZHG4zkw+h1ZczcbMcOm3zrtKyDPzSqCVz1gRwnQIgUoyP2sKLI8Tm8iCJ5KaJfSfTAPKCuczH1tnZDBk1CYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ef3e5234c90748ae510cc5bd3347e2066c9b91e0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.1","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ef3e52-lor1hbx6_1699525337136_0.3790069050489937","host":"s3://npm-registry-packages"}},"17.0.0-renovate-73aab1-lor1r6pm":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-73aab1-lor1r6pm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-73aab1-lor1r6pm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8795168ff10cfb46b371e92764d5a2938ee46e39","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-73aab1-lor1r6pm.tgz","fileCount":832,"integrity":"sha512-MHwhb2pU9FFJO3DxxBx0XX6/EkGnJHdrOtcASCSRgFgJn1Utis/4jlwzrN7BolhRwzMDaricY6d/M6QKgYeXTw==","signatures":[{"sig":"MEUCIQDfIIueZhvANOxduezK6ZMchgKtyvD/8URjihiRepYHtgIgSs/U7nWTNukbZ6G6cMa4V5oF1CbiCgY9LxMAej6jjM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"73aab1b45593a7f99e753fa16d542e58411c7d6c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-73aab1-lor1r6pm_1699525793307_0.9673915366766734","host":"s3://npm-registry-packages"}},"17.0.0-develop-6cbdad-lor1t3kt":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-6cbdad-lor1t3kt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-6cbdad-lor1t3kt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a89627ef0af10431d7f650efce94f439cf99ec06","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-6cbdad-lor1t3kt.tgz","fileCount":832,"integrity":"sha512-r/gAldrcZ8OWANA3zjWfiRs7pjEaIgjnKIZKOLEjiPtl4zkQt22YkUSS/GV9NP5s7vrHQKafoqFrh8Y589Mr/Q==","signatures":[{"sig":"MEUCIDLlpYMgm7zwlDs2g7bI1v6EArK2SLiwpP1CrkTyPBQ6AiEAlB8LxUj8oODgK+8gxHad+0YK2ryWLMQji2gYBDktCnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6cbdad897bec876443058aee595e7da615928eee","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-6cbdad-lor1t3kt_1699525889386_0.399029277411302","host":"s3://npm-registry-packages"}},"17.0.0-renovate-791c22-lor1uvy7":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-791c22-lor1uvy7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-791c22-lor1uvy7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"019fde690c1e4e09d7c70b28eafce31fd9785ced","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-791c22-lor1uvy7.tgz","fileCount":832,"integrity":"sha512-mYWzHRhIa4ZiS4ylIsZtn6uzsrreG2MccV1FBlTM4nFmfiO1Bg8fglA9aGERz14FNI/cb0HRLZyuX6/PbRGcjQ==","signatures":[{"sig":"MEQCIAacelmCM04wGY0JpeGiYSCynGEIf8+zOZyRMo/vzxFlAiALo9Kr2G1zbIaN9sre6AW71rWpAQ1ud3sAjEP9faQA2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"791c22a0560d8df6f14ebd4262722f7c53830575","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-791c22-lor1uvy7_1699525973972_0.6843755827722462","host":"s3://npm-registry-packages"}},"17.0.0-renovate-2733c9-lor259p3":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-2733c9-lor259p3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-2733c9-lor259p3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c5b5f0085e89a7c0593fbdcbbc53f75f78eb0910","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-2733c9-lor259p3.tgz","fileCount":832,"integrity":"sha512-TRWiGJz6u84W3s71vwP97z05ZLGeJnzEvcLGagtkLtR6vNlEdBSr/xKwBeWhYcmqsiNGVap3rDHEujv6yunWHg==","signatures":[{"sig":"MEYCIQDd7BEJ7fvkxZrtj2oifkPVL7KfcKeIcDwXnuTnqWafSwIhAOPgKSTLeEm+nd2zP5DwIjpp2agyk9Zma0ApE8yqckB2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2733c9982e8ecdec38d44a1ada02e5a761c4a387","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-2733c9-lor259p3_1699526452886_0.40997568126049755","host":"s3://npm-registry-packages"}},"17.0.0-renovate-392b94-lor2fsxv":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-392b94-lor2fsxv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-392b94-lor2fsxv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"47d02f6890cfc897182afd7b66129d301554eb3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-392b94-lor2fsxv.tgz","fileCount":832,"integrity":"sha512-1wzwDspxZjEXfTGq8ikRYKRbNmEzdmjaATlSCfwDx4VQOpR0yadW5CkxzUxePAyXmcNveObEstj8Ran54fX7SA==","signatures":[{"sig":"MEQCID/PRzW+bUbDFTcbGMt78pPaEOw1/GuqoJwNlDk4ta9dAiA7TQubmCRHW+8M4m0wzFBqgbWoB/YJcyNbwQOr28rqxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"392b94533e9070d64535822149872ffe84c80753","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-392b94-lor2fsxv_1699526945420_0.746426937718013","host":"s3://npm-registry-packages"}},"17.0.0-renovate-612c89-lor2gbwm":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-612c89-lor2gbwm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-612c89-lor2gbwm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fc09ced294c26945cd76742651249e0e3ad29804","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-612c89-lor2gbwm.tgz","fileCount":832,"integrity":"sha512-6Mawz+HThWEQxTEqk2I6jHPw5sBE7O0wMwvQNa456udyZtr9HbZcWTQA8HM07zsVerXabJ8wNQG+vb9Dh5c5/w==","signatures":[{"sig":"MEUCIQCtAHDo1z8nc6Gb+ciiExx9/rf+dMfvvE8He1NGi1TjpQIgCZrsBEm0n5hA+QaVihXp+piSCGV9El81kjQ7XnXJPts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"612c894162ca1747e124caff5dcb8fd3203b61bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-612c89-lor2gbwm_1699526973544_0.6406841387899214","host":"s3://npm-registry-packages"}},"16.0.3-release-f8eb80-lor2l0za":{"name":"@5minds/processcube_engine","version":"16.0.3-release-f8eb80-lor2l0za","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-release-f8eb80-lor2l0za","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3afc1c36dbaae1764c43fac87fe3811a3d16d0bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-release-f8eb80-lor2l0za.tgz","fileCount":856,"integrity":"sha512-PuUr/jlIJ9hgskhPEtIRJLFejfrL3kaVC81FJH2jR/HiMER6LueuKcPo89VGUDcb45b3Wnfm51w/6rsZ5X8KIQ==","signatures":[{"sig":"MEUCIGv5VL/XXTRO6qaDxnGw/sqaWX6vtjcm8KVlK28kdt+wAiEAlHHRsXZKcsgjBBQRLtymXSe1Eqm3CuvyOtzaX4ED3yo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620914},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f8eb809e24131436086502d71ce233701a89aaea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-release-f8eb80-lor2l0za_1699527192395_0.44559749482620914","host":"s3://npm-registry-packages"}},"17.0.0-develop-7595f9-lor2lhsf":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-7595f9-lor2lhsf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-7595f9-lor2lhsf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6f91a16d44fa9f04aad6e3efa5196be02dfdbfe0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-7595f9-lor2lhsf.tgz","fileCount":832,"integrity":"sha512-LNqB/Bhwaj3R4NloY12p48iDSyNYOjwzPj48FwAa0vPEoFqAkyNMwig70d9wZrYO+DPcx9eAlEfVfdPcQOBNuw==","signatures":[{"sig":"MEQCIAarictZ/lkJBe1KXZAtil5xlHEIUIO6cAMeROfDVWUJAiBbLTSZjbAS8N09p58DTw05NH0e6ucZ4Ji3V0/U2xQIuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7595f9aabf1e59e19cf785262463c1e73814bd37","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-7595f9-lor2lhsf_1699527217248_0.23499202151040555","host":"s3://npm-registry-packages"}},"16.0.3-feature-030b29-lor2x8va":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-030b29-lor2x8va","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-030b29-lor2x8va","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c6eaa8c90d926e23878d345d1ecf08bb5be1abbe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-030b29-lor2x8va.tgz","fileCount":856,"integrity":"sha512-sSEHBrbKkV3oPBKzJqAZkiXbIqZ2jp6osCJcfS5ZyODvBeI2+LPBXQ6rigJvd2wARz7NjJ4gVd2DHDZW2fE1UA==","signatures":[{"sig":"MEUCIQCPRz51sokPDWZ9qoTHprznMdHxAIY0idY7palejtRdkQIgIXj+CkGlrziaoy524q5AWh4VDlTRMCYzbrz4er2HIWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628737},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"030b29c01bf487f38447823a7e73c996a6cf2caa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-release-f5cc92-loqwvwqj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-release-abd3db-lor02blb","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-030b29-lor2x8va_1699527766353_0.12026334415468254","host":"s3://npm-registry-packages"}},"17.0.0-develop-920a59-lor48kol":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-920a59-lor48kol","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-920a59-lor48kol","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e12a3940fd9292af998986f19f54878773476f0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-920a59-lor48kol.tgz","fileCount":832,"integrity":"sha512-rjFrYO/6R3Ag3dh5qJZQ/FrpIOEFBsrnGbGb4xV7W911YvdxJZAlNjzh3W+qF6cUqtW+g2tKcIjUdQxDJAF7CA==","signatures":[{"sig":"MEQCIC5w4QRmU3l0T7DAlVR6zHb1yZm2gO9vTqx6t1uaF+T0AiBpbNMi5ggshzgZNudispAp6Qvds+XcDCFj0HizpB6FCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550467},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"920a59eee9288e4fc3c113997ba06ce69c211ff6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-920a59-lor48kol_1699529974710_0.05465190269457976","host":"s3://npm-registry-packages"}},"16.0.3-release-5dc4e8-lor4bf1k":{"name":"@5minds/processcube_engine","version":"16.0.3-release-5dc4e8-lor4bf1k","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-release-5dc4e8-lor4bf1k","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e8495b77c029b1e2c94bba5af8d1223f01d9037e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-release-5dc4e8-lor4bf1k.tgz","fileCount":856,"integrity":"sha512-ESMOmpaVTYZjzVp3XrTPcoBVci3si5kCC0MiAyAieRMfIbPd8kkqFqXcimX0S5p7bbilDMeXSFwEj+wAbP97VQ==","signatures":[{"sig":"MEUCICLnJ2ChSlVplgfbx3S5kAIU0pD2O+xiqceRM1eD8s46AiEA3UjDF2cD2DD6CsflGTAXLkduc+jTgsRyykeg8yX97ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628737},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5dc4e8e443359e087ab28b232d5e880442f6c204","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-release-f5cc92-loqwvwqj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-release-abd3db-lor02blb","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-release-5dc4e8-lor4bf1k_1699530098829_0.7966909850607764","host":"s3://npm-registry-packages"}},"16.0.3-feature-12df5c-lor4fhwb":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-12df5c-lor4fhwb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-12df5c-lor4fhwb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0a3842d70783e0c0f9b75afff872d173ccef520","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-12df5c-lor4fhwb.tgz","fileCount":856,"integrity":"sha512-qp2skWwDqS3Vx4CWVsO3Tr/mQbxtC8uxK8bMpWJdLdUMs7U+VGLutz/p8b4qPKpRfpSRfEeT83swXVFmDpihzQ==","signatures":[{"sig":"MEYCIQDDn2XLhc8OhIWE4FEjocA6inHZsOAETMUyxG6ESidPVwIhAKl/ol+UMXQbRGqBtqmCdViXdhHmuhtebezogPqaYaFk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628596},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"12df5cf0259d426ebac070a6ce1ca00b3a95526c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-504_rework_minLogLevel"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-504_rework_minLogLevel","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-12df5c-lor4fhwb_1699530285658_0.22961795505860305","host":"s3://npm-registry-packages"}},"16.0.3-feature-783974-lor4g561":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-783974-lor4g561","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-783974-lor4g561","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5475168a742bc57235862a8264cd55a00baef47f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-783974-lor4g561.tgz","fileCount":856,"integrity":"sha512-wbl8S+ZteF2Wkub4+6d3E6QkNsZsd7qpPTxzEZQmrt0YeTBGGGzHrfBn/RSwBBp1S7eNh/RdJ+/KeOeY8XxSsQ==","signatures":[{"sig":"MEYCIQClzgoPWvu+k7YUZplslnDH5jUd5ld3qSADjhLuoSQP6gIhAJW0ow6I6DBoLiKsBpuy1WCYiPrQjdhwv81LLMD6SNVY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3628737},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7839740b018d86d0b69bed7840c8bed6c522bbf0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1-release-f5cc92-loqwvwqj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3-release-abd3db-lor02blb","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-783974-lor4g561_1699530331455_0.8262977165437695","host":"s3://npm-registry-packages"}},"17.0.0-feature-e6092e-lor5y5e3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e6092e-lor5y5e3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e6092e-lor5y5e3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"498d52b9511dee8da5d37ecb3cd355b4c42b5501","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e6092e-lor5y5e3.tgz","fileCount":838,"integrity":"sha512-V7wuvCxa+4rjAEjbPDHbEjk5jJ/ZJe2p5SB+pQdJOkYrsraGvynqV7kEXQft6hp+vXsgqYCHtTLZTSFdHLqzZw==","signatures":[{"sig":"MEQCIAn/qILylyCYZ8ZiXQ1ctn73lfS2d4EtwLPNqq0QACecAiBe8tox8mQk0VN1vd9nuAvPZ+PZesCpkkIGnFphin2lDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3593523},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e6092e39e023152e8454e496945cc159113b09d1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-8fe7ee-logwru5u"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e6092e-lor5y5e3_1699532833708_0.6126751525195078","host":"s3://npm-registry-packages"}},"16.0.3-feature-5e7842-lor6jeai":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-5e7842-lor6jeai","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-5e7842-lor6jeai","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"819accff60c2b631d929c89839749e43723b22b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-5e7842-lor6jeai.tgz","fileCount":856,"integrity":"sha512-8sjVizwQTw6bz0kOVxDjBf8t2/fjdlRQdbZkHzTkPtQK30ncMUPxxNRI3O14ILxImC/cHbJMErE5LYKj6Yz7Rw==","signatures":[{"sig":"MEQCID/k2vkT5S+THv7ApmpAjQW3dtRXFm7I0wmu+h/vL/aTAiBqIZejimJRifTqpvo1ocNl9ebl0V5y0u7juHA+TBqOnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3629082},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5e7842247e4d72e34658119282d05e6c6b4472f7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-504_rework_minLogLevel"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-504_rework_minLogLevel","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-5e7842-lor6jeai_1699533827356_0.9914520109646241","host":"s3://npm-registry-packages"}},"17.0.0-feature-704ec8-loreo705":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-704ec8-loreo705","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-704ec8-loreo705","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97b6ea1651d319e766d9050eddf4445e9e369fa1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-704ec8-loreo705.tgz","fileCount":832,"integrity":"sha512-CPg/48NFHau02MBqTltpZjEg+gCVQbb4IBKoXAYCksusIFUHj6mv1ZUaSqtfaJ6fXUZ/GBo6+gluupxc5io4JA==","signatures":[{"sig":"MEYCIQChB5wx6048gNO5OgCfABRrtVyiLqjLaezaTuRYV/ShmQIhAKE9EGt42xEI+qWtcqTpAUBgvHdxosldRwIt0EOLi7lO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"704ec87364aa2bd6c06a84691eab8e95b1c96e8f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-704ec8-loreo705_1699547487154_0.4246793207509767","host":"s3://npm-registry-packages"}},"16.0.3-feature-6f06f0-loretu49":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-6f06f0-loretu49","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-6f06f0-loretu49","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"206e0f702c44d3510cc717353d7f84aa3df779f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-6f06f0-loretu49.tgz","fileCount":856,"integrity":"sha512-wduHznjzlFBg/6BKIn7we/RaJLl+ajRNEghll0x1etIas9VNQIFIfc+e/4l2C/ubAtfurDi7wvxRBn16Sf0myA==","signatures":[{"sig":"MEQCIE07DNyeOGnucs5xQ1gJxKNN4jK7x4c/PpmXA445YZwQAiAiKmtSlzGxqtb8XfNaAxFrs4+ezjfB651djnRLIVMHsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636819},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6f06f0d2032fb2b990a1e79802218709e2be71ef","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-504_rework_minLogLevel"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-504_rework_minLogLevel","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-6f06f0-loretu49_1699547757797_0.6719066480227593","host":"s3://npm-registry-packages"}},"16.0.3-feature-a465c9-lorm277d":{"name":"@5minds/processcube_engine","version":"16.0.3-feature-a465c9-lorm277d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-feature-a465c9-lorm277d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"59cc157f37fabaff076eb22c5e14bfe1f854b607","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-feature-a465c9-lorm277d.tgz","fileCount":856,"integrity":"sha512-ZOPuIgygmZkQrwH9MoXf//+QSgeat5h8JEGJkoXjzKLBjei0YFwxwlXFZexpDY9eo1vRhWbikGikhPcR0NiLyQ==","signatures":[{"sig":"MEUCIQC/mG29007wa76HZnXijbGuG7aMA+HmoJ7osXWxqE38mwIgXyd8ZvsPGIqbrTvDSlnlbZEoGt2enqBAkj9atczK6CE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636819},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a465c9a74b04356515b14169a8cda2ca57719aa9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~PCE-504_rework_minLogLevel"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-504_rework_minLogLevel","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-feature-a465c9-lorm277d_1699559913168_0.7269675163158693","host":"s3://npm-registry-packages"}},"16.0.3-release-d8dba6-loseioms":{"name":"@5minds/processcube_engine","version":"16.0.3-release-d8dba6-loseioms","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3-release-d8dba6-loseioms","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c23ca11be19faa45cf5bbb8d866dbecab9027ccd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3-release-d8dba6-loseioms.tgz","fileCount":856,"integrity":"sha512-MjC3dJSc8M/mWKQj9i6htmLnS7EhvmjiJ8FsbsBxydpsTrl1rHrAFrSioapXZAQoNu5TG3IH3nbfmurzV8uE6A==","signatures":[{"sig":"MEUCIQCVAP/+AvyK6MD/GwDq1upL8nf3rufJfYDqXQ5UVhsLswIgQGDDiKUiWrlhF0ZDRwV/0P+dQqZdZzFh/0w6l48kWsw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636761},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d8dba6435a174949faafd1df2ef93db21d25eede","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3-release-d8dba6-loseioms_1699607695817_0.3289104931332023","host":"s3://npm-registry-packages"}},"16.0.3":{"name":"@5minds/processcube_engine","version":"16.0.3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f77e4cc30393d4637a9386539be91f4b05372e1c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.3.tgz","fileCount":856,"integrity":"sha512-fHMNdVutD8LvUyvQ46mHcH/XVgcr0HrBqp7ckII7hjNgIjFobhIofpY+6qnIWGLd74hpL4g0Ijy0Urnrn8pc5g==","signatures":[{"sig":"MEUCIQDfG7IipWh0OfiIPfpFOysiYCU316JFfS0nOo809x3DmQIgVpy6T2Fp7F1gvpjeM0CPG2N9B8rYHDXgbdF/CG+HnpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636737},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"659cbcaad824727474c6c0e1e7d7c78d56d2c00f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.3_1699609936525_0.1109424569792552","host":"s3://npm-registry-packages"}},"17.0.0-renovate-9a7e62-low9jkjt":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-9a7e62-low9jkjt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-9a7e62-low9jkjt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fc2569c9828f0eeda509e0e3df9358e7d5a00c8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-9a7e62-low9jkjt.tgz","fileCount":832,"integrity":"sha512-tnaLrU4u9SJ8LewVh7K/u7TiUwuixP0XEXJ95YBpmhPaCGvg6j/SPzmGSkcUzw99LDDxl2gX6io2SizaPZ0y0A==","signatures":[{"sig":"MEQCIDxn6B2rd/2UmPH3JS7TL3WPtIeI97/y4fQQcsuc3T0zAiAp95wh3NWHs5AtA8TewZiMEmLo2A4IZpudEW9y4dsYMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9a7e62d73fb2ee5d5c062226e4103e33452dd911","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-9a7e62-low9jkjt_1699841207371_0.7865596981458787","host":"s3://npm-registry-packages"}},"17.0.0-renovate-843c6a-low9l00x":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-843c6a-low9l00x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-843c6a-low9l00x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6891fc38e305f536155898e32f53432c13f3cb7d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-843c6a-low9l00x.tgz","fileCount":832,"integrity":"sha512-RpGt4mVo7HYsINPZOt5BFVmojXr+i6k3ukjGQ0iD/9NQzG0I+34Ow+39w9J/K+uOXwBcoqGgFGqeoBe7giS+nw==","signatures":[{"sig":"MEUCIQCsnw3IY4ecyW9/IVPda145uSUGpMvLPLrHoVf6+AQiCAIgM7ecOHWXtPBjGQNd0+gI4S5jmUX7yO3kB2jhyPglhMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"843c6abcd1b4ebf92800201ed8aa01d0819670e3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-843c6a-low9l00x_1699841270156_0.6537459553027598","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a3a21a-low9qy9q":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a3a21a-low9qy9q","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a3a21a-low9qy9q","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d0a40fe6719cabc8d50fdd9cf2d798646c28c2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a3a21a-low9qy9q.tgz","fileCount":832,"integrity":"sha512-dMxC0FBSfWzsL6GYb9y3nTzEmCtuKR+mA9VcB7hQTWII4/s+QlsiwAUzT3GnvlpskOxa+xCu4QPfyr6Qb/voDQ==","signatures":[{"sig":"MEQCIHgccDWw+Zkf/Ub6a+gsf4ALC2KRCqPwfFPwXFfqBCHWAiBvJX8w4VBNistXJhQzM3znjQKMTuTM1Dmc/5Qi4r+xhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a3a21a9ddff50a7c03273f72dc918bb340249b2e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a3a21a-low9qy9q_1699841557028_0.8678075567170589","host":"s3://npm-registry-packages"}},"17.0.0-renovate-9067cc-lowfq82m":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-9067cc-lowfq82m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-9067cc-lowfq82m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8cbbaac44e142c25569c7d50561e1516ec59b286","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-9067cc-lowfq82m.tgz","fileCount":832,"integrity":"sha512-9sBPAnJoQG1P7lGNB8rS3t3Eahq5PdeAKSS+0Es2MNkAmNsE3Bz/2T52RXtNiHkhuwOO/3FE/cw0EsclV+0NtQ==","signatures":[{"sig":"MEUCIQCdGWZtXpUhJeQo4CmNJcs7XhZOLuPgbyTL8Jn0UD3sKAIgYn+8BLEvsxpjV5Fyz13A7MBQ1VSqQTv5gSOOSgnf+hQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550468},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9067cccd5a6fce80237d4426127d371a07574f2b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-9067cc-lowfq82m_1699851592828_0.7974165915010176","host":"s3://npm-registry-packages"}},"17.0.0-renovate-fa6295-lown25e8":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-fa6295-lown25e8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-fa6295-lown25e8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd7417b6bb661e493f48653e9d48e902a5fd03e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-fa6295-lown25e8.tgz","fileCount":832,"integrity":"sha512-iAfjAC8JgWIds4UpTjNF2UYucWojKBzIryeyECUv6PjcUqQCTHa1JKZtQnUWzx+JZw4lWWdpUPm2GqeAZDMNOA==","signatures":[{"sig":"MEUCIAZ3ce2gP7HfKhYjP5ZjatbJ30l5lTNITEBa9fjz8nlEAiEA0XnVn76lGgESAvsup8meoqMRa8t91GZDzTS1rQlxXKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa6295966c417d989d5e257e58b15d35a67370bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-fa6295-lown25e8_1699863922286_0.3129082305588784","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e52a8b-lownan2d":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e52a8b-lownan2d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e52a8b-lownan2d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a3f75c9e6521a93b0ba2b57b563e0aa74e504dbe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e52a8b-lownan2d.tgz","fileCount":832,"integrity":"sha512-y+44IEWwC4lH/Wna8e5uUZ41fxMfdw/7r4AA2j0UswN2punXgZ45URCd3EFc0/ctHyNW+kEImJ5fWGEPTBp8jg==","signatures":[{"sig":"MEUCIQDFUO62jvdv7UdZeWFcqi1AkGmyfYbnANXpxUTy1bpB3wIgO4WFL/clx4GRxx8MQdGs2IFW6vt6EHJljjWSM3IYcLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e52a8be9ba6324fc60c55a28dc970e82e4e8d9f7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e52a8b-lownan2d_1699864308703_0.21312795153940223","host":"s3://npm-registry-packages"}},"17.0.0-develop-f2101d-lowno65c":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f2101d-lowno65c","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f2101d-lowno65c","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"542bdedcd7d368701aba2c8c908a5ae632f1960e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f2101d-lowno65c.tgz","fileCount":832,"integrity":"sha512-NAo4YxHBxCI8KQ7SugLzVsYePH9oWSPRmtO993qgYHWGtM6ScA8JHbsfagv7n/xiNo8+d4fvNO5UoAy1/gHu3A==","signatures":[{"sig":"MEUCIGrpyiCRkDCbFjCKXw4Pg4TCmyi4/21ScnohNYGQ3eXDAiEAlMb+5ZAeai3Zb19Cxp4oguF4mEyOWRa1Iq7VvUF+chc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f2101d853ee8812e56f5236c0fc53f072d972e9a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f2101d-lowno65c_1699864943487_0.37843871159099196","host":"s3://npm-registry-packages"}},"17.0.0-feature-079fcc-lownwv15":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-079fcc-lownwv15","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-079fcc-lownwv15","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"087ef4c585d09a168f45b3c772320085151abdbd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-079fcc-lownwv15.tgz","fileCount":838,"integrity":"sha512-aD0RBzZZqGifSVVjWYsfcaunaYihlIP02QoqegqTZ1YG7Y6Qs22N5rZ3FfgHXmDbHG7gkbbtcQRD3eV0phPbfw==","signatures":[{"sig":"MEQCIBB7eOXEwOC1L0/V3uuG+0VRFla1lMThWzC8W/Pf7d0cAiBY43mi4qWjnvAN8OEVzxTJee7Xhu8D17KJsnuP0CmTHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3590861},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"079fcc7ac8a0bba06e2138d754c9cb0950117f66","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-37571e-lomyvfa3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-9dffae-lopob34o","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-079fcc-lownwv15_1699865345337_0.264707299073331","host":"s3://npm-registry-packages"}},"17.0.0-renovate-fffeda-lowoukm9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-fffeda-lowoukm9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-fffeda-lowoukm9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b7fcb5b0bc53efaccfefee9cf92bcc8b7568222e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-fffeda-lowoukm9.tgz","fileCount":832,"integrity":"sha512-xpTJ+Ij4KkvWFMx/96WLMolx+VCVlR4jsxKToy7aHpSmmiiFLkd5CQG9nNlxuZ/EKVXumVAekc3nnUPOYEIOlw==","signatures":[{"sig":"MEUCIDBOk6NwR6/nu/edzsOKcfDAhR6IRBGKl+yelsqRMKo8AiEA3aECjtNGOdBPvNyNs3T6PUQtqGr/9sBBMzmaxACjBPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fffeda16257b046474d07a2f976a097ad498908a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-fffeda-lowoukm9_1699866922309_0.1671298812141353","host":"s3://npm-registry-packages"}},"17.0.0-develop-5f6d88-lowoxjrg":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5f6d88-lowoxjrg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5f6d88-lowoxjrg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8410197a2488c551206846251ea20b3cee79a1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5f6d88-lowoxjrg.tgz","fileCount":832,"integrity":"sha512-XoQlTmpTs63UTXhvPM5dMpVGj9qLxHFog1Fb2Pi/LuErmTI8eGMuSkB32dRA0dpcKviC7Ajqq2CeJP89GOH7BA==","signatures":[{"sig":"MEYCIQCEZ0VovDdLBwlwnNOea83KhSi8U2gcAGfbaiwikVmAngIhAIkHCBlJz4sBFhid33sRuUpfue6W7pWg5YKrWAISOTWg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5f6d88234ad653c04b0279c88a121775c7d2b0ae","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.34.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5f6d88-lowoxjrg_1699867054296_0.5648674158546041","host":"s3://npm-registry-packages"}},"17.0.0-renovate-71a1e3-lowpw0tw":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-71a1e3-lowpw0tw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-71a1e3-lowpw0tw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be68412288773a3167fc157c9be172e6e8a88fea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-71a1e3-lowpw0tw.tgz","fileCount":832,"integrity":"sha512-HCIaePWip+BF9Zqaab4KAaqgHfj0k6uK++wezpgUEpE9HyNUgyHJlb9XNL5bnSvLoUM7EGnzWAkMm9Zgl0ihYQ==","signatures":[{"sig":"MEUCIFWwUtsBq6z0tutq0QDLvuDiHffONftoC+4CBakq8oTqAiEA69rniOStZLl8nd4tzChnVz+98H9c5ffZiOGXa2AUSNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"71a1e34a5b95e6817af3040aa62c495b56f88e79","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-71a1e3-lowpw0tw_1699868660591_0.18806749820943414","host":"s3://npm-registry-packages"}},"17.0.0-develop-3a6741-lowqwycw":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-3a6741-lowqwycw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-3a6741-lowqwycw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d5aea58619d1d583b85b0b1454a49ad710ae7570","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-3a6741-lowqwycw.tgz","fileCount":832,"integrity":"sha512-hloVMBA5xrrOfesBB6y+EDZ+K45ajZNlIBET3KOMEU0bf3QDMkeo4r55Ov36uagJQR28yrfcoWnjuqfRhejCBw==","signatures":[{"sig":"MEUCIHWolUPoLI9Nw9wSRHr/ZBLutoo/TOkOo4hbkyiug8UAAiEA/vo86PAxU71UfQpmQIwWOi5gYBtNxF/W+dgtEYbipe0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3a674182f2e2446745e4d1327637a45f9a6ffb14","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-3a6741-lowqwycw_1699870388232_0.4131994156048695","host":"s3://npm-registry-packages"}},"17.0.0-develop-42b18e-lowz6zq7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-42b18e-lowz6zq7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-42b18e-lowz6zq7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3708319a24d00e633b12db9f0af9e87cbb23014b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-42b18e-lowz6zq7.tgz","fileCount":832,"integrity":"sha512-g2EuzGROBDTS0YJZ9QKjWJvimlnXhIsioE7SMRVFKdhhJrsF2+4iKqxBag/tHho+XwcKwgT23M7OzKzUTrIbBA==","signatures":[{"sig":"MEUCICA5qQkJwa3ZUF2AjuTh6ygAa8CI766RchGXGPJ/NzdvAiEA2LLNbvY1Fi5NlQoBvkzFVbm/eVgQ0peGPBypEy9K2fY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"42b18e94217385622dcddf48fbd18933963500a8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-42b18e-lowz6zq7_1699884303745_0.13952662121928827","host":"s3://npm-registry-packages"}},"17.0.0-renovate-f75c65-lowzbou0":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-f75c65-lowzbou0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-f75c65-lowzbou0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db94177265669fd84d817e06fc4b2ad2cebfc13d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-f75c65-lowzbou0.tgz","fileCount":832,"integrity":"sha512-qIMaM5tWqU2v0CGhMelfmawggnYFi7GrYgp4MjI/kChQWhnqxbEgnRTuvIcvo6q3urRMXwUt7yvsVaXksXXnfQ==","signatures":[{"sig":"MEUCIGJ4ek3eVWSse3k6pJeIjW/Ly81JMFHLC9fRG0uxTgjQAiEApoRXt8OfWtMRLkuo/dPQZluTIa84gWzH0Km6ux9qdZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f75c6574204b44586d06159c71fa24cd254c9677","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-f75c65-lowzbou0_1699884512075_0.1685289025240968","host":"s3://npm-registry-packages"}},"17.0.0-renovate-203daf-lox0fmpv":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-203daf-lox0fmpv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-203daf-lox0fmpv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a95a5d90cb7830d91a94ed993d707cbbfc7bac51","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-203daf-lox0fmpv.tgz","fileCount":832,"integrity":"sha512-C5lHOXSK3Q9g5oQsP1kCGz+vsfRkCK5KHILanNtvOQd7ugMAdU8TfvhTb+pwnH1Oq4Xj7SuT1ODNedoqDj7m8g==","signatures":[{"sig":"MEYCIQDZTy73P8uc+t75sEcCcCX9DCyNIeuU3ijGT6pyLkOKSwIhAIhobgZ3/kWa+QwaxuPL2PNsx8VooX+z4o6sB/ORoEKp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550400},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"203dafd7d5798d386dee11490ec7dbcea8e6110d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-203daf-lox0fmpv_1699886376631_0.07613197979415065","host":"s3://npm-registry-packages"}},"17.0.0-develop-530347-lox6y0h3":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-530347-lox6y0h3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-530347-lox6y0h3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"29aa8afcbb760ddac6f74af0a4de717e4e202ef6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-530347-lox6y0h3.tgz","fileCount":832,"integrity":"sha512-7HP5sQkA2KwX/2RX4x8tWPZG7fVnwgUIODZn/kHYHU83l0rBk+sdMfkHuOYIrcsc1gls6qoIJH9dmX4l14bWTQ==","signatures":[{"sig":"MEUCIQCiacUTlqo2b8XBY6c/MzCeMtI/HqEZCmfd8WMr3Aiz0wIgUT+2T8s3v+7ZrrfUJN6o3XWZLa6LdOFxL7T7FRlcMZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"530347a5e6ad75939657e5cbb7bd0e28e686b7c8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-8a8cbc-lo7dy5jf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-da7c64-lo7e3wg3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-530347-lox6y0h3_1699897319295_0.7612978635180612","host":"s3://npm-registry-packages"}},"17.0.0-develop-11842f-loyberak":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-11842f-loyberak","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-11842f-loyberak","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85e58589edf8847c6125088013348018e83a2d6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-11842f-loyberak.tgz","fileCount":832,"integrity":"sha512-jE231JiFkrPlwxhV1mh7IPYRZpdo4JYoFoNEQ2f6fV691misXAsdxmSv/2w40MqZWCxpKthkkXSxcuDG1qmj9Q==","signatures":[{"sig":"MEUCIDAbvkoavclOR40Kb1aIZOD2dCrESasmL6tJw8UDPP2CAiEA3u+lRuSpY3TW75vhrp8EC4H6Z4CDy2AVv3N+RN+f/Xw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566434},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"11842fff08fa12c7c336663dffecec94a14b5894","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-828a0d-lowy6hy5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-781c3f-lowy7qe2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-11842f-loyberak_1699965277436_0.23129153752041254","host":"s3://npm-registry-packages"}},"17.0.0-develop-5da16e-loyj6npt":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5da16e-loyj6npt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5da16e-loyj6npt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21fa8b256203e45d8a20162cff0b24dd1f60ad05","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5da16e-loyj6npt.tgz","fileCount":832,"integrity":"sha512-HUtkWL12hSpJTC69sc0w6nbOc8CLHJihlrW9c65V41Q2NON0GzHHqDOtQLHKPc3hFxQpdn5eqkb1bgfZBp06Qg==","signatures":[{"sig":"MEYCIQDjusJBP5kemNjAIJ2VOgF8UU/OPXB5XbABcy227IUFYQIhAOFsM/bJUi8YZrtFOxorb7f1fBYMObgoDEvudfuAM14S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566526},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5da16e500a0fa066230e44d5448d6f1e0efb47a1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5da16e-loyj6npt_1699978335258_0.8849689495411355","host":"s3://npm-registry-packages"}},"17.0.0-feature-a26a23-lozlo9gr":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a26a23-lozlo9gr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a26a23-lozlo9gr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5dc67de88c8d9e2d11dc10de05ecd4679b5e68a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a26a23-lozlo9gr.tgz","fileCount":838,"integrity":"sha512-fnsRV2Ub+Nt8enhDj19RlXkpIJ2i3igCIfAxWck4LoKJaIETnQpr3c0LwFrsNZEvFZaa85Kp8QtNFypSb8EjHg==","signatures":[{"sig":"MEQCIAvNvUkwcXrzEwxl+Fa3QFcGI4NoNTkCIwCuc2JHloBGAiBXsa3dgdcUHW3qethEFr2BICZvQ50DtooLHwhW7q4zWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3609610},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a26a2343818e926727abe1f21ea65b179b93303d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-0216dd-lozjruaw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a26a23-lozlo9gr_1700042978639_0.26596483440825125","host":"s3://npm-registry-packages"}},"17.0.0-feature-2d7f24-lozvk8i3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2d7f24-lozvk8i3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2d7f24-lozvk8i3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35ed60675af2e01e93a0a28522e0e85a0d6628bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2d7f24-lozvk8i3.tgz","fileCount":838,"integrity":"sha512-zPSls3zoIFwTqQpYOVoAIGm2pQubtm3OfbpY1CBuUY8oPdqVxGgQp+XPlDTdAu0ANe/snlYDxqHoOVeTXWl0NA==","signatures":[{"sig":"MEYCIQD/z5S49UgMOr+VjIf8TbbEmLNAAeEEo44vlSonDnWXfAIhAL8zaa6D65+hjtG/1B/uJCZYULxpdbhjHeg4BTEmlUI1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3609965},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2d7f24f353e6e8515a4ea57b8bc2541d03c44237","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-0216dd-lozjruaw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2d7f24-lozvk8i3_1700059595738_0.5869114764686527","host":"s3://npm-registry-packages"}},"17.0.0-feature-9e1196-lozzxi62":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-9e1196-lozzxi62","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-9e1196-lozzxi62","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5e4d95ef742c5bc54037b9782ac3708895029f97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-9e1196-lozzxi62.tgz","fileCount":832,"integrity":"sha512-AdBfCBrPaN80791ZwJkEaTyRAYm9xedhJhApMMOoZRuHsmNxVdtoZchlb/SsZvuZ9G8fFQsVXFm8bCkE7el8tQ==","signatures":[{"sig":"MEYCIQDO8x3/yGlfZgLG8dhDNXkYto+3SimmpX76qio+1PiqkQIhAL0Hv0AJ8d3njX0d64MeX73WkRld8VOJBLSgbM8ZDwxy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3570501},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9e1196869111edaf14f7c91c7ac7f4961920e9ec","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-301f7f-lozxb5p1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-eb16cd-lozyp0oq","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-9e1196-lozzxi62_1700066935235_0.412269979098723","host":"s3://npm-registry-packages"}},"16.0.4-feature-2347fe-lp0zmt7u":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-2347fe-lp0zmt7u","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-2347fe-lp0zmt7u","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d65f066a12238627204326801f0aaf17da0dbdcf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-2347fe-lp0zmt7u.tgz","fileCount":856,"integrity":"sha512-iQJpwnAgOa9I2eFmpLf4GCLiVqV0szFm6cFAn5lDaGrekh8XAjHZrWjjEACaEkJIQpsCLPGCUx7trwuOdzQeKA==","signatures":[{"sig":"MEUCIQCAuMRZULOFL+A2eY1L6wLQXy14/r2ihNZx68YNetlLowIgP/cmCCoFG+iNDxZYsMowLHA3QR3IXW9zY9v23Oalx+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3640784},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2347fefcd1b29891c67eb2f7b4ee129725d47576","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.2-feature-624aac-lp0w1a0r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4-feature-58d714-lp0wb54a","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-2347fe-lp0zmt7u_1700126900435_0.4963620665581001","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a46780-lp67e5ul":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a46780-lp67e5ul","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a46780-lp67e5ul","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4b98b3ee6410196fea5e2ab0ea3a4384ae0625db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a46780-lp67e5ul.tgz","fileCount":832,"integrity":"sha512-3iu+9pwNtRJI0ycUamn1m9R90DdpQ4OjJtqbp3v0OaBLAVkgJhMp1ZKLNnV7Jz6U09655ek4FcnMwTZRWdrTbg==","signatures":[{"sig":"MEUCIAdF29nWqTtazu6QOimnWX+kfewNE3kVxqf66qp1rXwHAiEAyLO6UfbYKKO5vgCTWGplpbsNaCpV6l2ioNuRoiilaU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a46780ada4b3799b09806d12e2055d64293076fc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a46780-lp67e5ul_1700442253091_0.48930020775867855","host":"s3://npm-registry-packages"}},"17.0.0-renovate-44e14b-lp67fwqx":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-44e14b-lp67fwqx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-44e14b-lp67fwqx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1283c95de7e927702ed3a07cb1276df80dbbe57","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-44e14b-lp67fwqx.tgz","fileCount":832,"integrity":"sha512-O4DSE8QPKWD9clBokK+CLuTyg6zGCTMH2qNvfRRP/NvyWCzwn6bq89JIEUq8o4iC16AmW6IJxRSxCHURk0Suog==","signatures":[{"sig":"MEYCIQCkPDCEy7j5JWrJtYDHY7GnofIYPVEjKa3bc6MsiwkTtgIhALW2RmXN8Cs9msZDRtPMP5OYTwzIR0UACwYJsOGT4OIW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566527},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"44e14b1edecf755a87777cc0c7bf1b18850b0a35","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-44e14b-lp67fwqx_1700442336335_0.5511402710658748","host":"s3://npm-registry-packages"}},"17.0.0-develop-35824b-lp6nzhno":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-35824b-lp6nzhno","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-35824b-lp6nzhno","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"98c8d9c068b51cddd64bf8273d933f0aefe9cf3f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-35824b-lp6nzhno.tgz","fileCount":832,"integrity":"sha512-mNDmQ9OKko1OWk+NBWHYIlyI6DKqhjKInMPgY6e6nTPVPbMFiukL9HgHUYxEAdRNaVYm2HVDEAcJhPOMncatOA==","signatures":[{"sig":"MEQCIDlNf2cNyE1WGo2BLdV9wdkekmiImNaXX5uLFGQ7wGEiAiAqx/HT1EsR8GL3ZGB18ztWIujqYDLhm9HC4aSHYBRE+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566526},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"35824bc9e528395e7d7b546ad9dbff5d4c37335c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-35824b-lp6nzhno_1700470121611_0.41120722186233416","host":"s3://npm-registry-packages"}},"17.0.0-renovate-6688ee-lp6nze9b":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-6688ee-lp6nze9b","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-6688ee-lp6nze9b","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f402437710ec98a062c45984d3d5db6a91026f5b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-6688ee-lp6nze9b.tgz","fileCount":832,"integrity":"sha512-khW/Vm5v5kSyqz7c/zZpFYJuGHvF+WxYBxTqSAX1elFiH0O9aKqKlektlCRQ8PSJ9Hbos2er6CPPD60esivxHQ==","signatures":[{"sig":"MEUCIAaTTd7V99DyM04PPvzXMfg0ibJW4rC3TDKPzhUDFJirAiEAgkeyILte0lFhtpns1E4oGq6l86oiy1SiTe+4AfgfldM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566527},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6688ee8a69c080e7c0bd6484704cdbaf369bb52f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-6688ee-lp6nze9b_1700470130389_0.7447316620570474","host":"s3://npm-registry-packages"}},"17.0.0-renovate-aad66f-lp6o7utz":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-aad66f-lp6o7utz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-aad66f-lp6o7utz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b664276dd3abc5dccee06729489acb151b65540","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-aad66f-lp6o7utz.tgz","fileCount":832,"integrity":"sha512-IrxAleaC9w3dOPd+x7/7ZHEGuvv1/0DpEYRrdJRdYAt5Vek94SGW47RWnNRn4lFDShX7WKtIphe990ovYC2Bsw==","signatures":[{"sig":"MEYCIQDXLB0B8fo7fgkWPxjJws/lyt4z2pELzZNyq6Mf6i/bIAIhAL7qBrLQRlEHH7+o9+YbeLFUOA/XypO2nnNSwF8e21rK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"aad66fccc5a7dd885548e851e6137c09c1d4115c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-aad66f-lp6o7utz_1700470523764_0.1902269771313354","host":"s3://npm-registry-packages"}},"17.0.0-renovate-23827a-lp6o8fp2":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-23827a-lp6o8fp2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-23827a-lp6o8fp2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2efdfa247c95f4122fa78ca192caa0a1c14bac0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-23827a-lp6o8fp2.tgz","fileCount":832,"integrity":"sha512-e3SjbaoWuA4Z4C5H1Y9E61sMQggH30eGxkRgdL19W7en70JKACaLqbLvZsEKhqU7Ar9/8vSBLMSdXGEe+ZlKJw==","signatures":[{"sig":"MEQCIFXoLLYlPfsaS2ql05Ils9SJe2Y7ir+BiDYx+Wbk6NNxAiAnZp2KfiHLWxg7l7IVP7C5scitYL5SDtHKqzBDEiunFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566527},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"23827a682c109b12cf9bc8230db7cccb8968a969","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-23827a-lp6o8fp2_1700470539784_0.6795850875714713","host":"s3://npm-registry-packages"}},"17.0.0-develop-04519b-lp6ozxqa":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-04519b-lp6ozxqa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-04519b-lp6ozxqa","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8fe19c8d595323f9fe80c68af2c977cccba87909","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-04519b-lp6ozxqa.tgz","fileCount":832,"integrity":"sha512-2I95OtEa1ce2e7N7RKX9zHibAr/LtnaGbzEiGT2IFNdauBDFgBVKSlVlG+YlYGSNQHjwpQ/VtdIqvLifeNsk2A==","signatures":[{"sig":"MEUCIQC3/SKeStoHdeVwsYuLs67XWdRQrbUqNYZcylatBWNjewIgf8iYlHgwwHti/f0nKGS+n+XHGn6rV9zXpaIeFZItKW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566526},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"04519be898261deb4b37f661cc041691ae06c828","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.9.4","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-04519b-lp6ozxqa_1700471830330_0.8512291854244292","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e33d53-lp6p83je":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e33d53-lp6p83je","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e33d53-lp6p83je","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9270bd84e570c1b0b44822664eb4c6051b3ab99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e33d53-lp6p83je.tgz","fileCount":832,"integrity":"sha512-jWweg+TJk8CMzm+dJbGYGZC9KHP7gZ2WFLUsfV9hvU6w7jL3lm2doAzXWq3Qo69VU7gKwpPHfV5HKwLrv1G1uQ==","signatures":[{"sig":"MEUCIBYavbNm0BxejZxADUOC7YSk1dz3dBErzJSvG5uhbue5AiEA4hpqRJpDTNJtluEO2lzUV2ZkLoSagCxXKeLRbRovz+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e33d5374b46133ed3adf1c6966ae9492d587e742","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e33d53-lp6p83je_1700472204211_0.3020925593126924","host":"s3://npm-registry-packages"}},"17.0.0-develop-1811d9-lp6qir0i":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1811d9-lp6qir0i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1811d9-lp6qir0i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e0b4ddb5478b40eb8559da0c9603be1bf2c8cd54","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1811d9-lp6qir0i.tgz","fileCount":832,"integrity":"sha512-XBT/pVm2O8T2nYg2zDweE4ASHlD0o6VXfejxCRnKA3bTdWzy3BT6bupFJf79Rzu4fOsPhQi7C8HM7aAIIKt+vg==","signatures":[{"sig":"MEQCIC8nog4mX9nE8zddoHKpT6ip80NzKhAh9MqgQbOY6KiqAiBRMesB5QNLKevtGae1LovMu75nalZsZpIG+nczU7ti7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566527},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1811d91d071d85c37a442b75a2ea4582dadb209b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1811d9-lp6qir0i_1700474387834_0.566530521601456","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c0698b-lp6rol5l":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c0698b-lp6rol5l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c0698b-lp6rol5l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"07088acaefd94eb95e33f12ee4a369b6ec957eac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c0698b-lp6rol5l.tgz","fileCount":832,"integrity":"sha512-k4BGEakR4ZkWRR2jG2FbQBXPGQZNqloF3ilJ2tNOdQLIYx/oQP8JyxGFvqjk+yf2FlDZsDCqwXrU3bOiJiewGg==","signatures":[{"sig":"MEUCIQDNFDBzidUxbohpaNXKS+UAAZwgtgofGsZBB0jnn20quwIgYBgfezQfnRfQvguxIt30KcvU0crNGf9kD4tUUNgYcqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c0698ba53c72e6599d5b91135fee6e185f5a21cd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c0698b-lp6rol5l_1700476334193_0.10714790303787836","host":"s3://npm-registry-packages"}},"17.0.0-develop-8f9818-lp6ttbjc":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-8f9818-lp6ttbjc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-8f9818-lp6ttbjc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e6fd889ad279cc031e07486fca340880e0d87c89","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-8f9818-lp6ttbjc.tgz","fileCount":832,"integrity":"sha512-RvoLN1rO585SajFbuP0CA2secVRAdbG2TQut4ZihFryURKusCti+oIKigvg0hVfykRE6/VqUq3B2u20kEqbIXQ==","signatures":[{"sig":"MEUCIQDhisEBI4Pvsk7EMVuVZeGwfa4Ls7u9GwhsvQ+Tmc6WxwIgKYtxjxOV1MC8zYQGnXWypdjTf2LMaJSy6decisbdME0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566527},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8f981897e48e0032690ec182b68493a923e91ff1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-8f9818-lp6ttbjc_1700479912327_0.5985825604383157","host":"s3://npm-registry-packages"}},"17.0.0-feature-09853b-lp9xpiyq":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-09853b-lp9xpiyq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-09853b-lp9xpiyq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8932fc0a67f270f39862cd1642f280e4c6506dea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-09853b-lp9xpiyq.tgz","fileCount":835,"integrity":"sha512-kkhLydMTm6BTQ0+1g1TCQfBE4kQSlCD/cnAmdM/NSvyRDCJckhklKyyZT/Ovl/KGczHuaPJQgS1sG7Mm74PgnA==","signatures":[{"sig":"MEUCIQDEgzd/e2OaEoYutDEWGQeDiy1/fTaj5m0TkNJ0kwiYZgIgf/eNMtTUv8qtvv/eMYtnwVy4YXfIcwirW/2Q0DNKPdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566715},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"09853b7075ba7aac14696db0ca6f81466c1e0d2b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-09853b-lp9xpiyq_1700667853647_0.5205016586326436","host":"s3://npm-registry-packages"}},"17.0.0-feature-47f6b4-lp9xqpou":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-47f6b4-lp9xqpou","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-47f6b4-lp9xqpou","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92a032d9bb496048fb3e5573b0f2e24043c456d3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-47f6b4-lp9xqpou.tgz","fileCount":835,"integrity":"sha512-6MCcTy0zrUXxor47/LGsFhz9htj8SVxsk5aHwmw7eJ0j+S1PgYbF18OwDmuxVpPSDH2tykqv06qNWzR5sY+eOg==","signatures":[{"sig":"MEUCIF7j/IXI5e3dlqJIFjXEiU7KFVtU69iveD5f25MxWmpfAiEA2E94OFnxO0dyhE/DIedWaZazDv319TXr1iz9keP+j64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564517},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"47f6b49eeff9c94dc4715212bc034a81c29b4785","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-47f6b4-lp9xqpou_1700667911545_0.8614488772999245","host":"s3://npm-registry-packages"}},"17.0.0-feature-63295d-lpb9yo4j":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-63295d-lpb9yo4j","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-63295d-lpb9yo4j","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e5e5c77b63c4183033c030f7ab625c1cd5b5cbe2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-63295d-lpb9yo4j.tgz","fileCount":838,"integrity":"sha512-Z/9W6PH8Lu/CQsFXRQcwtmd6fawwiE8Y22T6ICHx0i2dTypHxpwXfHpCxQedIDJhC7P/0ugmueT/Bv9r+p23bA==","signatures":[{"sig":"MEUCIAWrM4AAYWGEvs2wprBBjDs5YTC3kRJPsZ2cSguZUjQaAiEA6r4VygGOxM91NWGkuZVS6+IBDBPZQmCykSVWnMIxfTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3609897},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"63295d0c4cce7a9ff27cdf2773d51bf82b98a651","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-0872a9-lpb7zhxm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-63295d-lpb9yo4j_1700748906767_0.9593498948238608","host":"s3://npm-registry-packages"}},"17.0.0-feature-a545cc-lpbcbs15":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a545cc-lpbcbs15","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a545cc-lpbcbs15","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ff2c9329a037fcab8d99e24e5ba949430ad680d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a545cc-lpbcbs15.tgz","fileCount":838,"integrity":"sha512-76xwVJiN+DumTqllylc6O4XtLvLgiEnfNaSk0nKYSg+yD+zVq0PwVnl7VseM2UIADEdybCYX/qoJLUlw44NdBQ==","signatures":[{"sig":"MEQCIGxu/jBU8+k1qX0WkTVlTpEUJ7HR6Qw5p7OavkUDYfEkAiBpVQ8WmcICJ2BfTZqqiWpIQFoAgsnFhgEPxiF6LhkeUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3609807},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a545cc441aafc45c6a383748802ccfbd5d5e05b2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-0872a9-lpb7zhxm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a545cc-lpbcbs15_1700752880742_0.9343389070026769","host":"s3://npm-registry-packages"}},"17.0.0-feature-d7a952-lpbcopoy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d7a952-lpbcopoy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d7a952-lpbcopoy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"507bac54de553a12f54d5f2ca2d012061d5180aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d7a952-lpbcopoy.tgz","fileCount":823,"integrity":"sha512-Tlb767W4x3gpvGHDBNMPLGTQ5E0N9j253tpT6f0cQxjhTYrkALA6E7CvOl29/F7tnyydNL1PSRnoxVuBUvkgxQ==","signatures":[{"sig":"MEUCIBUF0T8kzSTNNq3BQ+hzj+k35wcyhOmum9YFvWsz3QyiAiEA8kVSZuKkcMifYlBxg+TEOKT5FD3m2GoZizETlCf3Q48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3370089},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d7a95291c2084fb641e3b4de1fbe2a82bc4bdc0f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d7a952-lpbcopoy_1700753483726_0.39530507379966884","host":"s3://npm-registry-packages"}},"17.0.0-feature-19c0cb-lpfudfet":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-19c0cb-lpfudfet","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-19c0cb-lpfudfet","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b54a50ac25c3facec5e8f732f1d85c7a670d528","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-19c0cb-lpfudfet.tgz","fileCount":862,"integrity":"sha512-xUCkkTXQC2CMOKnuWndk+Senf5g0RbabDvK10foakA3C2wn43w/RfDdGXifXEO1NRZnMevkm3u09a+IJYnoQLQ==","signatures":[{"sig":"MEYCIQDuMzUwN9qQdkjrR4wPE0qvy2+EVRsTlTQRZLqI8UC21gIhAOhPcgnNSkmG//ujsxPLYnIO269c7mntXGDeJ+H9TgSo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652998},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"19c0cb4e984b708b915f67ddcd42c503736f3dae","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fbe6ac-lp6i37u2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-e75ad6-lp6i5o59","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-19c0cb-lpfudfet_1701025046286_0.6616615451363279","host":"s3://npm-registry-packages"}},"17.0.0-feature-558a6b-lpfvmt14":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-558a6b-lpfvmt14","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-558a6b-lpfvmt14","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1ef1260fdaaf10fc9a12ff35264422e96a0b73e3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-558a6b-lpfvmt14.tgz","fileCount":862,"integrity":"sha512-YauuGv6QE7LOd7mXnw+y5QN3PYXmpPzCX1XiAqp+db6rrX+VpaeWZ9b7sOQmv66ZrCRxXhCX4sYJKgjoNDhzVA==","signatures":[{"sig":"MEQCIHs19aSr9LFo2zcXXkVVlSCNLzak2kRGzf+teAZzrO9FAiB8MrDiPYAh1f3Dk2mnNsh6Bqf6vMAvknIJO3CIZQ18OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3654680},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"558a6bcb81dd7fcd3c186449839db5ccde9ad037","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fbe6ac-lp6i37u2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-e75ad6-lp6i5o59","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-558a6b-lpfvmt14_1701027176619_0.643928894192271","host":"s3://npm-registry-packages"}},"17.0.0-feature-acb0f8-lpfytdfk":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-acb0f8-lpfytdfk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-acb0f8-lpfytdfk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ebc49f4972f9f88c3067128acd5ae0a3d17b35e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-acb0f8-lpfytdfk.tgz","fileCount":862,"integrity":"sha512-C/siyjq9uVDs2nC/hNGv1uFo7vOSs2GWQg6h5VASybFrFJyyEZJAbRh3Jm/na2MWGGDLNm285sfO60XHvLzp7w==","signatures":[{"sig":"MEYCIQCMdVqIELqERn9S08YWJMiQRd0o8kF4ypiY/z1kqOdxcwIhANZG2oPFbHbm2u4IqWwas3Gxr8wThzc8TQ5V6+8t+4jV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3655431},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"acb0f8adb5a95c441dd8cfcc295e3634f9a9d435","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fbe6ac-lp6i37u2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-e75ad6-lp6i5o59","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-acb0f8-lpfytdfk_1701032512995_0.8233770412580528","host":"s3://npm-registry-packages"}},"17.0.0-feature-ee797b-lpfzgkd2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ee797b-lpfzgkd2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ee797b-lpfzgkd2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"57886b999f0ed119cec70918d1ca3d0f90b05b87","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ee797b-lpfzgkd2.tgz","fileCount":862,"integrity":"sha512-aK3RfUGQPo3G/aj4eIi+65NHaHACtXGn8Yf5DLK6BVy+e/nEFGP/A7TTaBhEul1txi2kIJEwQDeL3snaw8/MIQ==","signatures":[{"sig":"MEYCIQCCu56+hAZuEY5dsCxmCrxB0Vf8sIh9wa+ESkfpkdEW3gIhAJ/SGeErM687uCkAxLZPcZRaYRfy7veT9P07TvAL9t2T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3655551},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ee797b6d9e16bdcac28a1ed060788f81d9c36eca","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-feature-fbe6ac-lp6i37u2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-e75ad6-lp6i5o59","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ee797b-lpfzgkd2_1701033591881_0.6107253152368506","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d9bb60-lpgaw0l5":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d9bb60-lpgaw0l5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d9bb60-lpgaw0l5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7de4afef51edcb609acdc7225cc0c4edd962ded5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d9bb60-lpgaw0l5.tgz","fileCount":832,"integrity":"sha512-7b+taimEvvkakwKjKjb84bEt9aLbJohXX/ZpekGqRDoK/F0HA96YHht4Ayn147Nh93Z0G/VhA99ztqAalLhmrw==","signatures":[{"sig":"MEYCIQCG4sMzrIDDBR6EHDzThd5z5FPvuZHqHyk9FObcuHMSfwIhAJ6BU5KRJENBdgBwMaXkPnh+jNj4ANpnJk5iMcNYcmV4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d9bb60121d13d1c55c612d774940a4db44f94a52","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d9bb60-lpgaw0l5_1701052798310_0.5450116793816271","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ba79c8-lpgb1sm5":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ba79c8-lpgb1sm5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ba79c8-lpgb1sm5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"900e1c4e64f52bf85b7ffd456231d4b82c8f3495","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ba79c8-lpgb1sm5.tgz","fileCount":832,"integrity":"sha512-3CtNOnpl7NRRWg4+ZxxRuiGBILlDzaSmaOpXjOMVPq4EIsXBeFSggx6stWE8TIxJQfkmTNH3Y+7LbDJzzMM6Bg==","signatures":[{"sig":"MEUCIQDn1nPovh01rJ5R1IWauhPHr8ZwiFuHkttjgTgWLFbOvgIgNr1zV0KUBXrMEfcSoomZL2D3jvh6+FmyqXcMj6kc80Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ba79c833c6a9f77bac1ffc7e8f50dd47bc298c9b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ba79c8-lpgb1sm5_1701053062696_0.7663101547274911","host":"s3://npm-registry-packages"}},"17.0.0-renovate-844759-lpgngqrr":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-844759-lpgngqrr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-844759-lpgngqrr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"82a7bf06438c98a338d2d7a195a17d711bff03e3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-844759-lpgngqrr.tgz","fileCount":832,"integrity":"sha512-2M/8qyRQ1PbPdf0MCSqYh9qawBZSowcVXcLe3dJOTXVTqq1GSOdMqg7V/uYCwPfeKSZX5wXOKaK6NPmYluoBmQ==","signatures":[{"sig":"MEQCIHM8jdDUY+CI8x2wzQpAVRvYIfOtMoAD1IgFNWkKZKyeAiBhleuKCeTSQHWkAw6XZuQh7mwT6/+tzRnW6J2BeV7vng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"844759b009666581cf903726079e843819f9fbd0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-844759-lpgngqrr_1701073917003_0.29997615762980634","host":"s3://npm-registry-packages"}},"17.0.0-renovate-6c63a2-lpgnww7j":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-6c63a2-lpgnww7j","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-6c63a2-lpgnww7j","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ed2b470496942151767bb520062210b4a76d7f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-6c63a2-lpgnww7j.tgz","fileCount":832,"integrity":"sha512-asW8aV7Khs2a0qCpfmGbDnxxonCDz98nLNLQtO08pELW6eP8jUlrF0vFJ0oe2gks5GC7pMWiiAZBz+96Izi73g==","signatures":[{"sig":"MEUCID6opMXZkoPDrkutQ9vwuyyHMKHn4/hdqraN3Cxl5JxJAiEAoyFKucptLA6cX9xir8gCnwQQKdbY0TEeS6+G34WU3jY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6c63a27516d5583978009ee515a1d74edec8499c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-6c63a2-lpgnww7j_1701074672120_0.4056502675258371","host":"s3://npm-registry-packages"}},"17.0.0-renovate-3880e8-lpgo0jyp":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-3880e8-lpgo0jyp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-3880e8-lpgo0jyp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9250e910a7119100183598ab761e04c7cd2e7b8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-3880e8-lpgo0jyp.tgz","fileCount":832,"integrity":"sha512-cMFos1kOqVX0Cla+PrrmOunpQzZgBQqA0ufv4VT0szFDSx5+LdkOAaWMZgvddBT0qz3nLf4mmSQhdxFkIHMMNw==","signatures":[{"sig":"MEQCIBnCx0Tm1FGhxxFxG3Z78YtQM3veuAjsggmRMTcWibPOAiBzoL6WEDd1WDcikoxV1GtCkH+lUofY1Dc35fMCfECYBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586503},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3880e8de1003b414a89455f6d1ebd3652ebe7487","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-3880e8-lpgo0jyp_1701074840209_0.8325050112700858","host":"s3://npm-registry-packages"}},"17.0.0-renovate-576fc5-lpgo5j55":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-576fc5-lpgo5j55","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-576fc5-lpgo5j55","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"060e4f717c6b20b1b797c85d2fede743824eb630","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-576fc5-lpgo5j55.tgz","fileCount":832,"integrity":"sha512-WGGjnkUlolmb6lUskkINOnQpxNaryrjHtFDTSH0zuGVjrg4NLSWy6WROEvbWnK+Y5PvnBhDnmtw0g8BP3K4Fmw==","signatures":[{"sig":"MEQCIEq1TzU2dIweFlD23yH89dhfgz0YBWYKMH3ugxBZDHlGAiB7+erPb+eE6HiwsieFq377kUlVIB4Ri8ykMATZVxOOTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"576fc52e219c0dc1fdb63e25a2b7def1477c257d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-576fc5-lpgo5j55_1701075069059_0.9188195743422072","host":"s3://npm-registry-packages"}},"17.0.0-develop-35941e-lpgp6l9k":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-35941e-lpgp6l9k","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-35941e-lpgp6l9k","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9817fc7ea8ff70dbfe5250a04db5f170c2948791","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-35941e-lpgp6l9k.tgz","fileCount":832,"integrity":"sha512-iJkW+zHZBZCHXgIclt44Kz9VLjmA3aspcgn+ai1rT2doCPMFqOfr0T2Qf8GZGZuZiQFpPwg6AVda34EV9i1roA==","signatures":[{"sig":"MEUCIDR+XykqLZHs9/eOYSJDgRpSm7wL2cRSb4J3QgrhjRXaAiEApgB2+D+BrS2CSy1d9AKDiz1AhD50ZZfDE1RDzX5LZuE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586502},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"35941eab2de6cce2fda99a8a6762a83d374422ba","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-35941e-lpgp6l9k_1701076794900_0.7534590840888256","host":"s3://npm-registry-packages"}},"17.0.0-develop-d4732d-lpgpmbpm":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-d4732d-lpgpmbpm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-d4732d-lpgpmbpm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f064c03eea57294ce97af4892eda4bad7118e9a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-d4732d-lpgpmbpm.tgz","fileCount":832,"integrity":"sha512-uW7wOaXOyT9sjuMMtX5HKQQ1xO14Oh1M6TUyVt+eC7XJy1g0RYvnKMvEGUmcFzN3NmDpsU8qkS+tbx/T0gMxjw==","signatures":[{"sig":"MEQCID2Kv6BX8mKcsrVcnlJSblutwEXgiOZuOgsJv3BF+PKAAiAX2rfz8J9VluQTeDKmbziFgYZszQpW0j8ot8nnPAJYNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586502},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d4732d5e0524210299615024a22c9e4175bc6a51","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-d4732d-lpgpmbpm_1701077530254_0.17813721786549164","host":"s3://npm-registry-packages"}},"17.0.0-develop-7039e4-lpgpwxtd":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-7039e4-lpgpwxtd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-7039e4-lpgpwxtd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bc1471c510c8199166686f4d0ab63cfa50e708a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-7039e4-lpgpwxtd.tgz","fileCount":832,"integrity":"sha512-Ef2vBOEf8v4/irOBDEH9qbiVqaOYFub1WAy3yUdJFsLTxxvQ23bl/jdf4UJpqUEvSAO8Qjl3u7Ow7M7pTEEItw==","signatures":[{"sig":"MEQCIBO/h79t75ovQGUp+vk/3gMe0W8q24WS/2HMJMHJbk4cAiBC4UzrLwPZIij9Ai32zhjAk0rXUi60kbMYTOkMUk5+nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586502},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7039e4afd8ec430206f7d1207d3d588a45a4a7f2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.0","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-7039e4-lpgpwxtd_1701078031841_0.08983485640092947","host":"s3://npm-registry-packages"}},"17.0.0-develop-efcdb8-lpgq5ha5":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-efcdb8-lpgq5ha5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-efcdb8-lpgq5ha5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f640cb5fe70c0466cb148417eadf8f399cb1bbe4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-efcdb8-lpgq5ha5.tgz","fileCount":832,"integrity":"sha512-uWCwotusmU5ZshRppBHLM02aVGBNHlGInKsdEodFXPxK7rOkmy8j3EjZ/hIYgRcthdNkcbgEl9fBmxr3hxXyVA==","signatures":[{"sig":"MEUCIBTS3eQnO/3p+WCW7XFL4efBwW5L43o873umXHbKC3I6AiEAoCrbU66APhJSJ07WQlV1MStDx/p6Pw7zROBwROrjeTQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586502},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"efcdb8f55ab1f7ecca6299e328846861c9290ff3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-efcdb8-lpgq5ha5_1701078439831_0.7075334907826634","host":"s3://npm-registry-packages"}},"17.0.0-renovate-2a8227-lpgq6kh2":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-2a8227-lpgq6kh2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-2a8227-lpgq6kh2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"120afcd793c6a71f1c9d7685c1667e4808dccdc2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-2a8227-lpgq6kh2.tgz","fileCount":832,"integrity":"sha512-3x2O2f7FdRCPuIrmSQHIWvWuReVzZL2ZGMXRi6Jv4ZdRRSyQXL9Wc9+bluuX+ZZiuPbqOZMAAbEYXnqAyMMnmA==","signatures":[{"sig":"MEUCIQDyxzdRhgZ/NtOdEUjDAt9nAMwUCYIyIDGI66BxVnH4GAIgeY6Ii6qg7BEuIyvnBFnTvT5SQchyOc/jhQ8UJ/6KC7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586503},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2a822734f23c7c77dd0f571621cb821220749de3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-2a8227-lpgq6kh2_1701078471926_0.24946218690788058","host":"s3://npm-registry-packages"}},"17.0.0-develop-795a1b-lpgqchfe":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-795a1b-lpgqchfe","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-795a1b-lpgqchfe","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"883780f37bf27e26a6f950d81a3fdc7671409a23","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-795a1b-lpgqchfe.tgz","fileCount":832,"integrity":"sha512-NJ3n++m0nJUBexiF9J5AAwhQMdj3oSGylzXqbP65Y2Ml1AxwLRFsjAXS6GZKtmPqGuxty1kFn8Z7hyL+co0rsQ==","signatures":[{"sig":"MEUCIEoPiv0Xa0xki8Syap6J91y+KWRfsKuz5KvdglbvQsi8AiEAg6rn1wDPUkQy6Ln8yMl8S11Xofr0z67gOz5PrlpB9tQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586502},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"795a1b506ea70a6335069106d450b66f16580cff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-b53b42-loyhfulu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-d28859-loyhnkwn","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-795a1b-lpgqchfe_1701078760319_0.09509615140194017","host":"s3://npm-registry-packages"}},"17.0.0-feature-db56ed-lpgqk6zn":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-db56ed-lpgqk6zn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-db56ed-lpgqk6zn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10cab0891db6d44b5b0d6c4b370efd804607f008","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-db56ed-lpgqk6zn.tgz","fileCount":823,"integrity":"sha512-wn3nP8rkcqphmpjkkC2EqQjqDsJjrYgJdY7iw6oofnEpEsepOoxXE2MNdeKgFODwovryiIwDMHmYXDGNhQY2Ew==","signatures":[{"sig":"MEUCIQDAsUJSQZjYxG2OjnmUyworqjvdEMiny2kFFg+Uxl4H6wIgHqD5HDoXFJmTYS0Op6iSF6mkyBf15dQdG4I3xRJoyr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3390094},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"db56edd2223a05cc93266011e0b8122eed4316a1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-db56ed-lpgqk6zn_1701079112827_0.9951962856368968","host":"s3://npm-registry-packages"}},"17.0.0-feature-084354-lph44ukl":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-084354-lph44ukl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-084354-lph44ukl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6668f8a3d33beddb749c53c824bca305599a0e89","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-084354-lph44ukl.tgz","fileCount":862,"integrity":"sha512-xpCJND0CJ+/Wc+GbQTi6rsrTGv2B8QPuF3q9p2QqSeJIGXCuRiGRErTWku4cFRxmGBuB36EkD5oHNA3Z8VKrxw==","signatures":[{"sig":"MEQCICIFN4ktZWKuVyIpGeP786NjCNT/Choh17krO6BdubyoAiBv+a7NG35WRD733OWLBDedSaL62S8N47mvgIMiFnevBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3686642},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"08435403dbf851282a46a2e0c641b2c64c6ebccb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-d35da0-lph2bgvp"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-6b62e8-lph2h4q7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-084354-lph44ukl_1701101909459_0.9151893421307906","host":"s3://npm-registry-packages"}},"17.0.0-feature-177c39-lph4n8vr":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-177c39-lph4n8vr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-177c39-lph4n8vr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e5e8fe93b5bd4d216e06ec4e14dd771ecc971619","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-177c39-lph4n8vr.tgz","fileCount":862,"integrity":"sha512-NricEEQOuDnzHVBIKsWqhWPeOA3lClpToPsYRXFTm4ZGs3lG4V86zY47+aZemFuAV2CTdQeAsJIJ7S4nMvbjuQ==","signatures":[{"sig":"MEUCIHC6SrGd1nsSgJvdPCRt/g69ddZfxmA6E+l69d2s2TQNAiEA/wjjoBQzeUiZz2WdAmwyQWKVTllHqCJOdiLe3eRWy/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3686642},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"177c398d6692c4eaed8c191a776fd3811934799a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-1f4768-lph323lt"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-1e510a-lph35t7n","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-177c39-lph4n8vr_1701102765650_0.9379615058916124","host":"s3://npm-registry-packages"}},"17.0.0-feature-4318ee-lph4sb58":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-4318ee-lph4sb58","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-4318ee-lph4sb58","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d0643412b7d5fc3fbd55bce58bc68fdc0835a0af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-4318ee-lph4sb58.tgz","fileCount":862,"integrity":"sha512-m7fq9KPA4XOcPQxCYH1TtFVk/2vuUyf93sdxTB9Ud/p8PIpJzLlHyggasWGDytjRUEwRcVLebYNXS8hRYRqtZA==","signatures":[{"sig":"MEYCIQDaPfC21uu9lju4Y8QxO4JAFf046klE89uLPBV7CfTPyAIhAPf7t5gIIFIaMHXNNXJfUTEutqS34Qakwaa8+9lTXoHh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687372},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4318ee08d1dd408d49618c9d8b235f867c1f1003","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-1f4768-lph323lt"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-1e510a-lph35t7n","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-4318ee-lph4sb58_1701103004260_0.8323573396472987","host":"s3://npm-registry-packages"}},"17.0.0-feature-9d115d-lph5dzgc":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-9d115d-lph5dzgc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-9d115d-lph5dzgc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6b7846691b8d3c21c520e1eb0ce76c7cc65d03cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-9d115d-lph5dzgc.tgz","fileCount":862,"integrity":"sha512-4yEt1l4PnKmYpl7sC/7ajojwPhON649/R4uS9OXZcZ/C3PtsY4VJAKvjH1kIqjnNVrgj2uQ52MHvX+p/Bd0SjQ==","signatures":[{"sig":"MEUCIAZUMc7UNzZH8cRxfyYBdvaNDxHzN7Zn8Hj1XG0h5c1qAiEAuGjYMR9iLPN+X7PKs+SimaMW1Cw1pEg8JEzRQNA2iIw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687440},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9d115d7da0626cb8df8a5f6af8878db5d22fa7bd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-1f4768-lph323lt"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-1e510a-lph35t7n","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-9d115d-lph5dzgc_1701104021524_0.5837501727125058","host":"s3://npm-registry-packages"}},"17.0.0-feature-1360ac-lph846cl":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-1360ac-lph846cl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-1360ac-lph846cl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"afd2b043520de82fb57577e302614536bcd65ae7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-1360ac-lph846cl.tgz","fileCount":862,"integrity":"sha512-CWQqglGpT8ocdYZeITsp/QEP6+QRrdL0Yk8kSu2CjD3teDGpMts3aEVPNJvD1bmHfwTBmRiEi43cAHDK5u3Q6g==","signatures":[{"sig":"MEYCIQCe/INw0ByXbH27qKwEF+XhMC3NLr9k7TD0F4MPuIKafwIhAOBWoGTtfjUIhYimQugAZvQKHbycfRPgYlBitZLhPfqu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687408},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1360ac606e96b6ea48122893347bff30fc54c174","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-1360ac-lph846cl_1701108606955_0.8576376361826854","host":"s3://npm-registry-packages"}},"17.0.0-develop-8325ca-lph8978x":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-8325ca-lph8978x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-8325ca-lph8978x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e63254c4e60738b17ba2b69d1e8b169ad6df4664","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-8325ca-lph8978x.tgz","fileCount":862,"integrity":"sha512-AvZMSV6BYNy6SpOcZPHsgLDcvHic3WA5uR9NY+89dNHyuZnxE6imurZP8fkKdcKlVZsPTT89Wfe0qk6Yw3sp0A==","signatures":[{"sig":"MEUCIQDQhWc3G8Dg5fL9BioffTEZw8h3Upn13Rw8B/1EJkKgrQIgMYkfkBvSew45eA8jL72GNsdv+nkWFZpkh+oIkVJyDIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687408},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8325caac080ccf580d151ad2e7c46f736b0e2bc2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-8325ca-lph8978x_1701108831438_0.5774129855788632","host":"s3://npm-registry-packages"}},"17.0.0-alpha.1":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7ae2e7abe6cb34ff0755b4ef0b2d19e40fb67f7a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.1.tgz","fileCount":862,"integrity":"sha512-0DtoUd20og3baYEiCWJMFYQ0KmrkLPWwc2KpGzwSgOLx1Yqbo37+nZV4uG482bz0kf5LOBH8XR4e0t00RwUsbg==","signatures":[{"sig":"MEUCIQC2oPe1Co9PeHHr4enWCJv8JZ/qxJrr9dysYXnKdQXwlQIgaogmTymmLKeANw64taRXnAzdZbLmfHNtqxMmYEnH4OQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687392},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8325caac080ccf580d151ad2e7c46f736b0e2bc2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.1_1701109079485_0.08280966292090142","host":"s3://npm-registry-packages"}},"17.0.0-alpha.2":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d06d943d557ce7248e9faf67cfd468c6748c37a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.2.tgz","fileCount":862,"integrity":"sha512-+rYbnDV4K9+omGH2D0LGCc+7cdsPR546DryDnT01fQ9mTAEk12sfvy/EXE0xQ7fTrEEy1kBQ9bdydV4yOd8qaw==","signatures":[{"sig":"MEUCIQCdxx73dPUXBqmgZT9pynu3YKuC+FM/gDpJK5abujESkgIgRE48TzN61DlrPmg9Sj4uOh3TDWdLZBCGytOZ3kR1Afc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687112},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d6f00e0fdba506ecc274656d1328bf5d4d90ea8e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.2_1701117769197_0.5635782690877913","host":"s3://npm-registry-packages"}},"17.0.0-develop-d6f00e-lpi6kf46":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-d6f00e-lpi6kf46","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-d6f00e-lpi6kf46","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd9aa8bda3fd0cb464f7f297285c7536a209b144","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-d6f00e-lpi6kf46.tgz","fileCount":862,"integrity":"sha512-2M/Yw0Dr/2C9/bLV2CFJFi0xUa8aC6ZBKjjrpVzwXLziybD8Q/IOGm923xIKrSSTf/AadNks//pNUu9xp8w5pA==","signatures":[{"sig":"MEUCIApNAWash+qiqiwe3e50dlqLprxBnV4Kx43hkXyT5rQIAiEA/YXZvZ8LKhpScSHJOEZ2F9vpgP0MbR+in9lumKu69MQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687128},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d6f00e0fdba506ecc274656d1328bf5d4d90ea8e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-d6f00e-lpi6kf46_1701166460503_0.9847745859003336","host":"s3://npm-registry-packages"}},"17.0.0-feature-217551-lpi9svmd":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-217551-lpi9svmd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-217551-lpi9svmd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5883954381f50414a858f5d282fff8f3cc30df9b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-217551-lpi9svmd.tgz","fileCount":853,"integrity":"sha512-py9RH58sLxPzbWUFQmd/O3cqcpZaJiOtz4A5zSm8lmeMIyRJPeB38z0GnKzweG6TK3P9mrUheh06HiV8MFtm9w==","signatures":[{"sig":"MEYCIQDAf7nt4VQPxStNBk1Zf9/KiCHMrWcdzdgdNGyjrLtNcgIhAJTPdXsoFjPb9qbWA8hYkZdAwjlMYInWRlVXQ8PM5l16","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3491101},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"217551fc80729d03e48fc5d58474f4c9b1dce50a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-217551-lpi9svmd_1701171894044_0.29086760391267075","host":"s3://npm-registry-packages"}},"17.0.0-feature-03de58-lpi9wfj1":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-03de58-lpi9wfj1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-03de58-lpi9wfj1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"13271a4d4d0a512ce5729a6db1a77c951de737ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-03de58-lpi9wfj1.tgz","fileCount":853,"integrity":"sha512-IeSquZjBPM/XeuXzay0EbOYvOewB4KZSpcprViClxzA7RwiBR6eXjEXTHBKks1u0JSWtgEuz6/LraVYF4h/bkA==","signatures":[{"sig":"MEUCIQDTqZ3Lf43UxUfGkYUqnpTI4hbZo551Q/4FZfgTKBb0jQIgJDUYnWGzvxNZceopCIhajIjcI0uc2uQeKi+i5XRyYi4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3491221},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"03de58d962a1ed71484d8c175ed4e8b1b1e88f5a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-03de58-lpi9wfj1_1701172059001_0.037560296084900635","host":"s3://npm-registry-packages"}},"17.0.0-develop-87fa7a-lpia2un5":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-87fa7a-lpia2un5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-87fa7a-lpia2un5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2d428298ac61c420c3a7105bf05f2763b1379cf0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-87fa7a-lpia2un5.tgz","fileCount":862,"integrity":"sha512-n25o693rbZrEZXh3nkKwD8IlZ3b3x7VjerpcMGLCJOenftDwdPdBXcxXNeVRsApi1HkDH/2XBA0kBtzN4/5kDQ==","signatures":[{"sig":"MEQCIEhB+b4E+/PdVscD3IYfFubDcuedMpS3diqPlF8vXmEeAiBEeGMhSpWkeiqzX5eJ39VqcyLcGK0JmI4aJmYotxevXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687248},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"87fa7a4bfc63329f3b86621a259df3f976bc5506","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-87fa7a-lpia2un5_1701172358222_0.611142529063001","host":"s3://npm-registry-packages"}},"17.0.0-feature-8e1a18-lpiktvxl":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8e1a18-lpiktvxl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8e1a18-lpiktvxl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d4bf82d031fa22e90b44adf6766637eb4a57bd8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8e1a18-lpiktvxl.tgz","fileCount":862,"integrity":"sha512-dZZayU2cqbGwnzvI8Y2By1jGPENq2rnfZ96eT0yJp0thHbP6Z/mlwmkepMSx0HhoeleyZ+gsYOzuwkStiYHK9A==","signatures":[{"sig":"MEQCIAxc0j3OW0saVKPh+7UnEXF4n6luPZT77AzCow7kaTUfAiB/NYnzWwCTf+TUKBu3dwcM1viK8rkkSOVio7uKg+aNXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3694076},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8e1a18d44dbcfff96b517a6bc19534515823432c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-12_add_expression_support_to_loop_properties"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-12_add_expression_support_to_loop_properties","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8e1a18-lpiktvxl_1701190416418_0.37333195800212615","host":"s3://npm-registry-packages"}},"16.0.4-feature-a856f3-lpjp2j3n":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-a856f3-lpjp2j3n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-a856f3-lpjp2j3n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"90d9e014bb698eb2bc9cb91564010bdb66dee292","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-a856f3-lpjp2j3n.tgz","fileCount":856,"integrity":"sha512-pwxibXJGcRcbqvDMLzN42HimjT41kA8SPcrlO15a8q3/vK1gAxFU6sZl1kKSzjeNZFGeI+qneckMdEu5tSplhA==","signatures":[{"sig":"MEUCIQC8rSgN4Z1QQkv+DXyv2tmEfov3n6qle4sM8AByu6z5PQIgRtVT+JghySbLc30mL7p6Ed5ZHGtvoViYR5vjM3gCFws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3644557},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a856f3c9adfba940f8ca1a65c3ddda30a5f52039","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.2-feature-624aac-lp0w1a0r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4-feature-58d714-lp0wb54a","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-a856f3-lpjp2j3n_1701258011242_0.8936397573472046","host":"s3://npm-registry-packages"}},"17.0.0-feature-cc5db0-lpjrzp49":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-cc5db0-lpjrzp49","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-cc5db0-lpjrzp49","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1e78f84bfac4a5cd952c8fce5e9b68169ceca62a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-cc5db0-lpjrzp49.tgz","fileCount":862,"integrity":"sha512-xGbcYuZN5X45QzGwYBZGXjGvjnMJgfG063lpvsMY6JSomm5Jz6Cs6NQW3bYlo0t9jvCcZmzBPj65k8npE58/pg==","signatures":[{"sig":"MEUCIQC/nQZoTQmDcH9ODnd0ndjljFeuSN4IfuhMpQ+mwyf/ygIgM064/QSwJD91/MC4s+0iwj5ktaywiUdXKlutedK53Oo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687887},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cc5db0c687dcbd4eee109c762b9c4b0a632f75ff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-646_Support_plain_tags"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-646_Support_plain_tags","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-cc5db0-lpjrzp49_1701262925279_0.8559851130794662","host":"s3://npm-registry-packages"}},"17.0.0-feature-8481b1-lpjsojj1":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8481b1-lpjsojj1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8481b1-lpjsojj1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c0c0e7f7111582459837972edd4316788774b2f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8481b1-lpjsojj1.tgz","fileCount":862,"integrity":"sha512-dRDq7AGyUkFEeGRRSswADZIajvrEKKAjX57EshWoyeOkhSTUMyK+PKmijg6c8HRQRiMfMAmoZ7sSk8CbRe/48Q==","signatures":[{"sig":"MEQCIARCGjG7XvirfJph1V2EXVJSFRwWiovvQckV8RgaVHhQAiAPolPwxJwINvaY90MHWbT+5/9QpBmLDgAYDFXYJPZDFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687887},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8481b1c7497a9abcc94a912cd3ade7a6eec1725c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.1.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-646_Support_plain_tags"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-646_Support_plain_tags","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8481b1-lpjsojj1_1701264070425_0.1554931352437705","host":"s3://npm-registry-packages"}},"17.0.0-feature-84dbcf-lpjwbtuu":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-84dbcf-lpjwbtuu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-84dbcf-lpjwbtuu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cd9a65c527ca8ef9bbe13ae86016b9f687791971","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-84dbcf-lpjwbtuu.tgz","fileCount":868,"integrity":"sha512-KnVzQY0ORrHW/0NxWvHl5hu4IztvsfgXFKz+c2h0IwTH/p0ZqzOfJiQWa+omOA0zc4fWZYQN/hra7t7gMcXkNg==","signatures":[{"sig":"MEYCIQCWkf8DDCKuc7Cylat9J52l9bNQz6qly7pDIgAD55TBdQIhALpf7wcJ3wuFpGJe4pJwyXjOGhKKiVKemoDgtiBTMcme","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3730866},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"84dbcf528421e98edf4e4ecbb97a47d3d4732237","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-8b4900-lpjuwtdb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-84dbcf-lpjwbtuu_1701270196715_0.12002687264254686","host":"s3://npm-registry-packages"}},"17.0.0-feature-e69257-lpl2bz7d":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e69257-lpl2bz7d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e69257-lpl2bz7d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ff7f4874d9940f8a9973598fa30848c0d80fa53e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e69257-lpl2bz7d.tgz","fileCount":862,"integrity":"sha512-NjkpOBu6PED2t8WSZ2QB9kj+stofpFvUY2Dx2j5sYBtnrDdrzCg5gH2NjPv7tmXCv8ahNvID8RM5ENNPXTke0g==","signatures":[{"sig":"MEUCID+zyvfasLSlVjJoJpUCw7VmM/7Ql96AW433ECIinesOAiEAi3dUGGDTc5YqVMnDGjqB9naUqhqrtOn/dAM4qWzZobI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687877},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e6925796219e620e3998e01cddde80a1e9bebecf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-288c7d-lpl0wdur"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-cf314c-lpl13i98","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e69257-lpl2bz7d_1701340761676_0.90709552707765","host":"s3://npm-registry-packages"}},"17.0.0-feature-310980-lpl2x916":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-310980-lpl2x916","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-310980-lpl2x916","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"557061a7317d0f0b757bbeb68d0a3b2e25fca8c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-310980-lpl2x916.tgz","fileCount":862,"integrity":"sha512-moA6/KnrjBPFvUD7Q4NkP6/bK9e1wujVlL1rS06Z95sTh2XWfgklCXbCEy+nExZqNK5yaMDHVxpuPT04wS6Suw==","signatures":[{"sig":"MEQCICFflZoDUWnRqqAmzAmeJ2D0/f2DE1Bv/kXriHYlcvsvAiAWB27bz0sOmmgNF7H/tSFOyeSJyfZ03UGldLKygFs9Cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687877},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3109803258e7caee818cb196b4a09399ec95739b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-288c7d-lpl0wdur"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-cf314c-lpl13i98","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-310980-lpl2x916_1701341741453_0.7868084653015761","host":"s3://npm-registry-packages"}},"17.0.0-develop-0a93e5-lpl30tse":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-0a93e5-lpl30tse","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-0a93e5-lpl30tse","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5ece49cb8c34776e1a1859d761c229eb1fcf1a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-0a93e5-lpl30tse.tgz","fileCount":862,"integrity":"sha512-oapIULdCUIVsg5FoK35PXNNocN9EQ7kYqd9QzJM4VwCC4iKlTLPuDclAzPW5dT7DNvAeL4lo1RWPPMREDOrn+Q==","signatures":[{"sig":"MEQCIHIsKbY0CXORoa8dadPPhnZvwG21S45eEXTlr+RuhC7gAiBHweEYDMbwB5KuKEkGbv62xSRtS3llqeW8gIacoMn7cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687877},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0a93e51f0feab030cb978c1fb1b9002cb0c799cc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-288c7d-lpl0wdur"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-cf314c-lpl13i98","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-0a93e5-lpl30tse_1701341905228_0.5168596946110828","host":"s3://npm-registry-packages"}},"17.0.0-feature-eebd82-lpl7g9i5":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-eebd82-lpl7g9i5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-eebd82-lpl7g9i5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a54a91ac1f9bf32e201efd374673cca661419a3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-eebd82-lpl7g9i5.tgz","fileCount":853,"integrity":"sha512-ck9s+GBM9Rg9jcnKBQSLT0uo3fhVB3SoOdmAKKdwXGfRMuvMd9brH8baXeGueTBgpB/SXFHOcI7+SvhLiHfOZw==","signatures":[{"sig":"MEQCIDQQSvq2iV+2gqLH81UwGpPJuiGLMpqjM5eToPBUIRZBAiAFIh9lLKEIdz5lbOB3nUDHcuSZr6EnnvNhn2MoDZSkHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3491818},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eebd82827fc563ef94602a4cb892e8542b8a16e1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-eebd82-lpl7g9i5_1701349344773_0.01656705655077717","host":"s3://npm-registry-packages"}},"16.0.4-feature-5f4268-lpmmk1sm":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-5f4268-lpmmk1sm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-5f4268-lpmmk1sm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bb5c832c6a2e3e1f9231dd9985873f467e3da1e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-5f4268-lpmmk1sm.tgz","fileCount":856,"integrity":"sha512-Ee+bhXtI+7pfWBEg9oQMvB1PLq2hYQCDkAIATkH6JcV7+ErSVumbIfdrTNeJMA4e0LgECqAbIIcFsZHB/y6giQ==","signatures":[{"sig":"MEUCIQDm78cYJ3WlyAlXoe2Uc2SO8gCxpkux0dsYJXNFYF9BHAIgFQGQIt+9HlwvEy5bZ6+e9LJuwZcNkjuAM/EjFZ9tot0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636020},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5f4268b27d18b42ff312516c70c401a53ada1a87","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-5f4268-lpmmk1sm_1701435181040_0.06610880945694975","host":"s3://npm-registry-packages"}},"16.0.4-feature-c69999-lpmr574i":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-c69999-lpmr574i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-c69999-lpmr574i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a8d94c8635d2d143703b7d7404eb14c0ebce213","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-c69999-lpmr574i.tgz","fileCount":856,"integrity":"sha512-7ehjL8c0zJoCUgk6nPBnmSpuOY+RFgXg4JC/5BbdDVi8BcwSaMF4up3Q4Kai0N+uzyr4+2f+L/bBMc9QkQc3FQ==","signatures":[{"sig":"MEUCIGdZgP+7VxaqfK1PfMoIEdobQUh0qZfKsn/4VMcgwmEQAiEAmeAHp+vDlGCKgV4XoCi0It9ZqP1v5Fr0C0Qy38KmFd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636020},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c69999243d508aee160c192e5713d40ad6524c9d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-c69999-lpmr574i_1701442901166_0.34493223072276114","host":"s3://npm-registry-packages"}},"17.0.0-renovate-82c820-lpq9ejcg":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-82c820-lpq9ejcg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-82c820-lpq9ejcg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7f37ba6290bcd6347473e1db6c7c697da3d859d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-82c820-lpq9ejcg.tgz","fileCount":862,"integrity":"sha512-CQf9aznHMDRrUa6LcGK7VC5b1erRL+ctUVxApPXx6NL98Qj7QlZfPQaw/pdr/irpl7HiXBsDvha08UuiTUhtxw==","signatures":[{"sig":"MEYCIQDOIygEXPr02A5O3E8GAvKN164NYHu/WW6h8imvTvgkIwIhALCuuNMHPyRxj0MnWBWEG7uqZLfJr32jd2D2FMNVBUee","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687878},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"82c82067ee8238d03ebba9e673bd6edaf2c1408f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-288c7d-lpl0wdur"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-cf314c-lpl13i98","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-82c820-lpq9ejcg_1701654961515_0.8420235272530738","host":"s3://npm-registry-packages"}},"16.0.4-feature-046391-lpqp8qcl":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-046391-lpqp8qcl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-046391-lpqp8qcl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a2d71c082e784fa61a035edf0007917c3a6d4fd9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-046391-lpqp8qcl.tgz","fileCount":856,"integrity":"sha512-3ZfrRO0ehCn3nnNzTLCGIVbU0HyyYVjNXqXRAzp16q9HUPr+lwQh+eS3mGsKN7Cw8jIaCYlmzPJ8FJX1IIQn7w==","signatures":[{"sig":"MEQCIGIuezZ/+E5vqGpCENkmAIhVUkUGxKICovZzXMVm4VTJAiAVuwq8gTamQTAxiDv31b1fYFYobuttGBzN6F7lMPvoyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636798},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"046391de5bcd6fee395afb9fe6e1e5e1d6a512ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-046391-lpqp8qcl_1701681557984_0.4497370841973487","host":"s3://npm-registry-packages"}},"17.0.0-develop-273bed-lpqqe9ki":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-273bed-lpqqe9ki","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-273bed-lpqqe9ki","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"774169564f2e98ccd30250f38b4180c9001b6d2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-273bed-lpqqe9ki.tgz","fileCount":862,"integrity":"sha512-64UW7wu78gNlEOTZw22kTVV4EPmdiXJCXdqRuVrZYEGda152YjOCQv5SaMgKDC9fw83a+j9s0oCHiwTayIW1KA==","signatures":[{"sig":"MEUCIQDYyDi94RoY1tdhBV1ECfEu1ubEi0pqqQBq0KgPjIz4sQIgDQ+ErsCQ97tdpY3KlIgAOx2A9fbqjCwCje+nC6eSO0A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687877},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"273bedbb72dfa7d7fdfffe3b85dc3502f9aae784","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-288c7d-lpl0wdur"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-cf314c-lpl13i98","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-273bed-lpqqe9ki_1701683495328_0.9727398708018375","host":"s3://npm-registry-packages"}},"17.0.0-feature-74f197-lpqrfozz":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-74f197-lpqrfozz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-74f197-lpqrfozz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c60cbddce5ea00b6783d8626c2b0a9000ec6b1c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-74f197-lpqrfozz.tgz","fileCount":853,"integrity":"sha512-01osAWbrlhbBz99PfQF4fHvw8ys4RDhLdhTaaJNETTl/u8NjrMvZG3Mq8pVZznVeDRrBv5uFruvtU7Ex3/w89A==","signatures":[{"sig":"MEYCIQCbw8s3exoq2T5Z9VKdwMW9nsYGeAkSE/ZRNtZy1W4d1gIhAKscNwqsB2g6EAm2ZnEJ5NKG9AjPH3+DhjW924QUUFuj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3491818},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"74f19774ed6b953ab4fa86e252a99779baf9be4b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-74f197-lpqrfozz_1701685241102_0.020443900107342206","host":"s3://npm-registry-packages"}},"16.0.4-feature-0211c7-lpqslgjh":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-0211c7-lpqslgjh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-0211c7-lpqslgjh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c31b4a79144336cbbbd1c9ea8a732598f907304","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-0211c7-lpqslgjh.tgz","fileCount":856,"integrity":"sha512-y2PKHLQX6wFA3r3L3ON6n1Ik3EhGe6lUGkhqkcfu4udXeW9Nv4mJuacUC4WyhfF/DzMkgFf7uBzUGRbykFN55Q==","signatures":[{"sig":"MEQCIBAGSku0LjIkD5Pg4q+oY1jic594tY0Nr/aHx1QtwHIuAiBW/tbXFiDwId1xhXbt58w2ACsO1mOd80E8MpfjBoAIBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3636771},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0211c73830cb580f3da0e6b0eca54328d27a32a3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-0211c7-lpqslgjh_1701687188582_0.852065075202751","host":"s3://npm-registry-packages"}},"17.0.0-feature-fd1770-lps83urd":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fd1770-lps83urd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fd1770-lps83urd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6ef8326604269435d7a73b370161669ca1e3eb4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fd1770-lps83urd.tgz","fileCount":862,"integrity":"sha512-knGcg6KZ2mJ7wVqmy/46j/PgP01s93O4ymxBycHbJT8MK1u0aw7QxCVbScNu9MwlA9sic8P9mb6+euZL2Y13MA==","signatures":[{"sig":"MEUCIQDUQaaN4KJ+gCy6BBTHkXX6xhWWXpbz/RfyQjSs8NMJzwIgTEJGNNUcT3vUchahy1tD3/VndNXYb/oTXs5rRKIMdpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3686369},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fd1770e2d935ce166889432d84b80d5081648269","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fd1770-lps83urd_1701773715173_0.38531376493155967","host":"s3://npm-registry-packages"}},"16.0.4-feature-4ea1ad-lps9i5kb":{"name":"@5minds/processcube_engine","version":"16.0.4-feature-4ea1ad-lps9i5kb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4-feature-4ea1ad-lps9i5kb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3df8cbf4e597037d1eff798406c2f570c9fae5d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4-feature-4ea1ad-lps9i5kb.tgz","fileCount":856,"integrity":"sha512-6SxuN4NRnLtWHZC8NkaEj9Tc5u2Ct5m2XI7vCyHotUUDFbTJiz4rfsPabKhjfhA61Xvi5wg0789RKrkN6DY8Ow==","signatures":[{"sig":"MEUCIQDATut/bFfNjRBDp3LWI/PMia5M4Pju6r7Foxs//QXZZQIgGqDHGHnqlGlTWEzBeCgLZx8mHXZSd/b2ZnOV7ejMmNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3644519},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4ea1ad272e887520d68c21701df6da53275d95a8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4-feature-4ea1ad-lps9i5kb_1701776068364_0.8948508110228481","host":"s3://npm-registry-packages"}},"16.0.4":{"name":"@5minds/processcube_engine","version":"16.0.4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50b64729c008ec1d86ef49367176e8a4220c3d1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.4.tgz","fileCount":856,"integrity":"sha512-AdhIyZExCohXS/W5RwdwV33aVCkteg/1mm9urOwXoa+jX0VC9rdAeiMmiLKObzi07fD3W4fEXf7gimlN97U2AA==","signatures":[{"sig":"MEUCIQCqNzxTZj2cAPoK2jObKhF2AAZW6ffvjl4+Y7wpjWZFdwIgDXOpyBKUmFjwnDcsjWyNB3yqoEbyZUdY50tWDVDzR6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3644615},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3bdbd4ec6a1492f6994f4e83e2c8d1f3b70164cb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.4_1701778105718_0.11566630372470676","host":"s3://npm-registry-packages"}},"17.0.0-develop-409e6a-lpsci2my":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-409e6a-lpsci2my","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-409e6a-lpsci2my","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ca571e132fb2d7b3859ab25a4b0224a7e7009529","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-409e6a-lpsci2my.tgz","fileCount":862,"integrity":"sha512-6TIPinXhyiAZwzFB2Nr2gwd54jseus1VY4zRAO/FuT7BwlfNUxH211Ui7GbmYGeoDbQRUGGhBv6X4OZzTLb4Qw==","signatures":[{"sig":"MEYCIQCX61N+2V8wtR6TmDZXszWGeVbO4v67NX03xiMcPO0p1wIhAOe5SeUyG2UjvJF5XEFhvyzp+8S+lnqHFhoCKQha9bSs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695637},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"409e6a7aff86d4b2b94567f588662b093340d9b8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-409e6a-lpsci2my_1701781091244_0.14382040298146226","host":"s3://npm-registry-packages"}},"17.0.0-feature-d52572-lpscrq4e":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d52572-lpscrq4e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d52572-lpscrq4e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"195216336f929071c568e56300699d0ec4a36cad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d52572-lpscrq4e.tgz","fileCount":862,"integrity":"sha512-/P1ZLSJrikaLaa3bhT9AnEHP5iCDoDzWmwImS/H8HwKEGQoUpxGjpZfFOjoKq10FczLGIc21NeDoRArbVa0Pvw==","signatures":[{"sig":"MEUCIGdpG+JOCC0uqu9pIhr/BMPbHdNN/BpG++Z10rkRIrhYAiEA+GUmiiQGpIRUAFhd/K1IrjGut2/7rg3QZAL3fz8H5gI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3694129},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d525722e11e90ed6a056b03ad1b7e49955a98769","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d52572-lpscrq4e_1701781549423_0.6762875970271376","host":"s3://npm-registry-packages"}},"17.0.0-feature-17f480-lpsdxrlt":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-17f480-lpsdxrlt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-17f480-lpsdxrlt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9adc5d030f53c397fb46e1d17be84680a52a1a96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-17f480-lpsdxrlt.tgz","fileCount":853,"integrity":"sha512-dICwNZt9VCdhgewxf2AjisIYGxJsAOO2rNnz3njIt94atjTKJW9qWjsEuhaSeNmKVLnO6LZeEMPUNW/rk3VSAA==","signatures":[{"sig":"MEYCIQCun2Ush/zWXmj8ELvASlHXK6OW7y/EPltf5twR11nVQwIhAPFHlvXG7batTLGENQkB155pmkZ9vu1yW5Uda9ABgKD9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3498215},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"17f4809516103997d416b26f3f3608d3b60d918b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-17f480-lpsdxrlt_1701783505612_0.4692721884292803","host":"s3://npm-registry-packages"}},"17.0.0-feature-02c13e-lpshivkr":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-02c13e-lpshivkr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-02c13e-lpshivkr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"24ad2931bd833e2993a3b0d024b5ea0d774bcbbd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-02c13e-lpshivkr.tgz","fileCount":862,"integrity":"sha512-bDn6W3zeWpVG+UeCtW7aERX01Ea0rq9BOtUDjTUk3vgDAVZqMBi3jfzevnv0C+Edwi8OzWhigwQy1cnbiwcfIA==","signatures":[{"sig":"MEYCIQDx1+mVYLPSLAvYu8m/+jddCernV90SrMwZYynUQleqVgIhAL24nSo2ekNCmfSL5aCUELavgyan/TiQhOOh77e2jt4I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695637},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"02c13e5674046674292b63530b31aa996347aea4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-02c13e-lpshivkr_1701789525819_0.3891023351898142","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e0ce3b-lpsib32i":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e0ce3b-lpsib32i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e0ce3b-lpsib32i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e08d68a33c6e7d10aa09cf73ca93e874b7796f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e0ce3b-lpsib32i.tgz","fileCount":862,"integrity":"sha512-uYnyr0ldh5Z2WWObbOxSG3joNS9h0Y+tVCoQTdeJfdoMn/4eXNcX71TrXHf1zQPPl4BTTvfBwUim6VaB+JTcpg==","signatures":[{"sig":"MEUCIQDFA0QWgw9kxJVs0RjAHke2qOxi9pGwEDYBHJFcNdKfRgIgR7Wa9Qd6E7Xv/DisXQJ3M7QCqELWFdUcq90zK6fu+V0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695638},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e0ce3b77f5b33a0c7a87ff0ec27620d076d99972","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e0ce3b-lpsib32i_1701790844039_0.0784036463044604","host":"s3://npm-registry-packages"}},"17.0.0-feature-6e8750-lpsjbhc9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6e8750-lpsjbhc9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6e8750-lpsjbhc9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c1644fc8cc4306903a4e862e77cb3f7c19ed9807","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6e8750-lpsjbhc9.tgz","fileCount":862,"integrity":"sha512-H1RB3d0ScShO0i+heKcDsWiP+Fo8AV15Tz3h3nxEUxB9fM/tEVuQnai3KuW8Nc3fjdDIpGrYBVn3O6f8fQm/NA==","signatures":[{"sig":"MEYCIQDTqS3/qHac3hxEnfN751s41SsUJjzJhz1tUFWt/kSKQgIhAM1eZZ+hNURJC7FHZ8u6ojol+udww1hJwsWDt/nOcx2f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695637},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6e8750ae85e34af6a156427e0ccb111613970d83","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6e8750-lpsjbhc9_1701792552132_0.5506708646503296","host":"s3://npm-registry-packages"}},"17.0.0-feature-106472-lptk4vr2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-106472-lptk4vr2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-106472-lptk4vr2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b81f73daaf4fa65775616b412b27112e00f57d6c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-106472-lptk4vr2.tgz","fileCount":868,"integrity":"sha512-lvVTDgC0vzoQBUBkIcOwmg7plSDWyCzp/IVQ1pEU208VZ39jNGXkBf/nBGfceEg4d9RgH+cF1d+ca7XT+V8Iyg==","signatures":[{"sig":"MEYCIQC5P6iVGlvNy3NZYbI0VArQvj+mnNN8NLpz/s5X16u11wIhAJehsB+FX3ajHdPDthZ/bguc6bmlcOdluLsAy5H/iq1x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3706223},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"10647259885803222baf8fa25911e38b2e58537b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-106472-lptk4vr2_1701854377387_0.7354126442220057","host":"s3://npm-registry-packages"}},"17.0.0-feature-c46e3a-lptkadfj":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c46e3a-lptkadfj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c46e3a-lptkadfj","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2890b44e085f84b831c8251ded2afa9b0f192660","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c46e3a-lptkadfj.tgz","fileCount":868,"integrity":"sha512-KVOuVRJDQ3GUEe0mzn2GgsrRISsxw4t+LeVks/JxkUy9pezkkUrj6LDusi2E5y28shnl27pUbKBZKANxLhC5aA==","signatures":[{"sig":"MEQCICF7CGOM45j5ApyWIpFMlrB0fBkL5FdzQNaripwqvLW2AiBFa1+aVe9Qlq2+ibODCKIPqPIz4v8sAqYj19HY2682vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3706223},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c46e3a651d659860ee631918c4893b53da2d498a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c46e3a-lptkadfj_1701854637551_0.9551530283603862","host":"s3://npm-registry-packages"}},"17.0.0-develop-1b20d4-lptkbf4a":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1b20d4-lptkbf4a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1b20d4-lptkbf4a","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2244daecc1c19525a0244fdec242f3a37e2b60ce","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1b20d4-lptkbf4a.tgz","fileCount":862,"integrity":"sha512-S63E8u4JGnkcsJWueafOsY3LVtRa3Ve535qjK/XffWH5UGs3uVk4oruZ2mMBeXo9ZbHwL+Co73EnBj+KCbxW5Q==","signatures":[{"sig":"MEUCIQDTVfzL15vzV8zEgY6n/M9XjJeu1DgONNvPS3NK1LpBKAIgYiLdf0XQeP1IM8ODgl2vl7AhTYpyK5SfilxUrrIi09A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695637},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1b20d42db290352f139af6766036ba009cf4f6ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1b20d4-lptkbf4a_1701854684668_0.945131618325991","host":"s3://npm-registry-packages"}},"17.0.0-develop-fae782-lptnv3hi":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-fae782-lptnv3hi","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-fae782-lptnv3hi","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d22ec77219cf303681df3a4d97124847fd7052a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-fae782-lptnv3hi.tgz","fileCount":862,"integrity":"sha512-X+DRfr9nYJ4XK9vAWK9d/k3DRUQJ/PwvjyVCNdg4AS2WDOUfgnmtFMELAXDDDEScbqkxfNbVSUfuZkxY7NZfLw==","signatures":[{"sig":"MEUCICh3IFs0utu73BwUYloRkz1/Ai2G3YSWhzG2JaJScBqiAiEA+Vtpn7wrysgoO8nfAW7aBL49a+IZIPWT6GoLcIjPBf4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695637},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fae782505177399f6c2d645d5be04007554aca85","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-fae782-lptnv3hi_1701860643648_0.9356086871629323","host":"s3://npm-registry-packages"}},"17.0.0-feature-c00a0a-lptpig10":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c00a0a-lptpig10","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c00a0a-lptpig10","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9bd8b3317d2a8a132a67ec68c75a52ca22f64e2a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c00a0a-lptpig10.tgz","fileCount":853,"integrity":"sha512-0vYCMWRsidjFMg0Y9VOyaLiVyo3LLNP0ovfd0XilLb5meKltiSwm+AkpYy0B7wYz7yTvkXrVHZnUyR+G1pTPzQ==","signatures":[{"sig":"MEYCIQDGfNrBnMfWxc/PG+uq8el+KrnhonMGhoDDHPtKaM5N/AIhAI7N1lmifKm9dBjmw60d+n6rmOoFC4Wn8/MhPG5wuIvA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3498215},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c00a0aafb1611d33a2928a25e191f00e6bda4378","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c00a0a-lptpig10_1701863410346_0.27225045296829853","host":"s3://npm-registry-packages"}},"17.0.0-feature-2be2ae-lptpm7sl":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2be2ae-lptpm7sl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2be2ae-lptpm7sl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"17234fad0aa3698710805b58f589240473754d09","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2be2ae-lptpm7sl.tgz","fileCount":868,"integrity":"sha512-NJr39Iz8n/BAXCitCgLSJ2hknkcwGZweCmIxb9m3THPDCns887kqO2kiRqlk27QGVPHn7XeSYh/fcp0F2lNNFw==","signatures":[{"sig":"MEUCIH5QHCUGoDS1UV2nw3e/BEahQ5p3Q2s72PEuS8U++6QUAiEA7f8XMx+DdPTm2yvm9cdKfV72tdgjjKjrGz8nhYBHBEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3706223},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2be2aece4272c281e5b07c16cb70830f54e431a9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2be2ae-lptpm7sl_1701863588203_0.2213132611500337","host":"s3://npm-registry-packages"}},"17.0.0-feature-96bcde-lptq12f1":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-96bcde-lptq12f1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-96bcde-lptq12f1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"438100c733ca22ab4209a5f44be691dc23693c72","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-96bcde-lptq12f1.tgz","fileCount":862,"integrity":"sha512-sSPuwUNyUqzVz0qAEVfMykr+DS7Xs/dpoFD7h5TpmJFc0xE9qr3Qntb4DMG8+2XdS1Sg7fY/U/xAcBpdCHlNaA==","signatures":[{"sig":"MEUCIGek7ILgz+7Jih9EhKxg1OpiQglf6zoiMbul4xyO7PtHAiEA19coO1xc5Rp/Eo27oA2RG9lwD9BlTXJ54RETGhMICT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695689},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"96bcde791fd2479c16a16473138c02382bb6c23e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-96bcde-lptq12f1_1701864281579_0.8866527080130664","host":"s3://npm-registry-packages"}},"16.0.5-feature-23f129-lpv0ldht":{"name":"@5minds/processcube_engine","version":"16.0.5-feature-23f129-lpv0ldht","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.5-feature-23f129-lpv0ldht","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84149f81f66c4de5509aeef0e9b354b062bb40dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.5-feature-23f129-lpv0ldht.tgz","fileCount":856,"integrity":"sha512-iSZE+iF+yDVZIJD2gWroYbuMr55IMFMFyP2vmhgElD4F1/lOylfpYpg94L57eqQJZZX81bsoRKp8+w53hDOqTg==","signatures":[{"sig":"MEYCIQD6AS6UbWOT8TAM9d1IbtZMWP6uspssQbaQP22HHny54gIhALC8Rv5MkOlg2I0Z/iRfNfLU6q60mpkrhoRZD2+qFH6o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646187},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"23f129fd7c553a6fc7a03f6aab52de3e66388702","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.19.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.33.0","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.5-feature-23f129-lpv0ldht_1701942496610_0.8642186251541593","host":"s3://npm-registry-packages"}},"16.0.5-feature-9fd817-lpv4shs1":{"name":"@5minds/processcube_engine","version":"16.0.5-feature-9fd817-lpv4shs1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.5-feature-9fd817-lpv4shs1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"df16375f6c25619857088d0c01970bc051ec07b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.5-feature-9fd817-lpv4shs1.tgz","fileCount":856,"integrity":"sha512-ye7KLTtBiXHqlZew6TJ+3kBzy/AXCgb9JJGkd3+vlBqlNkUxmapngSxb1U2FGPOGh5CgxyumsUYw9Xij0kR4iA==","signatures":[{"sig":"MEUCIEfOPVbh89mXwEFGB02s5EWMZaAP0MG6pcD9EHg5wekeAiEAnylwjV7PwkzWfv84qKUypogZR4lHbrFa95n6nh3qLE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646187},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9fd817004c9713b8da54462887fff6d4013153fe","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.5-feature-9fd817-lpv4shs1_1701949539280_0.512895960944191","host":"s3://npm-registry-packages"}},"16.0.5":{"name":"@5minds/processcube_engine","version":"16.0.5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0b57469b62a4eca9b136d22602b97840f793886","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.5.tgz","fileCount":856,"integrity":"sha512-IRVIk+HOztTnlrVIH4GHDw2WSBnAA8FxSDG1nMOJmKqwvSVqqWEw3OiEvb+KNVKFgno+ojaqF+LNVazW9Vw8QA==","signatures":[{"sig":"MEQCIH0yXe1iLrMr95BQ5qCtbkszzD9f6ZOW8x/EqCfvTRjIAiB7VKxFM8ss5b4gmqo4zOTmZgw2V9Pw5iMeqF2423Lifg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646163},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6bba18e0e84ab0fb27e7b0c696464d217ca8b74d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"9.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.5_1701954384817_0.029918195353572985","host":"s3://npm-registry-packages"}},"17.0.0-feature-517290-lpv88k2l":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-517290-lpv88k2l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-517290-lpv88k2l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d38bc9d3c034103a5af1bbeeadba0414b4588c7d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-517290-lpv88k2l.tgz","fileCount":868,"integrity":"sha512-4dwC19LaXhNWH1iMEb9it4g12cUGTCBtUyShKP4a00u4o+Jy9r91GxIYgYvyh9ZgXkKzecfu3nmEgJdxwOpKow==","signatures":[{"sig":"MEUCIQDndjanxIkudJz2k5rp6ZtMBOwTnJIvc1lVmPMJ9TVzAwIgZI68DFPsQArocApz8hj2TbNlgBJtWQs6iNGsXxUjK3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3706223},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5172909219895594fd2ab0e343e60c14379c7ce7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-517290-lpv88k2l_1701955329464_0.5877638745899119","host":"s3://npm-registry-packages"}},"17.0.0-feature-c900e7-lpv8ln17":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c900e7-lpv8ln17","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c900e7-lpv8ln17","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"153b19e7741f0028ea3f3abb94118a2a5e9be8b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c900e7-lpv8ln17.tgz","fileCount":868,"integrity":"sha512-YncIJcBgU+GGMQ7WdXrrOdoDpz+f2HywL1crVsf9rPrJSEHn9/GAXpHkmoIdOUcbKnNqsoD5Ra7YUOX/nGbfQg==","signatures":[{"sig":"MEYCIQC0oAMcBkH31tA/MxyPwG0oGteqy2glAWVxFiFP5G/2TwIhALxA+pVcD5g7MqQ9E2PXd2kYtKZB4TCAYsw44TYfjtAQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3739137},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c900e77d2ead40985267a1c12dab4c787aff3807","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c900e7-lpv8ln17_1701955941175_0.9862376013846474","host":"s3://npm-registry-packages"}},"17.0.0-feature-752486-lpv9ycgy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-752486-lpv9ycgy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-752486-lpv9ycgy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bedaa720274dd30cdfac9830eee27a4ffa69dca8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-752486-lpv9ycgy.tgz","fileCount":868,"integrity":"sha512-NwYEf5EldBsKVOh6XAgGxg2TSiOodVN40MluCOEU/x31uI04/Utm8q233O6NQgMm6jd5Mz+zPLP8vxxa0lID6w==","signatures":[{"sig":"MEQCIFC3Vw8e3DYosuYSN9OoAzhVzuo++4MtkPcoNSFojGmzAiBMgWK8cNtvmwPBFPSJeXWBGxHrD0ik0tInf+4cFv1qyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738737},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"752486e1d3e15edb4ae14d87a08341495bd6681c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-752486-lpv9ycgy_1701958223410_0.6928540147471443","host":"s3://npm-registry-packages"}},"17.0.0-feature-53e81e-lpvb08sz":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-53e81e-lpvb08sz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-53e81e-lpvb08sz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5edbccfef3413b50b3db6e8242658f56906279ab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-53e81e-lpvb08sz.tgz","fileCount":868,"integrity":"sha512-Tx6o6yh+/9kIBeLuYqCWwfQ38nf+zoCqs4VXF1s2T8C99GGDklITfavZBmVtO7gk4FaCgpqLx+biHsANxbdIsg==","signatures":[{"sig":"MEUCIQCYAKN29yYtcCSZ8J6mncXJE/TH/IMBqFf+R1q9utDMQAIgIrjlxpfbERmfHPkBEOiVzg9qRfmg4QLWLS2ImWth7n4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707832},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"53e81e163e7f3fbeb45cc7a7972f9a77f5daed5e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-53e81e-lpvb08sz_1701959984844_0.08935360997791197","host":"s3://npm-registry-packages"}},"17.0.0-develop-43d8ba-lpvb74b8":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-43d8ba-lpvb74b8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-43d8ba-lpvb74b8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b284634d94e7b4dceeda1ae51743cc93f6696fb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-43d8ba-lpvb74b8.tgz","fileCount":862,"integrity":"sha512-dPAT8Nb5B/ndeDr2tVSs9vCA39fRhOLLVipD8TtIAGRD7cB5O1TUDL3+2QxJeRRngjH9KWKCjfjT4MkigdFQjw==","signatures":[{"sig":"MEUCIEGnF9BoqPosHM63Dh2R8+WjN904yOY90YJIwNp1DqetAiEAtEiNQBLMrL0Sr41zxohWkD36Gv4JoWaptWYZKP9g2ew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"43d8ba473598b9993697013c9282ad6874850fb2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-43d8ba-lpvb74b8_1701960312067_0.915549218933075","host":"s3://npm-registry-packages"}},"17.0.0-feature-9b2e69-lpvbvqsn":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-9b2e69-lpvbvqsn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-9b2e69-lpvbvqsn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b9af0e4dabcd8beae7309bba3b6e72f29399d93d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-9b2e69-lpvbvqsn.tgz","fileCount":862,"integrity":"sha512-1jT4pyOrzZIjNBL/iOQPViw41PoFEAeQtsEszkK6DvN3RZyYCfgPHNfZg9yTGEKEKiQZzen68QbrfPfPTwD6KQ==","signatures":[{"sig":"MEUCIQCKSytxBe1vDisVS3Txw1vfpNTKy4oy68ETOckgicbZdwIgUwfVySRjD9mJTELq9L6CFt6S0HfKT/AVYlTvYye7ydw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697298},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9b2e690ff1dc97a13ca01a47776e463a1eef0c14","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-9b2e69-lpvbvqsn_1701961459781_0.5707097911928138","host":"s3://npm-registry-packages"}},"17.0.0-feature-ad7163-lpvcnbm2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ad7163-lpvcnbm2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ad7163-lpvcnbm2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1b7c3f5c360c7409b2daf9c8f6c2fd9d4ebccb2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ad7163-lpvcnbm2.tgz","fileCount":853,"integrity":"sha512-IAVn+WKQI+JdeAWIqqhLBJVOyvqdPws/JmHI+t65RSTnfG5QAH3KXf6hyH6d95sRlP+A3UkMo5/N7yrWrlKnBw==","signatures":[{"sig":"MEQCIBZ8U+6ds1gsIseWBiF3TKJx/xv3CtCPQ0Sr/vngBYVaAiAehhteAIKCtr4J3g3JnhMHui5gyS4OhDGKkcO8hPsAtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3499824},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ad71633ae3d7dad4a0894d9086c8f35f3e57e3c8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ad7163-lpvcnbm2_1701962745986_0.13378304155418497","host":"s3://npm-registry-packages"}},"17.0.0-feature-528363-lpvcz3de":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-528363-lpvcz3de","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-528363-lpvcz3de","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2b52885a8baa2e990fac5bc6e2c987e23c1183a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-528363-lpvcz3de.tgz","fileCount":868,"integrity":"sha512-dWTa3q1H9pOCGDfPqjr16LShOyAmCHO1g1Gnw+e1hzQg9Z16kwntOLPuVzzLdym2+ws6mD4iaXlFvMv2W04azQ==","signatures":[{"sig":"MEQCIG4qoNezyq4noRzPFl1ve6zIioGrnf/fmv7+g89eWEUrAiABkucBKzwR9ACo/7JqQ6+aGRKNOoyiASBa/BxsmVqslg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740346},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"528363f83291db4f4734a804410c7bb5699cdc1f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-528363-lpvcz3de_1701963286217_0.7429540824531318","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a7c4e1-lpwhj5ik":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a7c4e1-lpwhj5ik","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a7c4e1-lpwhj5ik","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80ff74366d88a7226f9a232e37ce91b13db34149","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a7c4e1-lpwhj5ik.tgz","fileCount":862,"integrity":"sha512-ALdPLEO5KbehsaIeVujJaq4ZZX01Jg6ovS4mz1xNi8HnVXzjMJ3TJt0fQ+/AHKssAM2rY9ps2fHphXpb6mP+wg==","signatures":[{"sig":"MEUCIFUoZjaOMb+H3oK23tQ7JO/PorERtLHLCZQJIpVW/R3sAiEAq4IVvAH7NbgPN6DGSTXyv3ZhX7vWxx+PuMX90zUz0VY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697247},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a7c4e1e73f42ce0ad1d3f990ae53c10a3617b154","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a7c4e1-lpwhj5ik_1702031410870_0.924082634726874","host":"s3://npm-registry-packages"}},"17.0.0-develop-346bd6-lpwhkucq":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-346bd6-lpwhkucq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-346bd6-lpwhkucq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"819b99ab7b327b3a4494ae970bc40892423ca427","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-346bd6-lpwhkucq.tgz","fileCount":862,"integrity":"sha512-HUADLUoGJkejy6jcOL8YUL5as3m5JJXBednY5ibSB9gavUriLX7VfH2qE7j/inc++dSygCcdSjFwp8xL4mRcRg==","signatures":[{"sig":"MEUCIDd8M2Qz7cf2dH9VJWVkQGEIHJiqx34E8ypGjd6U0CEVAiEAuyrHAvVBgMrJEFQnC0AmWN2CA5mX9/SSbLqML40XRDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"346bd6c0e1bd1889ed7bee352517c537bcf8286f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-346bd6-lpwhkucq_1702031488083_0.7108658963576935","host":"s3://npm-registry-packages"}},"17.0.0-renovate-590687-lpwhmg5r":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-590687-lpwhmg5r","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-590687-lpwhmg5r","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88aeb8598fc1009e25e37ee2eb9fe6ac71f63fa7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-590687-lpwhmg5r.tgz","fileCount":862,"integrity":"sha512-JsCSxGKGHOt0bzWjBqp6DdzRf6ZpzMpzq2fc3mpnNaDtwHbv9m3BQfSG4igxjG2q/RYUkaedji1iQJ+YaQJWcQ==","signatures":[{"sig":"MEUCIQDdLL8ENgluRhU8TVJyBd8tBUdlUr+slBuiO1Bl83ePQQIgf3mk/SH38DrE8M0aHGt9iduQ7DVlclWKeYk7F4qjBuQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697247},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"590687ccfe8f24d3350e495222af328c32fe28c8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-590687-lpwhmg5r_1702031559818_0.14225170560280187","host":"s3://npm-registry-packages"}},"17.0.0-develop-f9d145-lpwi67qd":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f9d145-lpwi67qd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f9d145-lpwi67qd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c9db57530de049a9eac8281188c9cc35c09f287","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f9d145-lpwi67qd.tgz","fileCount":862,"integrity":"sha512-d7J7Pdi+Pg3S/g0AGiBkQaqVGf9GrR9m+iG3JIxJYv6omiGC/XAeXpwtQdpjFqVC0NxdgoFW54MWZPmJRUobVQ==","signatures":[{"sig":"MEYCIQCFXCdRiv+6Kdk4HGNYI24UKVApGxB03gCCkAlqSIkHVQIhAMZwEmYv/lRBe7Bv4kiTTiz1gvF6Ms0ABYCphD04Wv6D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f9d1456923871ba5b3019d5f7325c18c1f57411b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f9d145-lpwi67qd_1702032488812_0.7694046189748582","host":"s3://npm-registry-packages"}},"17.0.0-feature-35075e-lpwi8k7s":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-35075e-lpwi8k7s","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-35075e-lpwi8k7s","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ebd290d2b0e97fc1e30106ebc06668b631348f17","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-35075e-lpwi8k7s.tgz","fileCount":868,"integrity":"sha512-wJbPaxKuvJjH8oWTaCwYyK2OpL3GQTj24pz6vvve8AKQ94bS0CloPvJtzIvH1XIZgTNb9b0EDacnHMVPGez6MA==","signatures":[{"sig":"MEUCIQDL8v8ZgsSMn8WyZJRV3vetnIFJtGvxtx3l4Egul89PcAIgJSWLtYCPeAwX3zQzKd/q1v17+2YGoxMCsNLGvLX9rCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707832},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"35075ef34ad95a2faf7b376b18302d087ceaea59","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-35075e-lpwi8k7s_1702032591048_0.974149917449004","host":"s3://npm-registry-packages"}},"17.0.0-feature-4de233-lpwib7ch":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-4de233-lpwib7ch","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-4de233-lpwib7ch","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b0c43083d855de1e37a1d6b75b966414b59804c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-4de233-lpwib7ch.tgz","fileCount":853,"integrity":"sha512-g5ffUKvAC/s8t7plyQ4kw+63SSB6h/3oLne1riq3sqpfNcfdf0qmtkSewP9w0xwv5fXDbZR69r+TF9tC+U+GDA==","signatures":[{"sig":"MEUCIQCHWB5auHYNLnft1Q7QcF4FaSOPC0VXKpbqaAQx5Q6S2gIgfOzebFXs2v/F/n22TR70czfduK0Zf4AuhVO/OSEgvf0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3499824},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4de2335b5adbb7b2aff34f976b66ab71f5002dc2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-4de233-lpwib7ch_1702032712411_0.9912092157892269","host":"s3://npm-registry-packages"}},"17.0.0-feature-3f73b1-lpwib8ue":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-3f73b1-lpwib8ue","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-3f73b1-lpwib8ue","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f7be6ee98bfd8bf607776c0072dd75fa2c9d4c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-3f73b1-lpwib8ue.tgz","fileCount":862,"integrity":"sha512-IJdiInoMU/RPZsd6aMzzGT10KO3Th+6jvjDJNsmSU5zizkYSWxEbU6N8rZP3rG6wzc3zwJO++NCF2IBozRfL5Q==","signatures":[{"sig":"MEUCIQD+IGP9KGe6NthNxqcTktoyVTZW6Kb4JqpbsFnXDyCHtgIgFgRaliR7kXhTYiFagpY5mTalyFrGqTrpWeogQ5dCWrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697298},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3f73b12a593df5bc3447c8db1182baf6e651765a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-3f73b1-lpwib8ue_1702032733516_0.710665982151405","host":"s3://npm-registry-packages"}},"17.0.0-feature-bd1e11-lpwidvf2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-bd1e11-lpwidvf2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-bd1e11-lpwidvf2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c0c1ce56d6efe17198553a0f20f0e92cfa10016","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-bd1e11-lpwidvf2.tgz","fileCount":868,"integrity":"sha512-9sVTexZgh6bcAJotrJS8hjITLLWubYPGjfKWL8OsKoPVkt9n30ktMkd09GE4cvX/71PvaAiuahAHZ3HVJqDp2w==","signatures":[{"sig":"MEQCIH5DhhFk7JE4X4WFcIqQF7iWdq+1caPrugN7lwv8gMr6AiBI0M8vjyImj4txOyHNJKAcZhdVxqZjet7MVyaiZxDM/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738683},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bd1e11a109fe9c8b1909a8254aa11f162f99532f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-bd1e11-lpwidvf2_1702032840781_0.9031520234526902","host":"s3://npm-registry-packages"}},"17.0.0-feature-89dafd-lpwrarez":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-89dafd-lpwrarez","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-89dafd-lpwrarez","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0412e4a4de0dfb4a0d9d0a700323e05abf00ed61","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-89dafd-lpwrarez.tgz","fileCount":868,"integrity":"sha512-gWYONFS5kkPET2s3rRHlULVVUVKRznAOQZXvN3xUhkIqK/S485mQJRfL1TeusTK3bA08Vs38RW5DoysO81C/mw==","signatures":[{"sig":"MEUCIHoTK5Psu6nAOBktQErt1WNhVQyV0VYEV1x5N4yx0FyyAiEAofJ6+WXsc6n7Q8lOHOjRrbZhLciz2QtDlBGNhRZ+MzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3739249},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"89dafd247085644b22a319670395848a4805a30a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-89dafd-lpwrarez_1702047823118_0.3587955157495515","host":"s3://npm-registry-packages"}},"17.0.0-feature-55610a-lpwrj9at":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-55610a-lpwrj9at","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-55610a-lpwrj9at","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e8f3c1d174e65438e9f7a3a04273f9c15df6968","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-55610a-lpwrj9at.tgz","fileCount":868,"integrity":"sha512-iQXL0W0P07WJ6QS2duCmmose6fgVZqxB1rPbzwwQB+o96w+Eou4sn+rFKUnG6UhJKbobObiHojwkgUpeYEcOHA==","signatures":[{"sig":"MEUCIQDcAeGeV+fPKCK5umIWpJoAbBMzmJbtAUv8puJL1msBcQIgXPH3i3onCYZmCh0lpR0bz/esf5lL+pVJN2xXx6TQegw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3739249},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"55610ad166ad324ec3e1c79bfc8fac5e0890ac08","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-55610a-lpwrj9at_1702048211645_0.40740411207446803","host":"s3://npm-registry-packages"}},"17.0.0-feature-272342-lpwujx95":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-272342-lpwujx95","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-272342-lpwujx95","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92eea649749dcde2b3b0ce62037bc3e57257d169","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-272342-lpwujx95.tgz","fileCount":868,"integrity":"sha512-qLLsSROJFiwfrogvc8VX0aNWAaIkVI3JBKXAuN621d++6sj3GZNVAdleXMt1j6VFbAUOEFqdh9Ep8IrOSmSydA==","signatures":[{"sig":"MEUCIBflnesX+5MQ8Ey01e76VJr1FoI6ecLUgxOFMxLBxTEGAiEA3IuWeeL8nriSxPyobSOxqlLLQ9K9cPOUgPsPEyfKky8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740258},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2723421a00ed3fdca368fc485f2c39fecc178d99","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-e8bbf3-lpv7j85k"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-272342-lpwujx95_1702053280869_0.43987270738630047","host":"s3://npm-registry-packages"}},"17.0.0-renovate-bf491c-lq06ve4p":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-bf491c-lq06ve4p","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-bf491c-lq06ve4p","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2155f99020f17bed3adb049d4e82871d3d95bda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-bf491c-lq06ve4p.tgz","fileCount":862,"integrity":"sha512-wTLRsFo9MigUCDKbzWOmlYUEHNXhhEApgBp2HKpooYACEufKmLezs918HkIbuh7qzn80piDsDAQDr/W8qXA2Gg==","signatures":[{"sig":"MEUCIQCwppwF6iz2ujP8JOOW0AW5nlqKTjxfBpti/SuTremGjwIgGcVKjO2YHRg/ydn9ZHrDbGIpalPlGQbQ/WGpk6bG4zE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697247},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bf491c805c256c97dd0e1073272c1fd3c199a6fe","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-bf491c-lq06ve4p_1702255379351_0.6200477265491138","host":"s3://npm-registry-packages"}},"17.0.0-develop-14cb47-lq0t0udo":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-14cb47-lq0t0udo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-14cb47-lq0t0udo","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"deecc3173014fc009b5ed7f2af7d2f4eae1687b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-14cb47-lq0t0udo.tgz","fileCount":862,"integrity":"sha512-U/7zRjIL5adDPUn6Q+gAxJGSG0Ip0q6zdPeetjTQGyTjW+qUY7H9kJdVY5HOoJAxBgSJH6eMtZzhTRh53BxZ4g==","signatures":[{"sig":"MEUCIQCj3r1s+hFAMWe0jqmVw0iUUhBgfXmEgQkrvy3Pf3IdMgIgFIrGg0YOIr/SGs9p+X6aEZB8zoqzUle6HTKb8wuWp98=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"14cb4797742b28c2ba33646ae8654f91376d0012","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-14cb47-lq0t0udo_1702292575572_0.0586244294815621","host":"s3://npm-registry-packages"}},"17.0.0-feature-6e12f3-lq10yc4f":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6e12f3-lq10yc4f","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6e12f3-lq10yc4f","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e49d44be891852bdb9ed212cc2147ea88ba4862","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6e12f3-lq10yc4f.tgz","fileCount":868,"integrity":"sha512-sOhhh6pEExaCPKxvMVNqyzb12IjqpjlPVsvKG7D7CkrbPPIXNS2fG3jKA7+0fNVk2tC+3EVq078xjyoQX0qApg==","signatures":[{"sig":"MEYCIQCaNrhRw8Ls2/GMoqCinlNBsjuNZXbdKXOwEU2vSpwn0gIhAL0Hjio9+DcaHJXbgAjuJjCxPecwkurxMG40bG1kgdN/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707832},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6e12f3b6a7a445438e7fe23445aaccfd1e0cb23b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6e12f3-lq10yc4f_1702305897359_0.28522178845345914","host":"s3://npm-registry-packages"}},"17.0.0-renovate-9a2417-lq1cbdq9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-9a2417-lq1cbdq9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-9a2417-lq1cbdq9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e935a2c4d10ded5f8f98dfdb23683b2f8a907bd0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-9a2417-lq1cbdq9.tgz","fileCount":862,"integrity":"sha512-mG9AVNpvUbKzbwBakGtEJUvDKGB1I2SyB5SmF/KF9bNyeg2M3idleZPYKX4QlRJI+N/QPgjxX3xgh1MwhhhWAA==","signatures":[{"sig":"MEQCIGo2oX2aEzI83G26uqJJ3f5I6EV1e1FVzPnww7MqEexcAiA+a4sh99vcwKd4ELBM023Tx5O9QohwZnYvH+TU2xQu5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697247},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9a2417ea0ca015314e71100f4a55082530260b21","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-9a2417-lq1cbdq9_1702324985650_0.3796892338167732","host":"s3://npm-registry-packages"}},"17.0.0-feature-fa10fa-lq24b8jc":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fa10fa-lq24b8jc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fa10fa-lq24b8jc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6f74b0a7699d4609e4590c2c3f0a25fa6b4cbc9e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fa10fa-lq24b8jc.tgz","fileCount":862,"integrity":"sha512-FUCDuqdkIcWi4pZ1m90dHZV1GVQi3sQcnaB7zr6g/Zo7Ke3uBK2Bwj0Hx1wMbNMYywAgosB3Qew9+suAvzJweQ==","signatures":[{"sig":"MEYCIQC3iDk9ixoShYGWQ60xpxwT+rkOcm8Gxsvkjlerj5HNcgIhAMuhY4Z8Obnnv1kB1EBpMrlQETfrmJ1c8OSB9CLJGBnI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697298},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa10fa0051d2f1bade2828292ccbabfa08ef2442","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fa10fa-lq24b8jc_1702372009556_0.8990609274458132","host":"s3://npm-registry-packages"}},"17.0.0-feature-744bd8-lq24bis2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-744bd8-lq24bis2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-744bd8-lq24bis2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ec037b08404ab40c4fdc8032904e845158862132","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-744bd8-lq24bis2.tgz","fileCount":868,"integrity":"sha512-NpJIuYDClLKVQiGUcETbXbWp6xasF1bJW4SmZJjkm52WnbFIrJ0Rb/a8RdHd7HWWLlaYRJeAA0tvm1tJ1qmebQ==","signatures":[{"sig":"MEUCIQCUZ0+su0pCdbUQjV0gvPFQzNPcxg6/d5RxvdBc6iIlWgIgHmZ4gfdeq/O+5gIL8XV+2OPhwW1JYdVjLegF3BBCtS8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707832},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"744bd8324697ea7dd7e6efafdeb59259971c8a62","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-744bd8-lq24bis2_1702372012709_0.5151353040542235","host":"s3://npm-registry-packages"}},"17.0.0-develop-bb32fe-lq24jtmt":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-bb32fe-lq24jtmt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-bb32fe-lq24jtmt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef4c8c90a51e2d1b4a38c22fc61dff890192e740","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-bb32fe-lq24jtmt.tgz","fileCount":862,"integrity":"sha512-hkkb7L0NGAasE+mLqh1SmjmUvQR06gmkRLPHzOBfj49GRLcQCVnv0AWVKjQb+3ja9Frc5L1vPxy6konAIn+Apg==","signatures":[{"sig":"MEQCIDvY0xpdoUQiGz4sq5kfAmKIW4aw24vmA1ZYQrSThWXCAiB1lCZtBfS4qP0T/AdGZVznxDR8jH9d/cEkcxktHxwswQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bb32fe26178a16b975b7b91ff5a7dce9516db5d5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-6ab5d3-lps84kyx"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-ee9c7b-lps8gwko","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-bb32fe-lq24jtmt_1702372400600_0.30882552492930104","host":"s3://npm-registry-packages"}},"17.0.0-feature-18895d-lq24kvj3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-18895d-lq24kvj3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-18895d-lq24kvj3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80b54a0801b7bf808a394ecc2ebee314381d93fb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-18895d-lq24kvj3.tgz","fileCount":853,"integrity":"sha512-2RqNPTeMiNhdogr0n+K5CJlDVFvJxqVIvn7qI8LPAtxiwlHiLCEQZhhcTR8dOH0rqdCkMUP+f1VO1EA3cy7cDA==","signatures":[{"sig":"MEUCIBEhkIP2K1RUfvokDnKT1lKXZqZWxtZ+QNCWE5j0FSg4AiEAoBwVQw08v0c0mL8ErEaGJquvFRgMdHOVipnOn2wtxWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3499824},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"18895df88f1410404e8a1380bb861ef1128424aa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-18895d-lq24kvj3_1702372446194_0.7002249981111575","host":"s3://npm-registry-packages"}},"17.0.0-feature-42b423-lq2cvp0a":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-42b423-lq2cvp0a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-42b423-lq2cvp0a","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9894e0c3d64fe6867701ef5bad1c6de0240dbf07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-42b423-lq2cvp0a.tgz","fileCount":862,"integrity":"sha512-07zWkDguMKVioTG4pDR0WsEL1ZW5E4SE9e5FQwGOz6XqDAKdGYU8aVq4+EpXuo6B3RcHhDEMMN5n5NB5gLuc7g==","signatures":[{"sig":"MEQCIF+/jIi2STlBzpOuwhtRotAsFpJMy6aVUNOr+s1l2sHtAiAipztZeHTP9I7uLxdvteIir3Fv6km2dLLtYVAAmxoTfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"42b4233e5c9a98359c5d35d64455be707598e40d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1fbe10-lq0s7eyj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-aa7a58-lq2beit4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-42b423-lq2cvp0a_1702386395489_0.16140124369046438","host":"s3://npm-registry-packages"}},"17.0.0-develop-8380fd-lq2eadlu":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-8380fd-lq2eadlu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-8380fd-lq2eadlu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"efa95bd91a8e53e130b1880d21a4a1d49dfd6f9b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-8380fd-lq2eadlu.tgz","fileCount":862,"integrity":"sha512-zpBdN0kHnU8eBcdThfOhbL+yD+3v6QPN16NLKOHdlQ/c5N6GWHYs3ozntwPbuIt7ZIIHd/jdz6KbUNpAckCMow==","signatures":[{"sig":"MEUCIAMPgPqBaMdjVUfrBldD7kQg5XGD0VqnosTKfKn79S4sAiEAjN9x16JuajR1KPONLlaGvb52SdYEGyBVwOgSq4oK8KM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3697246},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8380fdf1eef2b8760859a9d4070636bc84578c85","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1fbe10-lq0s7eyj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-aa7a58-lq2beit4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-8380fd-lq2eadlu_1702388759378_0.860869097353911","host":"s3://npm-registry-packages"}},"17.0.0-feature-5aa22d-lq2gnsxa":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-5aa22d-lq2gnsxa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-5aa22d-lq2gnsxa","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd64e72fb2ae14955364920947924886f0cbedfd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-5aa22d-lq2gnsxa.tgz","fileCount":862,"integrity":"sha512-m/Un8BlX9xSxSKJaWNfrafFA1RwDlfbUK9+eVzkEAntU85Icywi3Phr5b+8WXHD7unDZQUGmiT9bu+0lWlkpVg==","signatures":[{"sig":"MEUCIETKlhL/RASDoCaXYvQdui3t2iesSGAEmJjsCILuLnCoAiEA2cLsgcsY7xiDy5oWCzA5P5Ae0RL9f82vnINGURbb88w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703983},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5aa22d54d4778e22d28d8d277d1794a673ac81c8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-134f6b-lq2ctr52"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-f38e82-lq2eeye5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-5aa22d-lq2gnsxa_1702392738580_0.8142934335582499","host":"s3://npm-registry-packages"}},"17.0.0-develop-2a42ff-lq2gp4i9":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-2a42ff-lq2gp4i9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-2a42ff-lq2gp4i9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"643f6c67e94a5e598f98b089db3b27b0cc964c75","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-2a42ff-lq2gp4i9.tgz","fileCount":862,"integrity":"sha512-nsgpGMHjAcOZZS3HkuXQuQ7QaznzVBEKVTbPm00++rHY0/1JsDo9xAHJ8lIHADAARaAbc4jp3tUnUpQg8zf4Cg==","signatures":[{"sig":"MEUCIQC6Nq5j66odr7cXpio+jF8vepCKI00TuhaNwlidJL88xwIgTCUuCPktNWDYY3wd1subgkdo4aI+uWXogFvwtF8M/sk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703983},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2a42ff1102f4b3c46640b63c2a234f65d517b071","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-134f6b-lq2ctr52"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-f38e82-lq2eeye5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-2a42ff-lq2gp4i9_1702392804805_0.2066715502236931","host":"s3://npm-registry-packages"}},"17.0.0-alpha.3":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"79f89f622cf8f0023d7c48831c285966d709a48a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.3.tgz","fileCount":862,"integrity":"sha512-N0OE7NpNwwt7q0eNHG++H7KQCvQtNs+NxXUnLlPn4T5eWPFX3qtZDS0b32eESGlmSlIS2pNU5K5v/ejcbLsWuQ==","signatures":[{"sig":"MEYCIQCRR4KAWuS/2QBXrj8Fr6Lokffy0kYKRkGGKKAZ6N6wTQIhAPC+MHDloOYlKxPhhsadcVC2OoLGgM9MLQvYcMJd4OGY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703935},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ae117a9a66c77a06a4a5aa13984d8734d7a9e39b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.3_1702395369405_0.5382457712949282","host":"s3://npm-registry-packages"}},"17.0.0-develop-ae117a-lq2k8l2s":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-ae117a-lq2k8l2s","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-ae117a-lq2k8l2s","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f43d36d6aa72a75949912b005a6faf4384bba2f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-ae117a-lq2k8l2s.tgz","fileCount":862,"integrity":"sha512-ILPS44oHlRx3TrHgll449cj9VZGHDJEINrZbypAtMuEhTiq2zZ/jpe6PIwY6qRIZnQezkQXT5vd6CJx43pnw4w==","signatures":[{"sig":"MEUCIQCzlH2BSkXCgg05jkWHz/xA2D1YCd1qiGIJ3IX7AgKZ5gIgfZQsSjrQU8ZlQSvNE0Yzl8TLwE+KcLQ1yCNDd7O+aaU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703951},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ae117a9a66c77a06a4a5aa13984d8734d7a9e39b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-ae117a-lq2k8l2s_1702398753741_0.6573484539685512","host":"s3://npm-registry-packages"}},"17.0.0-feature-65f5b9-lq2ohnzy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-65f5b9-lq2ohnzy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-65f5b9-lq2ohnzy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16793e5ece00bde9704665a872a337896870ef12","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-65f5b9-lq2ohnzy.tgz","fileCount":853,"integrity":"sha512-8oKwMxD1wpN1aunGn95FCM6Bk7FPpGrsa2IirXUSVrS1dyyYstDxWw2TawSoOt3sPGwooIXomu946ZjuUrHAxw==","signatures":[{"sig":"MEQCIAnGEEyr/l8k8XLMBkg/JNi22us/LJ8GcidJE3zkx4FVAiAt+9ps9QxozULNFWDUHjD8/R0ZYua6s/1NfQJiXoYDow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3506561},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"65f5b9d93ddffefa3f6cb231995ef30cb8544c54","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-65f5b9-lq2ohnzy_1702405890269_0.5192677620259529","host":"s3://npm-registry-packages"}},"17.0.0-feature-e8d666-lq2owspw":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e8d666-lq2owspw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e8d666-lq2owspw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16dccad143749bd313ca1a1bf0865798e2b4013e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e8d666-lq2owspw.tgz","fileCount":868,"integrity":"sha512-Yx0/F8pnb4Xbli+mamYmHGu5sVrFzt34WdcpK8/hyWVEkHQf8CVvQ7bXNDYk2V/ia0Zp7t7BWrCMk1I4lu3+YQ==","signatures":[{"sig":"MEYCIQDK3526yZ02ZexgCf48eWInXeG+82rmHEnzzOXFoND05QIhAJfWF9RKZnnPLS+8Qw3S8+f9D5bgyX9+CdwcEFU/nxCE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714587},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e8d6668acaefed9abc815a9f0d98f6a3b3193092","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.1.14","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e8d666-lq2owspw_1702406603118_0.12184368809230639","host":"s3://npm-registry-packages"}},"17.0.0-renovate-0eacd9-lq4y0scx":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-0eacd9-lq4y0scx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-0eacd9-lq4y0scx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1fa44f055f49ea33a08e7764176810e8776a5402","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-0eacd9-lq4y0scx.tgz","fileCount":862,"integrity":"sha512-m/qGbEz6rq3XTvmxodkZ3Qjyh00H+1ld7ewzTwZ46cFJHwS5bRcnD4DnWt4t1R84Aww3ACsqJX9ATK8Eqr6ucQ==","signatures":[{"sig":"MEUCIDm34rrptQKZe09ZPqTcWHnI6U7Xdkwykuo7HoT91lBmAiEAkZyp93hpG0PJn1a2It95akmHigbKb6pzSBrFtHBgP2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703951},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0eacd9532f95010f069fc2ae2f7ad6ecc82734a3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.35.2","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.0","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-0eacd9-lq4y0scx_1702542829554_0.28931980832617055","host":"s3://npm-registry-packages"}},"17.0.0-develop-e4f2d7-lq519z6z":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-e4f2d7-lq519z6z","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-e4f2d7-lq519z6z","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6634a1ffdbd993050293c806c963ead3f202cb84","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-e4f2d7-lq519z6z.tgz","fileCount":862,"integrity":"sha512-85gUN9F449knxvNhCwBoh7sH0v9R+UNymWrFMseqdfQl1GTGzqfHwgdzl+XyjKjHXsfSbTlnWXoVhEIR7kX8AA==","signatures":[{"sig":"MEYCIQDjzLCYqUlQAlBijd412YEQs2HVMEtG/dAyrJekC0HAuAIhAKLiFP9JBqp/p/Bbj4T5jyCz+AUrEFjuKKZV6MgUDYqW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703983},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e4f2d726ed07473b9b9fa3cdbaf3dccba7cb2cf5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.0","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-95c1dc-lq4xa7fh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-852350-lq4xfsva","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-e4f2d7-lq519z6z_1702548298938_0.11873650062161056","host":"s3://npm-registry-packages"}},"17.0.0-renovate-74cf6f-lqaakq71":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-74cf6f-lqaakq71","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-74cf6f-lqaakq71","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9745ff6025ba8afb2ef09153c2b62f178269d395","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-74cf6f-lqaakq71.tgz","fileCount":862,"integrity":"sha512-dtA4yTPQTJAab7vcmMFpBJuHB1eePyrKVp2v+yXKANVwyHpI3A5zMHihede2IkO+psPwBG48HxC3uWIq5qxa3A==","signatures":[{"sig":"MEQCIEMQMFVkpC9++eHuNfGdnzbHouTSptrENNuy0nKvINOGAiB6wYoqXDnbqwv4HYFSKaIwKT9kQwcXLzb60w76XxAxsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703984},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"74cf6fe078644519ee13d26ed76fe0bb834680d3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.0","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-95c1dc-lq4xa7fh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-852350-lq4xfsva","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-74cf6f-lqaakq71_1702866246134_0.18103919401087398","host":"s3://npm-registry-packages"}},"17.0.0-renovate-fe4232-lqaakzfx":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-fe4232-lqaakzfx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-fe4232-lqaakzfx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f45202fad2abce2fafa45d01c02333c9afd7fde0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-fe4232-lqaakzfx.tgz","fileCount":862,"integrity":"sha512-pL011jFd9WQiQaKq6X+mX2fw1EgzHvnK7sg3Dbe8yfcDkMR2WmptjFN9FZ2GXAIP9lxvZPKsSr5QarPEfdwuuA==","signatures":[{"sig":"MEQCICOoGBVfPgdJfvTgzOT52gkTABgiG4AZKKwX484d6TuxAiBNG/7WXNEc+zQduhFLOHvpk1RVhaI/vZj+4FuaSwR28A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703984},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fe42328936e69a35b1d04114a5c93fe2437a58c5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.0","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-95c1dc-lq4xa7fh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-852350-lq4xfsva","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-fe4232-lqaakzfx_1702866265252_0.94314347880767","host":"s3://npm-registry-packages"}},"17.0.0-renovate-26be7c-lqab1z71":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-26be7c-lqab1z71","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-26be7c-lqab1z71","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd0cf26ad4648ceb4daf873878add4a054802cab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-26be7c-lqab1z71.tgz","fileCount":862,"integrity":"sha512-FYCtLUX6ammWyBr+dZ0JNCRgxG9pMkdR2xfyyuUmPFYISbhAArbSNiLPbbCFCs+NI8kmU+RpHelkd0D2x6064g==","signatures":[{"sig":"MEYCIQCoc6hazu+oeg4+xl80d4Ll4XGJrwizIXOTXVvcjNGfCwIhAOXuyRmuNegk9cMe1Nt4S2pRNShes99n8+JwuplLgS5f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703984},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"26be7c9ed6ae82e71f0734f4b21cfc0f5a795299","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-95c1dc-lq4xa7fh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-852350-lq4xfsva","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-26be7c-lqab1z71_1702867057403_0.7785621375541691","host":"s3://npm-registry-packages"}},"17.0.0-develop-e439dc-lqarenda":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-e439dc-lqarenda","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-e439dc-lqarenda","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6b80a066d661dd7a9f50783c6914fedee6ab453a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-e439dc-lqarenda.tgz","fileCount":862,"integrity":"sha512-u6MJm4VCDQRA9d6Y1p4XrMlKKKSkN2zheuPmJChIRuOiKdvdrsRM/vsFIAR3UA0NZz21XujQjT0dES3NqlJeUQ==","signatures":[{"sig":"MEYCIQCKpy5b9zhhz3y5NxuHAcUbpP6+49iS7fDcSAjwktBbVQIhANj8RwOFn9bbvmoSbzrrLPYYx9fv6xr7nA4NoNWFxzLO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703983},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e439dc97447570127de1911fe200f46a63f8de05","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-95c1dc-lq4xa7fh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-852350-lq4xfsva","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-e439dc-lqarenda_1702894522246_0.0037130693883822286","host":"s3://npm-registry-packages"}},"17.0.0-alpha.4":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db516700d3feeec1f50940d983a9e26634c302f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.4.tgz","fileCount":862,"integrity":"sha512-Blgubdmt8s4K+OPhNEgi9pcBsVDTDy0e6natNBBFC9AwCJzj5WyGSR58MEx97hX9rZxMdOx8KhTLj8WPJgmXlA==","signatures":[{"sig":"MEUCIQDlR0zupW+xtBto856rQ3wgzKJxpsxydD8hgcy+E9YtPwIgSQHioE1o7vASSdj1egwoARlR0i8IJ6hd3AhF2pHGpHg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703935},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"408672f579fda71cd316e956b2fe9dbc9a4993d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.4_1702920147206_0.4333228792453381","host":"s3://npm-registry-packages"}},"17.0.0-develop-408672-lqb7xzyd":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-408672-lqb7xzyd","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-408672-lqb7xzyd","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab37488a6620de41de0e342a396387d5ec73106a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-408672-lqb7xzyd.tgz","fileCount":862,"integrity":"sha512-zsyHSuukHNzCwsAXPCHRrOPeOuJnZ0jrhAjgu4SHEMCLr9335xXM+XdhGYAm7kJ7UytoddGUGUun2wSg0dcGCw==","signatures":[{"sig":"MEUCIQC3Eds6WIPTg+MdEMtgqQmwEo82RkrRFMIcGzyMsp1MGAIgGpyYqDjmS7KJ8+sDGb6MGs6MVLRqdMyBLFR9/gOC+Nc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703951},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"408672f579fda71cd316e956b2fe9dbc9a4993d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-408672-lqb7xzyd_1702922304049_0.6174447799668044","host":"s3://npm-registry-packages"}},"17.0.0-feature-373630-lqc7il3d":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-373630-lqc7il3d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-373630-lqc7il3d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ff033ef60f67e44ade63544e11fac25b2ac912b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-373630-lqc7il3d.tgz","fileCount":853,"integrity":"sha512-SFZXcQGTz2VcEFMDgSqvl8ZjbL7bF2sxDpdED6C6MSXOONMHdwawmg8TBbFIk9jPRhXoNIicFr2ZzuzLDZHGOw==","signatures":[{"sig":"MEUCIQDI8Ff5mTodt8gVQqNdua8meYr2c5+kF1nk0vnPzrTJ0gIgPsjo7o1IZqAJNrAssgp+8mVW5U7dWPqIfB4QFWxMIQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3506561},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3736309abefeadc0b15173a6bce97b201e3e1ee8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-373630-lqc7il3d_1702982039001_0.30698259827896024","host":"s3://npm-registry-packages"}},"17.0.0-feature-34f967-lqc8an4t":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-34f967-lqc8an4t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-34f967-lqc8an4t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3e2d13f57e14369f71c6016408059124fac25885","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-34f967-lqc8an4t.tgz","fileCount":868,"integrity":"sha512-nQSIvfHl/VAxdu7F/JlSDtbdgEV+qvH5DED0XQsfePW1uywul8M25Q1vPU+fp+L46tlpTTL49qqUXuMiRmIezQ==","signatures":[{"sig":"MEUCIC+cYhpKV80E7C2iW5pisy8gQqBduWJWItODFveczhjxAiEApwAxv9F/ggBrKAKMHpJodC+8oYFJ/jJxRZk3WiPSsLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714587},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"34f967614528024c4f2b17cbb9634f2b87a9bd77","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-318_Refactor_process_model_structure"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-318_Refactor_process_model_structure","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-34f967-lqc8an4t_1702983349459_0.8772294666310974","host":"s3://npm-registry-packages"}},"17.0.0-feature-31e058-lqcjzkth":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-31e058-lqcjzkth","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-31e058-lqcjzkth","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88ee45bf72eea5b5b337dc95ca9c28a329e2b48d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-31e058-lqcjzkth.tgz","fileCount":859,"integrity":"sha512-ncR9IFnsL8Sm14NoxK1A4NoHA19wNYt3EUkbRAuID29ZC8aDEDOvwQgrDumdBodPejnH0D35DJ9KZsZVEJAKnA==","signatures":[{"sig":"MEUCIQD91xESpgy7+gD1KPlET/+DLj670I1MMEv64XP7FnvOMQIgEZDcuCLg1MHLoq/kDnhL8WYXVJJxAfxGO69kjd8CAQA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3517152},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"31e0589fe90a6dd819acf5ce83dc964385cc4d3b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~abstract_even_bus_poc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~abstract_even_bus_poc","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-31e058-lqcjzkth_1703002989644_0.8427803765557078","host":"s3://npm-registry-packages"}},"17.0.0-develop-b49a1f-lqcke0yw":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-b49a1f-lqcke0yw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-b49a1f-lqcke0yw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d555ee31209c4c38d5eb942d3d4ebf1491f342b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-b49a1f-lqcke0yw.tgz","fileCount":868,"integrity":"sha512-jtORZdzqnopPhq2w57iI1iLh4mkXf8oeNjjCZj9XrnSVOxrDLzgz0kjiP2BfF9bjNOjWKpCo6GMR5toTY1Hw4Q==","signatures":[{"sig":"MEUCIG3PpRpsV/sRY0Wewjhrq69Evd/etQ5fT98w9y78PxqLAiEAxwDNuw56bV5TH54v3LOgokVjtbkWPzmiVoXn6FuyGtw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b49a1f5c16738811a29705eb87218c98e96bf575","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-b49a1f-lqcke0yw_1703003677944_0.6066670082220786","host":"s3://npm-registry-packages"}},"17.0.0-feature-105b3e-lqdrvxdz":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-105b3e-lqdrvxdz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-105b3e-lqdrvxdz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c8adcb9f4b1d48764a1dcc0afcb503248d85628d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-105b3e-lqdrvxdz.tgz","fileCount":868,"integrity":"sha512-qUTljvT2q8DuIWv34DuAWCRgZHr3vtSDuWoCA90Oo8mtiTor6Vc+Hp861YOiQWPOJW4bdGBhGs9oxhtv689g9A==","signatures":[{"sig":"MEUCIQD0XIadSLyme9Hb2siHAYEmcURbjC2jwTRCbf8rL061LwIgI3pmTuzDOYElgy1ttvf2XQIJzKa2Y0IFakQxDC24ZnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714544},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"105b3e192d48a83d33a830cc1f4afa69bd8be7ab","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~socket_io_update","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-105b3e-lqdrvxdz_1703076731325_0.8800415767693919","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ee4701-lqk8rvhk":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ee4701-lqk8rvhk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ee4701-lqk8rvhk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bba572ca37bd9492922876ba57c7ae85b2ae0446","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ee4701-lqk8rvhk.tgz","fileCount":868,"integrity":"sha512-jyxkZ9ed2oq1HoqA2guNz8zOLFro3LXFUQApONzRe/0NdZY2tzuDqgsjQazuHxw8Vs9aE+v3jOiBapaema8hGA==","signatures":[{"sig":"MEYCIQDv2G3XbavyNkwTABefUr9OEU0qEs895EcSvxGqXMdv1AIhAMnftwPDkMgYMEwnHszkCk5lv2IvI+feHsHfkdCHVg0l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ee470101369b07ef74a697b7951171b0db7cb190","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ee4701-lqk8rvhk_1703467886148_0.5050402336334769","host":"s3://npm-registry-packages"}},"17.0.0-renovate-43a52c-lqu82hj6":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-43a52c-lqu82hj6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-43a52c-lqu82hj6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10f0fd81f2777d38ea6a9a8e9cd7dd71e1100496","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-43a52c-lqu82hj6.tgz","fileCount":868,"integrity":"sha512-b8bp+UZoX2ianzzTMtK2TA73agiKbnifPcAu+ThY+dtKvmomje0DQgG4yHQuvEveq48wA5y6Xhb+J1ghtVFYuA==","signatures":[{"sig":"MEYCIQC9oNO35yX5tDjQmWZvS4xWV3Osq06bbz1CL7QN5ZBzvgIhAPy1e6r7AiAtB1IIRgI7bSnqIZw/kLOt6YVVksLV8HyW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"43a52cea4222b513143ea0f94ac2e127b558ba53","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-43a52c-lqu82hj6_1704071360389_0.8119854417029087","host":"s3://npm-registry-packages"}},"17.0.0-feature-8bcdd9-lqxw4xwi":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8bcdd9-lqxw4xwi","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8bcdd9-lqxw4xwi","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"388172ce445175ac19a738faea5624b38f181d46","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8bcdd9-lqxw4xwi.tgz","fileCount":868,"integrity":"sha512-Lif7nxnyeCdMsWWh3I3fyvJqDB1L160JVnOgzd5cvj2YxnLNzYYKAoFdm3p/9xPi3XisctbWtG341FwdxyxkJg==","signatures":[{"sig":"MEQCIFPgj7hF/VHgi49u+Z92Dd1r1K5WOBvWNx+bY9HVrOE9AiB//FcPYiKB1cZYLs0il0dD1yaBzG1hYzOcy+6aC02sJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713736},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8bcdd9e274af4a570c9f4d342ce2c0c907aa0133","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8bcdd9-lqxw4xwi_1704293196994_0.5133618318894333","host":"s3://npm-registry-packages"}},"17.0.0-feature-19ca49-lqzggg0k":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-19ca49-lqzggg0k","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-19ca49-lqzggg0k","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0204b34bb0a8cdf1050e95edd0d50d4036b172cd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-19ca49-lqzggg0k.tgz","fileCount":868,"integrity":"sha512-ogSWbT3haHCyzdnWkal47rTE0GfAv3r2wYOkV93pKolmW8/i3kCFCLKIZV8TQLOWq5GIYMR+orVGcm2gISaXIA==","signatures":[{"sig":"MEUCIQDurnNKCFjedjFfq+gw8pGSSmRyfICOVVFo2WEGZITKQQIgGlciodshF4L2bIAdJM3H/ZWTHf+rfkTbUzXNORym8n0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714554},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"19ca49aa4da436ffa631ca98f0ab90672dc89410","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-19ca49-lqzggg0k_1704387778604_0.9218512428456804","host":"s3://npm-registry-packages"}},"17.0.0-feature-27c74b-lqzqqx26":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-27c74b-lqzqqx26","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-27c74b-lqzqqx26","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8c699c808e0abb2aefd3e35d486d7d385315b84","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-27c74b-lqzqqx26.tgz","fileCount":868,"integrity":"sha512-BbLwrULb15qD7cAVjK2lHgEvBIhnYbCPIZ1lsdy7rYeBxi1jenVp3/R7B4fMARdSjIutuotp9C+GZFK4kHeJRg==","signatures":[{"sig":"MEMCHzsHwgTw8bTTdJYX6864TROQpVEoXMsoFMH42kh9H14CIAWKMxlOIfpb8N+C29xtPMLOJu5Zcbcu0gGAq6USxj7v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713744},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"27c74b98df87ac402e7fc297d8b7b422ae41b437","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-27c74b-lqzqqx26_1704405079213_0.044078010652205846","host":"s3://npm-registry-packages"}},"17.0.0-feature-0deced-lqzssdr3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0deced-lqzssdr3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0deced-lqzssdr3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"745f9a668dccd08f1ddbbc8fa410802372f8a9ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0deced-lqzssdr3.tgz","fileCount":868,"integrity":"sha512-r6ZqVmV5pyRllhubqm9yv7OFUY+a8/m4TtwJDgpLEK4KBa+jAQYlLuNQAes4uaI6O8gqb/wF9Yiz7o8uITImSg==","signatures":[{"sig":"MEQCIBWYNzRzS1qlzLqS3+K8WS0UsL3k7N0BbxkQcwylkGKAAiAlQkPEG68sECE3z9f6r+/kMBlg40DzWKNGTBO3CbyrqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714554},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0deced512fb86727b4047ab2e5ed91c8a95db30d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0deced-lqzssdr3_1704408505915_0.09585270427364279","host":"s3://npm-registry-packages"}},"17.0.0-renovate-4985e0-lr3qua6t":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-4985e0-lr3qua6t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-4985e0-lr3qua6t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1ac5d62137a74aa394803d92102c84c3891e9ef7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-4985e0-lr3qua6t.tgz","fileCount":868,"integrity":"sha512-IcVvcDy8hOgyAkhNCMUuPevaAsOBzgqN6qXWUDwoh4u0fiC+rQjxrb8PKw10WqB0fJeRNHoE0Y1auiv9jsUgig==","signatures":[{"sig":"MEUCIQDjouBq//HoQBj3YuG90fZxz9kL0BUPbiUDqQIlkMNUZgIgHJxHCBcFdYCSKqYdPCaJkRNnRJUsfbqnNfKefHl88tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4985e0c5ca8141cf2c294f0efeb45b0b08dd39ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-4985e0-lr3qua6t_1704647092832_0.36087547299590206","host":"s3://npm-registry-packages"}},"17.0.0-renovate-b71cc5-lr49uts9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-b71cc5-lr49uts9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-b71cc5-lr49uts9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"29221483b2ca08d76e65b60eea50fa36fd495ffb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-b71cc5-lr49uts9.tgz","fileCount":868,"integrity":"sha512-LhwwQFiNkXE5+/ohgZ5hY+1RbUl4dZP/ZvPp+qXVw9hYklZRLJiWp7PJa16YT+iI5PlQwnU3FZ2o2iyw/bmXKA==","signatures":[{"sig":"MEYCIQDW2YnUUUiQvzDeXkpFc31p2GOLSn+uf+XW2YqVxRhecAIhAKXVe0k96T3xdJI1g2f5F6xRkQy7YIHyENizaBDcK6XC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b71cc581ccdae62d7faa887763f090f1ab2e7948","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-b71cc5-lr49uts9_1704679024175_0.6256451525203237","host":"s3://npm-registry-packages"}},"17.0.0-renovate-dea65b-lr4oeq5x":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-dea65b-lr4oeq5x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-dea65b-lr4oeq5x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"38b7b154e48aabfbb8154fd54b5941ec5160cc48","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-dea65b-lr4oeq5x.tgz","fileCount":868,"integrity":"sha512-lKFuvSNaaO6dKPtlZfv3sATdcOg8mBQBD1oyzsp/19P1eHPWc5qJqcf9dzlIZKx8YILhXjI8cRNmIzlTgPFGLw==","signatures":[{"sig":"MEUCIQDWkBIA7jfClyUxC65LohuNSBSzkSxbUf0wl2XRPQ+4agIgQ/lcms3KIFNa5Imy14yTVl8etnSP8eDIbsLlWnrgSxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dea65bca9cf8d8d770fdb6d4700e82f691f88cfa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-dea65b-lr4oeq5x_1704703478901_0.9833145410657351","host":"s3://npm-registry-packages"}},"17.0.0-develop-c32309-lr4ooa5m":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-c32309-lr4ooa5m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-c32309-lr4ooa5m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e054fa86f6efee36cddb6b4b2d864f1488939a1d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-c32309-lr4ooa5m.tgz","fileCount":868,"integrity":"sha512-IISEX4+EHaHbPeQju/dlCmfO4MfW4x9cgF7OPbH5tcMkM05kuBqlyIS1VLFS7WIPaEjfiPVUXR5rLyYhsOSvjw==","signatures":[{"sig":"MEQCIGJ1wQRYvJxCYat70uLqX6N8inmKGMB0RpAf0Na/5NPHAiAYpMoU1cARs/w9yCFl9Wy+n5xZ5lCvPAw02Ke12Hi2ZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c32309ae21a42c91bd7f943ccf8d662b6bb0df22","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-c32309-lr4ooa5m_1704703913928_0.936998621427025","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ccff08-lr4opodu":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ccff08-lr4opodu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ccff08-lr4opodu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f790bbc113c962cd2ae60e75ab75567d7b0dc6f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ccff08-lr4opodu.tgz","fileCount":868,"integrity":"sha512-nilZp3OO9io7u1lCLJVQRMb1viEbhQzWNshJa+cRwgWCAZYRdAn6UDP6gEGlqoHvfcUg2/4SjoGB6fgxgHSuMg==","signatures":[{"sig":"MEUCIA+pPm/BKdllKDEinQMNtJpWDE7E5UN1F0m5vDjrZTKyAiEAvAlNWqzzoV/+WYQHribtaq9SoG01ayht+hiw4ZNXKV4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ccff082b95082fcce3f6b8f865e4642d6ac5de05","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ccff08-lr4opodu_1704703976988_0.20864017733167506","host":"s3://npm-registry-packages"}},"17.0.0-renovate-e56899-lr4ork1h":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-e56899-lr4ork1h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-e56899-lr4ork1h","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"30edba4a93bc64035ff33ad85eb1885814cf293a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-e56899-lr4ork1h.tgz","fileCount":868,"integrity":"sha512-Vmz3r8VQ7bskJoRGsob9U9sBY19UXzQUw34zSClW78Vv/3zAWAJGlr0dElhn9sKG2l0LKXMvvWu+7ZjvyFEJVg==","signatures":[{"sig":"MEYCIQDc41vTkLrDLQD1caLR6VQPMiFcNPhaNjZKb0S0nkvVzgIhAJfqeuYreC+U1uO+3dCCXSsqn0CaaIQTSReuBOheRbJ9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e56899778c9e7ef1db9740d62fac16713fc9b777","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-e56899-lr4ork1h_1704704064561_0.5663436449818946","host":"s3://npm-registry-packages"}},"17.0.0-renovate-8565da-lr4p25gl":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-8565da-lr4p25gl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-8565da-lr4p25gl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"038a37ea0375d874853e96bf5c9a5d0a5c392a08","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-8565da-lr4p25gl.tgz","fileCount":868,"integrity":"sha512-AKpkvCecNZuJ/zaS58dvoM0wrQl5HKcpCzHQd11j+36bCBZE8vcEU1eJ51Qd7wC9+iETz2W9pZsXiCeVb8HPlA==","signatures":[{"sig":"MEUCIBaX19ji4icWoiV6JRV5vVpted66DnEFhEuL4Ac5ObUyAiEAkDkdCSuaCVD6uB4gFFk3x1ft4t/8Ov+y8eNZEasFbsg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8565da49018f90165b28fbfdb8a453ef9b844cc6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-8565da-lr4p25gl_1704704572029_0.6443294061878861","host":"s3://npm-registry-packages"}},"17.0.0-renovate-4ce2d5-lr4pbuel":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-4ce2d5-lr4pbuel","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-4ce2d5-lr4pbuel","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1d5a14cac80783e6a1e4e0f1ef5a5614e863d932","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-4ce2d5-lr4pbuel.tgz","fileCount":868,"integrity":"sha512-EnTTWIqMBuHnnIPxM0NiUyKpe+vXVTXapHaJ/KVEtrN738JmC1T3XjgnTcrr39dx1xi0Ev+1QlFRn5uq5Rxp7A==","signatures":[{"sig":"MEYCIQCzazUDach6+QerUI1XahZMaPCu6URnlbiAgeTptxcHMQIhAL79rTBqxWpOPfN4/BdoV5OngsOX7YAiZ0aQ0KuUZwjl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714550},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4ce2d52943f07ccdba049b9dc98fc3f2ffac1812","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^2.0.15","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-4ce2d5-lr4pbuel_1704705012709_0.9606393085413967","host":"s3://npm-registry-packages"}},"17.0.0-renovate-686905-lr4pe23g":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-686905-lr4pe23g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-686905-lr4pe23g","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fdab5a511c280a9716e0f7db374d2164cdb9bd92","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-686905-lr4pe23g.tgz","fileCount":868,"integrity":"sha512-QHjI/FkewUo2EGhx3F4jaM8p8i0x/0PB+dTQ5tnJimpJB2NuCOT3XX2fYKvVnlmj3al5cBESFEAenv0hoDVReA==","signatures":[{"sig":"MEQCIGP3ScAVa+ragvxpeljFgX9bRPd0ls0VPdbFTpFz/pFhAiA5VJDYl/HgswEu0kDj8d848K+IHV7WLrnOUIVYdW2ToQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"686905b45ee08dbf67119ad4e40d48abef02b8e0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-686905-lr4pe23g_1704705115030_0.09384656717698459","host":"s3://npm-registry-packages"}},"17.0.0-renovate-f9ea4c-lr4pgw1n":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-f9ea4c-lr4pgw1n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-f9ea4c-lr4pgw1n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f2ddb8f1c2272e3ea8d97d386f662b0beacd791e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-f9ea4c-lr4pgw1n.tgz","fileCount":868,"integrity":"sha512-yB0M/Rq8fpqHIA88/miBB2WQsT/quk0YnJG/qie438RjhB28c5BWJOCf5vj2hL9WuoA984LhOiX6SgXRBWt6KQ==","signatures":[{"sig":"MEYCIQDKab6zQ5V0EWrOyQPc6QKtowJyT87IUSCWDDlwTErXtAIhAOLfPnAQKABwlCmN74j6nju50IHi2x6AqUFDhikqaHWA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f9ea4cb6ed0ecb36db1a652a7fdeaa7796d2aca1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-f9ea4c-lr4pgw1n_1704705247620_0.07709664716849796","host":"s3://npm-registry-packages"}},"17.0.0-renovate-3db4a4-lr4pv6g0":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-3db4a4-lr4pv6g0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-3db4a4-lr4pv6g0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"62586d96096b32ebb87ad99ec9a86e218be74f26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-3db4a4-lr4pv6g0.tgz","fileCount":868,"integrity":"sha512-1G0GV23/OzgP45Z/l63fumpGvA8k6njin8ki/zPyKQG2P1dbApglbrAnmu0AgTHJ7rAcNmoYsQz0ZYgDQ0GTgQ==","signatures":[{"sig":"MEYCIQDqm8YGH79cceKA3wlyGs2cpywuDbQ5H/QHQph5jjdasgIhAKfUpDXqcs4SBnvFsP9fNTOiAxVdt/+UvQxmNn16s3KB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3db4a4415f38750ef27ea9fbfd04aa5bef9a1c8f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-3db4a4-lr4pv6g0_1704705916414_0.7482902800231515","host":"s3://npm-registry-packages"}},"17.0.0-develop-a7b405-lr4pv8ls":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-a7b405-lr4pv8ls","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-a7b405-lr4pv8ls","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b0af0d025409959eed94593320a5f73b62f2a8a1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-a7b405-lr4pv8ls.tgz","fileCount":868,"integrity":"sha512-jCvecE7dDJ8WmpBacCv6JLMIAx+LnkbBA9EhI6Tzhtf1PA3GakWS2W4UijPabNc5QPFwphLtFrSVuCh+7+VzGg==","signatures":[{"sig":"MEUCIHSoWk3DXf886FHriVwSJeRan4ufO/r/gnxcRfw2l0hGAiEAkVcXJQYOObYB0bZkB7kuYYeHvdwNqvi5TxJd+K3DI9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714548},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a7b405f10dee0683131e98e19f5ef92bb57d5d77","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-699128-lqchkh32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-e9b8e8-lqchtjta","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-a7b405-lr4pv8ls_1704705933051_0.21060184250551384","host":"s3://npm-registry-packages"}},"17.0.0-feature-7c0e3c-lr4q536w":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7c0e3c-lr4q536w","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7c0e3c-lr4q536w","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4cac675066f0a0ee9584db57ea387fbdfe4d57c2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7c0e3c-lr4q536w.tgz","fileCount":868,"integrity":"sha512-Udcwy5xhMYOO3nHI4bfp4lKMPk/+SNiMCJl49njDciOx+hKEY0Us5+pDjK2G87sPMgH1PEj3JMQntIl+qyi0cg==","signatures":[{"sig":"MEYCIQCYqwUkLYqOWAAvbLDTacLtgKB9h0Z7PLInbDR20qN4qgIhAJFk+msLcC3noF6/9zlXXctEnRIGonc2tjDRKUk+zA4a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714548},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7c0e3cf5db0f7969b4f03c19f5c32422db5b63b7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7c0e3c-lr4q536w_1704706376258_0.012135577770053807","host":"s3://npm-registry-packages"}},"17.0.0-develop-a7c1fc-lr4sxndf":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-a7c1fc-lr4sxndf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-a7c1fc-lr4sxndf","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"020ff175c47dfef1b92998792bcf253fec6c59a3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-a7c1fc-lr4sxndf.tgz","fileCount":868,"integrity":"sha512-0rsUvvpbEiPacqrV3lAteeiT/S+sVjYTjEo+BSEDn9XqxaXdawzxoTkO7vQj9xQoOy5BnFs0py/mIOKKDnSGDg==","signatures":[{"sig":"MEQCICG6t+4QI79wkDbeBo8JhsGF6HzSmJZJG0WGtQjlSLc9AiA9qjayMpKLo4YVAuQVIkS11N2+iy4ILn9vHH8Tct3jig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714548},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a7c1fc77d1666a754b0c4b1d3cc94cbb1f7ce1d2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-a7c1fc-lr4sxndf_1704711067096_0.5466038757901952","host":"s3://npm-registry-packages"}},"17.0.0-feature-bc33ad-lr4uvihg":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-bc33ad-lr4uvihg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-bc33ad-lr4uvihg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9fe341310a806f09a496c51a19e0926552bf4cda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-bc33ad-lr4uvihg.tgz","fileCount":859,"integrity":"sha512-+s/JETJB0NQowBKKe6tK+C2IZPCHRCuoNZMcJHS9b1ceTQRF3s0qOjIsY8E2s3Tl9K90+mX0yckJpQ1pHc2UIA==","signatures":[{"sig":"MEYCIQDLNfRkkd+a7Ya7IsEKr/XGiwuTXRls7JYYHqKyFkcC8QIhAO71vfV6f2YzH21p0GCdziKLcuQQj1wM9PsVFw9w48ey","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3517514},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bc33ad263c38df2a759285ad5a61dfae26fde1a3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-bc33ad-lr4uvihg_1704714327916_0.4030466874184122","host":"s3://npm-registry-packages"}},"17.0.0-feature-082697-lr4zagz8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-082697-lr4zagz8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-082697-lr4zagz8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14d6ac3953945722dc5bd66da0d076ef2d1a18de","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-082697-lr4zagz8.tgz","fileCount":862,"integrity":"sha512-0iMXD4aORxbzyshSK0Ar8s+SR0VhtVvfpZmEqa3MGkcWraDhio+LvEEC3TKNH149/OnVv6yykMGoDgRJY2Tb/g==","signatures":[{"sig":"MEQCIFLNhoRrI8ETo26XfNw/eh/ZhQPKQVE33Jz+bU1Yl6/HAiAI+oZESZsvwN1PHtvGtluQTH/Zb+YKFEGVL7Vv1PXwrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3522909},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"082697e8eee493e5faef78519bf898d394f41394","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-082697-lr4zagz8_1704721751626_0.6721843104443845","host":"s3://npm-registry-packages"}},"17.0.0-feature-cdf396-lr50cg2t":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-cdf396-lr50cg2t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-cdf396-lr50cg2t","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e0290812101f6e728b39732876f2f8d43a7b4f2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-cdf396-lr50cg2t.tgz","fileCount":862,"integrity":"sha512-ofLsyrGdKkN79ziGICvwBpHbmr4NUlPjo2gWS6phoNJ0GzJ7/+JVfsqoWIL6AomqCvD/F5Hdw2hO4GBc1A0UwA==","signatures":[{"sig":"MEUCIQDcjGcE9N9kqF7heWB5zjYtrdtzG2fHENa4Fsx2ZVO7lwIgfMjYmUzjqJRvg9Q3WobeaGCyoyA6ACF1huT0cBZL77c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3522909},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"cdf396243538c69c28f6e0171f4c376e9ba7c6e8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-cdf396-lr50cg2t_1704723518518_0.4551088084485535","host":"s3://npm-registry-packages"}},"17.0.0-feature-d79e5b-lr557s2q":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d79e5b-lr557s2q","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d79e5b-lr557s2q","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d5be36f28213b25c76a8c7868cd841b3922c88f3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d79e5b-lr557s2q.tgz","fileCount":874,"integrity":"sha512-hpj66CZVjOBWe+sCbTv8HSJTJtyiY0fO69cxi2gcGr4vpXrh4tyT47UKVdY4QZhKFqTNgDjNIS+7RBmETqf7+g==","signatures":[{"sig":"MEUCIQCwEmQZsfgmpZuUnHozMv0KT6fpH7X8YQ8h5/FiPPr5ZAIgJTdKENXdq4w1Oz/QVqp2WQbd/5Ct94hgAZRugPy4jZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3754789},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d79e5b00ebe4043195c12812fbdc6c10ae308d1a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-26f759-lr4qgj1y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-7b6180-lr4qqm0a","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d79e5b-lr557s2q_1704731702338_0.23579489231165196","host":"s3://npm-registry-packages"}},"17.0.0-feature-c0dcfe-lr56o465":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c0dcfe-lr56o465","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c0dcfe-lr56o465","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"caba0baa05fbf887ffbe6674d18ed393a6fe8754","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c0dcfe-lr56o465.tgz","fileCount":874,"integrity":"sha512-gw3P0ZDNFhxj8DxmlB/i5i59LDmVZsKZrLTWMyqt7tdFUIzUq2SIL2ytZtR+F81rjjFRQhVolEoh99qfYCP0Aw==","signatures":[{"sig":"MEYCIQD48N3V68TVsc7c+t0XwYbbkuCU546THDVCrxWZBSnmGgIhAOP554yFKavu2kp+DgxGBK/hXw9qLQigu3/AUhdMAGoO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3756633},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c0dcfe7bde20c3ad0b2e6625d600547de4a4c4d7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.10.5","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-26f759-lr4qgj1y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-7b6180-lr4qqm0a","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c0dcfe-lr56o465_1704734139108_0.26602295225539696","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ecd283-lr6787yx":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ecd283-lr6787yx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ecd283-lr6787yx","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ad9dae95195eac0507443134801da227861c041","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ecd283-lr6787yx.tgz","fileCount":868,"integrity":"sha512-l4N5QvLK7TVWm1pHERPI503eKpcYdKAkcMpljW9tvOI1EDDtGPefEqB26IsibNUk8+BQT248mps53ZBqUdL3BA==","signatures":[{"sig":"MEQCIBPYG220pmvDG0Ok+hlfdjswIplRx84dSjT0sF1iP/FxAiBN/nzvc4hO4+oztojkqUVUd/rW+flU+1zjlZv7xUsfPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714549},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ecd28360df966ce89c0056caa4bdf7823ffbfd9d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ecd283-lr6787yx_1704795556509_0.3456488279740402","host":"s3://npm-registry-packages"}},"17.0.0-develop-4b0144-lr67a8dw":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-4b0144-lr67a8dw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-4b0144-lr67a8dw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bc0f84aafcde02c832ceeb2c19d84c30f7455b72","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-4b0144-lr67a8dw.tgz","fileCount":868,"integrity":"sha512-2EvGPTWWQV/FlpofMaOUlKC+b23YY7sIExf7/S+EAtUU5oqDTkx23PT+qfT6kLVag2+CEo6G6o4Avf1ItNRPsA==","signatures":[{"sig":"MEUCIQCMk+u5SPvQRO9vfmY7a65ElUGbLeWpXI19qAogya1eIQIge+WwMhGS47PyJH+pT9DvM3bOmXdF2b8znUyddc4EOHI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714548},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4b0144f2703d1605c9746020ffea1f74bc96eb30","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-4b0144-lr67a8dw_1704795638568_0.9714198707455914","host":"s3://npm-registry-packages"}},"17.0.0-feature-ef0a75-lr7m2euk":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ef0a75-lr7m2euk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ef0a75-lr7m2euk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"436b6398495335f92a5885ddcb7c834f2a16f229","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ef0a75-lr7m2euk.tgz","fileCount":868,"integrity":"sha512-PV759TvTMbsSMyMz1LKPhbq/EoY3PxsFN36Ozh8xR0dAO4pY4daMTsnp/+gMOWeWdVTZmdstN0SwZ2NYCHuO3A==","signatures":[{"sig":"MEUCIQDC2IV6i8ggQ7A4IQ3xcJp6c5fNMqHNyr6Nb0izPVFNbgIgF7wMKOGdYuhSnP/YZI0VmmkB8eMWtE6zZkhYzJToVdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713982},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ef0a7503862507b09c3856f5d6f2c6ff49b6e840","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ef0a75-lr7m2euk_1704880932225_0.670828655737246","host":"s3://npm-registry-packages"}},"17.0.0-develop-263581-lr7nqlvz":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-263581-lr7nqlvz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-263581-lr7nqlvz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f2b003bdc0afd1ef296bfaaf3d1d02c6668d2cb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-263581-lr7nqlvz.tgz","fileCount":868,"integrity":"sha512-60M82V9noW6+/gApn2xGxaSwTnC5tZ6pO/7GxPAz5njTiU2zTYkLQzx3ja1pAOUcKd/vVvKY8uBBLS2bmm4cmw==","signatures":[{"sig":"MEQCIE9zsV/a4NlTciwqFsQbBPRpDC2f9rMZC4Be9Nj7hyrqAiAvPLPI7Mcn297SwUzlmRF1jZmHIgpOdGNFwFTn8MIyuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713743},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"26358191084dacfb2d5c5d9f21776e3d7f5582ea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-263581-lr7nqlvz_1704883739945_0.8131931068008191","host":"s3://npm-registry-packages"}},"17.0.0-develop-512c7a-lr7pl3vm":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-512c7a-lr7pl3vm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-512c7a-lr7pl3vm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c9e8ac62f267b1e3514bc64c72b621ecc4d9a7f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-512c7a-lr7pl3vm.tgz","fileCount":868,"integrity":"sha512-q1vE/pQrVx/5iF5eHJyYDwUJlXCFPHhIlQA2PdYxYW59GmGwpnC1/Oiquw0famzu2i+F66fTtpVMqPAX+E2tGQ==","signatures":[{"sig":"MEYCIQDmPuZ+oV7Lkl+gpKQgvvo+by2lQT4GvK5OG+U/SGl+IwIhAKnoRejOTbcgS7z3omduAxT8M+u08bSDme7CAUePBi6X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713748},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"512c7a462f74a63e983fd211d8f9114f2495db56","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-512c7a-lr7pl3vm_1704886843348_0.49377616013517844","host":"s3://npm-registry-packages"}},"17.0.0-feature-af5c87-lr842unz":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-af5c87-lr842unz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-af5c87-lr842unz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cdaa036bed145bd48c28293ec29dd57a1a244c20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-af5c87-lr842unz.tgz","fileCount":868,"integrity":"sha512-FfkFfV3u/2j8UL3qoParz9HJ7tUsolS2uDU4RQbaLmiiQmx7wEG5+ICHvqPe3XLK4VQepNH5nysW7qrYxUrakg==","signatures":[{"sig":"MEUCICTvqoTnocQKu0whBI15FCjejLVZUdEdK+FbaBKG8wljAiEA1V7Wkjfda1AwYTn9f2bnP3rceswvbu+fk6V4qrV1RG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3543372},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"af5c879286704d720d07fb430bb0cac9f5cc3d09","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-af5c87-lr842unz_1704911195708_0.49388541317711665","host":"s3://npm-registry-packages"}},"17.0.0-feature-e6f5b4-lr84gdn9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e6f5b4-lr84gdn9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e6f5b4-lr84gdn9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d8435a999bc22eb28378a89dc5c3f0a6908ebf65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e6f5b4-lr84gdn9.tgz","fileCount":868,"integrity":"sha512-EDdyLPhT5wZFQybBJaGT6LL9TyRFFgPtOyBU03PEYZO6X2qnbjBlvHlKbW4ds0/JBPJF0ZXqAgQM45+rvgfx4g==","signatures":[{"sig":"MEUCIGTwma4GlvZGCfFMQ9MdsfZl8yr1BrQBM1s1jOrFsU6bAiEA8dLSmf0/1jrt0silZ3VWM5m20Jy15vjfGMlWeA3cviA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3543372},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e6f5b4c8482202de7bfabb86cea1318720f3256e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e6f5b4-lr84gdn9_1704911818417_0.40442284562357145","host":"s3://npm-registry-packages"}},"17.0.0-feature-3d94ac-lr857gpy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-3d94ac-lr857gpy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-3d94ac-lr857gpy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1f851801ec5d89d2e199c18aa2a20b9ebb6087ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-3d94ac-lr857gpy.tgz","fileCount":868,"integrity":"sha512-0G1QITcuach/CBW6ihSwwMuJMkGrPy5ep9sNuD8VyPa6ClBOe4ztL19llvRVmZEYFpJh3Bh+oSQ8KKqnIcVx/A==","signatures":[{"sig":"MEQCID67z1GQHK3n/BKG3cf3NjPx6Fcvzc+/D0CwzD8VSD3GAiAXexVzLrrQeUfpCJ/pzHk8SGVyG4uFy5lWwiVAVazNrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3543245},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3d94ac1d1098e5a53fcc6d34e55965b040452729","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-3d94ac-lr857gpy_1704913080775_0.5421590084149523","host":"s3://npm-registry-packages"}},"17.0.0-feature-2a0e61-lr85o3aa":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2a0e61-lr85o3aa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2a0e61-lr85o3aa","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3717420a3054770b9fec5f83ba385f469c1e219","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2a0e61-lr85o3aa.tgz","fileCount":868,"integrity":"sha512-SWNKqkNbUFEupmfZRG2LAv9DbpR++DtoIt23dSwozDg6TXXcGy3z4E9Vt47nVL17CV3b1WcbHbFzxefk0YQ32A==","signatures":[{"sig":"MEUCIDySo+3esE7wgglwQa3SUUAEMknFbpcHsfrH/Gh5RIq8AiEAntQwbpJBD5+KIrt5/JqBfSHLHPLECVGHA+BLvugUAWU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3543245},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2a0e61ac1213c973bf75104e77f36d85141c1d2f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2a0e61-lr85o3aa_1704913857346_0.5187604119158851","host":"s3://npm-registry-packages"}},"17.0.0-feature-e9f7ed-lr928toh":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e9f7ed-lr928toh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e9f7ed-lr928toh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea55821bb8891878d0077ebc1d4c7d7857b71b54","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e9f7ed-lr928toh.tgz","fileCount":874,"integrity":"sha512-/oPKuwqOqJILd9slWssHyyuIVIdIfJejuGQ81+KS8xvnLKkqweHtcwOkvf6MhfOCNoA/XjGfVQyfYuptOezGUQ==","signatures":[{"sig":"MEUCIEduhqHlvt+sa0k2s9qP/6v7QDfIKyKX7KJ8xwtevceEAiEAxm/8X1foDEQgPfgQx442GYhJY+sbC0igoNDd3LHQdOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3755992},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e9f7ed52f78e5a25062ea2ddade57ca24fc93714","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e9f7ed-lr928toh_1704968574017_0.5912737978276428","host":"s3://npm-registry-packages"}},"17.0.0-feature-45bd6f-lr93iavu":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-45bd6f-lr93iavu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-45bd6f-lr93iavu","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ab94bec23a7bf08d3f9934aef3aff78e155ebde","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-45bd6f-lr93iavu.tgz","fileCount":874,"integrity":"sha512-K8mhLr48gD47bwtMvmwFqbMw+sff17SKjH8B94G5o4cjEe/Kjo+OS4zg0WV2DzAMBWR62RssYzRsPnXhqGsqxw==","signatures":[{"sig":"MEQCIQClHqRNEoIIZ6SPYMzh0P7I83Ny19Tjjveu1/Mhhe4ASwIfFJAvQ4Y1qNGFjFc9Xaf5uoUQ+ecn4Fi48ZuTDEhIEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3755992},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"45bd6f96671b4c4dbad083731929ebe4fa8c2b8e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-45bd6f-lr93iavu_1704970694331_0.8550956851782596","host":"s3://npm-registry-packages"}},"17.0.0-feature-a16e7b-lr9aa6i3":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a16e7b-lr9aa6i3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a16e7b-lr9aa6i3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e2bc1c9c7da8601af4b4ade2b53b7b5e508f782d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a16e7b-lr9aa6i3.tgz","fileCount":868,"integrity":"sha512-IwRBxNCRIK1KPqiizWpFZFjJkyjSWumwbJAcxeYl5vTD+B5vwQ/LWjoPiOIVtNmiULUVBuRo9rX7JWKZLMrPMg==","signatures":[{"sig":"MEUCIQDRmZDNn9gUdJAx0LwTDBvehvB9s6R7XUECpz56L1EkmQIgRkd8lOzljg2pBtp8dHZ9IIpchuPOen92DMkGKqfz8yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541876},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a16e7b8bd0964d3844e0766aa6d9ea21151e134f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a16e7b-lr9aa6i3_1704982071002_0.927425614184171","host":"s3://npm-registry-packages"}},"15.1.4-feature-956b3b-lr9ajvqr":{"name":"@5minds/processcube_engine","version":"15.1.4-feature-956b3b-lr9ajvqr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.4-feature-956b3b-lr9ajvqr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"fd5c78c2ff8d0bf6cd2405838c8bc01b56164961","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.4-feature-956b3b-lr9ajvqr.tgz","fileCount":856,"integrity":"sha512-+ZPlqG4ZMD2X/w3l/95VJlmDRLFHdLN769l7cJ9PzLQD5FJaZhUJBZp+0RInWwe0sT4MX5WuSwzWhHNA8DNzOA==","signatures":[{"sig":"MEQCICiME02EYk2pFHjpxwnz/Yk+6MuGNETK6Gn7Tj5bmIWoAiAcXbWWM0DihJf5P5Yxd6BN+d1icTMbdctJZYlyxJ/m1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566552},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"956b3bc77432411869fae9a9ac837ae6bb6239d3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"10.2.3","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.4-feature-956b3b-lr9ajvqr_1704982539140_0.09490175608698093","host":"s3://npm-registry-packages"}},"16.0.6-feature-9f7d87-lr9av0xp":{"name":"@5minds/processcube_engine","version":"16.0.6-feature-9f7d87-lr9av0xp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-feature-9f7d87-lr9av0xp","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"56c5383b081cb26ba45454c0d490f7a504654f24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-feature-9f7d87-lr9av0xp.tgz","fileCount":856,"integrity":"sha512-onCdv0T2tfCWiM4YoV8cQKmhy4Vi2DyokbJ5rMMa07mFBUXfzVMQsdtNl4dDSoB+B7xvElqxpGwcTuzEDAGKfQ==","signatures":[{"sig":"MEYCIQCnbMdVik27c2XkUQboSg4XObRKzkn2uaZz7X+uZJlPFQIhALA/uFXVaZKEP0u/GOz43jN5V2k2wNk3dBajLyUzMNI/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646187},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9f7d87bc302a1cef2cfb65a5064304e519400220","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-feature-9f7d87-lr9av0xp_1704983059113_0.19755721310053098","host":"s3://npm-registry-packages"}},"17.0.0-feature-e58fba-lr9bny53":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e58fba-lr9bny53","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e58fba-lr9bny53","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d69e4a158224605fe14106c3f8fffdfa7762ae21","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e58fba-lr9bny53.tgz","fileCount":868,"integrity":"sha512-JfpiswpRfNOaOlwh9lQkHxVtxoSZ55rCX4m2F1e/a2XFIMzn6470d9voWmImQyfbsT8ot1uAOzwwyXWsokiuiQ==","signatures":[{"sig":"MEYCIQCyrxm399EcjKAopj9elCNzMsRyK4lIqXQW8guX9V7zzQIhAM2BerwvOZ66/8sYZCebtxQGLEssIkgoDfkKzgFh/Xft","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541869},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e58fbabf27499a76c37be927491b4a525df5e4bf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e58fba-lr9bny53_1704984395108_0.8030344285626034","host":"s3://npm-registry-packages"}},"17.0.0-feature-a3e6ec-lr9j3e1x":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a3e6ec-lr9j3e1x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a3e6ec-lr9j3e1x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2cc0a997b4f752b1a3830fe869c2b36bc69c96f3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a3e6ec-lr9j3e1x.tgz","fileCount":868,"integrity":"sha512-EI+vWRSAMJ20UEcRgVLKTC7LoOFbJDmpvZVKCQAMERITVXS5NtR4JCYqRyCBBUksqEiFyAvdyTrCsXmLgXvvJA==","signatures":[{"sig":"MEUCIQDGa9WDDBln2EipcyAIqqPlwsS/JOSW+0gpU7dgLOIpBQIgYeJHNfUaR/8GE2eWcqr/gsSKx38Rr00e+zc+e1TPfho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3546939},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a3e6ecee24a0a83f6b5ddd440710a2688f114b8f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a3e6ec-lr9j3e1x_1704996872543_0.6551746160866718","host":"s3://npm-registry-packages"}},"17.0.0-feature-2de9e3-lr9o4da8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2de9e3-lr9o4da8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2de9e3-lr9o4da8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eff5f5cf8dd33914607ba87d13566afe39a26c2b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2de9e3-lr9o4da8.tgz","fileCount":868,"integrity":"sha512-e8PKfltQnU7uCObVt6RT4zq+kfJ+AZ//n/S87xENh3dDp2nqOMDBGslo8XQR4YzIUxx2+EQthZgKbn6muj/bPA==","signatures":[{"sig":"MEUCIQCELKDrTt4lUuQlqSE30fEQsF/XxHT6/OrC1CVqSo5j2wIgVoXiyk0HLEuww4l3UX4CzBI0twjShGF5Vermjs/jyLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3546939},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2de9e3c092035c487f7e5f6a61ca76f544db66bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2de9e3-lr9o4da8_1705005316294_0.44481341721018586","host":"s3://npm-registry-packages"}},"17.0.0-feature-41cdca-lr9olqbh":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-41cdca-lr9olqbh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-41cdca-lr9olqbh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f948b31fb0bc77a5b1e93fd0cdc38f09c3d31a45","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-41cdca-lr9olqbh.tgz","fileCount":868,"integrity":"sha512-88+QBpWhHLmwj78B9UNVZtIjNmSa8YCSgcjSbR6Kp8n8f2krAgL1gAl7snfkX1rjNWmL+ThEAtrFIdw1mKiodw==","signatures":[{"sig":"MEQCIAqKFQJ2L7G08RsfYv8x2uWoPfuoLWWONridv/x2xRHFAiBiDLiAWxhdLCn4e8xznNyz0g6sF+QAuRh6a5yWj596lw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3546939},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"41cdca1042774261ae68d582d7edb76ac4117954","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-41cdca-lr9olqbh_1705006124569_0.5208759072778251","host":"s3://npm-registry-packages"}},"17.0.0-feature-471baf-lradk9u2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-471baf-lradk9u2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-471baf-lradk9u2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8feb1d21aba1298add9b806b955d8716a2c4a18c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-471baf-lradk9u2.tgz","fileCount":868,"integrity":"sha512-H1x/17TordjftVL98UvweqYhR9viWL7+mGLTF7lxfl7RqN/BfIU9T5QnTNJhvGs3tnkA+AFM7eQTWqrlQlZ+zQ==","signatures":[{"sig":"MEUCIGZ/mLUcbLh445Oh4beVTPdobvjkHxjghWjeAyIIWdEzAiEA/qQNxesSi3GkV5QwIKbavJYuEO2Zvia4fQDq7MF9LXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3547868},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"471bafd6788d8bf311dc5be99fe9cf9c35283073","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-471baf-lradk9u2_1705048052622_0.06709048341076351","host":"s3://npm-registry-packages"}},"17.0.0-feature-7b5c28-lrafrnjb":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7b5c28-lrafrnjb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7b5c28-lrafrnjb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e177ce28bcfdf6e0b326a3e31c1c894a3896dc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7b5c28-lrafrnjb.tgz","fileCount":874,"integrity":"sha512-iEYCBp4ewrQo8mNJLoTFGHuexvU8/k0B/VD4IYCIVlHf78ZTE2flscMADhTMC9/fTA643G9GQILUYJb+jhWwAQ==","signatures":[{"sig":"MEYCIQCoXFbXH+qdGbuEh9OCj3191I8tKtmWrPONO5rbHuPKQAIhAI+xuGbwm3ULNGgw2quA9tx1c8jJOumy4filY/VxFrXE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3757369},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7b5c284e698fa93520bb50f7383d8d4da95dc782","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-a6e1e4-lr7ii4y3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7b5c28-lrafrnjb_1705051761462_0.2438309409159467","host":"s3://npm-registry-packages"}},"17.0.0-feature-4c9804-lragyyfc":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-4c9804-lragyyfc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-4c9804-lragyyfc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4280d6bb408d84e8790064e9c1081b3c48e60e97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-4c9804-lragyyfc.tgz","fileCount":868,"integrity":"sha512-qfua4y3WfAHfdBFXv7FhebFKRxH70fsZnHswazcrNt5VuAisZS6JwDgcP9vVSM74iIVnb7uyrJRoJREBgL3bog==","signatures":[{"sig":"MEQCIBdzO7iLn9/zKzugReEu25l1YM27wnQaLM6AnLg4QSaBAiArmiJ3F8Zhv58shOOVHhdR8mF4uyV5nKKs21n1GR8RZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3547868},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4c9804f1c6af0ce1d735dd677c45366808c1d649","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-4c9804-lragyyfc_1705053784545_0.2297895221615167","host":"s3://npm-registry-packages"}},"17.0.0-feature-e2fc9d-lrao346b":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e2fc9d-lrao346b","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e2fc9d-lrao346b","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c65a60a8b5b278736680eb010b0abb733990d359","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e2fc9d-lrao346b.tgz","fileCount":868,"integrity":"sha512-aCbrysYZgqF5CNuJL2uJnxapSKfrDCmPquYofdtCOefqK2FrJbXDnfMXZ8DlIGmBhwziromD4ish2gIcdXNEGQ==","signatures":[{"sig":"MEQCIEql1fSJuqGzx63FvCKBGi3KJzoShsUvH6mnF17vRhU3AiAZtKqEZjKIhkDq8FxO+Sq0YI22Kc/SNIXdRmvi3VPmSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3547868},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e2fc9de810108741824a732eebcfb64a54a3f1d5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e2fc9d-lrao346b_1705065723747_0.0804718141253653","host":"s3://npm-registry-packages"}},"17.0.0-feature-a42ed9-lrau8kdy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a42ed9-lrau8kdy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a42ed9-lrau8kdy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a071645fb71b1b5b22d19c21f259761f963adaff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a42ed9-lrau8kdy.tgz","fileCount":868,"integrity":"sha512-b6RLL/pitmikrvOGSVBFjpDfuSY+9k7ltVBZt77P79vBTd7Op6YbP2DC/uCEAFHFeoUuUG/r9VpvhyZAIMsRow==","signatures":[{"sig":"MEQCIF2P+NktAmRyaDO+rp0gLcdKVwV8JvHAAhnyzHHVyIJ6AiBvm/qPNSJ8Y32+S4E/7OflDmeoW7AHvBk9bsBE2Nutlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3548106},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a42ed9e06724620163d1edfef619ad42cde05f72","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a42ed9-lrau8kdy_1705076054052_0.7386586788587914","host":"s3://npm-registry-packages"}},"17.0.0-feature-074649-lrbw7577":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-074649-lrbw7577","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-074649-lrbw7577","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"682c681d4efbb734a07ce0235bb8c13d7323e54e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-074649-lrbw7577.tgz","fileCount":868,"integrity":"sha512-ceDcZC2y1eHbGrrep2lwBGkN+Egmm3YMJZD/IwWBk2Vn88eu50mczDHFgLvUO53S85DaQkit/Z4X4jK+qcvowQ==","signatures":[{"sig":"MEYCIQCabEYUCuX3MF2hwR2cDBmub39Lc4QWePfFjb1VwGJ5aAIhAN/T0kOJcZWLgJW0PxB5rFB4AFdcnaPTvhbujWmy7jZ5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3548417},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"07464911e5b0e7c8b03f50a7d4cc1a483ed6bec7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-074649-lrbw7577_1705139813707_0.8445223424570425","host":"s3://npm-registry-packages"}},"17.0.0-feature-42e1d1-lrbwr2h2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-42e1d1-lrbwr2h2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-42e1d1-lrbwr2h2","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"313fb8cffe02e188366e2ff80875f9c28dd4344b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-42e1d1-lrbwr2h2.tgz","fileCount":868,"integrity":"sha512-kwfZiz+2XX3N4O9L6OofmUM3XwStBjlOpDV5dIj+bN6tnyjKt89Ws/1kzTcwPwW9EfXAKjPH5MCYQ9AHokSYrA==","signatures":[{"sig":"MEYCIQDzB0tUC/YX/tVXOZIJRE8Y7eiX8Q3XI0oyXXPj3PcCpwIhAMsdN4MVWU6vUk4BYughJaINh7ejxW5AE+uSOUDUEy3n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3548433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"42e1d1bb3f22a56e88768e13e029a6915a75c031","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-42e1d1-lrbwr2h2_1705140755951_0.6057893980766109","host":"s3://npm-registry-packages"}},"17.0.0-feature-0f3a39-lrbxlj84":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0f3a39-lrbxlj84","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0f3a39-lrbxlj84","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3d0e5eea0326e9f35dd71f36a39b4afef2b9f252","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0f3a39-lrbxlj84.tgz","fileCount":868,"integrity":"sha512-Zr5JpTidAiiRYdqrVNFLsGE/vzOjr3WkD5+E+9xamY9m/OvVj65KzrWyAvJDtw6734sSJ9VnSqJocTALIFT13Q==","signatures":[{"sig":"MEQCIBDHLT/K8FMVkQO3GQM89DkTpNon0w5vF6JEWJ98WQ1lAiBRplhYg/xysHET8Q+trJLxqddPEdlYqxkZUAo2ZQ1aoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3548433},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0f3a391f93561aeb10f9986adbab5f7fd6d06eda","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0f3a39-lrbxlj84_1705142176385_0.8018069080408772","host":"s3://npm-registry-packages"}},"17.0.0-renovate-6ded44-lre7etjc":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-6ded44-lre7etjc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-6ded44-lre7etjc","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e143cd7911f71a17bcabe2ab987bf0e96db6721d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-6ded44-lre7etjc.tgz","fileCount":868,"integrity":"sha512-USOuC9HyhMXA0zH/9EbMDFqESmhOpmeoi4hGWy7MGRj6DYTqoz+D6VjYh8XdQ8y4yZ3v/4x8lcw7iPieZZ5dJA==","signatures":[{"sig":"MEUCIQCnzrGnfLtvh9PoxrjxYe2AqTX2eaKSDp0PhWRgfeodZgIgRD/ghNKVvIYPbXsMpFNszGoeJIu8382ZT6gJ5fFcLVM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6ded44dd1b609aed25baae3f2dce6182e307a936","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-6ded44-lre7etjc_1705279587669_0.7635396916635369","host":"s3://npm-registry-packages"}},"17.0.0-renovate-b24955-lre7pilg":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-b24955-lre7pilg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-b24955-lre7pilg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"438fe5e96ca536a24d01f566a4052a4df7ef2ba9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-b24955-lre7pilg.tgz","fileCount":868,"integrity":"sha512-KM85VkuodByu0BBD1Oqwxhe5qM3ozuRfN/AoWi6C5oasJA4WJj/zbktmjFb+5r7jFVJXRZMy9n9FAQ4/pkTcKg==","signatures":[{"sig":"MEYCIQD/gUB4WUbzakUXYhRgV7FS1nPZP5ABEZusRYiD1G4IjwIhAOpZmfMllty2skHqidC5CzEcknn+r+hWE7eaktMMut1F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b249556e101236ca9d16422051f413567710409f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-b24955-lre7pilg_1705280078144_0.5704367079399169","host":"s3://npm-registry-packages"}},"17.0.0-renovate-296120-lre7rsxn":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-296120-lre7rsxn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-296120-lre7rsxn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"031deee492dee7123de6381f0fc2496523c619c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-296120-lre7rsxn.tgz","fileCount":868,"integrity":"sha512-GleiLB+ZAEQiE/MlS/52tys0EZTW4E9hIEpc2qiOxwTG8Cmj2cmR8x7cj3QAcEsVLdU3aOtWT3zgcRs+ss8z+w==","signatures":[{"sig":"MEUCIQDeqngfKwMUDpIfLVsXxoKeGeXT/RW17oGiIGflTu/2owIgSxhneSA88VwoTi0C6QVcO6Belusg4RnVVbH5nENTHHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"296120fd42d92d14690699243444fef7606c501a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-296120-lre7rsxn_1705280185727_0.694882488709081","host":"s3://npm-registry-packages"}},"17.0.0-renovate-acdc9f-lretovbe":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-acdc9f-lretovbe","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-acdc9f-lretovbe","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f3447071fd62f993b9edd6bc8e53a4ba49df91dc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-acdc9f-lretovbe.tgz","fileCount":868,"integrity":"sha512-eumxF7+PyzxFMBs/waU5MXcR/Z0Nr1A0yMbjv80Mhc/oy/IpnCXMoH/enkM1Wlz68//BiPVYfqNJ30+hl7059A==","signatures":[{"sig":"MEYCIQCg8z55LovbGgdfjcLx5AmduGYep1cGJS5bMY02pPG9IwIhAPMFKDlyj1QIqpFfpxezyf6ZARd0QyQga8XflfdkWKmi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"acdc9fe5188775aa0d51f1d87df19a2690cd3e2e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-acdc9f-lretovbe_1705316999941_0.6647350784389163","host":"s3://npm-registry-packages"}},"17.0.0-renovate-b5eaac-lretqcb8":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-b5eaac-lretqcb8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-b5eaac-lretqcb8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"18f4cb812732413a7ca8dff786883b3b06ee84ff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-b5eaac-lretqcb8.tgz","fileCount":868,"integrity":"sha512-BNN/LY6FTx40q0+MJIaSE8eoDu9BxH5WMcTVnv59WBgkLyJbYoM+EfVOgTR7taIWzpb/7AZUjY1/AgfBVgKuGQ==","signatures":[{"sig":"MEUCIQDzcQgYb+z12CqkEXoLMxhogrpdenJMAh/dHbSJELoMEwIgIguFDJxbg5f52S55z+R8/aS8aZSkNqW7JNdWse5q1rg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b5eaaca8964c9cdc26021b4a8b0a57c184290f58","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-b5eaac-lretqcb8_1705317079866_0.01841014661096385","host":"s3://npm-registry-packages"}},"17.0.0-renovate-8544f4-lretr2qv":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-8544f4-lretr2qv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-8544f4-lretr2qv","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bcfcaee85e1a50ec5780fde1cfb2512a1fc9e1d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-8544f4-lretr2qv.tgz","fileCount":868,"integrity":"sha512-jktBPzG++QsW+HCgiqKogO1TvzTax2zovCTOOu0Z1f3kCZ90KbXNAECkwTStwwySXsszu+xXLj3GCKoaXYuMFw==","signatures":[{"sig":"MEQCIAlkqyjD2Br92MVtK6e8D0V/3emNhm78PHDRvs0B6HADAiB+Voqd/nwY+h/oWCgkILExhlfCck28ZH05vAfgPyJLxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8544f45ad9382efafba9736819e7f8424a84cb6f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-8544f4-lretr2qv_1705317109459_0.7038671566769159","host":"s3://npm-registry-packages"}},"17.0.0-develop-311eda-lrets8un":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-311eda-lrets8un","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-311eda-lrets8un","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfe433bf21bcf063583b32bd6af090816db93c21","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-311eda-lrets8un.tgz","fileCount":868,"integrity":"sha512-e2PuuKiMrH7yABk6KBcCQkpQk/14kGTNY/fhHTxRFpXgDL5RRqSCzwWSyQ0GxuYdx3rCw5TAoshYvYBfsJ4Ayw==","signatures":[{"sig":"MEUCIAweNavi4SQJK7e1k/CT8ERjGqNzJtc9Fhha2kXtaEvGAiEAhIkfevd+9DRlaloUKC+yvwMLJOv6pZXALUhitMz2Jdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713748},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"311eda96e983e5897855ad9ee5b554ec39125249","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-311eda-lrets8un_1705317157233_0.11370275257186035","host":"s3://npm-registry-packages"}},"17.0.0-renovate-bf193b-lrettidk":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-bf193b-lrettidk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-bf193b-lrettidk","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b18399082397b376083d23cf66dd928db7ad0eab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-bf193b-lrettidk.tgz","fileCount":868,"integrity":"sha512-vL1omUMZiPrjruIwOqkCEFToAIlYioAoNXMDDQoT75aScHsh6aLbI/emGMOcRWb/zcfNC2Zdhcs+fmglFtpQPw==","signatures":[{"sig":"MEUCIQDF2zBLSihrpioeJaKFjJZABMtwEQ1p5t1KO6jK6XsjJQIgc4vbI7Gfa82W+mXmTC++fOT85v6ewffMF94GGnHQPsU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bf193b6ff433129023da0752c7a579cad25b56dc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-bf193b-lrettidk_1705317215618_0.8267394761135693","host":"s3://npm-registry-packages"}},"17.0.0-develop-2a117a-lretxgv7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-2a117a-lretxgv7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-2a117a-lretxgv7","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7330f277ba60cde8f52d261727f27055d4505466","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-2a117a-lretxgv7.tgz","fileCount":868,"integrity":"sha512-jnnlZ5CryKWKpFEdV0xIjCGnsXBel5cJCJo+iXV8AmcoFmajk1IKQB3hE/GQrPvowIcnKweQW65HidNGsumz7g==","signatures":[{"sig":"MEQCIHNX+D2VGoQ8sBQpLk0n5Gxq8NHM/gZcbVqddLB+JE2WAiBctZ7NZ3kASZi8AQ1IfN4uWjzJz9FQTdv48U6HszMRiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713748},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2a117a7df66d38467ae301bf340acaec3821dc35","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.3","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-2a117a-lretxgv7_1705317402151_0.006695033237543502","host":"s3://npm-registry-packages"}},"17.0.0-renovate-f031e8-lrety3ba":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-f031e8-lrety3ba","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-f031e8-lrety3ba","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0add0844322cce43d1b3a4ad40a47bf622bc300","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-f031e8-lrety3ba.tgz","fileCount":868,"integrity":"sha512-Z+TEgg+P6qzF5QMXzV+oMzx9tUry3Z3fFGjf+DoV7etK5e93ig7+4llFqGDqMflXD/bzrXaYio3amkpcN1g4OQ==","signatures":[{"sig":"MEUCIQDjZnhzRHcUqnxAJDw9mCtWN/PZYQDckzNvnYk6G995XAIgbTdDmUi4PVsBhI0V8Vb7Bt3AINI6PRwuTKIZCAZ6UbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f031e883ab0040a598e6fe0c284f5cc4eb779752","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-f031e8-lrety3ba_1705317435657_0.7841990753024695","host":"s3://npm-registry-packages"}},"17.0.0-renovate-f5e91e-lreu23u3":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-f5e91e-lreu23u3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-f5e91e-lreu23u3","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1916574aa9c0b7a22f2658add0bcf71fbf8081c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-f5e91e-lreu23u3.tgz","fileCount":868,"integrity":"sha512-5UdmcG/a/WVyIxGxfrktKVDr9Nt+GABd7olgkdYD6I3OVaBjUWrAK6MDNQ3aUZ4s1ufMCu/fnrsyRStGi8fRIw==","signatures":[{"sig":"MEYCIQDKHoSFL4r/R0oNKAlWsl1gzteNyS2Qzw9RnohpxrbXAQIhAPTcFLjix9o96fpSBm640hRz2u08z3R2SJ3MAdbRIOSd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f5e91e635dc84fe19283479748ad91973ba80801","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-f5e91e-lreu23u3_1705317618110_0.2331960278131433","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d4d833-lreu4k7m":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d4d833-lreu4k7m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d4d833-lreu4k7m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ecf6bf0e2b44000c5a12e87659a994b90ee1ea0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d4d833-lreu4k7m.tgz","fileCount":868,"integrity":"sha512-SYrYe9sY2W+jdkrGwC78w9eVhgIQs3AOsWHgX+M+ko2JA57dBqn47xxA7EcFvq+vAipRKaHiDamh1Lt6CRjx4g==","signatures":[{"sig":"MEQCIGeDYCYUFTncCyrSatDKbUZJcaKeF+PNYwozUreS4+NvAiAWQb/a4v3Txp3c85e9L8yUrbx7xpSAcwYHEFvmdo+5yw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713749},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d4d833d014a75249160f5275e8de6ad37a233ab9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d4d833-lreu4k7m_1705317731904_0.7646149261396935","host":"s3://npm-registry-packages"}},"17.0.0-develop-442579-lreu7uww":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-442579-lreu7uww","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-442579-lreu7uww","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba04f60ccb9af600ed32de9c6dbd3eab7e0bb5a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-442579-lreu7uww.tgz","fileCount":868,"integrity":"sha512-bZ5oe8uSFcHc6uWKXe1rCFZxcRpL6ppx18dZ/x41JuQ6dUs5H6Ex/i3aQjkNOmQiBdzwjiaBOajyn0hHlsUNYg==","signatures":[{"sig":"MEQCIDXk9nXNjESjd//YOY2jeoHcZcGM9NMzVqldb48SOHy+AiBfLuIrZAFjT+N86tMTJ6xxgfDWMCsKOXOKMTP/EhIajw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713748},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4425796ffa4111791cead56d3baa2c80a120f3ba","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-442579-lreu7uww_1705317885299_0.8476777398489777","host":"s3://npm-registry-packages"}},"17.0.0-feature-fb1de2-lreu9iyh":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fb1de2-lreu9iyh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fb1de2-lreu9iyh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a1967203629a8b5ef1ba09fbbb4de9a1884d86d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fb1de2-lreu9iyh.tgz","fileCount":868,"integrity":"sha512-b+fLoxw/odunBZrLbL6K7AFahq1fmH8M9XWXmx0o1N3AJBHWAQ7t4IZFv2xmT2yDJrtBsQzvH9IcIua/DnCJ0Q==","signatures":[{"sig":"MEUCIQCClfzjjCv+ZQEXEDUsWXmfH+Xq8BPW7s5Ohq5oh6uXPgIgUwnwG+FqbbA3C9S3wFmkxFCBmkss76DY78MEozlSduk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713987},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fb1de2f455d5fe9716521031f8d0a774aa04e30c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fb1de2-lreu9iyh_1705317970874_0.6856211896502156","host":"s3://npm-registry-packages"}},"17.0.0-develop-f10a01-lreue99m":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f10a01-lreue99m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f10a01-lreue99m","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"475180029c99e57f8880ff46dadc38756cc4d725","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f10a01-lreue99m.tgz","fileCount":868,"integrity":"sha512-OiUBr1AixmgIT2QR33Mxtb+eO8cSnTP754ua0RgbxwTJnXel9nKdke3W//N5c3yIxRFFfl6iucLb6UHxX/gM2Q==","signatures":[{"sig":"MEQCIGSbZ/64igoqUDz5rMuzt6lBGua+rnBIhYdC0CIHICrKAiBYIbRdCvtWfvWihG0T6+EhFSNXYdojSwbkcZdnFFLiDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713987},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f10a012fe60f16778523f9d002167de389f08742","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f10a01-lreue99m_1705318197209_0.6069822191198893","host":"s3://npm-registry-packages"}},"17.0.0-feature-32310e-lrevzn2o":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-32310e-lrevzn2o","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-32310e-lrevzn2o","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7c9392cbb679f574b60e5e3420649bfb83e7ab6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-32310e-lrevzn2o.tgz","fileCount":874,"integrity":"sha512-SayZAuEDUmCdNXfG0NBkMgSb34NHdnfQqFrmPvrKPGoweWZ8NTovB9a02E5XitqxjudLTVa1OGnsom+2HXHtSw==","signatures":[{"sig":"MEUCICBCanxoJP578uOPVBFX5kvokLOg1MC/o3pUwGku5OORAiEAmvYI0vyV/N19litrYa9HrZHs6D/2w38IX9cW4K6IcBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3756231},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"32310e028ee51dfda54e8b5c340b39a2720afd04","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-32310e-lrevzn2o_1705320861629_0.27357054648165646","host":"s3://npm-registry-packages"}},"17.0.0-feature-648010-lrex4m5f":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-648010-lrex4m5f","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-648010-lrex4m5f","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b430604c9ed616d0002dfc25cedcba8452cbeaae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-648010-lrex4m5f.tgz","fileCount":871,"integrity":"sha512-w/gLtMIRCCvhJIifzYkj494Xgv8Aw6WBi7bixmfTkc6aKwfONAPsyQK3ItRD4FF2+6GR+ELbEW1lCvxO1nGExg==","signatures":[{"sig":"MEQCIGRlstaoxlXCUgVd+zRl1n9nTzuQa/F5refLFAHIQboTAiBgD+JYBDtIw7WG1bV+3iJuyexJfidHn57Z1BKfeui4Cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3562936},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"648010601e91df108a5694a618c9e01f5d501673","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~hydra_swarm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-648010-lrex4m5f_1705322772805_0.2185517756314186","host":"s3://npm-registry-packages"}},"17.0.0-feature-401f08-lrhtbo84":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-401f08-lrhtbo84","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-401f08-lrhtbo84","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"94a598da0291026e4fa858356972a61ce7ff59c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-401f08-lrhtbo84.tgz","fileCount":868,"integrity":"sha512-dYsYKMmK8HJB8uXtiwqU1xo1iazRc2orM2moCqrtcgH2/gMZmt0R8YhwUeg8Gg+avyzLKlVqaYhrMYN3gsLlFw==","signatures":[{"sig":"MEUCIDNJJ7TAMU9lXUl81fVkSr7EOyUxqVCA26+rpkMhKrbwAiEA3n1oJQDX/sZ1CPz65nM9V95I+LhutW7LlwOAZbhiSDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3716037},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"401f08c808bf252f92e55f31eb8190a9a01a043f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-401f08-lrhtbo84_1705497782513_0.941612289651206","host":"s3://npm-registry-packages"}},"17.0.0-feature-92747e-lrhuwf42":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-92747e-lrhuwf42","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-92747e-lrhuwf42","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c812d6f67fc1f8774ea81a69287188e39a4e2ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-92747e-lrhuwf42.tgz","fileCount":868,"integrity":"sha512-6a9SN6IFJAtcRrscLYs0fMjHadp88SQUZZVaedpg50F7wgUpWA6QfPWacRdQbb2xQFCzR5h/PKSlSZMCEUMSVg==","signatures":[{"sig":"MEUCIQDpozuG3m4EMVBtctGUveIl6eyB6t/psWyv6nKY7eSKbgIgCwc8vv0CkfOJ200wYeMKc+TADH2ansA46kDOp4nfo9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715940},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"92747ef60d95f882eaa3e8266a5061b7d574bfda","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-92747e-lrhuwf42_1705500432403_0.5596414737369968","host":"s3://npm-registry-packages"}},"17.0.0-feature-ae5f3a-lrhvvvml":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ae5f3a-lrhvvvml","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ae5f3a-lrhvvvml","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ccf8fe2a6d7e6b747f0a0215c554350eb3e84f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ae5f3a-lrhvvvml.tgz","fileCount":868,"integrity":"sha512-AWOXuniIIh1M7v/PGnqIYXGDDG5o3x37zL9FnEHcbdYEdYDvGU3lQZoF+IIZTj+0LbU/lzwiS1dig41TSoSGxQ==","signatures":[{"sig":"MEUCIQC68m7+XSBWY2f2KmnEct46E6bYNexHLsut2fHQNfI4fAIgdnvz5WFEDXz9OE72dmOns2pgcmxs7vX6r8KBaKoBzq0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715969},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ae5f3a3fcac731607c55860487f26af138777a61","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-2d2342-lr4n5ttu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-a85012-lr4ovrww","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ae5f3a-lrhvvvml_1705502089350_0.8526754557713048","host":"s3://npm-registry-packages"}},"16.0.6-feature-eff5f8-lrhwefj8":{"name":"@5minds/processcube_engine","version":"16.0.6-feature-eff5f8-lrhwefj8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-feature-eff5f8-lrhwefj8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d697b94a9e4eeebb1a342310b7d1e04c02f13713","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-feature-eff5f8-lrhwefj8.tgz","fileCount":856,"integrity":"sha512-x3+eNA9rhcA06jVxQ1DX2hlw0G0HjeYPt0XO8YSUew9Ur6QNYg4HzRrEt2ZyJnZZZT4raivE6Q8G77uTPONdYg==","signatures":[{"sig":"MEUCIAtOjCSe2hjckggu6eFotHQII+Ulj5iUqyq3rDMrKRcPAiEA5UiMpczEThw6Hudmp0iD8Ij1e0CapjLciANSi7vYVJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646187},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eff5f85873816ace332d4bc24be3758cb1807da4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-feature-eff5f8-lrhwefj8_1705502955469_0.9938034514025427","host":"s3://npm-registry-packages"}},"16.0.6-release-4994d7-lrhwoczb":{"name":"@5minds/processcube_engine","version":"16.0.6-release-4994d7-lrhwoczb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-release-4994d7-lrhwoczb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6e2ffc8171fe7f898d48919c50bc874144541018","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-release-4994d7-lrhwoczb.tgz","fileCount":856,"integrity":"sha512-NiIz7B3C56QY3w7hQVtwMcVve+xKOZM+pkJMf7LWz3ZtD1ck9wZoNLNnHMqtIonPC8Cpb8wCIaYDP4EgUy4tjQ==","signatures":[{"sig":"MEUCIDVJRYapMLmBnuzZjZ0cyGwwMYtBS9NUoKL+J0WwIjQNAiEA8pj2GpvRhzg7F0+b+9Su1l+pIUjs+EjZutQgRfsWz50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3646187},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4994d78b0e6aa0e6711114acea4babb25ea7abc2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"4.4.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-release-4994d7-lrhwoczb_1705503415465_0.6179164636991226","host":"s3://npm-registry-packages"}},"16.0.6-feature-f512b8-lrizp1ev":{"name":"@5minds/processcube_engine","version":"16.0.6-feature-f512b8-lrizp1ev","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-feature-f512b8-lrizp1ev","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0f0ed3d29e0e2b7058d1c9a68e162295740d0462","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-feature-f512b8-lrizp1ev.tgz","fileCount":856,"integrity":"sha512-kwkVz7YVkXgadPkZzJjRk/a/Rc1tmiY/RI1eZVIFX3Jlt560AVE7lbeb4xHXvrF074yPDFwL4V7jxIlFlOuMeA==","signatures":[{"sig":"MEYCIQCOgVtXT9XZDxCNfr3p3v560YzhfX/XZtAm71oiT0GPpwIhAPHA2o2QSfmdHrVQKkjONnEuOtgrQfFboc6U042V/8Cu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652303},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f512b8fe827c7ad9a77a51dc010aaa2c8832d615","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-695_BoundaryEventWaitingNotification"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"feature~PCE-695_BoundaryEventWaitingNotification","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-feature-f512b8-lrizp1ev_1705568949908_0.5993555018389549","host":"s3://npm-registry-packages"}},"17.0.0-feature-3804cc-lrja7e5o":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-3804cc-lrja7e5o","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-3804cc-lrja7e5o","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfc1becd62813c1defd36e62f4898117520f9a55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-3804cc-lrja7e5o.tgz","fileCount":874,"integrity":"sha512-yArqjOl59FsdBMbxjWVRung4Zpx5c+IKbZWr9WRuxgJqLVk0lDmXMTGzO2kYJQPfadYn+908/rxZfI/i+cuOkQ==","signatures":[{"sig":"MEUCIQDEIZ1OQg2XxCBpvM+0rjU19+Rb9tgXw0oqMLDsNxg+qwIgOMCQu4ewi+2BcE3dwoXqsKoqpvjCEr8KxkVlJjUuDE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3760732},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3804cc021787253c52f2e985c5a638f577c11a62","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-3804cc-lrja7e5o_1705586602174_0.1889876741570342","host":"s3://npm-registry-packages"}},"17.0.0-feature-58412c-lrkcr38k":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-58412c-lrkcr38k","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-58412c-lrkcr38k","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89bc64cb24a44c10a2c5720bb531558d6502d078","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-58412c-lrkcr38k.tgz","fileCount":874,"integrity":"sha512-MgCnhuGDdlDs1ve3NDgL52aRAiuQaOyFW6V/R1zykhHXpfsuqcXCuKHXQNLA58joUxDCNQeywjtog0Y6r/aEKQ==","signatures":[{"sig":"MEUCIQDT8z8Kj9IrD4CkmJEuW+ggE8h66UGtXZK1wPHDCyXKLwIgCd+9IfXNzrjCwqwBwB5FJusclntYoSKWK7eSPdUYbAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3760903},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"58412c2982612376d2e1e600c7891128da687197","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-58412c-lrkcr38k_1705651355341_0.4792800282494518","host":"s3://npm-registry-packages"}},"16.0.6":{"name":"@5minds/processcube_engine","version":"16.0.6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"06bd40f2c3c6e40157a54e19ef54169441fa6217","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6.tgz","fileCount":856,"integrity":"sha512-NNewmCmdWb5EGNghovNPE482yNeqlM/7lEBjffOl3yBYcOMCqla3zOnVro0gdO7kc4QeTjNIN3n7MwXkO/YZ7g==","signatures":[{"sig":"MEUCIQCRa9EEcPyzYToO8dyNTQt8hQsw/z+4AQonvTCgRhDMsQIgYNxeC/k4mOPzw5OVuDdMga8DL4yxUfiAedK2jBxn1r4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652194},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a4b607e22e6b58938c70eb351f224b1b9ec27aa0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6_1705651969365_0.6857120601574069","host":"s3://npm-registry-packages"}},"16.0.6-feature-6f21f4-lrkd60j1":{"name":"@5minds/processcube_engine","version":"16.0.6-feature-6f21f4-lrkd60j1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-feature-6f21f4-lrkd60j1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cfeea64cc36b44258a4040b0cf2fb564424ff657","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-feature-6f21f4-lrkd60j1.tgz","fileCount":856,"integrity":"sha512-tle2IVxi9ZGiEPcyJJ+sMjh/nwPkl0ve9iHACm+3KjqHLM83bnjYu1Az2594oxWz509zhnE0Yg4Dx0BWeNp0DQ==","signatures":[{"sig":"MEUCIQCBEKUMcujQrtkoviV7bMylqVlJi+jb70S0JCJHNru6+wIgeTLlAa2spwZsL9EibNui+EroxQeHVPlr23JIaG+89PE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652218},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6f21f4ede0261bd5cf06c76a92c695c5892f6baa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-feature-6f21f4-lrkd60j1_1705652042763_0.9236820552424074","host":"s3://npm-registry-packages"}},"16.0.6-release-a4b607-lrkd6c65":{"name":"@5minds/processcube_engine","version":"16.0.6-release-a4b607-lrkd6c65","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.6-release-a4b607-lrkd6c65","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"548abbc10cf341e1615d5d4e17190a9ae35f1985","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.6-release-a4b607-lrkd6c65.tgz","fileCount":856,"integrity":"sha512-IVoxusUMPOudioEuvg5ye7PMzcM5bmvyHoF1uj+wGaJTyiGax76XRDqebCXa1Wogy81tlqftf7p79EuwwYgJVw==","signatures":[{"sig":"MEUCIQDeX3YZIz2MF2stqhh/1FOYc9DjmVw10RNMgWh+KoEVnwIgcdTGQGNgaPrcaYwOhhh0g++QGJtEB9DNJ/HTtsylet8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652218},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a4b607e22e6b58938c70eb351f224b1b9ec27aa0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.6-release-a4b607-lrkd6c65_1705652069589_0.7709316384689842","host":"s3://npm-registry-packages"}},"15.1.4":{"name":"@5minds/processcube_engine","version":"15.1.4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@15.1.4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/AtlasEngine.FullstackServer#readme","bugs":{"url":"https://github.com/atlas-engine/AtlasEngine.FullstackServer/issues"},"bin":{"atlas-engine":"bin/index.js"},"pkg":{"assets":["configs/**","dist/**","docs/swagger/**","node_modules/**","swagger.html"],"targets":["node16"]},"dist":{"shasum":"52b46374ec27066310c620a1799c3d5ac6c69747","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-15.1.4.tgz","fileCount":856,"integrity":"sha512-gNIfDO3bIf55EEkuMvD5jA+WnwtNVdeqPsofna9JfnwVlbSYo+N4dnoJoadLRVRr7adRBhCV6P+GGW0IA2ffAg==","signatures":[{"sig":"MEYCIQCqy2Al/9pSXqAfEx57hOklcT6swcEeXxVuiau3qBSwDQIhAPQXfwKtEFmcw2vOipLUXa15SDR88Jqq8epc06po/Px9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3566528},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6665ad878955c876e511d7f9fd13e5f12c955806","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","reinstall":"./reinstall.sh","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","create-tarball":"node ./scripts/pack_sources/pack_to_tarball.js","create-zipfile":"node ./scripts/pack_sources/pack_to_zip.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","build-windows-executable":"pkg --output 5minds_engine.exe --targets windows .","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"v15 is no longer supported. Please update to v17.1.0 or later","repository":{"url":"git+https://github.com/atlas-engine/AtlasEngine.FullstackServer.git","type":"git"},"_npmVersion":"10.2.3","description":"A Server application for hosting the 5Minds Engine.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.10.0","vm2":"^3.9.17","cors":"^2.8.5","uuid":"^9.0.0","chalk":"^4.1.2","dayjs":"^1.11.7","nconf":"^0.12.0","umzug":"3.1.1","helmet":"6.0.1","lodash":"^4.17.21","mysql2":"3.2.3","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"^9.2.3","bluebird":"^3.7.2","jwks-rsa":"2.1.5","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.31.0","socket.io":"4.6.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.8.1","cross-fetch":"^3.1.5","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"4.18.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.5","@5minds/processcube_engine_sdk":"3.3.4"},"_hasShrinkwrap":false,"devDependencies":{"pkg":"5.8.1","mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","ts-mocha":"^10.0.0","pkg-fetch":"3.5.2","supertest":"^6.3.3","typescript":"5.0.4","@types/node":"^18.16.0","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/supertest":"^2.0.12","@types/validator":"^13.7.15","@5minds/processcube_engine_client":"4.3.5"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_15.1.4_1705652789538_0.33502049988416727","host":"s3://npm-registry-packages"}},"17.0.0-develop-1ed620-lrkepwfz":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1ed620-lrkepwfz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1ed620-lrkepwfz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"303017f76584d6cd1167a0239b320199b57dfe61","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1ed620-lrkepwfz.tgz","fileCount":868,"integrity":"sha512-mkmRTe/eksAm/LoIHq0I2Ca6bihecryJMfNzhvkR2iwakDEBXW3I9OHeaUBoUGZ60kxQEn/ag/gHSnO/B6Nfaw==","signatures":[{"sig":"MEUCIBE3atwMnlT68umXsCe2Q3UqH9kY7gb7+WMb8WL+GFncAiEAwLo3Key3KcdzQID9gm+/ROcpqYE6vxkKrQ+ZhehTphU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720017},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1ed6203ffc7357c06e906da55549f864a778e14a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-ff4c2a-lrkbsdtr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-4d1156-lrkbxpid","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1ed620-lrkepwfz_1705654659132_0.05302803727447336","host":"s3://npm-registry-packages"}},"17.0.0-feature-82d342-lrkt54qw":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-82d342-lrkt54qw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-82d342-lrkt54qw","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b9c84d7b6a11f668c9d8279f33cde808ee37e12f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-82d342-lrkt54qw.tgz","fileCount":874,"integrity":"sha512-/P2jq1zzFCxOYRIY72ImhgN9AtDiWSu16bmwPoemRDlUgOKe9vNMNlvO+zI6vORMBnnOs9b6f4exKTmSxVk/Sw==","signatures":[{"sig":"MEYCIQCIfmPAWXvti+WOxvJmW5y0wCHVNCZpktDYUbswpOyXrAIhAI6ORTC1maOFciyu1+psq+AZ65Lvzq3AR61UJaL9Kfgg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3763815},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"82d3427a40c3a01272124f5a336219a67123fe74","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-ee1889-lrkmi1ib"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-4d1156-lrkbxpid","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-82d342-lrkt54qw_1705678880329_0.08874350665775088","host":"s3://npm-registry-packages"}},"17.0.0-renovate-5b8e77-lrop30dz":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-5b8e77-lrop30dz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-5b8e77-lrop30dz","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"351080fcd3213f2ca5da5bd177dfd520efca2f19","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-5b8e77-lrop30dz.tgz","fileCount":868,"integrity":"sha512-7fZxrrFhm4CY0gurJCxCq9wAiO12SYeW2YXj+TDhltkcPsr3g7cNZ/6Cv43zEKq37eDIotHHuSuVhQHU7zMLoQ==","signatures":[{"sig":"MEUCIQCbPsw0PEJrW2SnSUmJUbGLbz7qWf7VbCfdvpT9iBQsbAIgciHePxW5tW/TOycUFAIqH8jv+/YPKs0xNwvTdE5RwWw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720018},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5b8e77625f163ca35179066092b21da3efc85477","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-ff4c2a-lrkbsdtr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-4d1156-lrkbxpid","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-5b8e77-lrop30dz_1705913922624_0.4089157734647666","host":"s3://npm-registry-packages"}},"17.0.0-develop-2649b0-lroph4jb":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-2649b0-lroph4jb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-2649b0-lroph4jb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"15ee629b635f085d94afba9528fe365714832250","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-2649b0-lroph4jb.tgz","fileCount":868,"integrity":"sha512-grIQu3Gb2NT6cqzw1WIeY0WfNPC+DOql5DLnnEeaNQgh129HfwZ33Z2/hIc+EZDZ+dAXm8oC4X3NEG8woTFwOw==","signatures":[{"sig":"MEUCICc1oNoC05v+uXQ5G6F704Z235MhdEkC58F3sSDj0VauAiEAyu7vUijAcMaJ5fLP+SQCPx+ZV81u/IGbejrvrHxQYSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720017},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2649b0b20ca76f5eee896fe8e268ad7bf678ffb3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-ff4c2a-lrkbsdtr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-4d1156-lrkbxpid","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-2649b0-lroph4jb_1705914582192_0.40379108440519507","host":"s3://npm-registry-packages"}},"17.0.0-feature-616b47-lroq8cxm":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-616b47-lroq8cxm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-616b47-lroq8cxm","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6aaaed0f95aa69857e2403df94d4bf3862b47cf9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-616b47-lroq8cxm.tgz","fileCount":874,"integrity":"sha512-RmJqQWIABGowCS3FPmbhIbf/VjbTiEwMR5z9uUx++EryRHwic9Rcx4CkGwmeZ1/oQ915JY6g76DkmXAFoPWt4w==","signatures":[{"sig":"MEUCIQCJElYiPKJQXC8GzkwVURREnr1+9AyEoEBofk/HVDuBgAIgMS1JvlEZljQrN4MlG+y4eYUNcdZQQsZe39tKoMpZ/UA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766933},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"616b478a421e2539e4d9ef4337ecbe6e8431a992","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-616b47-lroq8cxm_1705915859977_0.4247530437378013","host":"s3://npm-registry-packages"}},"17.0.0-feature-25371a-lrp487v4":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-25371a-lrp487v4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-25371a-lrp487v4","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"354ee2cb292d6255ca05eb698cc2e7d2baa164d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-25371a-lrp487v4.tgz","fileCount":874,"integrity":"sha512-ymmzva8k2dxylG1Wh/rhCYkNc/gIdunU5EJmfEoDedwkPSPKH8WfRJZkCyBsp8gaAYJZNgujdi4vhzYeok76tA==","signatures":[{"sig":"MEQCIHPgMPWyLeQ4//v34AucXQcnIykS7cKTXP79OlmjS0Z5AiAzbJZ0Sjv2ws4/1rCjNxL7mJyjHJTDdg0wgkgzRtFWbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3765635},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"25371a4719087d26b06d277d6e35d789b3d61589","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-25371a-lrp487v4_1705939368741_0.9657590647384355","host":"s3://npm-registry-packages"}},"17.0.0-feature-8c7053-lrp56g29":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8c7053-lrp56g29","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8c7053-lrp56g29","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0208002c7e74724979c37c07dbb39e2b9999c9d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8c7053-lrp56g29.tgz","fileCount":868,"integrity":"sha512-36aqZ1DMejwrB9IA/q5uy5SVdiKJY5z1YHCQsLSUuXiJR0AFkZprwCSp6jsnZMSPzG6uNwCsNdMl538jjdGEBg==","signatures":[{"sig":"MEUCIC9KMcFns07guGj7zD9wLE4fWx4kGKEOZX/Ts0DYUGxHAiEAl5AtSKlNmfflQDzsWpmObOZwGIWfeSgbIULNiN9mlEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3719330},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8c7053b0096bec001773859b28f7274946d37f65","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9eaa23-lroz1x3n"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-2d85c9-lrp3g5nq","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8c7053-lrp56g29_1705940964982_0.42762505689955876","host":"s3://npm-registry-packages"}},"17.0.0-feature-be9144-lrp5sodn":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-be9144-lrp5sodn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-be9144-lrp5sodn","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9f6d1dff6045b110db639b817fedfd356bdbab1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-be9144-lrp5sodn.tgz","fileCount":874,"integrity":"sha512-N5ek7mxp9UQvYWVA2SWHiDzs9m44IR2qV9feTZ5tcHBDOncppy4sXnkxP3GdoPiCMxBGI3XsyqqMxe4DBfvayA==","signatures":[{"sig":"MEUCIQCHeBXQsKik0fvqJTwn8AonY6GaRgbqhm0hBp/+x+oQ8AIgRD3Kkf0mm4F+JZr4vHjcJCminowRMOC1oPTvj9j8rio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766281},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"be9144ed055464358b20619316d1799f9823a53a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-be9144-lrp5sodn_1705941995050_0.08596071222456403","host":"s3://npm-registry-packages"}},"17.0.0-feature-1a88e6-lrp6g5y0":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-1a88e6-lrp6g5y0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-1a88e6-lrp6g5y0","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c77b80d77632a70868f1d10b859a738a3a4a53c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-1a88e6-lrp6g5y0.tgz","fileCount":874,"integrity":"sha512-V+hXuhDjsZNf0O2KVrfULpPImRbj7eRNHsZWkv//d56pghoAoknIa0trDegDQDb1CBZWXfGJJ7bDVqoLbVfHDQ==","signatures":[{"sig":"MEQCIAipC8pLY4Rb1rk128OYTasCqoUmfYE1Z2/zT7twdu/aAiA+pYfTxzJOMFnf2vCRcYX5IBEoxv+FGfOo09WUnPtmZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766281},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1a88e62b792689c3f1066cfcf9270743609e2a3e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-1a88e6-lrp6g5y0_1705943105084_0.13967819750835853","host":"s3://npm-registry-packages"}},"17.0.0-feature-6c4a1c-lrqqqsky":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6c4a1c-lrqqqsky","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6c4a1c-lrqqqsky","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"034e86c9310b823ac282c863558114d0c65d516b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6c4a1c-lrqqqsky.tgz","fileCount":874,"integrity":"sha512-G6U3ivSIKfdVnr9qnNCn9ZVM3Lyqd0xm79X07/kNjZWkSYl3/4Rq8AYnHEwhKdWgTJP9siw1t5i/nuEEZmpTwQ==","signatures":[{"sig":"MEQCIAjkvNY3YbJ2ZnUl5vyaqgSboEpafodcovmj43EsS+nqAiAfUi0yGblMN8AD/tCa9LtZmgqodgPcrr5ZGXHGQEkw6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766972},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6c4a1c98697f1d57ce634c54287c763e4e0ea4ce","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6c4a1c-lrqqqsky_1706037646297_0.35841953603703525","host":"s3://npm-registry-packages"}},"17.0.0-feature-94ae85-lrrnx281":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-94ae85-lrrnx281","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-94ae85-lrrnx281","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7cd01c7ad6f6b8a76a400c8d57168bbe62278e1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-94ae85-lrrnx281.tgz","fileCount":874,"integrity":"sha512-PgLUebHGZYdiIqKoLamxmLUkYghnIQc0VZFmBBBy4EqwvXfNnN9spWr6z1ZFZ7p4cTr3cbYpWCwJ8jJMummGfg==","signatures":[{"sig":"MEQCIED7Nk9Q3QVr3gmTWTyDFtGzy3nrUpvvO9Lmc9xM9oTGAiAa0RKNZkz/o+CyzVdq4JnLv190R1NV7GvFy/6ExGCd1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766972},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"94ae85e8c561b24fa1ca151957265f5ba91f1b84","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-94ae85-lrrnx281_1706093372235_0.5496668209232605","host":"s3://npm-registry-packages"}},"17.0.0-feature-f2e275-lrrpfqk9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-f2e275-lrrpfqk9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-f2e275-lrrpfqk9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b20842a5ba6b1f1d20995f9d0916877694e81819","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-f2e275-lrrpfqk9.tgz","fileCount":868,"integrity":"sha512-lsCOcXXpfuZRtkTZf/o/mE8VUh5zdwG8A0UxB5xrA7cYEPtDRjT956MaZBLmNHjqrTmsF+rmGuTzVsxaeYhcLQ==","signatures":[{"sig":"MEQCIGcbX9IJ+C95QVTunLW+d4rpV/LglAgt+jXafwKeJqSrAiBYpELvjEB1VcRf44iyTw+OL79yJYOVm3QyniNeCClK0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3719263},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f2e275dcbeff479bb8e65f1768db151cebbc0eba","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-fbb49d-lrqeywv7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-2d85c9-lrp3g5nq","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-f2e275-lrrpfqk9_1706095915231_0.4700053677066005","host":"s3://npm-registry-packages"}},"17.0.0-feature-7c641e-lrrumc0c":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7c641e-lrrumc0c","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7c641e-lrrumc0c","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4efd0c6d6c52d4498d11858c8c17e9f7f004b8ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7c641e-lrrumc0c.tgz","fileCount":868,"integrity":"sha512-u+wCHlceEpRBtOG9bRI+kV1Z/0p0gsHSm+crsPrriWZ3o08VOm6pF/fZvSEksO+arzhkDDdwULrlLxwhvIZeWg==","signatures":[{"sig":"MEQCIBKqmyZCfVaknRCqLN9FouY5MJYvmlBJ4IQBoJahQb78AiB4Be0cm0oK1WA0tpU/OUHoQmeTne9SGk83QzuOOrS8Aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3719263},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7c641ec2a6ebbdf3b68ad35e94c4a7e627a0f223","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-788c54-lrrt87xg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-3bebcd-lrrtg183","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7c641e-lrrumc0c_1706104622200_0.5956953835184358","host":"s3://npm-registry-packages"}},"17.0.0-develop-1b4085-lrrxbrn5":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1b4085-lrrxbrn5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1b4085-lrrxbrn5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a7d1231b5a2bf7d5d9cd81db70a4a8f3b189d31","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1b4085-lrrxbrn5.tgz","fileCount":868,"integrity":"sha512-OoRy0CfHVcD/HdFNXuRT6a95oGmCE87u9ZoC9iR3UAwEf40k2tUeXMxc4oNd3CCJVBFQDMMWbL8zmxSkBHwd9g==","signatures":[{"sig":"MEQCIFX8VeCOuN8lcrG9FSczrtFJ5R/3q9lWfzcqz3BF3QF0AiAV2gi2lbk3Yq0BpY5b5HzvZpmx2sYebuoeiCRdfTPLKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3719263},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1b4085683163934bec42bf6618943e05f9bba031","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-788c54-lrrt87xg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-3bebcd-lrrtg183","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1b4085-lrrxbrn5_1706109179905_0.6213363361694311","host":"s3://npm-registry-packages"}},"17.0.0-feature-bbace3-lrry110x":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-bbace3-lrry110x","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-bbace3-lrry110x","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"329a2e9ceafb287dda70671e9158f6322308d919","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-bbace3-lrry110x.tgz","fileCount":874,"integrity":"sha512-sUZwbqtUpnUXhtKUQZcI1J08m6dfg2u/+kn7j8fOMCA3sKkwFisialGoGTffYnxgfjGAx7up0S3mZaJhhx6AaA==","signatures":[{"sig":"MEQCIHEa2sfpQ30BBl1T6TSWjAowzarui4uJtmQ+a2HIFQ1GAiAbnbNAiGAQJexMWBQdwia7MBwOHg2HicnW4smUe/tjpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766218},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bbace398a51b4852a5861b990d4d8f35dc8f8daa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-bbace3-lrry110x_1706110347226_0.5333515003368066","host":"s3://npm-registry-packages"}},"17.0.0-feature-536e2f-lrry2u6o":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-536e2f-lrry2u6o","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-536e2f-lrry2u6o","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"949842b0342b91ae57cb5e291e6ab16ae8c6dd20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-536e2f-lrry2u6o.tgz","fileCount":874,"integrity":"sha512-YIHNSLv9yXdPvCE9n6CUA8UR/CSTIG1jMrcDc5jvLD7kq4rCyM33JWPlYcbNrLJmV8VHKPAyNW0F7KEv7ZISOA==","signatures":[{"sig":"MEYCIQCNOXk4A6a+Ju3HydRBRjWvFNQpWg0/GPoBL/4YaMCmXgIhAN6235YBpyyNZ6OvMf5NwSRQgEqxva75RvGOjabXBljz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766218},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"536e2ff44ef8f948f47f91a0e6a68f28f2ecaab7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-536e2f-lrry2u6o_1706110445685_0.9592854548840537","host":"s3://npm-registry-packages"}},"17.0.0-feature-063fa4-lrs1eapy":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-063fa4-lrs1eapy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-063fa4-lrs1eapy","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e7f61b0424a0d144dc51d3fc79c34cf1e27a0e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-063fa4-lrs1eapy.tgz","fileCount":874,"integrity":"sha512-4W9rrjh/UhODXGnyoueAsPnCiRqtMuNHObz8O2PJgl7FQCAi6SZrKBc43qHch6h+b9UbOvn5t+tSjtDCDok35A==","signatures":[{"sig":"MEUCIE5kjKW3QfKFTXRZR/0wE0tL3w8AYUNG/fjPgntU/bNPAiEAgiUER7KiJnjuKTbpDzBKOIzbp8Vbw2N4Da5mB2hq9oU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766382},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"063fa457159029ace627f1f4bc810e98ba9c379b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-190-conditional-events"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-190-conditional-events","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-063fa4-lrs1eapy_1706116003991_0.2101267753324434","host":"s3://npm-registry-packages"}},"17.0.0-develop-834091-lruknd3f":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-834091-lruknd3f","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-834091-lruknd3f","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1268b577ed46a333aa57cb180fff80e00737bc0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-834091-lruknd3f.tgz","fileCount":874,"integrity":"sha512-5xM+cTTbpnLZU4ovUzNPJm5ySwN7YzhFz2bpVsVWYKeGYrrCIdQQm5lMUmsT3Xa2JuV6eM+61Lcqk6gOhuikLA==","signatures":[{"sig":"MEYCIQDXLZruzeTP+LH//yGIKcdVuCu3xTU/GAXmHMZuJho9xAIhAIZL+LeTUKXwmOFVJCHkGG6+qWCm+a65Ol+jHCZ61UUy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766372},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8340910ce0ec718114117ecb052a23ba478fa04d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-9094c7-lrucpprz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-834091-lruknd3f_1706269280076_0.3730298064446955","host":"s3://npm-registry-packages"}},"17.0.0-feature-3dc4a7-lrunocdb":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-3dc4a7-lrunocdb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-3dc4a7-lrunocdb","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d23461ca5e65c6038acc683f18bdb750faa15dfe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-3dc4a7-lrunocdb.tgz","fileCount":874,"integrity":"sha512-R8n41pt4I09eOGdtelj6b4FnbxGMyYQU3SG+oidkRX0GLwi17Hc3/qjnDCr4IFQVdRVqn0bz1vTO7BwulRYNSw==","signatures":[{"sig":"MEYCIQDAUYDZ2MYMrTdSUKAhTbawLudfYruGWYzfk9BwO6QwwQIhANJGK5Ucz+sAdHJHNz+4BfXKNUFoueqRyWIz2Sy/u7ok","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3768634},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3dc4a7802c695f03f2c2b13b2cb7b8d822398472","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:general:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/general/**/*flow_node_execution_count.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-9094c7-lrucpprz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-3dc4a7-lrunocdb_1706274366273_0.1370219029319093","host":"s3://npm-registry-packages"}},"17.0.0-feature-537827-lruq6hkt":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-537827-lruq6hkt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-537827-lruq6hkt","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e891adf5ea58569011bf2dc14d1735d5f6a33d21","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-537827-lruq6hkt.tgz","fileCount":880,"integrity":"sha512-cW5XWUu3iWq2G/km3PE8UZnVreT1iOZD9p0Pz4o+OKD9OxNLLQXNg8iHgTWZq6UHYx+U9EMJ4xeqL6zRrUCFRQ==","signatures":[{"sig":"MEQCICni35miZISAIRwh2tCC3Ekp3F4zkZvioB42cGcw+RYIAiBE3MNPpqMjF89FGVW141lujuJq1A+SnME6KfK7QD0pyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809820},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5378271f34e2c159786620d4971202a271af943d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-38d26e-lruod1vj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-537827-lruq6hkt_1706278565133_0.3212169099358675","host":"s3://npm-registry-packages"}},"17.0.0-feature-b91c06-lruzkx5b":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-b91c06-lruzkx5b","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-b91c06-lruzkx5b","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bac2623facc0b3f43432a08e08fe498db9a2011c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-b91c06-lruzkx5b.tgz","fileCount":880,"integrity":"sha512-bam5ZpywGe+fL/wqD9tRASQIPvTJdnyRTUCK4ZQwkpdApkVMsv0qRIMkLI7qVzjW7Y9RECSXIJTtGGvcU78oHg==","signatures":[{"sig":"MEYCIQCmZmfbQg48kTcEtci2/bYgYemgUjiEtEKWBhxH5e7ctAIhAPVhXcW3PvUSWdraey0nABshPWQdYU+cgXfFUQw74/Zf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809820},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b91c06aabba5ffe4ad3dcd74a8550d8b2a20926f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e1a4c1-lruy8y2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-b91c06-lruzkx5b_1706294353105_0.9867477884874059","host":"s3://npm-registry-packages"}},"17.0.0-develop-ca6860-lrv0um6n":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-ca6860-lrv0um6n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-ca6860-lrv0um6n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8d825e16ed95fa7f058c7bfe6c9f2a7e537093e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-ca6860-lrv0um6n.tgz","fileCount":880,"integrity":"sha512-6BaSCIjkt3EjL2P9BxS5tVggalgMdhjlhvp7YUe5FOx+IgrliEelRqVvG0pLE81RXNMo/Gnd+YOUtce4B4JhUw==","signatures":[{"sig":"MEQCIEQSCPB4T8/n2ufxzptVXE/jEdejI9eu4RwsbHc0j1U1AiALkxZ8kTPmRsNEFKeeQA8DFixT00SYWT/+kDcWJ9bfIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809820},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ca6860ea870f254d8d4fff1ef2afee8e99230494","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e1a4c1-lruy8y2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-ca6860-lrv0um6n_1706296491161_0.9998660139050835","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ece9f4-lrye8d4n":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ece9f4-lrye8d4n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ece9f4-lrye8d4n","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7d8e00fa44f62514c83cd8e1bbfbc34b39f9ac90","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ece9f4-lrye8d4n.tgz","fileCount":880,"integrity":"sha512-Aft4k9a382QAz9U+CQDiT1V4sxDrPz3KT7X42zHn6LIbGm1WEy9DGmKIXe0pdeBcOCIyF8XMfWqlaGyeu7Jh1A==","signatures":[{"sig":"MEYCIQCFe2EVx9oiNJkyE5o/9PjgRO845+FXEY+9YXdmYP7KOAIhAMyrbGZqIkmJOEq0MoEeOzYIBj2tAvDuS/2nhID5g8rc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809821},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ece9f494e721e451e8f29f294893fb352886e53f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.7.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e1a4c1-lruy8y2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ece9f4-lrye8d4n_1706500367077_0.202648682139273","host":"s3://npm-registry-packages"}},"17.0.0-renovate-229d7b-lrye9g7g":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-229d7b-lrye9g7g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-229d7b-lrye9g7g","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da6eadfa26330b20d279f6eba7cd696758430aff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-229d7b-lrye9g7g.tgz","fileCount":880,"integrity":"sha512-jKodku45LAXrWoH9LIij7Q4wtWmMYrE3xvssj208iiaJcr/2AbQuiPcx20FKYJ0ZR2xKY68CRAd7mD01gbJGSw==","signatures":[{"sig":"MEYCIQDJx71VhTz7EZ9mW94uZzOfDkgkwQDzyPfvj8RZrUcxSwIhAMxpajxiTf766f4lguxhym7rKK77mWvYwi8YViCuj+Ga","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809821},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"229d7b9285b6157cadeca55a5e022ea29d054146","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e1a4c1-lruy8y2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-229d7b-lrye9g7g_1706500410837_0.9139053514296012","host":"s3://npm-registry-packages"}},"17.0.0-develop-d8328f-lryo2jrg":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-d8328f-lryo2jrg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-d8328f-lryo2jrg","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0aa1433a36ccde75e97fd65853527e1ce5f9151a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-d8328f-lryo2jrg.tgz","fileCount":880,"integrity":"sha512-qHXeTTvrqPGMZ+c/CV6OrmZUUBbIIIp5y9t+s+cwRn7rxwONM8WGhmIWk4BFrS75wk962QFN1c8sZH18sxO+iQ==","signatures":[{"sig":"MEUCIF/L9VnfIMZQMjqVDQpG+r4I/Bd+VyM+AlrOSUoxM8maAiEAl+9HN95NImtv5rAWS+KnQLFfdaGEcwa6E+Vxa3Wgp+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809820},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d8328f3ee29793a5c00ef284a20f1fe4ccda7b48","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e1a4c1-lruy8y2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-afb66f-lrucsoe7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-d8328f-lryo2jrg_1706516889237_0.3346911701535227","host":"s3://npm-registry-packages"}},"17.0.0-alpha.5":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ae5357d479e0df0d80974fffaf8fa9129d3c2784","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.5.tgz","fileCount":880,"integrity":"sha512-JyPpPcrsi17t5OMWz9+uD+XH4YCbMfAril6DXC96AnhxEVSiTvHNW8SanfCKkEeIHI388rfwfO47LIfrqJAjgg==","signatures":[{"sig":"MEUCICb5TGbfJRxgW1DA1frI6sNCPR5L5mP46BGkByzuPTD6AiEAslDY8qMpK0FjoiK4DxpV9lBaJ3VgbuSmK1QxSlbS554=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809772},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5888efcb41c0549f7c77089314dbcce477a1251a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.5_1706518097095_0.03370225241531766","host":"s3://npm-registry-packages"}},"17.0.0-develop-5888ef-lryryx57":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5888ef-lryryx57","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5888ef-lryryx57","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db2b72c331a34285a22df6f8baf5caf0b31cf899","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5888ef-lryryx57.tgz","fileCount":880,"integrity":"sha512-QtClwsnrAftYIKLFt+HZeJKS3iIrsjAd8z5dV1aVCEw+zDtwf60pJlVwYsaKGBg9yMQUp3Pbs2qkuvlnv5zF+A==","signatures":[{"sig":"MEQCIBEwV8/W4pKSRkDVVaSFEPpp3wiYS20o8T5mY0Wu9wf/AiA55vCWj9hD9bXV2ckDOFlsVyn00a4BTcbuwvotY7pP0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3809788},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5888efcb41c0549f7c77089314dbcce477a1251a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5888ef-lryryx57_1706523439522_0.15195380151347115","host":"s3://npm-registry-packages"}},"17.0.0-feature-ec7abb-ls1jxnq8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ec7abb-ls1jxnq8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ec7abb-ls1jxnq8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc0afe7a8d9b0b90f818a03ec6b443bff83a43aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ec7abb-ls1jxnq8.tgz","fileCount":880,"integrity":"sha512-jd6R5FdGVQ+NlB271P2uTNhxerddHR0Za5bDW4mO4XAvnz1kj8x+GBTAlT//MTYhBijhedFPE7EZtcUYJW/UiA==","signatures":[{"sig":"MEUCIQC8pXZ/I1aZZi7ATnjEivKMOkpW00dAiUpBDZ1Yyis8ywIgDashx9//sslJs/9MIF4o1/GjPmW6SCD3fwRUDXoxVvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811770},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ec7abb074ada3f0ecc48ad7425670d620bdc0b3a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ec7abb-ls1jxnq8_1706691337397_0.0756115156427597","host":"s3://npm-registry-packages"}},"17.0.0-feature-ddb38d-ls1jyi7q":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ddb38d-ls1jyi7q","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ddb38d-ls1jyi7q","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80efe6904a24940754b92c34e8037e99daaf0bbc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ddb38d-ls1jyi7q.tgz","fileCount":880,"integrity":"sha512-4m5wHXGmZBc/n70ENg55Y2L8NSUd68CSDOjJVbU7sPTioo7UFsbcm7o0I7dxfM2G96O1Y64+7alILTobUFXuDQ==","signatures":[{"sig":"MEQCICjqVxFWQMylReXGxSm3Sc7w9cBb3eLtskWYyMBLClVkAiAgeYOJlMxlB70HabdHwZUJ6+ufID7PxY87/ekQb5zfUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811770},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ddb38d3e694ae54d5c7535da12dae4d44e8488ee","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ddb38d-ls1jyi7q_1706691376170_0.5866551725956615","host":"s3://npm-registry-packages"}},"17.0.0-develop-2e5c07-ls1lfui1":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-2e5c07-ls1lfui1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-2e5c07-ls1lfui1","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6cc627ae904c79c208c84c84764d44449798189d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-2e5c07-ls1lfui1.tgz","fileCount":880,"integrity":"sha512-ofGf7TXk9xwvvddVi25j4NHYqrOp3QUF6j8w25x8MSzIAOJ1GvuGsZ1hGjH5FdQtALuDAEAqJ0BLIxZksGij2g==","signatures":[{"sig":"MEQCIBPeozPCgAA15UwJKHcAIfIuistXenvc6fCQ86jUBvNnAiBHlQDRMNdz733XXrQfVShgxS3aAjQBtEiORY+2qqFcgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811770},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2e5c07e29ab966800b2e93582d01a359b1e1c174","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-2e5c07-ls1lfui1_1706693865785_0.45427158745232954","host":"s3://npm-registry-packages"}},"17.0.0-feature-429ae2-ls1zipe5":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-429ae2-ls1zipe5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-429ae2-ls1zipe5","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"54b44fefa087cc2ae02ee8f62e38146024577fc5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-429ae2-ls1zipe5.tgz","fileCount":880,"integrity":"sha512-Isiscqr0aVdQmVsBbR570QtzND+grnTohoQI+rWUZXWDD7fCjxIWxR1qpo9AsMl6S2bBjoaW7ak/trf5F7PpMg==","signatures":[{"sig":"MEYCIQDNkcIfh5XasIlmYzjMPsIsNb7dEw+z0Jh8MmBEER3dHAIhAPbdKvqOE66mqB/dqWmVTqCyIr3Vx0DwJJ6hD7Si7ee+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811106},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"429ae280de93350a77d06dd512a9d6d59532c6f6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-429ae2-ls1zipe5_1706717522621_0.2632398252172117","host":"s3://npm-registry-packages"}},"17.0.0-feature-97be87-ls30oy9o":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-97be87-ls30oy9o","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-97be87-ls30oy9o","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ae03583f01d7c4d98677115fd7b2f653c3379841","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-97be87-ls30oy9o.tgz","fileCount":880,"integrity":"sha512-iMl+F9qWaMdqD/5uL6ucjSZN1PhhMi9QrwS2U5HV8tnGEIJmzYqmjEKYMjQURFI+itdtyXM//oDgqEF5hRFGIA==","signatures":[{"sig":"MEUCIQCxGWH6sR3VPiOSGhEWy24egS4GKvh3ZPa8hjKO8+g7CwIgX/XwMUhY5X1xlYk7mRnqjHaxkMHvuofoT1238/hVhts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811106},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"97be87e496b1b4a16e9cbe3f6d978dab6dffa17a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-97be87-ls30oy9o_1706779953256_0.46788843002875025","host":"s3://npm-registry-packages"}},"17.0.0-feature-199dee-ls3hkgye":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-199dee-ls3hkgye","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-199dee-ls3hkgye","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8fe3134600e70135ce586459273c70b0d528244","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-199dee-ls3hkgye.tgz","fileCount":880,"integrity":"sha512-Za/o1ol4SQVEljxkVrQr5wiPEHvgwB7JT5oeUOGA62kiIcAdJaLYW0cmNGkq7WdzK318T9H+iBrFhqz04FohBg==","signatures":[{"sig":"MEQCIElKNhKzRY1ls+lOwJHUtX6ETeaa/neZHL/ZouxO+6U/AiBoMzM/YNBeCfbE+1G9gzjyE5UElxhajcuIduUI+DR93A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812015},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"199deecba713f40a769ef7aec6df429c3ecf6c0c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-199dee-ls3hkgye_1706808294115_0.8633306297107044","host":"s3://npm-registry-packages"}},"17.0.0-feature-91cb0f-ls4hfujl":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-91cb0f-ls4hfujl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-91cb0f-ls4hfujl","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"94c15a83d1d2ff770164b251467d9036b1bbe7a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-91cb0f-ls4hfujl.tgz","fileCount":880,"integrity":"sha512-DWu4K/dEscugsoDr7oizUbKmUvGUp41yeTMfwQWzLpjYEMNLKkik1h5UA81Wtc3YOf5oAWI41HkWynj1KYjCvg==","signatures":[{"sig":"MEUCIF2yorngHxgw+xja5aENSaTDMM8oBLREAjJdIV+Vhf9UAiEA0L9yTkcWxAK4tK9XcZu793sEZZszZnm73C9yUiS7DcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812234},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"91cb0facb2617870cbb2a69003fff25f3bfc0c8f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-91cb0f-ls4hfujl_1706868544822_0.8527249224857703","host":"s3://npm-registry-packages"}},"17.0.0-feature-a7bcc6-ls4hye8e":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a7bcc6-ls4hye8e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a7bcc6-ls4hye8e","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7ae6030d72bacdf4375a6a186938e79caa231d98","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a7bcc6-ls4hye8e.tgz","fileCount":880,"integrity":"sha512-/jk4www987pDMQzn5iiAZt2ArLLjUyXWZDMsDXGRfSd/62zPYVqExCCEgO3ZCEM1UTiQoO2EluIhCT2Fb4iJGw==","signatures":[{"sig":"MEUCIQDOeEGFt1E65T/pEC8JdNtfzhDcuSd/ECbMGACbnefhkAIgKMXHeWGHYTLgGyb5lssHBfxK8lTpYBxWuOdRHTva1Uc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812234},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a7bcc666c3a28b75d9f65e553388ed726b56dcc2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a7bcc6-ls4hye8e_1706869410986_0.8255361988122001","host":"s3://npm-registry-packages"}},"17.0.0-feature-d44568-ls4jhb5l":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d44568-ls4jhb5l","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d44568-ls4jhb5l","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c0eabf381dc43fa291110103b7f64df02b439d8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d44568-ls4jhb5l.tgz","fileCount":880,"integrity":"sha512-o4D414nl7uHLQBPwSwV2G6I2/Q6KX+Af91yUKbLVzUDqbtqKAAQKWMZL7mUA+Bt1X5zsaDSZw2hAdes16iUABQ==","signatures":[{"sig":"MEYCIQDu+p3ARN2Jh/2qsry+FsHy49Mog4yKcgHzAaaWtyXQbQIhAOuwMR0GmBHX70JjldX2u3YEbqdYz6X49OX1bBQm6i2P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812094},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d44568b02fb672570513758d0114b032f86c3573","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d44568-ls4jhb5l_1706871972202_0.8899344048293643","host":"s3://npm-registry-packages"}},"17.0.0-feature-40a063-ls4mtlgo":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-40a063-ls4mtlgo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-40a063-ls4mtlgo","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b21c9e20c8bcd5e9fd2cf57da286b6eb44ed82bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-40a063-ls4mtlgo.tgz","fileCount":880,"integrity":"sha512-RqyIK9Z0GKP/30wyJvqUvncHK+GGpg75e6+mGzdMrgwhARwwk3FGykbMDwAnc8jsozuIbyWTumafcBSYpBVIeg==","signatures":[{"sig":"MEUCIQDfrgg2IKlC2u99xwPgOg3ta4xV0rlOdJLMq36j4Zp3lAIgfCBZNMxfmU0B2aJUm1k/UeYEUi6zFBwfcs7xS/aKh3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812094},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40a0630b63f383faafd5885184c74e0ff7c7fb5b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-40a063-ls4mtlgo_1706877585260_0.223381572384715","host":"s3://npm-registry-packages"}},"17.0.0-feature-d69d10-ls4teegq":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d69d10-ls4teegq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d69d10-ls4teegq","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe8929cd940f89267326b90d0ecdb48483f7ca67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d69d10-ls4teegq.tgz","fileCount":880,"integrity":"sha512-2p5H5099bsuraHqIgYg0m0DgxX0jfNEC3vdJFbXgI5aMVLCXPLZo9YbHceZovCvFHHx7kDiofHayQiXrAZq0NQ==","signatures":[{"sig":"MEUCIEVLX4++cf9PAX2PrtxaKHPi6af8ArRtvJKjTcoCdYbQAiEAxfnduTXs0G+BUh4w5Qj7ra/z4QB+wjLUI25ePdgvJak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812094},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d69d106a16522ded62fe5caf22d2100a31ef53df","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d69d10-ls4teegq_1706888632067_0.6076078807983096","host":"s3://npm-registry-packages"}},"17.0.0-renovate-886325-ls88ytjh":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-886325-ls88ytjh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-886325-ls88ytjh","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f3983d1676ef265119527baa6d8381c6741906ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-886325-ls88ytjh.tgz","fileCount":880,"integrity":"sha512-IihqSlnbGPluHPXP7Gbbb1JGpHouuaN0g/Q3s9hnNcvliPziK+i5MOqCpsX4M1vfiwHAo8hHptXKvjn1FEP6fA==","signatures":[{"sig":"MEUCIClaffwJOvlHU3a5NqEYNfZT6dJuk9/nFPvcHflu4EyaAiEAp0xxotjaEAn9EnM21olXiYxyoXGTeCehok59ILvLU6E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811771},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"886325f61de227c1862f6069c16286fad344c8ed","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-886325-ls88ytjh_1707096184636_0.12482136783403885","host":"s3://npm-registry-packages"}},"17.0.0-renovate-7291b7-ls891in9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-7291b7-ls891in9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-7291b7-ls891in9","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dbdb2308192ee494f2cc5e4b880e2bd31fdaae31","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-7291b7-ls891in9.tgz","fileCount":880,"integrity":"sha512-k2d4yqUgghT/tdDi6cW0biXbfzNcN23wqBuuKhoMwBhBJC19SwbHC4Jl3dYZa/W9SWAZ5e4cJTjG0Um8ydIVtw==","signatures":[{"sig":"MEUCIQD6qtJ2nqaUagOq3Gykw40LbJeJ8zMFmmKsFfMRBnP9QAIgKBJgd4NdlVteNlqMfUxTujwM3pD0cfZ0/NGF80Np8mY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811771},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7291b7557e984828ad3547bf1d86e53af9a30147","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-7291b7-ls891in9_1707096311238_0.4829402321288021","host":"s3://npm-registry-packages"}},"17.0.0-renovate-eb319c-ls89fp3k":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-eb319c-ls89fp3k","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-eb319c-ls89fp3k","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4eb667af74bac0b77482fac8aea24bc27e79d471","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-eb319c-ls89fp3k.tgz","fileCount":880,"integrity":"sha512-tcquUDpwQE+JXvCT/U/9Uq/jdrpHkDOG8W+qYScCNpBSFrngivSIShPLrcxiCCe4t39oH2QamowTDCLMicGKLw==","signatures":[{"sig":"MEUCIHfkaiwHQsHWiiryVASXII1E7USqbkJ0FgIGL6RDXKkWAiEAnXbwW5dXRDB3z5qLWphYWmKbl3/tPBFNec9rSYNBFm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811771},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eb319c43adbbe2dcfd3612f5fdcd6a29cb34f135","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-eb319c-ls89fp3k_1707096983704_0.4428525624274764","host":"s3://npm-registry-packages"}},"17.0.0-renovate-8dcf56-ls9qbf2i":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-8dcf56-ls9qbf2i","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-8dcf56-ls9qbf2i","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"840dda36487232cb04a0760c1e5ff5c4014f0ac5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-8dcf56-ls9qbf2i.tgz","fileCount":880,"integrity":"sha512-SP5vQ6z7txYu784Jl8is7AwIwvJgJnwB248stTfvRzTJ6DtqE/pi9UQ3cUeYKzlExTZ2rKYO2gsXl5qnTX0szg==","signatures":[{"sig":"MEQCIB2FtBhkc1hZsEZCqP0ruhA3FkV7zlu+ltzW2xdX86XlAiBi21wZ3PZylLmSOSaFe5I4JblzAe159jI+uQi2+Zaliw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811771},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8dcf56dcbb5de7fb0d3128fed8ba55672f11b6dd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.0","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.35.1","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.1","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-8dcf56-ls9qbf2i_1707185785085_0.06508734772089575","host":"s3://npm-registry-packages"}},"17.0.0-develop-890c4c-lsa3caax":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-890c4c-lsa3caax","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-890c4c-lsa3caax","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"994feba428a224fcbd719e6047fd7ae0ef290345","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-890c4c-lsa3caax.tgz","fileCount":880,"integrity":"sha512-OgjtqFy37Y36K/1edKROI+Ft4h8nJA+20bxEic7il2NnDLVV++GLyaPXTv/eJsQbIa/p7YO7MdG4z46WIQulCw==","signatures":[{"sig":"MEYCIQCHN+0SFjVESejiqAM+fBUJE4iBiP5Jmi1VPItnryrgLwIhAJ34haTHXXnSYU4TvGcGq6CHPSv9aYFPNkxam7ul74UE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811770},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"890c4cc31f31d73734308fe93e470e5a92997407","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-890c4c-lsa3caax_1707207675842_0.5250021106470306","host":"s3://npm-registry-packages"}},"17.0.0-feature-0851fc-lsa5fub8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0851fc-lsa5fub8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0851fc-lsa5fub8","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bbcd3fd56bb8dbfb8983a5a0134cc9a441b92229","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0851fc-lsa5fub8.tgz","fileCount":880,"integrity":"sha512-7xz4qY7CAsuAjbd5yrwJ1oie7WtUmun3cgS110mOZoOmdoBqwDv0WfQ65/+lPODY+c82hhBepbZ0AGM+e5sX5A==","signatures":[{"sig":"MEUCIE97P4NomVifwuQH+0LRwKmWKwUolmZLCaGZSQGqpkzYAiEA96fV3VMTgdEYJAKA4Acym+lBUyG7vG8ZIbC4tsL4LEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812094},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0851fca2b91359359e0d0219e795309f8aa32864","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0851fc-lsa5fub8_1707211188137_0.6640950177123497","host":"s3://npm-registry-packages"}},"17.0.0-feature-ea9a3c-lsaba79d":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-ea9a3c-lsaba79d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-ea9a3c-lsaba79d","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3d25f4cbd64d8322b8f85ad3f538c32e90260815","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-ea9a3c-lsaba79d.tgz","fileCount":880,"integrity":"sha512-9YbOXVZzDAEtKjFdHfZCNjrcyMiwtHQ+teW2hT5oXz7MQYowtS+BCwygPlehFXRWtiIrKnrsSDHlc8AOYGWkNQ==","signatures":[{"sig":"MEUCIQDnGewxFUPcFyID0fC6wYtpl/umpRL4qymDeqoAEEwy1gIgZ+tvz0a+7RpaLkZTlXIJOZlTRu1d6yixfqxn9mscUY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812589},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ea9a3cc7017a83b842ffb9ae55a84bf053123c4b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-ea9a3c-lsaba79d_1707221016687_0.4759856702947094","host":"s3://npm-registry-packages"}},"17.0.0-develop-77dfd0-lsafptah":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-77dfd0-lsafptah","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-77dfd0-lsafptah","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"493ec2e738f785deb131294640f9afdd35d15b76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-77dfd0-lsafptah.tgz","fileCount":880,"integrity":"sha512-++8bfK/uxq9WOid/+6p+uGuu43FHWeG+FeileUx4jawjGeeptkM9y4mK/cG6opYKgaO8g865zKWb8xYhwJXtow==","signatures":[{"sig":"MEUCIDn60IJnVkY174Vfb4DNuKm/VzhcxHWaQm6bA8dU0AjQAiEA0GV4YzEjdj9JG/RwlUWPJNSjF2s3XPiFUfmN4GqiyLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812589},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"77dfd0534966ba4e1f23e1deb99eab8cc2efde4a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-77dfd0-lsafptah_1707228456693_0.16613733336779002","host":"s3://npm-registry-packages"}},"17.0.0-feature-0d630f-lsboqjmr":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0d630f-lsboqjmr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0d630f-lsboqjmr","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5dbb6c3712f95e7449ccf8a351a6bf2abe988e31","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0d630f-lsboqjmr.tgz","fileCount":880,"integrity":"sha512-b9flqFOZKaAFa/zwkAUVYOkW+RkrfHx9lgYBD6P2c1DYto+tGgn9QVlBnS1hM/VN3kTMtNFpgnSNXCrGsNab5w==","signatures":[{"sig":"MEQCIEHs8NsmEH++Q4LdunQjYu/ymRlSvs57Hwm0Hauy6OemAiBSjYOFB4n/QFf5zFnZ/LavLHMA3lUCVls6WV2C47RIjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812630},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0d630f53a4dc71877312c39078977b2e62f4d0f4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-76d75b-lsbmzzo9","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0d630f-lsboqjmr_1707304078370_0.816267585610611","host":"s3://npm-registry-packages"}},"17.0.0-feature-d117f4-lsbphc74":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d117f4-lsbphc74","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d117f4-lsbphc74","maintainers":[{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"},{"name":"mindassist","email":"mindassist@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7bc97a79e2828a76b2c6cf2d521b1c54fc70f2e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d117f4-lsbphc74.tgz","fileCount":877,"integrity":"sha512-Frm7P5YqYHtPb0yw1SRhdDQGsdn+TiIvcIZXJQMExweazVyHlbTKSjcAuSVdhOAArwwBl4hSH5evxwxRskY3cw==","signatures":[{"sig":"MEYCIQDXzD++qQrP8wBhi9L/iWKoGvLybM5XUhsjDk4RxxYStQIhAMxZmQGvW38+ntppO0gjKEXb2u3bU1O5H6WbV+BSwCYU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805674},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d117f475747401959bc9bf6ce8afc1fb02118493","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d117f4-lsbphc74_1707305316932_0.7784853270499852","host":"s3://npm-registry-packages"}},"17.0.0-feature-5336a2-lsenh8bb":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-5336a2-lsenh8bb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-5336a2-lsenh8bb","maintainers":[{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a0728f58de6281a2f7c4c0f687351d6d0c4b5954","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-5336a2-lsenh8bb.tgz","fileCount":880,"integrity":"sha512-xcKMkDx7moBZCad270rrJxfjyp4Kjwf9sU7gCX+swMvgqyG1ZfROasOCRSek7lqC5JhICcnhvo20yjTVwqME6w==","signatures":[{"sig":"MEQCIBsi7eblxkC0O0kfJYUb7zdVEYHWulYhnhxFTCECaJiRAiAMnQoiRYLu4KIDpfD/pFLAIZApc0MDKSW/5+UE6vbz+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3815990},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5336a20b52d8f96a0bea34730ddeb3ef8181f019","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-9e925f-lselbt6y","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-5336a2-lsenh8bb_1707483356244_0.8963949369436279","host":"s3://npm-registry-packages"}},"17.0.0-feature-0d41b5-lseqnxx2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-0d41b5-lseqnxx2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-0d41b5-lseqnxx2","maintainers":[{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bdaa8b040fc2a43301f88534496788ea9de4a998","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-0d41b5-lseqnxx2.tgz","fileCount":880,"integrity":"sha512-/aG3oekN/O1D3udt5y0HyzntDnkqp2d06xZXVt0iETKZnl79sP2g0QZMFbAxq2/dLxMud5vpDnl6DSDGPKlZ1w==","signatures":[{"sig":"MEYCIQCgrXDqCCak3h2MdTgkdRjirt7c81nCd/qN5nQ5wLUXdgIhAPTovZZvukM8NiyoU8IMYQ9WHN4I6lD60YCni+OO2pM0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3815923},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0d41b504c4b92fefd625f488b9b35e1335f5fd7e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-9e925f-lselbt6y","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-0d41b5-lseqnxx2_1707488708052_0.6147724492772875","host":"s3://npm-registry-packages"}},"17.0.0-renovate-289b3b-lsiaqy6a":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-289b3b-lsiaqy6a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-289b3b-lsiaqy6a","maintainers":[{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0ff08bf6c4ec00375cb3ba87e86b510133c4a07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-289b3b-lsiaqy6a.tgz","fileCount":880,"integrity":"sha512-iD9l5F69FglPCpsXP37XMtE3KwZPNkuNn4eb9wV+K386k4YLafb+dDfvMKL1fTdYieVzJuj8e5/0NLhutPZHhg==","signatures":[{"sig":"MEQCIDzuNqG1lMROpt2oFMIWvX23RMDfJPhUpjQfqRWYhi2cAiBHIhIX+W7QqjOSloVEuxKMKCKt91If+Ke+5yvbOU9Sxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812590},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"289b3bc14fd500d4a7c25007e2a44f0e30b67d12","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-289b3b-lsiaqy6a_1707703832216_0.73225702728586","host":"s3://npm-registry-packages"}},"17.0.0-renovate-924e76-lsib1vxv":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-924e76-lsib1vxv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-924e76-lsib1vxv","maintainers":[{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"191e903517f559210648cda2033e666b72b9977b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-924e76-lsib1vxv.tgz","fileCount":880,"integrity":"sha512-olvhMwyua1DS7gGFQrNS8ool9mvE6pVXZzHGa36sXWbdukHw2e3dj508+i2s4TT1P9uM+2d0dMbOvKfL1r+htw==","signatures":[{"sig":"MEUCIQC2dQMRL5jD+tcAo8g8OAVvBPOZGAzMF8tF50fMZfVnJAIgZXArfSQKs7nscJak9hQ9Bml4WaPSLCfHFYCQDVfwOU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812590},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"924e767c7684525c25cb06ad29dc62d93f7e1555","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-924e76-lsib1vxv_1707704343181_0.5675363774901765","host":"s3://npm-registry-packages"}},"17.0.0-develop-96395b-lsip76ay":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-96395b-lsip76ay","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-96395b-lsip76ay","maintainers":[{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c674f2175629c8a0e4c69782702e88a3e8aa338","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-96395b-lsip76ay.tgz","fileCount":877,"integrity":"sha512-v8BpUZDPoecreYwGG9ero9wz31z6hJb4KoNZV5aCjuXujRik2u9X/PAhg8WjNu6jiCKyfNtnMJ9HKuly9F+2BQ==","signatures":[{"sig":"MEQCIHd5yVg71EHjtoZCRQb3oV4LrkyYIWAl13UEjYdDm0UBAiAbCxe4xq49B9zBZvX9srLc/dg5fZd7tTewq5vvpz5K3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805674},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"96395bec8ef705100bc52839647eeda167df62f1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.36.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-96395b-lsip76ay_1707728115337_0.0190865080761502","host":"s3://npm-registry-packages"}},"17.0.0-develop-c8efb5-lsipbdnn":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-c8efb5-lsipbdnn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-c8efb5-lsipbdnn","maintainers":[{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7a93ca701e84cbb6b0b399146b36e9bbe9461075","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-c8efb5-lsipbdnn.tgz","fileCount":877,"integrity":"sha512-PrxTc3GnhSu5/nxpFQky1708+sGNI6d8a4Y2L0J9cirez+H380Fb2cH+dnjSJN+AC77wf5PYtW5UXxTJ0idsJg==","signatures":[{"sig":"MEQCIH9Bi6Hw8FiZScUx21Oriqq9nax1wE6c6HtaM82inJTWAiBuV/9RYOT+SIW6/wcxc3cI45A2Aqq/MEVDzYnrSIHRTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805674},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c8efb54195978f62bf4fc2fc23f181c571ca0486","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-c8efb5-lsipbdnn_1707728308856_0.6004654326703558","host":"s3://npm-registry-packages"}},"17.0.0-feature-b3847d-lsirwvlk":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-b3847d-lsirwvlk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-b3847d-lsirwvlk","maintainers":[{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c9487f2883497de83284cdaed7950cfa14d32e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-b3847d-lsirwvlk.tgz","fileCount":877,"integrity":"sha512-kE3lIvOmPgHxaQmTTFoxrJtY/BHJYpUQYVaAXs2SD7Yr+AcYD6qlKFmEd/7UsKh25mGdOtILytj9htf1jvYkAQ==","signatures":[{"sig":"MEYCIQCVNKOZW0k/T296aotzdcQXoPcY3+c9m8324ygrR2FKgwIhALjKGeAYu1djgYy0s+FwsgcM85DS4gRkxv820ZxK26j5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814579},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b3847d7673513abcff5ee614963f104d940565b4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-9e925f-lselbt6y","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-b3847d-lsirwvlk_1707732667326_0.9173238114844733","host":"s3://npm-registry-packages"}},"17.0.0-feature-463b9f-lsizfwlt":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-463b9f-lsizfwlt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-463b9f-lsizfwlt","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d6be68a71c6a0a47962eadd1873cb41f64e56a94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-463b9f-lsizfwlt.tgz","fileCount":877,"integrity":"sha512-emLbriRLlnK81CiHyiPduDDLvwEVopFOl4RsDaJS+XrgtMRSBsB7cdoDTu/N2G7yY41Ps529JGnO8jJnE8J6+g==","signatures":[{"sig":"MEUCIQD/YDSRnm1yH9zGuw1jps8OmSFrwF2srcqAnHIRTFoxLgIga/RHfFL+NUDijwI29uxaSG8XuWGrCw3NdWuhVd+sQRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814579},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"463b9f9fec33354e83568b8c47a849d5780b2f61","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-9e925f-lselbt6y","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-463b9f-lsizfwlt_1707745323504_0.4800166549649605","host":"s3://npm-registry-packages"}},"17.0.0-feature-b5bd15-lsj1ftz8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-b5bd15-lsj1ftz8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-b5bd15-lsj1ftz8","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89b913792be83a39b3e1aad09bf7d0f8ee3c0063","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-b5bd15-lsj1ftz8.tgz","fileCount":877,"integrity":"sha512-0QzFzX22LNWIHf/dnpMePJNVfvQEOgrcI3WncA0+yO6zapA40lizEQjr3kmk4HuWvX64P1+K87wCYi6DuijVIQ==","signatures":[{"sig":"MEQCIF2eD6vyMZjkoHhTx5V+gerBk2mM54aM6Zvr0hIBSjI8AiAPGDAR7Y6CZlzJQUZqYvo6Mo9MNLWCsgYDf0xaQoVQKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814421},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b5bd15dc799265438ad9dae5df3cefa65378df40","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-0402f6-lsizk4ti","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-b5bd15-lsj1ftz8_1707748662874_0.17664453583795892","host":"s3://npm-registry-packages"}},"17.0.0-feature-a3f5e1-lsj2q065":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a3f5e1-lsj2q065","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a3f5e1-lsj2q065","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71bd7b0129e6606cb451aad0f986408213675a65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a3f5e1-lsj2q065.tgz","fileCount":877,"integrity":"sha512-zmEXePrzHNqML4H0kXJeCbII0AiDVhLDAV/hk3hlca23doKV+b6C9piTiqwrdV6cM3vm2hfBrBoCxYzWrxtaeA==","signatures":[{"sig":"MEUCIG1dCWZhkM8F4PDWwUTlXTGFCvPJiXtKJ5WQTne+g71OAiEAjyedAipdxIOiBpkHwcQ3ZKHnwqLC6yQALMfNXgWyAEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814653},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a3f5e1af70d20e586ac8b50ed1694394fa877f00","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-9e7e66-lsbmgp7y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-feature-0402f6-lsizk4ti","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a3f5e1-lsj2q065_1707750817120_0.2159015511790061","host":"s3://npm-registry-packages"}},"17.0.0-feature-fa55bf-lsk5dirk":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fa55bf-lsk5dirk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fa55bf-lsk5dirk","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c565149f7dc1339d7a9a8d4299d7530313aa5c53","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fa55bf-lsk5dirk.tgz","fileCount":877,"integrity":"sha512-2BdeQupIqd8BNCwwmr7vc+HRkFq9ezb+xM3tMmvTWrk/NFqR0UXvvvExZhQtmbRx5mJIxdEHgqRB74gVXJ32kQ==","signatures":[{"sig":"MEYCIQDqrm7ISoAJ4uaG8n/RvhAQStVSLoWUhY884WYswfeObwIhALzYf1f1xpJlKn93rf0ALK/jkY+eS2cQBTiv1LTl8bwm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811456},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa55bf7a96fd6ddde3c69589dcdc20d71ed0d56c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fa55bf-lsk5dirk_1707815740231_0.9568349793706217","host":"s3://npm-registry-packages"}},"17.0.0-feature-029c9b-lsk6kd9t":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-029c9b-lsk6kd9t","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-029c9b-lsk6kd9t","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0b7a5b5d4be512c3f4d6029d069ba659b931a0a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-029c9b-lsk6kd9t.tgz","fileCount":877,"integrity":"sha512-WvOri4yaCreMwvgDtE8tP9QAsLs5FXvxXQKN7tam93u+/NscEspuF5J5NpSHeVrtl0s4r3W5455TW/G+IF2NbA==","signatures":[{"sig":"MEYCIQDZOlg+U4VEaj7oWi7271KPX/+5YfiUO26Ej0EH3v0AXQIhAKFUEfQN+8fE5/HSbk+NcifbYRvNeUUguAiu7qmBHlTJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811456},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"029c9b17c33a4a72fe20c539f6ca25d98204e426","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-029c9b-lsk6kd9t_1707817737681_0.7240931275735147","host":"s3://npm-registry-packages"}},"17.0.0-develop-5637cf-lsk8e5tb":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5637cf-lsk8e5tb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5637cf-lsk8e5tb","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"156daf8bc765de53be0fe4185f28d7436f0b7ca5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5637cf-lsk8e5tb.tgz","fileCount":877,"integrity":"sha512-tZrHNXSyvw0UjUDqr1dmP/KEF5xr8AGrHnt2zszbBERmx29DsGskXWJh1mwAisnCNnvS0f8qRRM35cz6AL+w/g==","signatures":[{"sig":"MEUCIHqz8rOZ55QuzzNYS2oUhLsim8XgIZhJnm4kn7wZJ4nLAiEA/7s1yW185RGeTO8ILYxPDJ1oit26EX8oRkEOY85urMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811456},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5637cfe0dad96c978dc11b0442620270fb557155","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5637cf-lsk8e5tb_1707820829168_0.3825108711975198","host":"s3://npm-registry-packages"}},"17.0.0-develop-dac2f3-lsm1vumi":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-dac2f3-lsm1vumi","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-dac2f3-lsm1vumi","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c6b7615f808a5d511017c9658fcec41e7a5fa033","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-dac2f3-lsm1vumi.tgz","fileCount":877,"integrity":"sha512-qRVI7MpAe2nacn+8TaNHLOAPyDJ75zPcVAa0Lzhs/+vBRq/9nWKZQL7DXQpjH3zk5HpW1qexZ8cFJ4tE+NdqHg==","signatures":[{"sig":"MEMCH1ch890BxRkTdi5tltHL60IYSftjTRQe0yQ1xlvGmRcCIHVgueFETINhmthUKUX6YNV5UhtZnAhFCkN+kq96Z1kN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811456},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dac2f3e12e851caa5a5604561f061e3f59258c3c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"~6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-dac2f3-lsm1vumi_1707930821850_0.5082751906056988","host":"s3://npm-registry-packages"}},"17.0.0-develop-780b46-lsm2vkzb":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-780b46-lsm2vkzb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-780b46-lsm2vkzb","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"698d860de3519b489e839b614ec8625e3759f627","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-780b46-lsm2vkzb.tgz","fileCount":877,"integrity":"sha512-NAy2KiH4dpPykecQxROSboJ6DXv6/edVyMqq0YZlazEsr0ctBiw3eKVM+InyuNwlXB/VGqdIOwkN5IGF53ZtqA==","signatures":[{"sig":"MEYCIQCUhRouiPe5xmnDSEcqOLHBBFhPIACmBlzPJ4aNpEFbUQIhANfFPFi070rACpS+6rbs4XczqHBBSdlBadH6NGv/lCse","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811457},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"780b468d791ce4c881b31390d8171c95c5a588cc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-780b46-lsm2vkzb_1707932476486_0.18042991030289213","host":"s3://npm-registry-packages"}},"17.0.0-alpha.6":{"name":"@5minds/processcube_engine","version":"17.0.0-alpha.6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-alpha.6","maintainers":[{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e388a31c2755f7733d144fa6ed7ca8a2355b0d2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-alpha.6.tgz","fileCount":877,"integrity":"sha512-IMz1HIF6CMzQsNtgEqhSi8/huRcNmyvOnCUR5g9knXGmlICT8CozIt/N47BwAZqoZCss/NYH+F2YtWa0DMmtEw==","signatures":[{"sig":"MEUCIGcPfEh8lcvwjAwFNPH+zjplfLiF9wbVFoQp7SlL+bOdAiEAqH60jpC4swpiHQOTxcHT4dtLgipmXpl4zD6pQBjFnjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811441},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6aa28d23d1c0c0423be405b8866502a248eae055","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-alpha.6_1708002690887_0.5217871106502139","host":"s3://npm-registry-packages"}},"17.0.0-renovate-5b7b93-lssas0u0":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-5b7b93-lssas0u0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-5b7b93-lssas0u0","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b3345f5db2ba81917971c80f75a22fa32f64521","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-5b7b93-lssas0u0.tgz","fileCount":877,"integrity":"sha512-fll6F+KObgu9OQGduXDYN+WgBQbFMpST4mJ0piZQIuS5qCSdG0LOIb90Vr9r1GIccJsuJLUS6p/JvC6v3k/Wvg==","signatures":[{"sig":"MEYCIQCP6JCjHo2EpN/qUMxyYat26O71lOaEvloR4Mek1/kIHwIhAI6A5dshJgTgQ7ONuXWXU+9aMn48nxW2mNFR0Fl9nqPO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811458},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5b7b93ff8ac23fce82a8fbe0e20c59a9d109dfe0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-5b7b93-lssas0u0_1708308543145_0.6365895817628289","host":"s3://npm-registry-packages"}},"17.0.0-renovate-7f16a3-lssautbn":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-7f16a3-lssautbn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-7f16a3-lssautbn","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5cabd9f42a5b5a8798508ae6149ce56761f9221d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-7f16a3-lssautbn.tgz","fileCount":877,"integrity":"sha512-Ai9MDf2iIBOxuPuoJ6bj+RGULOkVe+iJklKkPgab0qrXp3KHK7thzPzOL8k9crDh84vQC6mkyeuaKz9f97oa4Q==","signatures":[{"sig":"MEQCIFlkrFRBRWzpA7rQJiVvFpLN7e+5+6dHN0OaBun7fqwOAiBGAixyBm+KBFzXQ3bH6GYiLpBf+FyxCWwKC/QM9DKHXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811458},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7f16a3c38e3463b8dd8dad6ef3190f0fe1d4e1c5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-7f16a3-lssautbn_1708308680034_0.9242231681595281","host":"s3://npm-registry-packages"}},"17.0.0-renovate-4f1309-lssb2kxx":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-4f1309-lssb2kxx","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-4f1309-lssb2kxx","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan@luthardt.dev"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58d8acd0ddddee37f1472f86396597ffcdea989b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-4f1309-lssb2kxx.tgz","fileCount":877,"integrity":"sha512-oNurqzfVq2TYiwz4ex+ZwLDWvzDwhZUjWlTKWsyl/0PZE1fesTngHeo22xDROq+tsL7qjd62DOnfwKjNoGWnag==","signatures":[{"sig":"MEQCIBpKJYsNdh+qJ3+tffcoIjtkOvtNQONQKvU0/dhsZAW8AiBC1h/uPecy72XZVwH8PDkKVlpQxztm8t+pu8pPpScNcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811458},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4f1309e7fd1cd8c7f0c852e4a9cd5e5231396b47","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-4f1309-lssb2kxx_1708309036911_0.38660830563364046","host":"s3://npm-registry-packages"}},"17.0.0-develop-1d7004-lsspidod":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1d7004-lsspidod","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1d7004-lsspidod","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"29c7538bad6e8409e5c722382a56be422debb096","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1d7004-lsspidod.tgz","fileCount":877,"integrity":"sha512-ovf7mUCBRcvVuC5u+a0IxaqoiCw2Pdnh5KQQpC56q77bw8L9ubOL+G2hZO2lgjuDQ1MosRGwgqvL3DvzYKxvhg==","signatures":[{"sig":"MEQCIGWcIp5PcK7/q5+GX5X8FYx8GrfD/lBkYdnvmraByqUGAiArMR8VeZ8l/O5bTRxqqeTcyK1yNVdJAC2SLD7+6eo5dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811457},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1d7004e2f304b8185b0a8307b8a42cbe4bff9ce9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1d7004-lsspidod_1708333289978_0.6130346910582163","host":"s3://npm-registry-packages"}},"17.0.0-renovate-eb5ecc-lssplbuf":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-eb5ecc-lssplbuf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-eb5ecc-lssplbuf","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"450253f40f048915d80bbd1a378783d0287fcbbe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-eb5ecc-lssplbuf.tgz","fileCount":877,"integrity":"sha512-y3jk1SGnoKNFsmb7ZH/nIeEK0Dtnwgv59nJU9Qk8eSiaU6jqJjjnYCSb046x5uHN59cal6Y/T9CyIercf7vIUA==","signatures":[{"sig":"MEYCIQDQDr88xcto2NCUQ7OriMn2Kd+JLScGvK9GkqRwdrmEWQIhAMrAlOrfNAPxiQE8TRz7lA7a25FbZLPOwZQRSiP/DHkd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811458},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"eb5ecc53924bc782cf0bcf0fa3ff3200a2ebd9b1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-eb5ecc-lssplbuf_1708333438800_0.10481708947585489","host":"s3://npm-registry-packages"}},"17.0.0-renovate-6bfab8-lssplswt":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-6bfab8-lssplswt","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-6bfab8-lssplswt","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"57428feff86a6140b291a8f56a77970e4b5e11cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-6bfab8-lssplswt.tgz","fileCount":877,"integrity":"sha512-8qSgyxY7Ad2vrHp88mZY/2RD+BVOmvCwDc32rQ3K4tZVQaENW7BJxT9Ms0Yn/ayKln06tACpHa6zfbGXC7iFIg==","signatures":[{"sig":"MEUCIHClP6JYQD+x89TmIaM66G9YIxRor4RuzbQQzgA16YCdAiEAqFjHrLJHQqhrgJnjYC0Su3CeccgPvxHOEUxuxuTPxzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811458},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6bfab8a3957c35825a70ac738af726809f43b07e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-6bfab8-lssplswt_1708333455593_0.1730888953021632","host":"s3://npm-registry-packages"}},"17.0.0-develop-f2f664-lssqmg02":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f2f664-lssqmg02","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f2f664-lssqmg02","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b9da5529e2caded4f42b4c2dc960de1ed69e14c4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f2f664-lssqmg02.tgz","fileCount":877,"integrity":"sha512-eZ97QhfrW2ZHqAPa+Ag2Y5gPvxmrRKEri/RaZYjLd4aSU/1Oa+OmW2BnNCkrhYVr5ltDiBfUo0DxmMoR0n/3NQ==","signatures":[{"sig":"MEYCIQC6Zy8us5SuKPIxzY+02tqgPydD/4MUWJigd80v8Cua4gIhAKQgSCXJonDb9rvo5aOHnRbzjSvCidnueMTg1hi420e+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811457},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f2f664647b88b7f81db92e942bfac9e344938db5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.3","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f2f664-lssqmg02_1708335174310_0.9189019843735364","host":"s3://npm-registry-packages"}},"17.0.0-develop-a4b4fe-lssr267d":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-a4b4fe-lssr267d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-a4b4fe-lssr267d","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0040c16194621f0369ee07c1aef4f7e18a2fbf99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-a4b4fe-lssr267d.tgz","fileCount":877,"integrity":"sha512-1BrYd7XQIr7gV0TmZ4ifi+B3a8UnwSPDSslXHNInZubabrwo4iQCcV/011owgcATyf8YumLnaOWNN5lrz18QcA==","signatures":[{"sig":"MEQCIHMn6rAnM1PzHw5f3idWD6W6JzOvR9eLtgoJZKMVbaIaAiAF3/t3hwEVhByEyjJUAdyv7g75F4gzgKvz4xBi7sJTUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811457},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a4b4fe39f6e94c640d8ebab42d8ab0976f0c9e04","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-a4b4fe-lssr267d_1708335890511_0.3124411073062432","host":"s3://npm-registry-packages"}},"17.0.0-feature-bf32d1-lst471q4":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-bf32d1-lst471q4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-bf32d1-lst471q4","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a17568fe8ff4f0300afb8e1405fb9322fe40d259","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-bf32d1-lst471q4.tgz","fileCount":877,"integrity":"sha512-RTXt6Mh7OnGlpCsyt66DWE5NXnGMsKz2hodIod7HUOybHi0MvsIWeHgLKcobX4MDEzNr/XVI6oMajv2ul6eOWw==","signatures":[{"sig":"MEUCIDPUjWkhn8HOMTAmdbJTVpZ9kOf4v0y1zagATRX+dl9eAiEA34ja+JE3KRRraQK8gNl7vmBTqhh8YmIUHevh+Wlzt8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814013},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bf32d18262095fd08a1ad8623ab31a2533afa19f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-bf32d1-lst471q4_1708357962723_0.3789617883974239","host":"s3://npm-registry-packages"}},"17.0.0-feature-c04bd4-lst522iu":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c04bd4-lst522iu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c04bd4-lst522iu","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"795b0df784e72cce1cedf623f8d6b4dbf56d8791","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c04bd4-lst522iu.tgz","fileCount":877,"integrity":"sha512-v9rEAtTQMaGjEAbPf1GDA02T6v+WWSQCrcjBGRuSV3HVL8PP586f5XhjWte3KOb0jHsTO9+p0XwOm7fOQ/FStA==","signatures":[{"sig":"MEYCIQD5oIgMtt4OFa5mHNLVQJZVtxZZqSAgSzNQ3S6IQEzIlwIhAMluJLtsnnLDfiCpIWAG/RsKZaASqqSZ9B6L0bJgR/IR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814491},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c04bd43e2943c6c7a9149d4f93d9382eaf37376d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c04bd4-lst522iu_1708359399503_0.6049273768261954","host":"s3://npm-registry-packages"}},"17.0.0-feature-de1cd2-lst5qj8g":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-de1cd2-lst5qj8g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-de1cd2-lst5qj8g","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"42eb59dd3a26d622f8204dcb70578cb7f27803ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-de1cd2-lst5qj8g.tgz","fileCount":877,"integrity":"sha512-Nf4bTj3DAkEaIrjs5RKdGm7IjIQaby2mK3DeCE2O5q6RKD+A35yz/Ws9cXNWgcGTWSlqA29MX7W2bhFr5ubkBQ==","signatures":[{"sig":"MEYCIQDB4ooX+I87/LwuOWp4dpwV6PcH0T3mwM2kYDmub5WuigIhAIEsga2ct2/jSFx5oRb2n8X80V4oZQBfvuZxF7afVRPb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3814673},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"de1cd2071136afb2b73d06873e7b20a59bff016b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-de1cd2-lst5qj8g_1708360548559_0.6518648606686452","host":"s3://npm-registry-packages"}},"17.0.0-feature-6faa59-lsudxs2d":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6faa59-lsudxs2d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6faa59-lsudxs2d","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1231cd33bb491cac9f2d6c49e03b42798494639","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6faa59-lsudxs2d.tgz","fileCount":877,"integrity":"sha512-Mxff2alNS0ui1q0lSfHHkgndg7g3+KMgEnRvx7HwrK7snGeyHlUKFZnwWvZJf323+6bhBh9IsSPungCDB9+odg==","signatures":[{"sig":"MEUCIFYOPVQSjxkbs7TzyQF+OSDGqHYXUo9ZX/VdAozL4i7bAiEA3Kn+e6U4HK5tPNMWg5+QZXYiJPWUKofbgfED6392pX8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3813834},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6faa598094f454b624c35ae08c4f8838a1455212","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6faa59-lsudxs2d_1708434797902_0.9145781966074293","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-c904c4-lsuesplk":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-c904c4-lsuesplk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-c904c4-lsuesplk","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"574ee2bbf6fef021f6a76d72a29ce3c33530bc71","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-c904c4-lsuesplk.tgz","fileCount":856,"integrity":"sha512-UYbbhysEF6vdY+6gHt5MU+vrjsUoxnygHwUf2WpYFQV68sIgjE0XUgRR2nC45w/LVhzI6pHL+B/1pKF2bU257g==","signatures":[{"sig":"MEUCIFZsG8oLVniLMh4sF1PReLmVQ+HfiPGWYnmQ93NZuHESAiEAxNYCmyFrAlL24FQBYtmy6DYJF8mIoaZ0yQcXQ745xpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3655271},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c904c494d2d3df75fc91491e1108d459aaecb94b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-c904c4-lsuesplk_1708436227144_0.10275475479712748","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-72ac99-lsw077mf":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-72ac99-lsw077mf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-72ac99-lsw077mf","maintainers":[{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"developers5minds","email":"developers+npm@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"445da34ae77b078d05a5449414b1acf5d82e2b90","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-72ac99-lsw077mf.tgz","fileCount":856,"integrity":"sha512-1X3OmVFsxWBTPGwYSJ5145qe2SzbTzSIxunMhXsh/LhxyQuiosYct3zEa19tWXtTQ1593t9Q2yi7z/+3pO23qQ==","signatures":[{"sig":"MEUCIQCQa1TMF5TG+xqCbpYJBsakwPPo9yPKWGpU30cC7u75ZQIgIwEWU/4DuJuXpHC8gVEA4b/g4bmr3mWOqNToTvPNAuM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3657711},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"72ac99c38d65afbd839b58f260fb8af7a1ea36c9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-72ac99-lsw077mf_1708532642069_0.24635748976300342","host":"s3://npm-registry-packages"}},"17.0.0-feature-06ae94-lsyq2zhj":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-06ae94-lsyq2zhj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-06ae94-lsyq2zhj","maintainers":[{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fade0ed6bcd49e2d862e9a4a2bc01ff8e1b32114","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-06ae94-lsyq2zhj.tgz","fileCount":877,"integrity":"sha512-B4z2CRTjaJWofTie4B9ARYcrEa1CHEpczx0PKQGTCvrkXgMtU9ZCN+Q/dHtr575XD3POqsXktkek1Cz6LtoDkQ==","signatures":[{"sig":"MEUCIBizX5pdMeiKVkYsSACQEV3Z3J2naJzIrXq9PaR73paOAiEA6PffA93uYP0nw3goOTM7pLS5SMbCoQOKtMrvO++HcBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3818948},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"06ae94d6a1dfaeb971f7d6ec766fbe8b0e37b4bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-06ae94-lsyq2zhj_1708697057383_0.9732804341518986","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-c3b5bd-lsyq9luu":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-c3b5bd-lsyq9luu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-c3b5bd-lsyq9luu","maintainers":[{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6f5f905249a0b4030c5df88b9d1e1c33de0d08eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-c3b5bd-lsyq9luu.tgz","fileCount":856,"integrity":"sha512-QzxCPWavfrAQkQMXTYGljBwQUjSD1EmG1PUM6EsqkLYGnDMVwf4mfUIKtuSgl8SrkeLhnjc/jf+zCglndzagTA==","signatures":[{"sig":"MEUCIHC2Rwy/5XoOnqOiXwVJgljvz7OI1X4QI3nJSVVC1evJAiEAzIN7VlLZnJDQIvwtt106BAlPsZXg4b6NFNuOrnYz/Q0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658616},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c3b5bdd1e5daf78af0a3ee01e4185d3c254b4b43","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.35.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"8.5.1","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-c3b5bd-lsyq9luu_1708697354434_0.7877368182070394","host":"s3://npm-registry-packages"}},"17.0.0-feature-a4c95d-lsyqcj16":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a4c95d-lsyqcj16","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a4c95d-lsyqcj16","maintainers":[{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"164fb39ccd708af49bb4b925577554ed9e7618a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a4c95d-lsyqcj16.tgz","fileCount":877,"integrity":"sha512-h9QQRfrQVdGSohn4g6Z+dTXjt4eCa1OQ4SgFwcQLPSGB+H6IPNfDAEN6y2sfyS33LckgwJPE4Fli9kAwbhKHmw==","signatures":[{"sig":"MEUCIGI93uxpjwU0PlP/Vwvro+qktotXkFubsSNmT3fd4VYoAiEAjHyliDUv87rqjdd0dDbTLUR2pah90nNWO0mvFA4Lr6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3817235},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a4c95d6cd18a566d182ed6f799d391b3ac580fb3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a4c95d-lsyqcj16_1708697491211_0.6503760937695913","host":"s3://npm-registry-packages"}},"17.0.0-renovate-084eab-lt287lex":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-084eab-lt287lex","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-084eab-lt287lex","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e60a37e539df6f9e40d484ab4f8fa60b8dd99136","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-084eab-lt287lex.tgz","fileCount":877,"integrity":"sha512-Caan5QYmkshuXWYt7DJkk7g6/MRJyzByAc7ckbxi3/bypOJ+xtIAtwg91pmSLjg736LTnuVIhppr+z2lM21vwg==","signatures":[{"sig":"MEUCIH+HFGLPeA+cPXnPfjYY48kPu64oSGSXJjtc+O8wcdUzAiEAqxRimwuGV60tLd+mxwnMRCtJmGOiJYCMn7uAviJGoIs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811476},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"084eab6487a3ee393540c7208426c0aac6c509d0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"16.7.1","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-084eab-lt287lex_1708908894043_0.42298385981223663","host":"s3://npm-registry-packages"}},"17.0.0-renovate-20367a-lt28gi73":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-20367a-lt28gi73","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-20367a-lt28gi73","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4ad5416fb4da15318c90e805bb7551ed168de6e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-20367a-lt28gi73.tgz","fileCount":877,"integrity":"sha512-4RPV6mQaKjFrIZwxPouwl/IsV6dYAZrEZwnrqu8P31enxT4ardeGXaW5tPKrsYbu7IgVGMHL+YdoLopqczTWjQ==","signatures":[{"sig":"MEYCIQDuz7f29QSxb4EaDlQOoUNj5mJ8cYlOatuJdEdKuZ4BPAIhAKRMhoNxFudm+fgQYdP5PF8Xyfx/4OPArdb05WE5e4ox","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811476},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"20367ad5e74ea17736557096303af1ee34e424bc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-20367a-lt28gi73_1708909323616_0.5017045837744403","host":"s3://npm-registry-packages"}},"17.0.0-develop-97704b-lt2ofxmh":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-97704b-lt2ofxmh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-97704b-lt2ofxmh","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ed687fa9ab2dea13ff67212bace3f4d36b18b44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-97704b-lt2ofxmh.tgz","fileCount":877,"integrity":"sha512-J+BciEjfi3MJTiwcee0JdFYIetE3rf0O+co7x1MOxXBkuBpWAe58WeXr8q3X0yQ3ZGbXnXU81H/h7FGY8f3wBw==","signatures":[{"sig":"MEUCIQDWqsJVtux0FBp4dJ0SPyFP2OOKPrpkm4cxTyXTCqTUWgIgavuhJnpbzyEcegM5Anlzs6P1K5uzEFZQOp53Nb0SKWs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811475},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"97704bbb4a6f65027da59ca8731b6f9fb27fb42f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-97704b-lt2ofxmh_1708936166727_0.4351202325424772","host":"s3://npm-registry-packages"}},"17.0.0-renovate-fa02bd-lt2onysj":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-fa02bd-lt2onysj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-fa02bd-lt2onysj","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fb71c505b3d6f6633a0d00a5cbab4a4366f4722f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-fa02bd-lt2onysj.tgz","fileCount":877,"integrity":"sha512-jmWsCrd682eL+BOpxq9kk6KLQNUsUyjcEsQYxZ0xR6tWXe20m5n9RF8Zi4S2BWX49Som9EkR+yhndb422sMiSQ==","signatures":[{"sig":"MEYCIQDAAFqlNgaBzlm+DquYwMDxSGPb+/e68BzUMyx+YPMB/AIhAO+QaMYFxvrUzOKO/HGnuA7iJ93fCe6PkyE6EViTCx8x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811476},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa02bd6d86908aefe8eb7d99078e11d687aaec57","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-fa02bd-lt2onysj_1708936533330_0.11358727534282864","host":"s3://npm-registry-packages"}},"17.0.0-renovate-9ed52a-lt2qdlug":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-9ed52a-lt2qdlug","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-9ed52a-lt2qdlug","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21bb5f1641efc82260cb90e4d567ff563b6c2c31","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-9ed52a-lt2qdlug.tgz","fileCount":877,"integrity":"sha512-2Qi/F4lPCMTIyaD9bPP5PusdkuOf/DoXaUaceGsnrza9F/6ZUgJ70yEZ0PbAWL0NHHrQnpvXxalNaazuBfgtnA==","signatures":[{"sig":"MEYCIQDJvKEX6jeJjWgOsv1HrO7/nwiff41Cm3hqgJI1upLkZAIhAMGs+P/UywjK3cQdce/7dK9KohRBgvRKwQ8WH3wnWWn2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811476},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9ed52a5e1456166b67809f1e8073e4fca1353811","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-9ed52a-lt2qdlug_1708939413451_0.3942719428898165","host":"s3://npm-registry-packages"}},"17.0.0-develop-37dd50-lt2qe6d3":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-37dd50-lt2qe6d3","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-37dd50-lt2qe6d3","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"33ebd66856edef2877b79988cf14d973529b6896","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-37dd50-lt2qe6d3.tgz","fileCount":877,"integrity":"sha512-PQFQIOiyDX0PavM1veoKZWZ6uxzwOw6SRJuVJLz00ssOygbKmHdqqEu+YOq7/SXIG96GQ8EY0XoxKk2S30Aiqw==","signatures":[{"sig":"MEQCID78yohIR7tBl42GA5oxZPOJTEBG2rk644XdDjeFSmxEAiBehAmMjTnyoFw69euzBOUgVqh/i3WzMGynxWYwDs3Irw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811475},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"37dd50d969f3587d201148968744e6faed162443","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-37dd50-lt2qe6d3_1708939433451_0.9503455131740508","host":"s3://npm-registry-packages"}},"17.0.0-develop-b359de-lt2rgr7s":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-b359de-lt2rgr7s","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-b359de-lt2rgr7s","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1faec6c5ab2da425cbbd08d18e4905d1743acb2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-b359de-lt2rgr7s.tgz","fileCount":877,"integrity":"sha512-y2TD42z6mvLs7PhapDu8/lOQtxgUguSZY8260MwZEetCZ/3k+NbsRmv8M3MEI5OTMIRyWSN2TBBd+C16QMpblw==","signatures":[{"sig":"MEYCIQCLcBBddD2xIhhiy3lbHchkj5lmQGxv+6wxeDbkr0j5swIhAOfp24nH8t9+bK+89btYj4egof9mgqdPj8M7kNTN8VF3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3811475},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b359deead85957b14f8026e3ce343a93c7ca62b6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-b359de-lt2rgr7s_1708941234216_0.9548961136932388","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-760857-lt2rtnnr":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-760857-lt2rtnnr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-760857-lt2rtnnr","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6fa4a1e26df29682b579a6465c9afe47c2ae730a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-760857-lt2rtnnr.tgz","fileCount":856,"integrity":"sha512-BNNdZuSZVnfRHYhQeLFNomQ15j+gJPuLCAwiuf3vfmGOZCCBDrJ9Ydqx5fCO90Yl8Mxs2NvwS1Ix+pibjnKxpg==","signatures":[{"sig":"MEYCIQCyQFGKrsDqsj4jzDl1akj0novnueuwvdK3w3LDy5LzdwIhAMTTmsxYQFDVt7qyOkNRg2QY7E1rL47R0de4E3WgGcxU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658617},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7608573f4d165cade9eb075280d79c4d93f6cdfd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-760857-lt2rtnnr_1708941835305_0.6519642734164963","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-bc7ce3-lt2shu46":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-bc7ce3-lt2shu46","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-bc7ce3-lt2shu46","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5e7dbe5e2d0a4a8b117bf561c4657beac644c4be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-bc7ce3-lt2shu46.tgz","fileCount":856,"integrity":"sha512-MIYrlrearkwplpNwOHBH+Sl8W3xpvYgiJuwbp+Lgsik0r4bwYtf9+y1oaZ+SSApBE7Dr3GjgmDA1OWAxq/Rdvg==","signatures":[{"sig":"MEQCIEmIsJlpN1WFQkcCCjM/EeidwW9LmDhfRWG/Y4uygAD5AiAJzYMZRppwPzM+I1X1jXKimPHLdUjfRxBPiGhy/+2IBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658648},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bc7ce35cbb5e2f3d4480d8e5296012ec87f99eda","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-bc7ce3-lt2shu46_1708942965477_0.053738997585806914","host":"s3://npm-registry-packages"}},"17.0.0-feature-790e4a-lt2sxxr1":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-790e4a-lt2sxxr1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-790e4a-lt2sxxr1","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed2e77d2b4d8496e5d6f40154f27620cdad255cd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-790e4a-lt2sxxr1.tgz","fileCount":877,"integrity":"sha512-7Tf9HkJ9BPef9ryrLW+Zg3bhjVnmvok7zFBC/9cyEXnOE5L006HtQQTcd8OZQaEa6V9+6GWWmLLcp5qHFeEJtg==","signatures":[{"sig":"MEUCIQDJrAFapj3Xjz8Y9S3TIQtVwvBje6GxHwZkgazkwOMZrwIgZWjCh5SFdfg+JLPLspA4lloQAop6/VYu6BJUCLHNdvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3817256},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"790e4a993641a39b1aad1ab6bb47a5c0b8ad9272","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-790e4a-lt2sxxr1_1708943724073_0.02480030247757181","host":"s3://npm-registry-packages"}},"17.0.0-feature-9abcd7-lt2t7bi2":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-9abcd7-lt2t7bi2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-9abcd7-lt2t7bi2","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"454eaf5bc045388ea2781a3af4feca622ed6b604","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-9abcd7-lt2t7bi2.tgz","fileCount":877,"integrity":"sha512-2LXbTwgGtbXc5h1N7j7UAZTtATr1aSreyT1c6y4kX2hjOqVpE9JJU++i4dF0dmEwNHmnZOWkCop45XbPzeXnTg==","signatures":[{"sig":"MEUCIQChqM49tFOAAQaUAEf+HQd8/rRoKNjlLgiyPMthwZCfnAIgalzqS0h3QCYfPclij1zFcOdrcgCaIkAS4jv4ZLs/wiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3817256},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9abcd752c76f82fd4c639b557eab679f74ac56c3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-9abcd7-lt2t7bi2_1708944152993_0.08774707013358407","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-a0fcdd-lt2t8ise":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-a0fcdd-lt2t8ise","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-a0fcdd-lt2t8ise","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"39845a37b8aa00e8ae8c7fa2894462344677f178","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-a0fcdd-lt2t8ise.tgz","fileCount":856,"integrity":"sha512-VPe3EoRHMfxGlfUvIo1uYPRDz1aeKE2T0QPj36JLdxpu+LunpW2afBzQGhB4cv1gHie7pXtWrv0TBnt6KUTydg==","signatures":[{"sig":"MEUCIH1jWTM/6UlDixEr0j9y6Mj5OzIpz751d0TEJJCGjxK5AiEAgmimuh21HsbymS6T3rNifZTmwd/RBtNRj8xnMhF9XM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658648},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a0fcdd3d97bf9c3c659d365cfd0bb759cd35cac8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-a0fcdd-lt2t8ise_1708944209872_0.7269867184214449","host":"s3://npm-registry-packages"}},"16.0.7":{"name":"@5minds/processcube_engine","version":"16.0.7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"523a2e8d668167491dc9e739723f3233fa2d6b42","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7.tgz","fileCount":856,"integrity":"sha512-ZvKEG/Y7sLJgML97Uqi8tz4KBFsKXlcOAgSjnfFRNCr6OLn9qD9gNXDp+iZQbOv3LyijmDl7BMLFF2faD0d62Q==","signatures":[{"sig":"MEQCIG9lrwPBeIogn2wD//7QkSm1Tff3F4Uyydp62PT7vwOsAiBxpyYDC1v0You9iS2xo6nazppBNkCg7fcPhNtUJO24Aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658625},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a505ed2c0e087317ae56379379d9fd618222b17c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7_1708953927897_0.9508190325661678","host":"s3://npm-registry-packages"}},"17.0.0-develop-0ead87-lt3092k7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-0ead87-lt3092k7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-0ead87-lt3092k7","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"67059305e4c41c7c99c3bf855a34255460f91297","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-0ead87-lt3092k7.tgz","fileCount":877,"integrity":"sha512-weVJiUQSgtKDVaGyWFRrNn5rcuU77NHsZcLg/o+XyaBz+w7xd9pL+jsRLHrk1vuRRkMBbDJwAaYeZPS34uEoJA==","signatures":[{"sig":"MEUCICbw+LKFD4fjEGzyfLg6Chz39zlVWMtHVpkIzXb5PPRLAiEA2lMXyb05yauqmnaQjvV2Bh3A+RSnCHUJyNixzaeFjA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3817296},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0ead879a41635881b8f8c3d7c078431480fcef51","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-0ead87-lt3092k7_1708956008784_0.7771772587460448","host":"s3://npm-registry-packages"}},"17.0.0-feature-124095-lt4kd432":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-124095-lt4kd432","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-124095-lt4kd432","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c400ae29997518b5b38d611f9154e3a9d816a772","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-124095-lt4kd432.tgz","fileCount":880,"integrity":"sha512-nWpyP8I4rVc7Dx6/f0kHCgRBqparExbJhDJ+J73e2gzKQ0iH9LWI277sl/q1L9VbG7XePZiMku9YuR2j7Tcr6Q==","signatures":[{"sig":"MEYCIQDzHIPW0aS0n6ZMpgqb5Db0JDHxWnK6Ds7LrbfIfEEu7QIhAJenIWCQ3q+hIFKaRgQlAD+J2nH4LmmkhAFyP8f6TcG3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822165},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"12409549b5dd9f568c77122f953b2bf21dc17739","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-124095-lt4kd432_1709050239346_0.02923537570558321","host":"s3://npm-registry-packages"}},"17.0.0-develop-bb6252-lt5qyh1n":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-bb6252-lt5qyh1n","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-bb6252-lt5qyh1n","maintainers":[{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"648467a6d65867ddca6a3355280475285cfce7f2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-bb6252-lt5qyh1n.tgz","fileCount":880,"integrity":"sha512-WE5kIrEji+O7t8HRH4Uy43ph+7CDsBBG5sguztOiw6r+edJbQ14jOt9OuUStXnu9fhkbw9YsTI4ffToRVDxEHg==","signatures":[{"sig":"MEUCIQDy5iHkGfBQcSeMREm676Rkoy084z3jC+VcZKLrMRG46wIgWDZBf11VJ3lq+wKmecgXtTdpiq4+PqycGEyBjASggAc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822165},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bb62528fb4a75e1d7b1cc7351561b76a16d6affa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-bb6252-lt5qyh1n_1709121794881_0.014851777499704122","host":"s3://npm-registry-packages"}},"16.0.7-hotfix-d7a28d-lt5u8mwy":{"name":"@5minds/processcube_engine","version":"16.0.7-hotfix-d7a28d-lt5u8mwy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.7-hotfix-d7a28d-lt5u8mwy","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"625e4747ee9aae589b25cc89da7b5a391f659a8b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.7-hotfix-d7a28d-lt5u8mwy.tgz","fileCount":856,"integrity":"sha512-RN4aD+9Lqi9/4zd3E/VBrYdaKy9cglAvbbf7w8Ui397CfvvbiPfhxjghugAI4KRzbPAYATsJ8uCDZmUQNBMRvQ==","signatures":[{"sig":"MEQCIHZfsz/WDEUCTzLhN1RtbwaOPmjHrpFkp16CHHYBChSxAiAPMBSZKujWbemrsescB+f13e0rWqw/pGATDYlN8ZJYjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658881},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d7a28d1a0d5aac3f83991eb47e4fc7216520991f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.7-hotfix-d7a28d-lt5u8mwy_1709127291733_0.8546878285533228","host":"s3://npm-registry-packages"}},"16.0.8-hotfix-ded7b8-lt5uvsmn":{"name":"@5minds/processcube_engine","version":"16.0.8-hotfix-ded7b8-lt5uvsmn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.8-hotfix-ded7b8-lt5uvsmn","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6ad6e1ff6d3d052c1363366c94f8a115bade356d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.8-hotfix-ded7b8-lt5uvsmn.tgz","fileCount":856,"integrity":"sha512-QS4IZ/NXAlQlYLTHboeX8WKvb93wqWi5l+G+iYD/vDByhPClTTBJTp7awyOm9yP/CbFLoWAbujR1uAw5CpY7fQ==","signatures":[{"sig":"MEUCIHFTLEPlrhQ1INPiTE5wdcrrZ7nQdamgWhjsZieLCp7FAiEAp0mdDeUW/8KFbRnCx6X7t8On3d3EIm3YDEp3QlAg+MQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658881},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ded7b816a27cad1bc95e18d7ddbca86974369ff0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.8-hotfix-ded7b8-lt5uvsmn_1709128372471_0.6584074833300015","host":"s3://npm-registry-packages"}},"16.0.8":{"name":"@5minds/processcube_engine","version":"16.0.8","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.8","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"558bf9b292492796e9de2bc06ce674188896daab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.8.tgz","fileCount":856,"integrity":"sha512-Zajx6c8of90RQdJ1FV6Q01Bvq3WgVGD4XZ54Bg8iuP9dcAY1yNWHJS3w98NMr5PPrAug27pG8SCnztQVl9vBZQ==","signatures":[{"sig":"MEUCIGiVLqlbW6nEEnLR0GvmiBtDuIPUoyBKRPOnjhAYO2nGAiEA9vODLlAJnKkNhPyi6pdz0YXycd1rDVQUm9Lwt6GWPTI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658858},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f6f1d2d0cfc01652664535371568f1ac0e665978","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.8_1709130400054_0.05604482320308635","host":"s3://npm-registry-packages"}},"17.0.0-develop-51fee1-lt5x82gc":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-51fee1-lt5x82gc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-51fee1-lt5x82gc","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d27b7272ffd42257d0da38c2d27ede6ca9600586","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-51fee1-lt5x82gc.tgz","fileCount":880,"integrity":"sha512-LZRun/m/oi6qE/Fy+ncJDx7JQ8MjvqXMgRcBtuZuC47T9319NT4ibnzNtRp37oPWi7hVeL9KjJijo1qEyHSaFA==","signatures":[{"sig":"MEUCIQCxM3nAQ+cX4RQvJwUf2RhnI/OX4bhE4Rcqcin/AKv/ggIgE+jgAmrrrHJgwWyLlrEsuOvPjmDoQKArF0NMG0OXDy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822398},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"51fee1898370304ea2e8f10fad9acadaf67c9472","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-51fee1-lt5x82gc_1709132310886_0.8516466841677686","host":"s3://npm-registry-packages"}},"17.0.0-renovate-52a2be-lt66cxz9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-52a2be-lt66cxz9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-52a2be-lt66cxz9","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d43bf65ecabe72f5d60aebdb3c5b3a2f02618426","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-52a2be-lt66cxz9.tgz","fileCount":880,"integrity":"sha512-0qJTNLzLWBenCqEm6KJ/91WXt6kgUYqI9MEi6uL2TolTACfApRzk0dlahMHsfWZlAZ3T0v7EdcgS+wc9j/yuvQ==","signatures":[{"sig":"MEQCIHGBrHpnsGUHJ3WYf+6Kj5kyDjdrAIxjcLAEhWzU+aB0AiBRRhc6VmjpIu35eXUcoHRTeeNrJZxAvZB78NTd0DGPeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"52a2beba92ae4bf89cfec2288886545b37180937","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-52a2be-lt66cxz9_1709147647590_0.7188898967365445","host":"s3://npm-registry-packages"}},"17.0.0-renovate-1bb026-lt66d5aj":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-1bb026-lt66d5aj","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-1bb026-lt66d5aj","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea07baa528bf0347208591673ca5615152932438","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-1bb026-lt66d5aj.tgz","fileCount":880,"integrity":"sha512-9kpDS41TskaLkFELoHyYqH8iOD8WxM7MPlZilOi2mokdSymJqDbxuSQ67hXOCA491O3NdLFr4x11fQJ3LB6m4w==","signatures":[{"sig":"MEYCIQDjufVjAsYeefHDyVgMIlJdMymO+npJm73gG1hk4LVm0gIhANj5sDvEHto2cNBxGnjCedpgU56Q176+SPklnjhO0hCh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1bb026d020189787993cefd1bebeda0e1c7ea5b2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-1bb026-lt66d5aj_1709147673624_0.4478581241638562","host":"s3://npm-registry-packages"}},"17.0.0-develop-f9bb9e-lt6wo8dl":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-f9bb9e-lt6wo8dl","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-f9bb9e-lt6wo8dl","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7af3023953d5aaadbab4e78ae38d0182fab26040","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-f9bb9e-lt6wo8dl.tgz","fileCount":880,"integrity":"sha512-STOQKi5u3TP1YNsXnPA7KmxWyDKYSaQcl5hxhoDjJR+8OoP96gkmmpLqY3Ciu5JkYAqS5R00zBYG70nJ+zSxgA==","signatures":[{"sig":"MEQCIGUeY/essnz2sYZkaTrHwCXLuIttKgF9VzdCdACkaqyKAiByXO7aa45owE4z1YrMjaVY5OluslGUmY0GzfSdaf1EgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822398},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f9bb9e0f6cae30ce89693932992c3ddb32adec54","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.1","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-f9bb9e-lt6wo8dl_1709191845054_0.31520397878079653","host":"s3://npm-registry-packages"}},"17.0.0-renovate-de4dfb-lt6x1wgp":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-de4dfb-lt6x1wgp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-de4dfb-lt6x1wgp","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6eb42e9af8e413f88bd2fbf732cf32cf9c26e20b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-de4dfb-lt6x1wgp.tgz","fileCount":880,"integrity":"sha512-vYfcl/nAw4HdOrowoufZlymH+IP0QYh7up5XlUimBUVhDZKinXLezPdlOuW3CMj58Laqsmhq1H1ad5S2GfI7rA==","signatures":[{"sig":"MEUCIQD7pWMKhjivCUpTkvUJ4HlgKoRnpzaXbt37zkqVMKwdSAIgDyyemN4wEozzJJyHphs1HZA4sVd60igX3CpUeOh0fNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822399},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"de4dfb4471ae5b65b99e5b3d737462517922c3a3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-de4dfb-lt6x1wgp_1709192482366_0.8992928165836043","host":"s3://npm-registry-packages"}},"17.0.0-develop-1d1f19-lt6xdg8g":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1d1f19-lt6xdg8g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1d1f19-lt6xdg8g","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"24574bf7115fd030a5c98e4a7c6cd32f77a8c077","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1d1f19-lt6xdg8g.tgz","fileCount":880,"integrity":"sha512-DxP8h4DMl2+uiGvwhZpYgJnXzIGAA/V3hQwdyDOXoxVuA+EbVT4luxmGQGWmZnVd7vTm1fw+t24zteBwMbZifQ==","signatures":[{"sig":"MEUCIFrRREWmZ4bYvA0cY+o1i2ISbxZTkrq8IMo7nmsyYx/ZAiEAl+s3ltDMFXaJQ+6nVMnr9ijnMl/vjzWhUw/mbpDySoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822398},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1d1f19d96d649e039be475d8cdbf32663896fee2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-alpha.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1d1f19-lt6xdg8g_1709193026294_0.610845702629284","host":"s3://npm-registry-packages"}},"17.0.0-develop-969515-lt7f6rvp":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-969515-lt7f6rvp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-969515-lt7f6rvp","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5c90636e9a017917fdd6ae8efde7f7b01d30f9f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-969515-lt7f6rvp.tgz","fileCount":880,"integrity":"sha512-KqQGIeTy42ITJRC9pMEbe20gHZ1aDC2kzywIcTih4O1seQ53CWHDmFGonmjC31H+8k66458i5Xpc/2WumUw6fg==","signatures":[{"sig":"MEYCIQDVlvDmPoTIvPxsXHMVNsQyUM3ONnYSuAl31lPUjgUC/wIhAOnkdiQQCw8Qs5jepSXh6xXOCxahBi+G4U61vMH0WVfl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822396},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"969515d13c261e0c544cf6fc78541122a0376b04","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-969515-lt7f6rvp_1709222944223_0.8498060323449157","host":"s3://npm-registry-packages"}},"17.0.0-beta.1":{"name":"@5minds/processcube_engine","version":"17.0.0-beta.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-beta.1","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"efebf3e40d4ab55a83e1eb810386a6c7cadc4be0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-beta.1.tgz","fileCount":880,"integrity":"sha512-MuTZrT/OgsqFvIPdVvJT91sd6FBceK11llvuKXCbwI1UlNxxbqpZ67rNRSa2qPUfhbE5cO1aufqrDZHQJdH9vQ==","signatures":[{"sig":"MEMCIBoCTXHrd63kfsHn87qJqL2YgIDf9leSWpfqz8B3VC5LAh84xeL6s6pD6x63RzCcJUvqpGEWhIucdIa68DOMAUYB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822379},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"969515d13c261e0c544cf6fc78541122a0376b04","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-beta.1_1709223015680_0.7936918431980153","host":"s3://npm-registry-packages"}},"17.0.0-renovate-0047db-ltca9m86":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-0047db-ltca9m86","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-0047db-ltca9m86","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"369859418b0c8182336726eac1f18d078502e5cb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-0047db-ltca9m86.tgz","fileCount":880,"integrity":"sha512-p8Vwoh8SNHo9ljasU+I/NztEJGkDCCq5esGoJocLLCZ/6yBunfu+yHqiiQBW3SvJjaf6nS7NZEK0qbxx/YQHng==","signatures":[{"sig":"MEYCIQCC8DVUJBcRuuZb9sa1O2A8igFpJjTX/zHGZnoXloxYlQIhAPjSqVh6SVLvDaiTwJCGhlC1kQl/HUo09csqcNFTDQ5k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822397},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0047db5054e9001aaf6fbfa398f64b55c7ea8f88","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-0047db-ltca9m86_1709517009060_0.20363644215652554","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d98c8f-ltcao5ri":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d98c8f-ltcao5ri","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d98c8f-ltcao5ri","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78edb9508fd7884b856e67f427bbd9b820d6f5b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d98c8f-ltcao5ri.tgz","fileCount":880,"integrity":"sha512-1shTc0J7f01tehu3pIjmzF/C61kEJah9EAtge+tQO2QweoBe3EENCDxRstpF8uLbzAD9aL6sutCnhW1XLIYodQ==","signatures":[{"sig":"MEUCIBJ7hdZcPUN9XHPIiCnkpOTRdiiP+OjV77gumL2OfPZLAiEAhBaL6j2T9BlYW490mCd1D2elgIR/pkR19WrVxQ8vOps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822397},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d98c8f4a8abe13d5c3b9197df23a971e4a06b8d7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d98c8f-ltcao5ri_1709517700034_0.06440777872071224","host":"s3://npm-registry-packages"}},"17.0.0-develop-75a003-ltcop71d":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-75a003-ltcop71d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-75a003-ltcop71d","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd6b8047f51085e9b0012a9b0dd8918d034d0e9f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-75a003-ltcop71d.tgz","fileCount":880,"integrity":"sha512-FjDlPWWchxLeTmazsD/y74O0m22/mSarht9mEQu4ggA4J8O/YLX7QE/UJbB2+ozVJMaEr6e59aAIv0N5dgEgvg==","signatures":[{"sig":"MEUCIQCcABTBgR6Z1YIbMTGjtScDmlzW35NuWnW2noOAXJsyVAIgcGUkm4t6fClAFYTEHSFPZcCtLEM/7ItP+s//FJhRJ1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822396},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"75a00397754319b60deff9d728c310d3dcc114b0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-75a003-ltcop71d_1709541265729_0.5812406450541758","host":"s3://npm-registry-packages"}},"17.0.0-develop-4ffa44-ltcoraaa":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-4ffa44-ltcoraaa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-4ffa44-ltcoraaa","maintainers":[{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7ce552e3761efb37bde232bccc5ffe9cabbf0a0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-4ffa44-ltcoraaa.tgz","fileCount":880,"integrity":"sha512-ndls4rZ5K0+Jjy3Oaa9qgiQrUZ6UmoYOlar7W2Wh13/E4eX24+y2QFVakSpINMgaoZmRWAQtdw9caj1dc162bw==","signatures":[{"sig":"MEQCIBoP43pC0jMUpOHj9TagHhp8uL2nVGBqi7Lf5q3w5S8eAiBJqoDUIe+rCzWdPtWeMgnpLIhjks11K01E5OOn9+SYXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822396},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4ffa4417cd845976490c06bc3066d0737507f197","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-4ffa44-ltcoraaa_1709541348743_0.7198125475047723","host":"s3://npm-registry-packages"}},"17.0.0-feature-1582c7-ltej12bi":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-1582c7-ltej12bi","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-1582c7-ltej12bi","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f908e1d0e617e62e75869814244c3d2f3d890aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-1582c7-ltej12bi.tgz","fileCount":880,"integrity":"sha512-vjfv7Rda/64rvlFr1g0xVB8KCo6wJgxrYLm3qafIejoSwktU5PVO8HS42mxlZc/iyuEXSIBMBVDg2iGPfiwO1Q==","signatures":[{"sig":"MEUCIEhXjSe94nT9cto9bweGlIE+lL4HODjKMhRXLWa7vfMsAiEA2quOmtj02EH5rdw0fKtiyyxQp3cjigFdKeVcqJZfZhQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3833923},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1582c7746b2acff0a0cc8c6fc17f42e7aa47128c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-1582c7-ltej12bi_1709652667456_0.0049658215445422815","host":"s3://npm-registry-packages"}},"17.0.0-feature-fb8886-ltfnicb6":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-fb8886-ltfnicb6","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-fb8886-ltfnicb6","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"752ec1c990cd52d8bb9524bf636acec494a8d7f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-fb8886-ltfnicb6.tgz","fileCount":880,"integrity":"sha512-q+5jmQnukJ3zSU/KXTo8tvVUTVJT9Ik84eKwc1YNYecY22lVv5Pr6jUEOAfBohIyyJ4CHc58w5govPVUhOlEpQ==","signatures":[{"sig":"MEQCIHXCeJ2X7kFQFa1YZpEyTy++9aSnnwiUuxGsBNFkogG4AiB2G6CyaC1Q74yJk86bCwQJmP3NrhYNDNNUTEmg5VA7oA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3844925},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fb88867c977a2d8413e832f599a681b1e9136ec7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-fb8886-ltfnicb6_1709720650676_0.6695527643944101","host":"s3://npm-registry-packages"}},"17.0.0-develop-135d4e-ltft1pxv":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-135d4e-ltft1pxv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-135d4e-ltft1pxv","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a7d04f1c47af0a1969a6ca72abc42e5ea6b99a46","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-135d4e-ltft1pxv.tgz","fileCount":880,"integrity":"sha512-yUSxZ/omASBKYAcU2S3VPxYxqSeEvMy04D0GbrsWCsIm0Dzyl5lWP7vNcQqG/hx7iNhWaW7uIofgrvC4zHLI9g==","signatures":[{"sig":"MEQCIGOowlM8mZ3we+7n7o4NLFdcOyKRz18zc4KG+6VN63wNAiAEXZfFG2ePP0WZ94Gkv1xp5WihfW2E1NrJr8ZBfkD6IA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822396},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"135d4edcb40d7d6097a3ca663fb6ac4e8ce4f517","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.8","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-135d4e-ltft1pxv_1709729952819_0.5394902416772975","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c1808f-ltfu7wv4":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c1808f-ltfu7wv4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c1808f-ltfu7wv4","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50b969bfd9ad8cd8274f6fcd597fdd3f32929f79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c1808f-ltfu7wv4.tgz","fileCount":880,"integrity":"sha512-+AjTrTGYh/lOCn0zI7JptaPEG+5ZoKNRm0X7nRgW0HoJWay9MbsJc4PELq4JQfudj5UK76WFDLr0+zPvwBK/sg==","signatures":[{"sig":"MEUCIQD1DaiONEdDaoB4pQ3WXrmFjZmQSLyJGJXNbSS7AsXf2AIgK6JDtbKVwNXIZgqg575ImlsdpWR6SEhmluEjMF3IROg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822397},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c1808f35839dc23ab247eeee3b39cd8533d43a09","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c1808f-ltfu7wv4_1709731921542_0.8341530429119395","host":"s3://npm-registry-packages"}},"17.0.0-develop-42be76-ltgciitu":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-42be76-ltgciitu","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-42be76-ltgciitu","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"45efac8552fbbf2f079ef1d2a6b7dca89bbec02b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-42be76-ltgciitu.tgz","fileCount":880,"integrity":"sha512-bXVVU/NWCNAHWL+b7jAeDI0Xm5YLIJph/kyS0BDwF46aT2X0k8wh0HE7Bxr2G7TTYszxDHRlhFK8hvUKfZrS7Q==","signatures":[{"sig":"MEQCICmg8JTP3RVeylICajAxfnwbtEHTZTdgZ0Pv7OKvMTuzAiBzZDRI2ECearwmNTVoNxW/cGNiULk4Iqedf/S40YnKCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3822396},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"42be76bd639b264583f847e7d5fbe70217e2df1d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-42be76-ltgciitu_1709762647482_0.828309460569697","host":"s3://npm-registry-packages"}},"17.0.0-feature-e7f538-lth2axmz":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-e7f538-lth2axmz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-e7f538-lth2axmz","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4bdcc7cf08162e4a12352b1fb0bc8ef1ef61730a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-e7f538-lth2axmz.tgz","fileCount":880,"integrity":"sha512-FzcL+Ci90YX4OeawpLwgNH+ShQnDBxz4vxi6xEgmawk1WBdHCpK0mLyb98g9xIU7nVFZZcSb+GK9sqvXm/D2+Q==","signatures":[{"sig":"MEYCIQCdYrVSeoqMynl6++FPFdCZCaaDxBGLuSZcQkfiJn/HoQIhAPNq1F3uRHcsPS3Z0XawR04qUkjfxYttcPiu8nvbh06k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840461},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e7f538598cf3569bd6167e241fbdb90bc2e98946","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-e7f538-lth2axmz_1709805965438_0.2977284193525249","host":"s3://npm-registry-packages"}},"17.0.0-feature-a0106f-lth6061h":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a0106f-lth6061h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a0106f-lth6061h","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c07a4fffaf74a9c6181295f8fbaa9c08734b496a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a0106f-lth6061h.tgz","fileCount":880,"integrity":"sha512-N54xu22pxjR3f/ewsGILhNhx1aS8GgxARklykJ+DlHnXNOGGDLmmbmkueVme+T11UVqi+rTiXwBiXzdHz3gjaQ==","signatures":[{"sig":"MEQCIBwNzUxUjOag9PVqqzEu820Lor8ARKldIIF8ru9uwy0hAiB65PImUwacanOl5ToOuJ5m0ajJu3yTreBMkjFGxybSGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840460},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a0106fc2b2a0baba3ed076ca03cb4138015b8fa6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a0106f-lth6061h_1709812195735_0.33127221379265936","host":"s3://npm-registry-packages"}},"17.0.0-feature-c97cee-lthd1rof":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c97cee-lthd1rof","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c97cee-lthd1rof","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e580e5255ebbf98c76b77ceefc30ae6c25ea0992","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c97cee-lthd1rof.tgz","fileCount":880,"integrity":"sha512-HQKI44JsmhMoXTQA5tXIp42Bb/f2Hus9OdZupBOMWW92R/+ajkSj91hGHsGhlo81f5/vk0aomUP5/iE39ucxkQ==","signatures":[{"sig":"MEUCIQC9L3LKkYNdPEcsFHdPLV3uyNElhSMrdtRrifQmiouTDwIgaSjbvbKBmoJKHrIcsTcHScIWhcx4HD2XyG1+WOo23rU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840460},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c97ceea00a3c4d75cd7310b9aa36ed98cf544ffc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c97cee-lthd1rof_1709824032736_0.39054581947105316","host":"s3://npm-registry-packages"}},"17.0.0-feature-dd19a3-lthenj8a":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-dd19a3-lthenj8a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-dd19a3-lthenj8a","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e58d08ed406d34008bf00035d0c8ca2e69004a65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-dd19a3-lthenj8a.tgz","fileCount":880,"integrity":"sha512-NGPHHi/hkVLGXzltmRqkZ7fLmhp2wESOaJ4TfEH0Vsj7pZFNs6SlYHLfRI6OBPHlD0EgnBAH93vvaOmGhFGp7g==","signatures":[{"sig":"MEUCIQCnMc2XmrP5lkATHWIxI388yNHQWVx2ekQHgp+U5UjhPwIgDkKvcx7xDV05ZJ9u04VcmSTlF22+gnk0p6qE9SNlEbM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3823096},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dd19a3ddd1366f489ea9cc9ec368cfcec72472ff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-dd19a3-lthenj8a_1709826709107_0.6685502791652587","host":"s3://npm-registry-packages"}},"17.0.0-develop-db83e2-lthfaju4":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-db83e2-lthfaju4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-db83e2-lthfaju4","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b5a455e975111394ea4002b5b680a13195cf715b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-db83e2-lthfaju4.tgz","fileCount":880,"integrity":"sha512-QZzHHDIiCZ28EPoOCRrPEzbanROK6uSgJ1hmF4IQbSahpWvhRk4jDfxhDL8/PCSorXJDPX94lCyOiO9KvtscFg==","signatures":[{"sig":"MEUCIQDsI64GMdH1PSDDZ4rgBgFm+qFjfPW4YteHRUSGnkqFzwIgZvQHr5zl4QDxvLmFo6YsodhY+jZk6iKaRSo4f9X/Auc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840460},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"db83e27b3a2be5473a4216938ad0f77f658c6e08","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-db83e2-lthfaju4_1709827790549_0.18145246721095232","host":"s3://npm-registry-packages"}},"17.0.0-feature-11caa6-lthffbtc":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-11caa6-lthffbtc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-11caa6-lthffbtc","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f99481200ccd6c974ab368ccb91f0c415a0a88b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-11caa6-lthffbtc.tgz","fileCount":880,"integrity":"sha512-MW51uRlXIbjva095Dy6DqGHasNAUxgd0XiR9dhZbyJYPfQbLEJa8yTbYSzBHKVZw5k3XD8nRfsXovGSV6JG+sA==","signatures":[{"sig":"MEYCIQC9Omu/o4SLK+otUbi3deaaYB/bsr8S57MCM5MQie15hQIhALm3vtqdVrJC4prvTtwKaplmljKNwzFWLr0wUkN2lEDI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3841160},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"11caa6372efed79841e4c64661b7ab7447259e77","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-11caa6-lthffbtc_1709828010967_0.7429209429330104","host":"s3://npm-registry-packages"}},"17.0.0-dependabot-e30bd2-lthq20r5":{"name":"@5minds/processcube_engine","version":"17.0.0-dependabot-e30bd2-lthq20r5","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-dependabot-e30bd2-lthq20r5","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b247303d8dbf6ebe6edf45d8a6df56cf4790d9d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-dependabot-e30bd2-lthq20r5.tgz","fileCount":880,"integrity":"sha512-Oy7Q7BAgEsFCHokx8M6rDF7ecdsu7LgHOXbfCUmn7TYER6NBxRV5Dm8Lrygo1ttjQC8+wMydEBA0RZ/4mwQvaQ==","signatures":[{"sig":"MEYCIQDScMY+jpumIYQ77rMQ0ZPvXFMp2Yoa+dUlSKLn9fe8bAIhAL+nZDDe0pTf7+iRQG7CI88Xi9PEhHwgClkswU6Mhfk0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840463},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e30bd2270c5c133e376dd5c959abf3a4c7aadde0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-dependabot-e30bd2-lthq20r5_1709845858881_0.47117495802857046","host":"s3://npm-registry-packages"}},"17.0.0-develop-5df884-lthtuy0o":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5df884-lthtuy0o","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5df884-lthtuy0o","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bf9e2e04cfbd8da7af3dd68a46c1621a5e8072dc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5df884-lthtuy0o.tgz","fileCount":880,"integrity":"sha512-lYCMzJlN9zqtGhahjlTHxQePfDlkKhw8/YMl+eKt4t4fyCXA0v5NaZHbUWgL8pBhKBuTOqPGyYj+8efMX+SkfA==","signatures":[{"sig":"MEQCIF9pfG9QSkB7EwZyHouiNKOM1adUneKTCiL/t6QqE/F0AiBbi6AkQJtEDdaBcgklbubYlDjJIofKc0RoCqbfJcc2sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3840460},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5df8845cb02746186d85330f0db0ffedb76966da","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5df884-lthtuy0o_1709852256004_0.02509463084241781","host":"s3://npm-registry-packages"}},"17.0.0-feature-07f7d0-ltigxpuo":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-07f7d0-ltigxpuo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-07f7d0-ltigxpuo","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f5d4e5aa16bb26a3588338daf8dcc1cbc0cd083","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-07f7d0-ltigxpuo.tgz","fileCount":880,"integrity":"sha512-f0yg9hXog87gdTCxRVcf1KL7VDR2ziFKSgSQowW6KWMNXG16ucslIFrg7YEM70xYJ840w724kDgUAcFaXnkfFw==","signatures":[{"sig":"MEUCIQCo/AYlgzcbLMjTsx+1Vy0a8zxys4OzYQlZAOyPW7W3NgIgTqculrd2fkV5sArHX8PajZurOhhuzwii2RFHu8q37rE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836576},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"07f7d024715c09f43948616b88323b03d73c99f5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-07f7d0-ltigxpuo_1709891008575_0.2170153360969429","host":"s3://npm-registry-packages"}},"17.0.0-develop-e220b8-ltiid5hw":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-e220b8-ltiid5hw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-e220b8-ltiid5hw","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9072b2d8033471039673365cdd111cb0dbaaccda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-e220b8-ltiid5hw.tgz","fileCount":880,"integrity":"sha512-AP9IMS4ynKpB4nnSktk8LBi8A8HGhmolWLDDQJrcRVpQfqhWwHRn/tsx2yjFXxFDrP3Mr6ZfXnXshHOTnY/5kw==","signatures":[{"sig":"MEUCIQCMMT1cKbNWbnOIFzxJ7ZbsMItilTfEdD4EWrnYf5rOKwIgEt/XzgJWeMIdhIsghD5LuRJG6243yGbwuvTFLp0RuS0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836576},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e220b81a656f215c503a8a237aabfecb0bf250de","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-e220b8-ltiid5hw_1709893410036_0.15218287994311352","host":"s3://npm-registry-packages"}},"17.0.0-feature-271956-ltin2271":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-271956-ltin2271","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-271956-ltin2271","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed640c7bc85c738ff33975948137ec8f0659e636","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-271956-ltin2271.tgz","fileCount":880,"integrity":"sha512-BAPfAdOmAs+4k9fBwJbLvFSS2l6X7fie4esnFmw6WYRBE6/NJVDkeyB02a+KQ81+zlywChWxyZpOSYFuzEzyAA==","signatures":[{"sig":"MEUCIQCefVJfPsJS5NuOU7YhcSnigWMTnKf5R3HtemVsdjrXywIgdLB/uEQQU1fTr52LUChkzKVuyQHaDjauS8s5AtomrB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3849283},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"271956d6efc55f7e32fa686b731206f47e4348f3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-271956-ltin2271_1709901294464_0.8440305631583542","host":"s3://npm-registry-packages"}},"17.0.0-feature-6c731e-ltioo2d0":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6c731e-ltioo2d0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6c731e-ltioo2d0","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58dcf6977efe8e0c55aeb9314002a63a049a52a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6c731e-ltioo2d0.tgz","fileCount":880,"integrity":"sha512-IO/7f+ztSu8ODvUauWZV/E9ysMOZfquYszPx1Qg0UlHXCwcRGsHnjUtjrnltvtQshRN7xyVotoWL5Wzjiq2AUg==","signatures":[{"sig":"MEUCIQDiMdYBo3A4QjBep8gAYFfvnMAtJ6j6QS6dDh36VdNzpAIgL7fLrSsisoVYo6lIAq8HPwKlH0UJ1spuEnJyrsf79k0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3849283},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6c731ec539cd6c9355837e00c55620a2d4455332","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6c731e-ltioo2d0_1709903996718_0.027776396016299554","host":"s3://npm-registry-packages"}},"17.0.0-feature-20c530-ltip3y41":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-20c530-ltip3y41","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-20c530-ltip3y41","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3a045858718a551c291c417d94499cd90a333a94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-20c530-ltip3y41.tgz","fileCount":880,"integrity":"sha512-N61b1rKjxltcnBUA+gOTLTezpmemMMhU0rTtZOPuoLSRSUOi3zxYZjmuKiCoC55AnawV5LTIlqYxT8XbM2Cqsw==","signatures":[{"sig":"MEUCIQC94uouDWK+JBaPPOpQ5+4Cdv8lVW12ywM32gaWjcXWJwIgOn+9945HaskJXM21/4eVJ5Gys23MHjx2JqXxe45KHO8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3847868},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"20c530c05c97e2466770c510490c3f0686cd3d2b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-20c530-ltip3y41_1709904737270_0.34068906190070836","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d4de88-ltmd0k0h":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d4de88-ltmd0k0h","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d4de88-ltmd0k0h","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"52a22b33889d3a7ad297d2aa94cf7f2085cfba76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d4de88-ltmd0k0h.tgz","fileCount":880,"integrity":"sha512-+0tnqWGdq18wT8mwPHMFvPJbok1LpnD/LLXP6eGCVySTA5e3bg/9jI3/qyCa17Tf+32xa/D3KrYYyLVj2QG6Iw==","signatures":[{"sig":"MEUCIAGZi552ro/PdUE6dmG3zy1mPmjc1HFB4HPrtvoqojl9AiEAsScyK8BobcbwuAOW3Wh7azN6kxIB1h+YyQS92nhZZWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d4de88c1561c5a01db4d99ce4a2c90a649e78525","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d4de88-ltmd0k0h_1710126296235_0.2958743429358499","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ac2b81-ltmd5p3m":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ac2b81-ltmd5p3m","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ac2b81-ltmd5p3m","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"33f4261f0f998c9f7a0df91577d866d4b43830f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ac2b81-ltmd5p3m.tgz","fileCount":880,"integrity":"sha512-XbySXpjM4BYi74tPB/SjaicDQxPY4WseGRxBGDnd367OoIxXjqdrshD/zYxBpYao7/NQ5NIHWlxul2nYfSPf/g==","signatures":[{"sig":"MEYCIQCKyuFnVpD22DBOMLxzYkqfPBc3WiCZ2/kwrciHnPHsUwIhAOI+m1cm3KJesuV1O1iimddCu6+kspRYeB7rz86bJNiv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ac2b8114b9c427c86655c98552714cfd30407a6c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ac2b81-ltmd5p3m_1710126526987_0.8964545184032209","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d133e2-ltmdb25f":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d133e2-ltmdb25f","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d133e2-ltmdb25f","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6cc154243fd97e7554b9927ca5236966421e7d6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d133e2-ltmdb25f.tgz","fileCount":880,"integrity":"sha512-kxqSbnGBAXQDjFxgomIOpAKrbcwRHtgZStSe3E4Jav9iWnrH3IyYmu1/E8qSWsAjuWlXKK1eua6dX2HlXVclnQ==","signatures":[{"sig":"MEUCIQCAqVNOhI6YPPAbBjxF26vhfFmDSsRYQHrNj7wwjufjWwIgYKDlnOr+UvDd3aQVxEEBELfzGyD8lw76xxtzn9FEuEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d133e241ddfcaf11ab58174346ca5068d616573d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d133e2-ltmdb25f_1710126790807_0.6685776380252784","host":"s3://npm-registry-packages"}},"17.0.0-renovate-821007-ltmnrr1e":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-821007-ltmnrr1e","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-821007-ltmnrr1e","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"178014e55d2211c0392907542ca42d67262ad782","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-821007-ltmnrr1e.tgz","fileCount":880,"integrity":"sha512-mnN7xK0ogSlunX0/Klkz/ps6C6IcYj6fnVF/z6J9Z8fMabMOPvfEfKmdYEYDOiCr2ZtPDWFRu/Wgv3reW8fshw==","signatures":[{"sig":"MEUCIDhqWNdHdY49Mb/pZt6RmoXm6yZGpXnx4l+keCaHSHlBAiEA3vtjo5e5Pq0q2qdYVgogUOwMJcBwgTgmjUZfkZd60Jk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"82100779797092d2d1c7d52881546b5ff0445da4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-821007-ltmnrr1e_1710144353541_0.37377515799004146","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d8fe47-ltmnw2we":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d8fe47-ltmnw2we","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d8fe47-ltmnw2we","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1796e4c5935851b4bfe7bff78ffb9f46f4fb6cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d8fe47-ltmnw2we.tgz","fileCount":880,"integrity":"sha512-L9qhiXY2ySYkzoH2fJ/g+gmXItBWLZab63PMUqfQP7oh449VbNhTGJabo1R/GDC0CpLHzeLJYwk0xRQ7J7r4ZQ==","signatures":[{"sig":"MEQCID7B8goIjQcBF0izwgRccPvHR4slxDdKeFqtihWXKN+aAiB7Bzy2rrNYgPs/fPlcESsZ9zuGaUaYXBbWsTrWCs7PCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d8fe47ad49185b1bd633fc079c2d93b8df1aa4ee","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d8fe47-ltmnw2we_1710144555216_0.576913250824638","host":"s3://npm-registry-packages"}},"17.0.0-renovate-05c7ed-ltmo19ls":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-05c7ed-ltmo19ls","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-05c7ed-ltmo19ls","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"812c522823f6a246f801c5b152502fb773a0da72","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-05c7ed-ltmo19ls.tgz","fileCount":880,"integrity":"sha512-+N8xs3b3dnaJ9N+yWkL8EEVnftuut4HGZ6bpTHnbdbgPeDVo1FidvBgar49Am54I/8mtTFCazY7Pw9Bdlo7Lxw==","signatures":[{"sig":"MEUCIEZ2a2FxYfFxHJUcUaEBWlHIBA7Hrcj8k4ZRyds2iTY0AiEAtZE6coc/msB2kq+FcI9C3JAL75LsVsVbH3rZbSu47mM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836578},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"05c7ed6f7c56e019a9d78e9eff5f6206f2a202f2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"17.0.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-05c7ed-ltmo19ls_1710144808475_0.946562597141003","host":"s3://npm-registry-packages"}},"17.0.0-develop-1c11c6-ltmp23br":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-1c11c6-ltmp23br","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-1c11c6-ltmp23br","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7f267d6e68a22541e7ee8bc09389b2f0a34f238b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-1c11c6-ltmp23br.tgz","fileCount":880,"integrity":"sha512-+r5DeLfwzlT/fcVtf0jL6u+tf/m+fPiD6SnLqX7TKkCrBQVqVhi2Ea1hEMNlcJ7Sfr+xIQJdblikOhlwFBzbjw==","signatures":[{"sig":"MEUCIQC61XZx29O/YH4RHH4Bw1NevazD0yvglpnVpqn94v5a1AIgHkz3RTc2CNUcneEpKdzE/1pJh/lty8JrEkfLXWKHH3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836576},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1c11c6e28d2841da6b066fb11f5f06c49a00ee55","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.9","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-1c11c6-ltmp23br_1710146522700_0.19355329216107187","host":"s3://npm-registry-packages"}},"17.0.0-renovate-a5e475-ltmp5zz0":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-a5e475-ltmp5zz0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-a5e475-ltmp5zz0","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4a394f42a93e9bd4239ac35a363a578c648ef6d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-a5e475-ltmp5zz0.tgz","fileCount":880,"integrity":"sha512-yZey+SZoQsPVMQEDKEBIbQhr/p4iBczANQrcJ/qSuz14TtB+s03+rngjTgSxhOSEBkZxr4o/HNCAnxrpwW/9kQ==","signatures":[{"sig":"MEQCIGZ1YSdPQ61/RL3C0Y/FpvgEJfDHprEnx1iUZZAsTIsSAiAA+llucHSkDcRgMofkfLtYvk0D3aMRNNx7WqMtSj2qAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836578},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a5e475647d015e0a54be81fdd66373511dfc6916","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-a5e475-ltmp5zz0_1710146697908_0.320775447953479","host":"s3://npm-registry-packages"}},"17.0.0-develop-e2f28f-ltmqx5f7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-e2f28f-ltmqx5f7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-e2f28f-ltmqx5f7","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"744fa445479e05278dc7a1e42c7603a10ef0f0c2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-e2f28f-ltmqx5f7.tgz","fileCount":880,"integrity":"sha512-cNHlCI2LO+l5+oyRHETp0/JNkdAveLYeCRpTfPxp0dt1YFOhs2/2xwQ/90jF1tox5yyToyYSCF9sENVhg38aiw==","signatures":[{"sig":"MEQCIDPa2ZbqTtGyU/Hcsf2b/YkeyL5kXubMEnWHFgPpyMGTAiA521RN5p2uF9HHz28OU9lxl0mA8tafT+YhdRTb1qIUZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3836577},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e2f28fcd407d077cd1db9fb18887f3cd9862a4d7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.3.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-e2f28f-ltmqx5f7_1710149644658_0.911016333420763","host":"s3://npm-registry-packages"}},"17.0.0-feature-27476c-ltmrux4c":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-27476c-ltmrux4c","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-27476c-ltmrux4c","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"875cd164aa1f1ee8dd6f5258764396c19f57e4a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-27476c-ltmrux4c.tgz","fileCount":880,"integrity":"sha512-699xjLkli6oOrONHFSJ/6lz7t2oX4n8wOBc5nSGOYtf5kSWtIKMlLRHML1P4lhphuaKZ/ZrtDXNpb3lGRhEA3w==","signatures":[{"sig":"MEQCIHpd3YkK5R0WL07+hB6/shzn5pqN6hYEI45PNacfquTSAiBP1BpVyfshc+Cg1pMPzJc7nA5PkEsRXcmmme28f/Mcaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3847869},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"27476cb31546b390054431c330ba4431d13212b0","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-27476c-ltmrux4c_1710151217664_0.2746602339513988","host":"s3://npm-registry-packages"}},"17.0.0-develop-b79b4a-ltmvcfwy":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-b79b4a-ltmvcfwy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-b79b4a-ltmvcfwy","maintainers":[{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee1b39745f2015e0f20a05451b7d90b9b70c3357","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-b79b4a-ltmvcfwy.tgz","fileCount":880,"integrity":"sha512-iIB444nns3j0rOx2cL4YrXJwPgongIYjJwGbI381gdIIwQhi2mpdkiK1Y2cPl1aqDjrFcmxBtKBTeId3Zru76w==","signatures":[{"sig":"MEUCICV/+EC4V91UPhf/Ww5r/sF72404zNDOkNOYNFAwzeXOAiEA2KuWKodDJ+swym7AxGmCVqWB9VTITqNTvJf7S9K8Wrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3847869},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b79b4a90b4f65d4673627b5f14d1625b7b3a4b29","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-b79b4a-ltmvcfwy_1710157075107_0.5491743221732448","host":"s3://npm-registry-packages"}},"17.0.0-feature-2f1222-ltohxwa9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2f1222-ltohxwa9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2f1222-ltohxwa9","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"19b295cac7cb48c2674d14f0b1ef54f4c4ce4f06","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2f1222-ltohxwa9.tgz","fileCount":880,"integrity":"sha512-pfWTWE2AUAhDiA38kf0tzLQT0EOIJYbdv3gXWypP8R8/T9c84eeggGZpHFck9JYkhEdR3gM9u34ZH4u7llaRJg==","signatures":[{"sig":"MEQCIDGZiEfeoG6MLJKFp5Qa/o8fUTUVlHLjsBa85G4mpVRCAiBy6I3lCt2SjUEDB6i/k0iV1UtebWDP7KkVel+fo6dVKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851755},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2f12222168fc8a8c90d28d1277ba546773462f8b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2f1222-ltohxwa9_1710255507568_0.31488539780074776","host":"s3://npm-registry-packages"}},"17.0.0-feature-8667a7-ltoj0wx9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8667a7-ltoj0wx9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8667a7-ltoj0wx9","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c0c78dc06d71a8bfba785f05e528532208ef0a5f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8667a7-ltoj0wx9.tgz","fileCount":880,"integrity":"sha512-CTJEy3V8yUyfFiUQjwd7tNJe543gH6TBrAdAgOaX5PCvvcfffSE02cP8uQKWWkQrXJX63iA65LHhD7tnBeT6bw==","signatures":[{"sig":"MEQCIHlTIrqu29AUeNzOp3bvcr/JnIzh7PI3gPVVeqKxeahoAiA+azqqTttyGDjTAtKjsg1rXJdSfs9R0dN3Aur+H1JfEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8667a76790e4626ccd95018a369e14c806fbff5b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8667a7-ltoj0wx9_1710257314330_0.5794664939978504","host":"s3://npm-registry-packages"}},"16.0.9":{"name":"@5minds/processcube_engine","version":"16.0.9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.9","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1161908456885994d2fd878b920a57459703cdc2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.9.tgz","fileCount":856,"integrity":"sha512-afkrADeHN1r0EpCJEskyUE5ABZml3kr/bVxWLUzh3S6nyJft75zEnOY/q2eZZbTgb6JR22Go4VirwpkPYLeZmg==","signatures":[{"sig":"MEYCIQDpUf0sWq5MSFc1la/arx1KjRrz2xn68SvjGq2G/RJbkgIhANoJm5+U1S8gBAtI+W9oRykjjoVVKaR1eMWbVqluDKQn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3658073},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"77d8a678b80c99df8b7a519354079712d88da0c1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.9_1710259490214_0.915411921187578","host":"s3://npm-registry-packages"}},"17.0.0-feature-1ae029-ltpzom7z":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-1ae029-ltpzom7z","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-1ae029-ltpzom7z","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"51be9f778744f664e115e727e40afbc917246920","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-1ae029-ltpzom7z.tgz","fileCount":880,"integrity":"sha512-AGqM3QwyfCWQiC22+8l3eEAL2u8CmpNUo5k7jj4qywxtDlnF3KkHMSkJbhOckqOAOys7Ix3CWTe8PdGb2gNiMw==","signatures":[{"sig":"MEUCIAlUVCbCU836NVunqE+dyX7zth0SePNZGBLENTiHeYSBAiEApRobgkt7E8H4/hl8fRz4q1/X60nTz+nLGAcYj26T3wk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1ae029200c74f6a2df4bf8540acd59b973df5188","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-1ae029-ltpzom7z_1710345760809_0.20494616922302455","host":"s3://npm-registry-packages"}},"17.0.0-develop-80826b-ltr6jckp":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-80826b-ltr6jckp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-80826b-ltr6jckp","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b007b3eb3e8e971162ff6bf8e3b5a9a13aa8318","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-80826b-ltr6jckp.tgz","fileCount":880,"integrity":"sha512-SQm8aRmM9diGfsgK7EhrRfeoHfIp5Ce+ea+Y5kQus18dJfl8zLBwlH2fx3abe+MeAXmp997bHPjwyEOcjK46mw==","signatures":[{"sig":"MEYCIQC5J/ESSK5tgHTUlD8XKq00suRYAYmkTfk8qSjYOdlPTQIhAN5QZtByUsJLSb44KCplGodjafdyAJJBElkr4Pl8iMao","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"80826baa91d2f501b3a71f6189275dac4eb0987a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-80826b-ltr6jckp_1710417738427_0.5428747140895935","host":"s3://npm-registry-packages"}},"17.0.0-renovate-37f218-ltr7kdxa":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-37f218-ltr7kdxa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-37f218-ltr7kdxa","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1669c5c6771b899b049d34e8b0bb31e5318d73b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-37f218-ltr7kdxa.tgz","fileCount":880,"integrity":"sha512-mXFGOaQMIVRblswpj43N253llNWoS2xDoJrKghhsJulbE5mN29gwIWNkh2bd3tHh1Z1lHunBUEcycILqtLcapQ==","signatures":[{"sig":"MEYCIQCKCgjJ+EB2nzuV8Uay+RqUNOHnmriBxuxvOJJB4evVzQIhALNPl/xzR+dEJ4jGHMFVI2tAst8Iyx14df1kh5/ffbdb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"37f218bf740dac7e00c56a40102814f49374b928","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-37f218-ltr7kdxa_1710419463925_0.5313964245033085","host":"s3://npm-registry-packages"}},"17.0.0-renovate-bed730-ltr7l02g":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-bed730-ltr7l02g","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-bed730-ltr7l02g","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d4093b0dd7d3947883242dc57398b75e77b84f21","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-bed730-ltr7l02g.tgz","fileCount":880,"integrity":"sha512-PN1ZQyuhxYaSJ2zYqXcG+/N+oAXUQt9BiuP4A0o+k+YATUCvoMbdU2gClL/EWHyhAkSybSfBDkuH/+K/a6qwKw==","signatures":[{"sig":"MEUCIQDEuuXs8W0nZ1GV2qyh5bPYq0bgQEqheVOz/pvcE+jzKQIgEWUr/o+D1Ewd6qwXDT+H9UjYawvhPXnLONZML+Vlilo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851758},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bed730824afc07bc062eea1b7b4613bacbd5c436","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.11.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-bed730-ltr7l02g_1710419495596_0.8399587297456337","host":"s3://npm-registry-packages"}},"17.0.0-develop-b6ae6d-ltrcou1q":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-b6ae6d-ltrcou1q","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-b6ae6d-ltrcou1q","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b882d028e666d399d6993d8b60ec1c850f49adae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-b6ae6d-ltrcou1q.tgz","fileCount":880,"integrity":"sha512-ZE1C6jHtT5tzbzzpBcG6wiaATH78gJ+a+13pIx/1KxPIqkbbgfxQ/j8aSm1EI0fCzki6W4DiK4wMA1ATjRZv8A==","signatures":[{"sig":"MEUCIQD5zBEGcdJIpO3EWOOc+s6brjoLwk3/dsBBOSB0EnFg5wIgcXPGLZ4nIWw4U+hhAAeg7ph8/hSbb/0jzDYRlvbUk1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851756},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b6ae6df40a37d4ed8b50971aa0b3ec74755e40b7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-b6ae6d-ltrcou1q_1710428072592_0.5508725488968294","host":"s3://npm-registry-packages"}},"17.0.0-renovate-4b597b-ltrcs8sk":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-4b597b-ltrcs8sk","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-4b597b-ltrcs8sk","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"131526bc6ec704a8c8715ad0c92a4cf8d322ded3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-4b597b-ltrcs8sk.tgz","fileCount":880,"integrity":"sha512-osrJo7uPGVytjcC31fVJvvx/4e6gBT37L4x8qlBvU1JLPBioOdzAPqdF3WNNCHZz3c0WU7leArsyE3kTIFy3jg==","signatures":[{"sig":"MEUCIQDDfYdhY/L0IItv3KHlwDyZEXdK4MC0+etOA+trIa/apgIgIUcxx8/OII8Bt8wzmJiO7OtBx2cR9sbszHxx1fQaj2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4b597bca60e44c2c5ef69d41f1b86859ef44d2bf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-4b597b-ltrcs8sk_1710428231252_0.6214433665211014","host":"s3://npm-registry-packages"}},"17.0.0-develop-6885b9-ltrdro18":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-6885b9-ltrdro18","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-6885b9-ltrdro18","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5251bdf457f1b065f4d4e721cb118dca9db2e0c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-6885b9-ltrdro18.tgz","fileCount":880,"integrity":"sha512-rB9CjDrY1i5VorHu3wfrMJ3+B1hSsxjoq/iZdEJ2VOChswPQCLJQUQWNhmZYfhLi6TlSWy/uiEmmkClb2cQquw==","signatures":[{"sig":"MEYCIQCIBDtmhgla74Jd31L7y/RqGTTO2G1EchTBbCjVbakEcgIhAOtdqoEVOdCaBGQxQLJ6JRVoBOgnEzuHK0h9U2RkY1re","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851756},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6885b9bdfdbc951780b6ad28a8b9d4f70e6ff584","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-6885b9-ltrdro18_1710429883415_0.3013430643118742","host":"s3://npm-registry-packages"}},"17.0.0-beta.2":{"name":"@5minds/processcube_engine","version":"17.0.0-beta.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-beta.2","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e952d14365024ee18e947047c17a0a88102c89b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-beta.2.tgz","fileCount":880,"integrity":"sha512-YjRY7rdtoYdAvxEW6GNTX5os/Q/WPjlo1otSLPP1fIh3ti7IaVyIW0eq++64BBCuATHmtBYVLjONExhOkNTmKg==","signatures":[{"sig":"MEUCICNLA9sNdqWQTR8QPsQumpYxc+vVOnKhDTzkhkXVvXk/AiEAmvdFcwhvkmiA7mMHvUYZAUEyU839kVgtKAi3pUrqS9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851739},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"95cd95e3d10217899421e647c6cf188a24127c71","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-beta.2_1710433679944_0.6483467501114519","host":"s3://npm-registry-packages"}},"17.0.0-develop-95cd95-ltri71ey":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-95cd95-ltri71ey","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-95cd95-ltri71ey","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"33ffeb3803db165790a9b366197805d70175e9a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-95cd95-ltri71ey.tgz","fileCount":880,"integrity":"sha512-Dyt73ZcI0BJYyHh5PUdhkvfQ0JIJ8uMLU+Rep3mlVpal61y8A2+YpTj8ZrRXqTr1mQpqjxJwU/e2eS0TdSEx1w==","signatures":[{"sig":"MEUCIAkkVZh6fmYEDk+7XmndTvyitX14O1TyuEakkkWigClWAiEA9B2Yv5apv+1Dz7G5sbSgyKNDabOUZMYpmkr+tjX+sM8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851756},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"95cd95e3d10217899421e647c6cf188a24127c71","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-95cd95-ltri71ey_1710437334814_0.9726802205160674","host":"s3://npm-registry-packages"}},"17.0.0-renovate-36adb6-ltw83vlz":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-36adb6-ltw83vlz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-36adb6-ltw83vlz","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a199e4b6afebe0209dac44644fe6aa448d88febd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-36adb6-ltw83vlz.tgz","fileCount":880,"integrity":"sha512-xY4B/7+XQ/1Pc8tOYKZCpJHq/lsUXn+S7GW4+T2m0A8lCfm/Wkn+r+lIKXbnx493Fm/lndTLtvjed1HThhRZtQ==","signatures":[{"sig":"MEUCICcTxrsBzDfVTIx2MJn1IaiTMFeM5TlTS6HQFJEqG+HHAiEAzO6D+CICopTJ8luW+FXQvMzAixIzsYxOp5IMrIWOZNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"36adb6d3586b1d708a33ef5c80f14d576784f909","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.4","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-36adb6-ltw83vlz_1710722706279_0.25038814656279795","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c9482a-ltw842ub":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c9482a-ltw842ub","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c9482a-ltw842ub","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"15f7a35898c7241700a7b805e20c8077473dc558","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c9482a-ltw842ub.tgz","fileCount":880,"integrity":"sha512-Y/NLNF2jKwYJY+VJLA9ztnyfVV/sd7Zypn4lMzOlSGIbNe9VUNYVhYyuKpixWMcuM8pKddr8C9zRUbICIr/xdA==","signatures":[{"sig":"MEUCIQCAK8H9UUjysqmUWZSuR4K+P+nm3kBvqi6VkNzAkG8B8QIgQE2cZmELwh/JQ8/LfKT5h+NMrX9+Thg1qocADGbdSDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851757},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c9482a083313eba1f17d18cc49ade1ca7dd7acfe","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c9482a-ltw842ub_1710722715367_0.8495694031641225","host":"s3://npm-registry-packages"}},"17.0.0-develop-dbfea3-ltwqiytq":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-dbfea3-ltwqiytq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-dbfea3-ltwqiytq","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"72d98b8fe3cd42440675d25ecfe220832698a678","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-dbfea3-ltwqiytq.tgz","fileCount":880,"integrity":"sha512-iFcMEPxvI+waz+jk5LK02O0AZmnfJ30OBLZvhXdyFHR3ke+nfvFZlI7fSEzqTIryjD8FKCyn1ZqG+a6zuGKJxw==","signatures":[{"sig":"MEQCIGqc5WBrk+k5bugmTuhVOTk0vn+id5xnyaOX5+G4pmRWAiB9yLCiAYaN3t/yGh8tFo5aD5TCK+mEjnkGMxFlsf4BjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851773},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dbfea3d1a77e506f1c5dede819983daf3f74960a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-dbfea3-ltwqiytq_1710753651039_0.3046489351352146","host":"s3://npm-registry-packages"}},"17.0.0-feature-d762e0-ltzlmh1a":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-d762e0-ltzlmh1a","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-d762e0-ltzlmh1a","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d56396e03d66a072c4b9f132ff6902068d6c2d9b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-d762e0-ltzlmh1a.tgz","fileCount":880,"integrity":"sha512-OetGkuxqoN7KWBIgndMNr87LgY6cT75ZNC+dtyo6tjl5m6tBEMWMnfUjoBDDkanCvMsa2paI/bvTRPEkl+3H+Q==","signatures":[{"sig":"MEYCIQDml0GX8HHD0Kw2iBLp/T1G8CWViaGXs2J/KkpEaUzrjAIhAIwuRR7pep+zDuuBJ+7YnVmciqbHIWM9hDLxKD3W9OUa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920750},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d762e064aa3ac50b9df6f7d88fb6edfce85144db","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-d762e0-ltzlmh1a_1710926807177_0.7379502628637029","host":"s3://npm-registry-packages"}},"17.0.0-feature-96d9a9-ltzm9z6n":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-96d9a9-ltzm9z6n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-96d9a9-ltzm9z6n","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d4594fd04ff5fb8e6679dfc26e47979906c91cef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-96d9a9-ltzm9z6n.tgz","fileCount":880,"integrity":"sha512-+3UU4WZsmX1ROmZj+CeBMxUtbvAa/fESB6biEAjqMenqUpbhX0YKGETryfXxrw02O+yKNvyD0mrR2+zhzbRy2Q==","signatures":[{"sig":"MEQCIFWHsowoQN+Mj4oY1kSb9qqziu58nlbpFfFHZwZrUyc1AiBPd2C8PxXqzmuQnb7x+JCIp75OfeG+cDxeir4c6J27yA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920909},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"96d9a985266789ce7e64a02d94a26d45265ceb1a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-96d9a9-ltzm9z6n_1710927905056_0.4979432254069496","host":"s3://npm-registry-packages"}},"17.0.0-develop-42fe55-ltzqk1e4":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-42fe55-ltzqk1e4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-42fe55-ltzqk1e4","maintainers":[{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e79cc376efbf810bab8a0359c90ffb4feecc6ffa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-42fe55-ltzqk1e4.tgz","fileCount":880,"integrity":"sha512-ubTTfVRZyjk+vAYYTjqDiDvPkEdv6lf52hgHqcCE0p3tF73Quu9DjPlID0vWjlouQiTRdT4KCLDKOolg7OqcxA==","signatures":[{"sig":"MEQCICEI/XGXEHs+fUWPZZ4Q+hQOMRIygYODiQeoDGQVsUnSAiAziJhM3QrDHPTlLjCjDBfnAiLJKhEReORjwR9Hvb9KmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851952},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"42fe557d3c1e096a776998ae56376f968532d60d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-42fe55-ltzqk1e4_1710935092044_0.5915663096344512","host":"s3://npm-registry-packages"}},"17.0.0-feature-46d861-ltzyeij6":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-46d861-ltzyeij6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-46d861-ltzyeij6","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78466121b645896bb4ca4fbb7887286fa272a73a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-46d861-ltzyeij6.tgz","fileCount":880,"integrity":"sha512-ojCBp5VH5qkpYkLXH+H6ay0mDkO2StDxVzV2xa2Z7u+gNzFB0D6GHNVDOoCJbVgY1mVc5ht5Cxf1bkEdacKEaQ==","signatures":[{"sig":"MEQCIHWnp5JVppq4cmZpgOxMkszOuK79AiSdOXVDX2i0aBL/AiAW9H3YyR2pIcx/2a4qAh9U00ZAYg317MivYNVo42x6dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920814},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46d8614f37bfdbf18407238ca62e62b134a43dee","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-46d861-ltzyeij6_1710948270755_0.6192205843214076","host":"s3://npm-registry-packages"}},"17.0.0-feature-a88a59-lu1eg4xq":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-a88a59-lu1eg4xq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-a88a59-lu1eg4xq","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c77f36eac785a4c5f8733456a98e964fcd4dfcb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-a88a59-lu1eg4xq.tgz","fileCount":880,"integrity":"sha512-bpdKk2Fa4ZegqUebETLz7bkFA4IhodmR5GfiGFv70DBRxT7NxAC2dnyqS1nu8QR+ljSh8xh5x94qayLx/vF7zA==","signatures":[{"sig":"MEUCIGKkgzL2Uz8rOmU3iliXg+XRVhbFUzFqunZr6ocLwFwGAiEAjUqimMUj9Iyx4ZSKk24ik7i1nULX4G/9zclOeX7wsoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852056},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"a88a5905ae72072b8d02400bd1ee524eea5edc78","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-a88a59-lu1eg4xq_1711035687672_0.9588678987262584","host":"s3://npm-registry-packages"}},"17.0.0-feature-6503e6-lu1nqfn9":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-6503e6-lu1nqfn9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-6503e6-lu1nqfn9","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a6356d622f3b5551310e453043faffbd9caf1474","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-6503e6-lu1nqfn9.tgz","fileCount":880,"integrity":"sha512-9Hfd3zACDYN2WbsuBVJpVw5JmI4NjsRw4ULS4MP3NDejlcu0ANZzuVGVDkJtqxlyOT2FpxP6wqf56ux83tZo5w==","signatures":[{"sig":"MEYCIQCGWUeDHf5Cg8d0jxCdZHq8nj2sCxiwfO+HCrwviX28MgIhAOPttVF28vtKDtWGU5RIeR+pDOkCqfi7PyYQ8CW2rySV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852056},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"6503e651ccbe960be644e62c4932530a86dc3f2c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-6503e6-lu1nqfn9_1711051286753_0.9489602574866915","host":"s3://npm-registry-packages"}},"17.0.0-feature-8f35b5-lu1sdok8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8f35b5-lu1sdok8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8f35b5-lu1sdok8","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c6df45969bac4ef6bb018d30b61e895f68e6d4f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8f35b5-lu1sdok8.tgz","fileCount":880,"integrity":"sha512-nmD1wTVSIGmafuTMGj8jIjfWrf8jJsH2D83434jCEQRYtocs8C/lcQnWtodYeu7xq0Cdbfk2Gnpf5fSDI+cROA==","signatures":[{"sig":"MEUCIQC0OD+opt+/DjpH6xv920tfvMfe1pPJJm1ep87wx7vtAQIgEV2CFzSfYeNkVmr5fTF1jNPs/Ol287lhgJWR+UC8Brs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852056},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"8f35b590667f6e19a6d9f6c8464cee19da114d80","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8f35b5-lu1sdok8_1711059087451_0.4429580860256441","host":"s3://npm-registry-packages"}},"17.0.0-develop-4e0c26-lu1u3dqb":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-4e0c26-lu1u3dqb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-4e0c26-lu1u3dqb","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9775a9db92eaa582e7d2f74f0ea5d9252e8e696","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-4e0c26-lu1u3dqb.tgz","fileCount":880,"integrity":"sha512-iNVVUjR6IAdjkIrpM8QX6a/MXSWvqUDgwx8JwRynZ7+3oWriNMXjbXWRjRuJL1ynAh6bZGFUNvDv9DbPOFwIVA==","signatures":[{"sig":"MEUCIA74oOp66MOCnolJiKAsGurwnV43BKP4hlLOpqRmrnNaAiEAvgyDekeTCDp23Z8N5nXSoRmrMD36WzbcqJM/snQ3KlM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852056},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"4e0c268bd63ae0d17e429d425732fdd2e5afdc64","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-4e0c26-lu1u3dqb_1711061971722_0.8791704378122946","host":"s3://npm-registry-packages"}},"17.0.0-beta.3":{"name":"@5minds/processcube_engine","version":"17.0.0-beta.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-beta.3","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fb03341aa8f21c2d93063f8e3c38d003763ab356","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-beta.3.tgz","fileCount":880,"integrity":"sha512-NOir4DwkwoCBcre52yIXoh5UG3jcUci3O2G8LsFnXC3KttHPqV2hJDz41CT9A7UU6T94MPB2Se2cv0LP0rDGEA==","signatures":[{"sig":"MEUCIQD0dk1dMn1R5205OeEXvFTKyg+QTmxa0rPkIR9jCjvm8AIgEO3xYnXUUKk02TVTIhfncGfFJ6xlfUlrOHpfTilnsH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852022},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"4470ce1ae79debd1173033499143f0a92de74077","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-beta.3_1711096153180_0.2637344489428066","host":"s3://npm-registry-packages"}},"17.0.0-develop-4470ce-lu2k5ycn":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-4470ce-lu2k5ycn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-4470ce-lu2k5ycn","maintainers":[{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d6b883ad89ce4b103ceaead90ba7dd3f4f4183ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-4470ce-lu2k5ycn.tgz","fileCount":880,"integrity":"sha512-9oOnmpEPIR9/4ObKLJwCZso2i3bE4rAnwQEy+wJNs8LPyoHfZl2X9+Sn5+vVS/37nRCm3bkpLNvnjLFql2n3HQ==","signatures":[{"sig":"MEQCIAGYhEk9UV9lDGCt1bvkMveaXleQyIrvEV53iATRm9tjAiBVdt0Hd06vry+FVJqkNDXenlB9BsJ37yJY0BO9Fm6w8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852039},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"4470ce1ae79debd1173033499143f0a92de74077","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-4470ce-lu2k5ycn_1711105756145_0.4529859970674095","host":"s3://npm-registry-packages"}},"17.0.0-renovate-4e4f25-lu6j35pa":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-4e4f25-lu6j35pa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-4e4f25-lu6j35pa","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74c4d14a274c266a6d027b162026b64d8aa3aa13","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-4e4f25-lu6j35pa.tgz","fileCount":880,"integrity":"sha512-LddPKlEALRrfNbmp1YBAmKLBQEaYH5wuZABfRkaJh/CtPLnE+kQjJ/qFJccWW+0nPcpeFwv7/3mL/ThTnWMiNg==","signatures":[{"sig":"MEQCIH77VQ91UCTHwbNOGW4oP9gH+wd1vgm+OCcfeiCCzgjYAiAwn/Va4W2dwVFuY4WzKGls4w9TghdVPhwPpYobvgJJCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"4e4f25953742ea548078fe9c0e83f6251811920a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.3","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-4e4f25-lu6j35pa_1711345810676_0.6094551612309178","host":"s3://npm-registry-packages"}},"17.0.0-renovate-06967a-lu6j3vpy":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-06967a-lu6j3vpy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-06967a-lu6j3vpy","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b90fd33edd7f2d0ec8d9d28e4173eaf4348820c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-06967a-lu6j3vpy.tgz","fileCount":880,"integrity":"sha512-jj+xQxLxuIhirDl48iYEkxjRgPFHumd4nf5PJsgTVHB/iSWmbGqalat1afIkJQgWkVuQIZMEz9gb+WqvJ3JTag==","signatures":[{"sig":"MEUCIBeWrLVi38bUBMa0MV3GwkVKP7ohZXkcYLtMGVKDm3i+AiEA1tvYsf66jViKF9a0BiDRbrHjiU4Lz3dyhAMNvQnumFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"06967acc5bfeee264a8fe89179dfa14a004bf95c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.19.1","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-06967a-lu6j3vpy_1711345844454_0.11698526258518815","host":"s3://npm-registry-packages"}},"17.0.0-renovate-ba35f9-lu7931an":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-ba35f9-lu7931an","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-ba35f9-lu7931an","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"999c561c22de67920fec0d40136217ea251d96fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-ba35f9-lu7931an.tgz","fileCount":880,"integrity":"sha512-Y3H0FhmMogarcIJlCIWvLUyj/SQduzAKb3V14GpAqt/W3TEHnqOI9WofwHpGAzVI5lEi4SjWIkWmInqfVwV31g==","signatures":[{"sig":"MEQCICcVOiENvZLf9+1A6Do785a4zihPYQ6UAdF5SYaAYhEIAiBXTLwPES2X0lU+clXq4yEeFwV8+QNQtz5HNAHQR7PS6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"ba35f9c0475467b3d3cbbb2f11695ff8767ae252","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-ba35f9-lu7931an_1711389475262_0.5478863591046428","host":"s3://npm-registry-packages"}},"17.0.0-feature-7b7868-lu86003k":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7b7868-lu86003k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7b7868-lu86003k","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f24c373d31d4234732e45a483032b801149b4938","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7b7868-lu86003k.tgz","fileCount":880,"integrity":"sha512-04Qq5ZdIIg0DlL8JEYrM9OImDHc2fQ/q0GK67GzrlBaRi4ntv4zc8a47dvf9l9Zfq0G1udu+OxDDzm+KHtvXRg==","signatures":[{"sig":"MEUCIDw8vlNwjGNrQoGv9KNSVSgy8AnyNL/Sw0f/CWmXjB/AAiEAn+auQP30mhxHEt48LABMgJKfWzIQhADpnM/NnkkuSd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920918},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7b7868fd56122cdd71587c162fd0bdc4e06b4aff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-32ae1b-ltwmrnm7","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7b7868-lu86003k_1711444760393_0.801005063442797","host":"s3://npm-registry-packages"}},"17.0.0-renovate-b31a2c-lud41vft":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-b31a2c-lud41vft","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-b31a2c-lud41vft","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"82a6a60bc1b196ec88ab8ee294feee7e2b220ffc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-b31a2c-lud41vft.tgz","fileCount":880,"integrity":"sha512-rArfpS0D1/3Fq0GhloJXfxaEA+UyiCaT4lYaGIUI5ddqNsIt1e8Gn8Msj4KQa69/C9OTNf9N66YVqRg71JkYQg==","signatures":[{"sig":"MEUCIQCtDGp5KEMfYmb6wMqtH4rINW5dAJQyc50i5WEkVGvQ9QIgUJTo/KTXqGC8SgI5JCqKeFCs0fNb3UnEIJ7F9WmnQ6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"b31a2c5c97f2afb015e269b1b414e3b5b9949723","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-b31a2c-lud41vft_1711743819184_0.9321002676279413","host":"s3://npm-registry-packages"}},"17.0.0-renovate-1987f8-lugbzry6":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-1987f8-lugbzry6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-1987f8-lugbzry6","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f2522c512334919ab453a0e2c9a14257a4916e17","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-1987f8-lugbzry6.tgz","fileCount":880,"integrity":"sha512-5nLFY4pjVEGAAhaOaiKilPDJ2O2x2Rpo9B8glqfdsmd0bssTHBi/9ouBDOJ720DVRswb8uzoSMdImJ7uWBrh7g==","signatures":[{"sig":"MEUCIQCYKX+4rDvkM4vDmn/srWJB9CFNy9VCMdyiUo09xGkF4gIgR8Mb/Gxh0ksnuwrJj4+XlsCNe+MtQzUuXvPm55g2r5U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"1987f87b656b9e3241f896783b7d30db04b76a65","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-1987f8-lugbzry6_1711938557150_0.98443301979613","host":"s3://npm-registry-packages"}},"17.0.0-renovate-44f27f-lugc05hg":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-44f27f-lugc05hg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-44f27f-lugc05hg","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3722e9a82456a2cff0f98e32957434e2be4ca6d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-44f27f-lugc05hg.tgz","fileCount":880,"integrity":"sha512-q46nqQ7qU8WRvwYAJ5VqM30lncwNS9kiTEdzEA7awsYHqQLzs9csVUWVnT1JxQJS3yGqz7poLiy7t0mTPk6w+w==","signatures":[{"sig":"MEYCIQC61WdVnav6XZt60JDV1c6jvdWmUqjVjJYz5PNbZ5au5AIhANJOSjDvWohUfuejhjx0xjOADI9M1t9pyv8kabav/ucm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"44f27f55e02889d7d805317eeb1dc6f7df48894c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.4","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-44f27f-lugc05hg_1711938574953_0.35520492428716577","host":"s3://npm-registry-packages"}},"17.0.0-renovate-3eac5f-lugc0z3g":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-3eac5f-lugc0z3g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-3eac5f-lugc0z3g","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9977aeabf81fe8563167f1c2a2ff260862c607f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-3eac5f-lugc0z3g.tgz","fileCount":880,"integrity":"sha512-jsQGh4wVA1rgXmYMXIqlX5WfUETMTlqRP5hucr58Bw02KQV6/FgpVFXjTza5Sn3o9X01dIyf//2fBq2ewxkweQ==","signatures":[{"sig":"MEQCIGScti0gy59USPmjQRykA3HY82Ka2EFchIlqr7tpwIU+AiBURpUFgbtoU7zI8uoCrqU0o2g1A2UUzi6HiKW7p8vHOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"3eac5f62904841ecae69139aaf3b57de56408501","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-3eac5f-lugc0z3g_1711938612825_0.4946439299583134","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d73f77-lugc3a3t":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d73f77-lugc3a3t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d73f77-lugc3a3t","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ad2500f16feb912a3842d22ee9735f42cb32b69d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d73f77-lugc3a3t.tgz","fileCount":880,"integrity":"sha512-xbYjmV329rgcwPq8n11mtXXYkwVI/wRqKNJ++f35pqJbb0XXfaMZ/lZGnvnSdLY6Gop2SQTgogXl6AYzrqKDOg==","signatures":[{"sig":"MEQCIBRXE4eYTlPHjPmrLbcLGjKynoeXl1Sg66MqozXwmJUSAiACxj1o/NZCEbaeQ5Gh3eP8bIrniJ1gSqkRhGQ3NcBwsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"d73f77d34ce1a271de51669cdcca3f8c2b386822","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d73f77-lugc3a3t_1711938719846_0.34642846508401237","host":"s3://npm-registry-packages"}},"17.0.0-renovate-6d6530-luix4iv5":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-6d6530-luix4iv5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-6d6530-luix4iv5","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c84e89368343dec17a694f1ee0ecfeecb1cfdd2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-6d6530-luix4iv5.tgz","fileCount":880,"integrity":"sha512-byrimnS2+O8Pm09/MX2s2uIOeCzwpyZ8/hwDguCD4rD6SbG+BJLDWlBmw09BQAT+oC5QW0XNDQBDTukpJkdcnw==","signatures":[{"sig":"MEYCIQDE4Q728tGadtukToileGxKgkfznhxPKhuzd6Dii/EN6wIhAL/AYXkCW32/0rPxiJMK/lrjFdarFARyoBt6Trhm7WLp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"6d65309dbfb7751dee85d42aa5d145264129b37b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-6d6530-luix4iv5_1712094985022_0.901779374469329","host":"s3://npm-registry-packages"}},"17.0.0-renovate-50a712-luix5v2y":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-50a712-luix5v2y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-50a712-luix5v2y","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2b43fe9f49fa5c5b66929ec745eae4326ce660cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-50a712-luix5v2y.tgz","fileCount":880,"integrity":"sha512-vogJp350+4OqGQu14eAW3FPT/Luvg2n+UvzajeYmte+VzvMVK9kV2Dy0A36PI/3PV/uGDEKgu8OKpI9JTX0bBA==","signatures":[{"sig":"MEYCIQD17ngYy4ms9pPHqCERUeZowljFuwbTosJHaRiuFPe3QgIhAK1QONaxYWF7CUQig4UKSWlJI4nhvA+EyQTcrcj7OAvo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"50a7122489841b30a479bb22bd631c05d02149c2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-50a712-luix5v2y_1712095045292_0.29824376108119277","host":"s3://npm-registry-packages"}},"17.0.0-renovate-565467-lukmmttz":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-565467-lukmmttz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-565467-lukmmttz","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50125c3fc4770a16972242add3f4f649fa0d7af4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-565467-lukmmttz.tgz","fileCount":880,"integrity":"sha512-68FFFVFiUcrUdbZ8i7rF2Twux8sFY27vVZ2fFy1KEF0EwFa5H7VSLhoWNMxWtN9ayFzhyumo6nq38ofj9rw/Gw==","signatures":[{"sig":"MEYCIQCfHys9hGJDEoEzPSoRG/FhcZapI0zwCEY+JDdqdEtYmAIhAKif0dukVIl7q1fwKsv2Fi8LTDw1lsrFvHngi82NkH/z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"565467ead622147197008ed209a585ea70c9e71b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.1","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-565467-lukmmttz_1712198293348_0.671428890516077","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c4f741-lunxxmz5":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c4f741-lunxxmz5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c4f741-lunxxmz5","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"81a9bc84680aee53afcab0a3e6315c0e1a2642a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c4f741-lunxxmz5.tgz","fileCount":880,"integrity":"sha512-lYenpBDWE8le7Z0BBfbxaJekmLlutaHV5tEhw+OrLNBw8l68G96C1h1B1QgmdVF8I+xWpTti7Eql+7fZMFKsVw==","signatures":[{"sig":"MEUCIA9EPbGMOIkHlAG7d03vpHQ87q9N2/dIwIKCzEVgyvloAiEAil1ZQpUzvFw+XUdg2kkzYBfFCf87MqrB4Le9ScvVt7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852074},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"c4f74109e1247ffb83c58fba6c9b95cb34f10c8a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.2","win-ca":"~3.5.0","express":"4.18.3","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.12.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.2","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c4f741-lunxxmz5_1712398671661_0.8256176449139798","host":"s3://npm-registry-packages"}},"17.0.0-develop-8502ca-luo8cf1q":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-8502ca-luo8cf1q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-8502ca-luo8cf1q","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed137241fd37725bd03fa356e77b5060c86a9aae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-8502ca-luo8cf1q.tgz","fileCount":880,"integrity":"sha512-urelfjL4ARgV+29RcOJmi5J/ExYxZMM5hUnWOAnE0O1ypCSR4CNlKScywiM3zali2wQ+8HMs42iU1N+UAI1TEQ==","signatures":[{"sig":"MEUCIFtG24IM6y4mDfHtar486mhp4joYx/bDI7NMQAtT+v5uAiEA3LcAkw/Lkz6DSAC+iwqJOVnEN15x4F08goCvSJ2dcGE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852073},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"8502ca343405382b6cb54d6e973b434fce295770","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-8502ca-luo8cf1q_1712416157938_0.7414026993191705","host":"s3://npm-registry-packages"}},"17.0.0-feature-2fa9cc-luobph6s":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-2fa9cc-luobph6s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-2fa9cc-luobph6s","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e2a191059c935e8d75fb4e8059703effaa3ad6c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-2fa9cc-luobph6s.tgz","fileCount":880,"integrity":"sha512-XA0DzAsTpKHnOFxizR6V1G6wN5KanyZvinfaoVFUFy06DrVM9iFYtQ7PbLbf88RVF3pMHp4bD/gJvwYaWym5Zw==","signatures":[{"sig":"MEUCIQDJyL3jXD/kNeniYZvn1SrZUbbODAXEK1pnM9szWmRGywIgEqsxxhLlKxBL1OfEsZrf3Ff1exYO2z0x0UkYBr9a/vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920935},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fa9cc9a4056122af950267b43600402ae83f881","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-2fa9cc-luobph6s_1712421804961_0.5850467194965541","host":"s3://npm-registry-packages"}},"17.0.0-develop-426f56-luqmhkfi":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-426f56-luqmhkfi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-426f56-luqmhkfi","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"34ca0de90379c0bc0c21b8408cce1dcc5095d31a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-426f56-luqmhkfi.tgz","fileCount":880,"integrity":"sha512-wMEw1JiH5wMPQteXXHbS+p84a8x40hBOWtfglQGSi1ksKchT3RJmRm1i7z/EQ9JpcUv49aqRNruV/QD2ch/LTg==","signatures":[{"sig":"MEYCIQCR9AOlXOqytqiiwA3F3gmxRnnnYo0xKcDRmyXGtIF0XAIhAOf7swNLHhFZuvNjveGp/oHKBFgPZlPUv/mAInpDpSxU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852073},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"426f56b535ec70ef5bf313bf373a1fa00665e101","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-426f56-luqmhkfi_1712560844954_0.03416870283195861","host":"s3://npm-registry-packages"}},"17.0.0-feature-8ecec2-luqvth0f":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-8ecec2-luqvth0f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-8ecec2-luqvth0f","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dde97c5454a3a0849bc145dcf3c4647070a9c3ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-8ecec2-luqvth0f.tgz","fileCount":880,"integrity":"sha512-1t6nivALDGagQKM8zIR8R3NwgEw0Ld40Q3Z6BsZbzx9ube4fZ+CAhpINfD5rqhfdeUKHIUORn+IdqLuuClfmUQ==","signatures":[{"sig":"MEUCIEhw/XVueB47CV0Kx0+oilAmwqheO3PkSYFK47OpeiM8AiEAq5kJ4cpX+DmvViwry0sRotrOcj5UmY4FhtP1aX5jQSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920935},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ecec29d922edda9a496ce133b8f6d8a73b6f94f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-8ecec2-luqvth0f_1712576517210_0.24609895247048508","host":"s3://npm-registry-packages"}},"16.0.10-hotfix-d2a8af-luqwy1jm":{"name":"@5minds/processcube_engine","version":"16.0.10-hotfix-d2a8af-luqwy1jm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.10-hotfix-d2a8af-luqwy1jm","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a93d519b540b09d9addb36e884f12476f9b33bc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.10-hotfix-d2a8af-luqwy1jm.tgz","fileCount":856,"integrity":"sha512-2IeZFgKKGOIOhcsB379hKqOceQB1CAQOc//Wsb7YUARHJckT2qkpYfmt5VSz3tL5aED0RTconHwnznFJvxLuJg==","signatures":[{"sig":"MEUCIDqkFztSClfqz3RjAzZRmEm22BiEzKLU5omwblHTOBbNAiEAt2aOzM/z6idL9au4w3EbC41vvPOmatGyJsp2DqnulBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3656893},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d2a8af433e934c580f57e7517f2cf3e3ffa10f68","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.10-hotfix-d2a8af-luqwy1jm_1712578411253_0.45729757819072847","host":"s3://npm-registry-packages"}},"17.0.0-feature-64c76e-luqyn44p":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-64c76e-luqyn44p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-64c76e-luqyn44p","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99ba767c2ad1a17d994d32c674fa4e79b4055a4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-64c76e-luqyn44p.tgz","fileCount":880,"integrity":"sha512-yRRk/YhkM89mC2cEETIuNg3Ve9zQIqYAEJW5BgxeHz1pCxiQ2vq0bTmW8YYRn5HgI1qi60V70bjYnMVAB854Iw==","signatures":[{"sig":"MEUCIQCietTcTPwKgXM8GpyJagR4WC7IVqHOUUCXpFKkVEE4pgIgKhXUBaeoURX9CXNbtk2MHS/s46GQfYPkCgdAC7Fmf7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3850859},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"64c76e6309831ab72f18108a7e23bf5e8015519c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.2.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-64c76e-luqyn44p_1712581259096_0.9312855992289075","host":"s3://npm-registry-packages"}},"16.0.10":{"name":"@5minds/processcube_engine","version":"16.0.10","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.10","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"090372abc57749b1508a03062198f9c0cece9d27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.10.tgz","fileCount":856,"integrity":"sha512-0EXVCv1Z3GDegrS9/VpnGG6rPzt5tJbKbaJfW3Dp7LFHnFVdhZ3IKVJNxGtdw0EmiWu7+G9GXgUYY5gW1aTv8g==","signatures":[{"sig":"MEUCIDoiGFKP//eJwvTAqugW9xp7G3QK+3r0FkMR84vpA3q+AiEA1rvMJ3yXPR2JHLT7K99J3WH7qq+wyr9maHdPd/TB4V0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3656870},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fd379eebe924e6f270879156dd3d93814e445a79","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.10_1712582394063_0.5139623926689012","host":"s3://npm-registry-packages"}},"17.0.0-feature-c6d968-lur06p10":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c6d968-lur06p10","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c6d968-lur06p10","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"218db8fbc556d0a7e97e116f301d57ed04af104d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c6d968-lur06p10.tgz","fileCount":880,"integrity":"sha512-404H56/b4XW+CUZoYoHzeScBBZf4JDDK0EJsRzNOn3vzTswhtUCYy0xm+cW9rwK0tLpu7hL/W4DrPUbUveX6pQ==","signatures":[{"sig":"MEYCIQD1EnadXdsyeDXpJVYjDacpFMMdrjLx1EslTwXPuuNG0QIhAOgfXcRd+KA2+t1NEKfqWEhC1ohKYrtS0TGx3GKMAIkT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919721},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6d96800e493ba499e392e47cc8de45580bb4c3e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c6d968-lur06p10_1712583852173_0.11829959954182567","host":"s3://npm-registry-packages"}},"17.0.0-develop-5f977a-lur12nzk":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-5f977a-lur12nzk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-5f977a-lur12nzk","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35ee05f1b5d445361c8178dee34e9ef848e11324","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-5f977a-lur12nzk.tgz","fileCount":880,"integrity":"sha512-DLXXdZ0xbJTEdvohrvRRNpnGab+D4MNFcsUakb5qndUEdJCDQKxth7bBIbke4scfxxSxVPwySV7CxKOJu6ACWw==","signatures":[{"sig":"MEYCIQCqq89ohNd5LC0UV0POpi472VxOZ11mv2O0diTuCBV4XwIhAJkmra4PJK39T0jgKr729KCCpGqDzNu9RmtYlSWMATFo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3850859},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"gitHead":"5f977a90045c65bb7f31e493451fa803fa26c47e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-5f977a-lur12nzk_1712585343800_0.08819808835200726","host":"s3://npm-registry-packages"}},"17.0.0-develop-dc7ff7-lura0u1z":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-dc7ff7-lura0u1z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-dc7ff7-lura0u1z","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e6fa14dea5f897ebf36ba03a0c4ed07a2283452f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-dc7ff7-lura0u1z.tgz","fileCount":880,"integrity":"sha512-vWYok0+X5jVAueqeFUO+TMpd7RgYkUYUadps9lOSN77hrhBGtZTJfi43rsGxPBPRmx9OP+NPs5MqmzId0a9WPA==","signatures":[{"sig":"MEQCIGxwj2Rr0m3EgOf90vOmtfRohvgrHfn0R63BvA5k46BpAiBaeBLZGAR3QwEOjAuTejuEUZib8wC+c4Rf/63ubXWmEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919721},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dc7ff7009e878c6ac2e031011f1f05c2355dd472","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"4.19.2","sqlite3":"5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"^6.37.0","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-e6e7a4-lunvl5t7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b7a7c4-lunvyu8v","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-dc7ff7-lura0u1z_1712600375062_0.5724783700969445","host":"s3://npm-registry-packages"}},"17.0.0-beta.4":{"name":"@5minds/processcube_engine","version":"17.0.0-beta.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-beta.4","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1db4edf0a2e84a77fe05b83f9ad39d18a353cfe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-beta.4.tgz","fileCount":880,"integrity":"sha512-MQZuE9GzMbpQA2BPLj3DexCeNLKfoy0XvdJy6r0jLAioN/UDxSfj/4DkPxTiOZI842J2sLngusyk7mzkZCoCSA==","signatures":[{"sig":"MEUCIHuLVW9VBnN5RWezIzklRDpXLQHdiXK5Mvcm9+ZaxMn4AiEA46Zhxo5lBdFMlXkI/oQB86oHzrZEyJJUBnjHFzFXUmA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919674},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b3953784f6644ad594de5a4fb3a483db7f190be5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-beta.4_1712606511453_0.35799220996515224","host":"s3://npm-registry-packages"}},"17.0.0-renovate-d5c488-lusba11l":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-d5c488-lusba11l","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-d5c488-lusba11l","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0479452d936b8654997e3e66d4efa0e34890df79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-d5c488-lusba11l.tgz","fileCount":880,"integrity":"sha512-5Z4zM7/UGcBwlGEUpRi18kkHkEcj5s+eQ6kEAa2QBul6NieUJU75R+c2d2IZ7SwrIc2FF6CWsNAqKVuhXEh00w==","signatures":[{"sig":"MEUCIQDHC6i4gEuOsPDkn7UOd5LdgKeTic7k7vFbnQL330KTKAIgevuvJDdojCl+gtOGWVt/Ywn364ZhOLWrdgorbINj74A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919692},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d5c48835726fc2ce965f41238c3b84e1187cb778","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-d5c488-lusba11l_1712662950544_0.34604771960029757","host":"s3://npm-registry-packages"}},"17.0.0-develop-b39537-lusc62ul":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-b39537-lusc62ul","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-b39537-lusc62ul","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc6a234606b76b78079126b5051ffb4185b1d0b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-b39537-lusc62ul.tgz","fileCount":880,"integrity":"sha512-/JkJpJDmsS9XAut1uawRIoOxMva7P8D/IXZNwoMy0FeuF76UbFTvbm9mOjO7X/kd2tMWLt0j3wkXKrws7b5jRQ==","signatures":[{"sig":"MEUCIQDlZ6VMALGoiYPGvDwTFnyufYXOLm2NidVEZNO4tV5X6QIgL6lLeAFv6kVsWhWpyymYjHJVz0KCn8YevixbRLDJlYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919691},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b3953784f6644ad594de5a4fb3a483db7f190be5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-b39537-lusc62ul_1712664448813_0.11549000382602226","host":"s3://npm-registry-packages"}},"17.0.0-develop-ec8243-lusd1fa7":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-ec8243-lusd1fa7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-ec8243-lusd1fa7","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f1ebc2586c6de659826c890e0e1f35ecadf7606d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-ec8243-lusd1fa7.tgz","fileCount":880,"integrity":"sha512-e71qVJJurUVJEOPHXm+2UuRt2qkfXpdFFP53Nxuqc/jSLeggU2jUP8HwwWwxdcQ2rWuAd9RBPYu4f3fxIrpjlQ==","signatures":[{"sig":"MEQCIHlQQm28rIxMNzb3ux8pWFtKabEnTyoQWLr5a3Tj2xeqAiAxUIU/qlDbBcEvkXYwp3nbOXDaO/Xj6MtbREiMZjIQ7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3919691},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec8243e5d01b52e4875e16ff3d3f74a1f5f09f7a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-ec8243-lusd1fa7_1712665908591_0.11980196149752742","host":"s3://npm-registry-packages"}},"17.0.0-feature-f7e4ed-lutxfyce":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-f7e4ed-lutxfyce","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-f7e4ed-lutxfyce","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6398e1bae945ab0020286c7492822c9593934832","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-f7e4ed-lutxfyce.tgz","fileCount":898,"integrity":"sha512-QWQrGEIX0oeDtgActrcnl6SZClnrviJcAhEcZW5eT1II2+8+qwTwBM0bAGQRxBK+MjBIOENaioIlBXRPwcQ1Tg==","signatures":[{"sig":"MEUCIGPok+0jLNQKxKb2rNlPoyg4dZdXCVBjf8Yr3mhws+wfAiEAnW0DuhALhuhzzwbO6FV+s6LCdNyQnEiwhQCxfTA1CWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973856},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f7e4ed4212e0effc42d13d628cd13960f47704f8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-f7e4ed-lutxfyce_1712760645567_0.5132039542419404","host":"s3://npm-registry-packages"}},"17.0.0-feature-c9bcc2-luva7uko":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-c9bcc2-luva7uko","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-c9bcc2-luva7uko","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"078bb6bcfafb742227fc82408e4cbf0ab66f51f1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-c9bcc2-luva7uko.tgz","fileCount":880,"integrity":"sha512-bNg9qzku0dNHZOIx8I7l/igz1d0ZUi5jjkr09LmkiH3iOFAUkMTv56mRv9Scjao7BByGE9iCjGdQx+g1PsbHJA==","signatures":[{"sig":"MEYCIQC8Sv6lNwByw9bvaq5TfXtdIfhTo2bGZ1QOlfgTjhjIggIhAMsdmns9Ons1AKyENP2GJJtCSuUwFvDvc7TnCbmPNx3W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922865},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c9bcc219e22530863dadb5a9e0d650bffa3a8825","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/bpmn_elements/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-369f84-luv4oxjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-c9bcc2-luva7uko_1712842567458_0.6291036688893143","host":"s3://npm-registry-packages"}},"17.0.0-feature-aa698f-luvdblx8":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-aa698f-luvdblx8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-aa698f-luvdblx8","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef8e5eb60465112fcfa243865a85180d783e8f23","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-aa698f-luvdblx8.tgz","fileCount":880,"integrity":"sha512-9fwxUXm4Os2D6ydR7bdv6oF1oncqqiMRKi3mu2NUgYESmlwJG4Te+I7mkKEy1K9QpKZVIvu4WeMY77ipoK+QZg==","signatures":[{"sig":"MEYCIQDQxdAR9jXRzZI8jOZ9aVf0aYSKLSKoPH5bpJ5NHp6xfgIhAOLfG6lrAgBeJBd2HlAGTFbz8RTdE7q+TRldVgfb42Ae","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923001},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aa698f143795db873dc4bfddd4fa4a78357b0ca4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:dataContract":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/general/**/*dataContract.spec.js\" --retries 3 --bail --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/bpmn_elements/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-369f84-luv4oxjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-aa698f-luvdblx8_1712847783575_0.3633808472107489","host":"s3://npm-registry-packages"}},"17.0.0-feature-94dddc-luvf0huh":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-94dddc-luvf0huh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-94dddc-luvf0huh","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"98291e3a7743ae56388a86cfa577d324111aaef8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-94dddc-luvf0huh.tgz","fileCount":880,"integrity":"sha512-WzSSEHWPKyw9RAc7NhEmljbRhJOx5padozbH+UNLhalkAyrhThtHfm4u8EF/nKhcUTwE38BifXuG5oohanNQTg==","signatures":[{"sig":"MEQCICMWhnqaTr86GQer84dCNL8vGOz3rQSEO/z7mqPF/7WVAiAST8QYVRqHislOb0nWX95Q0w9Ufz33DzSoMArJhp0Onw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923001},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"94dddc0a150b4453054ca468739e76dc546fe08e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:dataContract":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/general/**/*dataContract.spec.js\" --retries 3 --bail --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/bpmn_elements/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-feature-369f84-luv4oxjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-94dddc-luvf0huh_1712850624707_0.7826410880386616","host":"s3://npm-registry-packages"}},"17.0.0-feature-7f7b45-luwnw8fv":{"name":"@5minds/processcube_engine","version":"17.0.0-feature-7f7b45-luwnw8fv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-feature-7f7b45-luwnw8fv","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f01fc848f070075654b248f773fec2315f13c48e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-feature-7f7b45-luwnw8fv.tgz","fileCount":898,"integrity":"sha512-08htKc+1/phHsL2Rd8AUmfI7xVu+XVtH2yJtL72y1tw0q1T3oXN7VNd3I4EqkM5QPrT5A6yT7EfJDnyuam6IUQ==","signatures":[{"sig":"MEYCIQC8SRS77XD/lg1WqmQwmwQC76Mr14d+jmGTajQxJi77UwIhAO3Gqh9jBCkcgzzAvIMD77N2IWnJ9qjRCnnZvDcRr/6P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973890},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7f7b452c988ecf2304505f3c1cb6646b08c8798e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-feature-7f7b45-luwnw8fv_1712926007036_0.7408340419796364","host":"s3://npm-registry-packages"}},"17.0.0-develop-77cd56-luwq29h0":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-77cd56-luwq29h0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-77cd56-luwq29h0","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9a3dde93a5d43e62684a247362a2a605bd620bb0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-77cd56-luwq29h0.tgz","fileCount":898,"integrity":"sha512-U32RD5PT8OFXQ96OKmiaN+4CjEgCw0mzm9ADqdtIzPO+PnnUS5cvHcp76gC042zPA95UoQdXk1htCm3D7l6OIg==","signatures":[{"sig":"MEQCIEM3vaT8QuXTQFeAS4D1Lc7To0kPxeBa5lDSPhHYX+NzAiB6wZd7xQAxjVHSFf64a4dP7khOyhOgo0kq3cuFsDqExw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973890},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"77cd5613b5b4f22f9831e5b8628b7f7a83dc50f3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-77cd56-luwq29h0_1712929649292_0.3038500535582802","host":"s3://npm-registry-packages"}},"17.0.0-renovate-277c4e-luwwrzwr":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-277c4e-luwwrzwr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-277c4e-luwwrzwr","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe9412c86f81a95141b97659626f50b944071c68","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-277c4e-luwwrzwr.tgz","fileCount":898,"integrity":"sha512-LzOeV3TCmAGf9T8Pkn7pMkaA8woIm7adBohGjHrkYa0A+tG9xz/KZZYW0nO0k//d50+OjiIfKgpVi/RZtGnAJg==","signatures":[{"sig":"MEUCIBPUEjVQpKWnkVhFnzePvf3x9e0S22k5gUhFlleu+bC2AiEA+DL8Wv6zZuSZG44sHXIkZ0j5TwKv9AygyNURivys29I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"277c4eb7f5aef9adc04832ffec7563d1fb9dd15f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-277c4e-luwwrzwr_1712940925265_0.7718228132944565","host":"s3://npm-registry-packages"}},"17.0.0-develop-7eb62b-luwy10zg":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-7eb62b-luwy10zg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-7eb62b-luwy10zg","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ff0717cc3e68027883a6fe1c7d9d43992b23f82","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-7eb62b-luwy10zg.tgz","fileCount":898,"integrity":"sha512-fYcmF9nPyC3AXZvu0NXqSIc6fqeP5G11ayrAo1c+Q9EkpStb/PR0O/J2CUI4yU5ahyjpAJfSZj2sJAlC/44+hg==","signatures":[{"sig":"MEUCIHDybmm2dnj6ta3bABmsvIaro7d7AHTJ3O3/d69UI5weAiEAhaA5LAw1hOO8OYjC9BH3hbaxMbkY4y6Qw0U+xpty3Kg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973890},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7eb62bbdc1f4b8986704d527b111728b097e8487","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.4","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-7eb62b-luwy10zg_1712943025729_0.14382733004802084","host":"s3://npm-registry-packages"}},"17.0.0-renovate-2c469a-lv0bh8hn":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-2c469a-lv0bh8hn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-2c469a-lv0bh8hn","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"546f21bc426f4a3863438f1ec377c8e2e10bf2eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-2c469a-lv0bh8hn.tgz","fileCount":898,"integrity":"sha512-+b13TcirlBUDAab3qX0NMEJX1cNkNZ06lc0cRDSHfkz2O+du1ZF4JNn7gxh4EYWtiW5zNz6cNoo5UVByi1c7NQ==","signatures":[{"sig":"MEYCIQDcXiz0qjgGnqGaAk4yINAEjkVVfQJagtwiW16yiBjFgQIhAOpDcyLQjdcp+qdbcjRtPmTDr54SXFO1fK6YZVex7ZRR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c469abdbeafcc366729075843a222723024eb79","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-2c469a-lv0bh8hn_1713147016030_0.5081307002334079","host":"s3://npm-registry-packages"}},"17.0.0-renovate-72c0ac-lv0l4c9i":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-72c0ac-lv0l4c9i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-72c0ac-lv0l4c9i","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9175fe22dcc5f8cc1734a293e9551d89367a6fad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-72c0ac-lv0l4c9i.tgz","fileCount":898,"integrity":"sha512-8LK3CPOg92Okqu4TYS0pwiiz21/I/h2bOAPk5H0Jgp3WXkjm6Ca6XRUq7EF7WvtDtpg0C5xV/vmWUF+rUYL/Tg==","signatures":[{"sig":"MEUCIQCP61QkrSfxyT3UxX1tJuGm/MDM8Xe+Mh8OFJutrO/GvgIgIjvSCBGLsKiqblfloPapKCKZV/ZKk4Rb1IG0P62MsHU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72c0acd22b9a9e2d280a4278003003bce7bc2277","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-72c0ac-lv0l4c9i_1713163211305_0.37184753398332715","host":"s3://npm-registry-packages"}},"17.0.0-develop-c3266e-lv0mracw":{"name":"@5minds/processcube_engine","version":"17.0.0-develop-c3266e-lv0mracw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-develop-c3266e-lv0mracw","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e254441946bc66fd17ba018cd7df2d85a6d00883","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-develop-c3266e-lv0mracw.tgz","fileCount":898,"integrity":"sha512-yi82ossdOaR5oP/1ui0+t17fnRtGaRp7QA87I/gfdefOs6Utd/s+DaBrOCjOXJ1/kiTKmq98+jrufxvo6Zk7xA==","signatures":[{"sig":"MEYCIQCv5k0rBAx/cm5X47Gwg6rY4inr31wkj/YVM8S2goxf7gIhALBXXtzo1noThcEKQtMXkPpjMQor48X7Qfw6G3aTCU/Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973890},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3266eae4eb4088ffd1e49d4ff6e37825840a178","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.13.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-develop-c3266e-lv0mracw_1713165960177_0.2344343626019305","host":"s3://npm-registry-packages"}},"17.0.0-renovate-c4c7a6-lv572kqu":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-c4c7a6-lv572kqu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-c4c7a6-lv572kqu","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0cd8a9032cd5e8b566e209591676fa1fb3d18026","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-c4c7a6-lv572kqu.tgz","fileCount":898,"integrity":"sha512-QbKCXjTtDIwdxALPk1SpcKR46o4yJLRvTe3oPh+fZIwTfs2avniC+qYPQfab5otD4Vk+wYVad+9Ssa0e0g6jwA==","signatures":[{"sig":"MEYCIQCIbgfjiK4vIuCnQNHK+RZwPz2FYyfZnrCozTUhxNpl9wIhAOGwwuJfBMI7LSol4dHtnDxwBAHmx0JWFU0Mel//W5e0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c4c7a6c7fc55390d729feba71bfbf844a2671f56","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.16.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-c4c7a6-lv572kqu_1713441946212_0.6068311037048089","host":"s3://npm-registry-packages"}},"17.0.0-beta.5":{"name":"@5minds/processcube_engine","version":"17.0.0-beta.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-beta.5","maintainers":[{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc1126f6171ceae35ba45663a85efcc8ecc79b2a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-beta.5.tgz","fileCount":898,"integrity":"sha512-ze9mbTnhmJZvxhpw+iCe2AccSoR44dpM7XbKPvr/kSR1ZZ8zExPJmtCgg31BuJAkGcSRIBoHAF+XLbQyVZTmMA==","signatures":[{"sig":"MEUCIQCGivjhFSG42oz7NHy05fpA0gh3ULJqOhdAfUtoiFn/lwIgMI8dkLPrTdqUUuUC+1JaR5TV7B06oi6l8/ueh2yyLI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973873},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"228c88d2e3fddb4355fea3f149af05be904079f6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.4","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.16.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-beta.5_1713452373488_0.2168444556831075","host":"s3://npm-registry-packages"}},"17.0.0-renovate-248332-lvabsnd9":{"name":"@5minds/processcube_engine","version":"17.0.0-renovate-248332-lvabsnd9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0-renovate-248332-lvabsnd9","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a956c51bab0c63178b5248df136d74cd8c1854ba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0-renovate-248332-lvabsnd9.tgz","fileCount":898,"integrity":"sha512-Md0CuePrjfPKtbBHwJ9ZpiPnzGnAsNrgmmjz3wFdsJwUmWcZVX1kg2ce24cVV2RO22RIv4hy2mTwkbINK/ux6Q==","signatures":[{"sig":"MEQCIACsGUz9V2fCa5rDr9Hh7xQhIW1BDYR/DIyNualEuxTtAiBmJ6/Zh31Jpu2lR/RZ4bekOtoD8T0FZH4cbLEp6ZgpoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"24833291a4a74dc5d9507caf3ad8797b72b0242a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.16.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0-develop-1e83d3-luwfumoc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.0.0-develop-b6ab43-luwl5mvy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0-renovate-248332-lvabsnd9_1713752212119_0.8836724146922319","host":"s3://npm-registry-packages"}},"17.0.0":{"name":"@5minds/processcube_engine","version":"17.0.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.0","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6be7563d7ea9f12f8c307f1f9645f7cdbe64734d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.0.tgz","fileCount":898,"integrity":"sha512-xZhqKx4KbuoJOkWRiwUvmiMUUi/mv9F+94W66hXCaNO/dEd77bNqdkqi7RNxcsYfyQI8dOt54YZRM/Dv9nIC9Q==","signatures":[{"sig":"MEUCIC/QRzYoRHLh1PPvF5TUDaU7rMz02ktQSnSR+618fzW1AiEA5iA5OP0K20iO5t3B97XMTUfuulxF3r9cSWk1mvf7K5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973819},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b872eaf47de74322c3a1460cc75d91a12820cfe3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.0_1713794861070_0.04003085890877722","host":"s3://npm-registry-packages"}},"18.0.0-develop-c0d6aa-lvb2sf4k":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-c0d6aa-lvb2sf4k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-c0d6aa-lvb2sf4k","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e90fedff41d06e620cb2cc719485df49e2ee69ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-c0d6aa-lvb2sf4k.tgz","fileCount":898,"integrity":"sha512-Kgd/DIXaOh6Q1o4fwW3tlf9KAZxxqnw7gkJrvK0xg2Y2W918Wc2ZLOuui5PZx5X9cyZYeZQzHGP0ifP2MZyxrw==","signatures":[{"sig":"MEUCIQCl7FLfFeqqWLo8rRd6FkFN8vQ3aV5mfkk3x7wRlunotQIgd0qm+Sl4GmMJg+2U9EO2O9fkowlQ9RODkpHjx5G/S4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c0d6aaa5f7b5ddc5ac5307a63c38c07950da6741","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-c0d6aa-lvb2sf4k_1713797549805_0.6938916767295435","host":"s3://npm-registry-packages"}},"18.0.0-renovate-7fb85d-lvfnyjt2":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-7fb85d-lvfnyjt2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-7fb85d-lvfnyjt2","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"384e62bc6b98f475c4a6618df82e5c456d472161","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-7fb85d-lvfnyjt2.tgz","fileCount":898,"integrity":"sha512-Q2EADN9pqUO+XStOiAB4J2vNsF2Ep/22+qXjSnggAzY6uviCrz831xQfHxZLL9zqChgG8LKfvYUg7bX+OLJzoQ==","signatures":[{"sig":"MEUCIQCQbpm37c6YixtyEbeWXvQb8XDrj27ivOkIPq/muKL8MwIgUUz4YaaZibxD7zPOGNyPcONoQHlF/AbOe6UU1uzHtNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973844},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7fb85d9483e510a3584d2cda10ef9fb7603ac7b6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-7fb85d-lvfnyjt2_1714074971461_0.21403224083747086","host":"s3://npm-registry-packages"}},"18.0.0-develop-5349ac-lvh2873p":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5349ac-lvh2873p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5349ac-lvh2873p","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"63d2403b53e3e57bdda7f49a1a0c33537e074e0d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5349ac-lvh2873p.tgz","fileCount":898,"integrity":"sha512-jTDpmQkBRszJcn0WX4A24X87ao005kJLvEcfgjhGfjH8WycJojZzEcxNs8hcehytViAf0Ji1eyHDkK1ZYdMRqg==","signatures":[{"sig":"MEYCIQCdLLp75ZfVzOEZWErM7c1RIGcpCXQgpohyjSyH2dDXzgIhAIiL4B+CN6HmBjYOozG6/dUIlZFdlyHpYJU5KhGgWsv9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5349ac2a4ee60dac2aac55a55be23be3cd4e9b85","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5349ac-lvh2873p_1714159401720_0.5617213057265813","host":"s3://npm-registry-packages"}},"18.0.0-develop-39d6df-lvklv53w":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-39d6df-lvklv53w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-39d6df-lvklv53w","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87c85510d0c1c1f548134c593e637697d5cbbcf3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-39d6df-lvklv53w.tgz","fileCount":898,"integrity":"sha512-uId7hLwP4q2E4QjEeIYPjy/3ToXROpFNh9y8419FdYcH2sQ8GoQk7Fwm+AiXsYvMncusy/JjxJLuI7A8qFt6ZA==","signatures":[{"sig":"MEUCIDEtF1/c2U6qx6oTA+oQMsQkkx3agw96pyDbtLLWFs+8AiEAgtDy47iXlO4W3F7s4EmMeuj6jLpBm8YKc/cMw9ZsusI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"39d6df6dd749e31fe3a23f9d6c3593fdd8e7a838","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-39d6df-lvklv53w_1714373784552_0.5532105860407255","host":"s3://npm-registry-packages"}},"18.0.0-develop-039eff-lvklzda2":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-039eff-lvklzda2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-039eff-lvklzda2","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fb59f85a5082e76930d2bdc183effb2e1395e7b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-039eff-lvklzda2.tgz","fileCount":898,"integrity":"sha512-jm/zgTqEZwme0sMM3r0rjeg+9j/Udeo1mOEchdsPAwGJCV0VX3AVeLRvkzoby2QX3Ig6RpZoLyIT613qHkXNGg==","signatures":[{"sig":"MEQCIF8HBoRXqiPD787hF0kkBhQGSTMWeTk0gT069eJNAHDHAiBXuxHPGNGC9yAQ+OLrocYFv8bwriIn77rrKHPXNhxQxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3973843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"039eff009207688493b764b5454cf78119801357","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-039eff-lvklzda2_1714373981412_0.14547062236119235","host":"s3://npm-registry-packages"}},"18.0.0-feature-222171-lvpe23zo":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-222171-lvpe23zo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-222171-lvpe23zo","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be495f696fdb9ac7240158fa7e2160711248a8e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-222171-lvpe23zo.tgz","fileCount":901,"integrity":"sha512-PwJSh0Z6y9cXqFNKDl+eQRezg9guVAU7yeWYd7wGoJNEhv5S3KVdym/QuB+0zteYBQ/noQyqt9fX9zR1nwV+rw==","signatures":[{"sig":"MEUCIEBgCBEbLozHAx4gJndqHX8J0CZHTHfQUK7gKXVsNv00AiEAnjSVtqdfz3KKzOFB/pY46GHZbZCMIKesiEtoLHea434=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3980695},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"222171eb5b6786a33dba4be96b450f00f6c21a51","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^5.1.0-feature-66ef8b-lvp1l84r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.1.0-feature-20b59e-lvp1no2g","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-222171-lvpe23zo_1714663004148_0.8719675163544169","host":"s3://npm-registry-packages"}},"18.0.0-feature-5a749e-lvqeu2ed":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-5a749e-lvqeu2ed","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-5a749e-lvqeu2ed","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85d25336710016d90d220103ac705b00cc565d98","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-5a749e-lvqeu2ed.tgz","fileCount":898,"integrity":"sha512-EJHY8B/53rPaEpjjYONkJvEsM+3Kp1QsQd1T6owuhgnZoeG/Dof1P4otAo7tskWTdkdJ1fW/OBMWsZlp9JR/BA==","signatures":[{"sig":"MEUCIQDG7OQWgMq419BHb4SYEAR9VrdMIxfDsqh5bwwUxkoq3gIgO2WBYtZvPk0x+4pmk/s0k1X3q0rVXtioeItNoZTbH3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975894},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a749e01bd6cc9eeaa3096cc9d198650d1210c62","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-5a749e-lvqeu2ed_1714724774008_0.9919302815738436","host":"s3://npm-registry-packages"}},"18.0.0-develop-8de52e-lvqn2nmq":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8de52e-lvqn2nmq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8de52e-lvqn2nmq","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b96b01fa30432201fbfae889585a4404ec5d6d96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8de52e-lvqn2nmq.tgz","fileCount":898,"integrity":"sha512-AVnLSoa8lesv5hCzk7igDfwBDQox1jM+g/9mGOv+gWktnP6A5dlUcguB3LZpgXwns6Wom16kUuQcDwureFp/xg==","signatures":[{"sig":"MEUCIQDH/r3E41s+0UYVeUU6x25m6DYIW32agMAWusbOb/nBGQIgZjjhvzUysdkz/S0agx77F3ZcO+bnO7ZIZ4zKYixsotA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975894},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8de52ed513f2815caf1814db4190cee5e89ade95","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8de52e-lvqn2nmq_1714738611811_0.7612708955961645","host":"s3://npm-registry-packages"}},"18.0.0-renovate-771536-lw1yfsmw":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-771536-lw1yfsmw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-771536-lw1yfsmw","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"456123985dcedf4ed6ec6e462c3976f3b37947f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-771536-lw1yfsmw.tgz","fileCount":898,"integrity":"sha512-9zcqNWmd0gp6Bo5UsiOUacWdiI6V/7PNxW68rZLKF184aak8Ss7r9XdNylYbAVTNarlAHBExZNepMacB/Z7Log==","signatures":[{"sig":"MEUCIBqDcfcSnOaatxlyJExZer/KIOWtQpz/12cAO1c/mgvJAiEAnzoAQYcx8gtZ/smzjvURc+8+4wQRl9VI5cjhVvv9rrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975895},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7715362fe7ac77268a5a007899f6a1bb61e31b23","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.2","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-771536-lw1yfsmw_1715422828353_0.4495093261437748","host":"s3://npm-registry-packages"}},"18.0.0-renovate-aee2c3-lw4ddkx5":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-aee2c3-lw4ddkx5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-aee2c3-lw4ddkx5","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b0761e1ffee7695fb4c62b2bdc6be09be1c44f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-aee2c3-lw4ddkx5.tgz","fileCount":898,"integrity":"sha512-3e8MSfb/jlU8f00sPRLoF+xVL1lvjZ568eCv+CjNCBszIzsZxgGHeb80TdvulnZOGheDQiktymzz47dEUGh1tg==","signatures":[{"sig":"MEUCIQCmpbs0YKaBd1lO06LdZB3d2vIv0TOqnCioZ3I4uRynaAIgYOpzl67yTYYFnblbE5bpdzSFq3VHi7/+9NhsWCfUdF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975895},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aee2c3a3d74f8992f0314dfbec63af9eb85cd36f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-aee2c3-lw4ddkx5_1715568851722_0.5760347193528736","host":"s3://npm-registry-packages"}},"18.0.0-develop-23622c-lw4g4xgg":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-23622c-lw4g4xgg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-23622c-lw4g4xgg","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"70e50168d31fd4c3229d4f28b2fcff67c0253990","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-23622c-lw4g4xgg.tgz","fileCount":898,"integrity":"sha512-Uk9fkzcM4oqx+lRaCqanwf/N8JApa0suoJGYOf341xBWHOedPXozs6SI4nlXHODGYpJol9WlP8QURTQaoxrtRg==","signatures":[{"sig":"MEUCIQCQFF1zjt3l57WDgy6yuY9TcR6kTPC7AdJ8TpEtHjcnkAIgRZ7waPCYsvYL14hCwtWxJZUmiCwaide9fCGCq8NJjwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975894},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"23622cc0045082662769230c62547de80bf9f55f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-23622c-lw4g4xgg_1715573486116_0.0667108749247125","host":"s3://npm-registry-packages"}},"18.0.0-feature-ebbd08-lw7q84vc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ebbd08-lw7q84vc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ebbd08-lw7q84vc","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f4d0834802b88ed0893579ec38a8614d4b3a1568","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ebbd08-lw7q84vc.tgz","fileCount":901,"integrity":"sha512-01oBHJP8OWKc9YewM9D1vJRMaSQsOSGR7yS6QTUxhqf7a2961+2KZGdDpgdHpNspLbCdf6Pgx/2zrp3PR1O+JA==","signatures":[{"sig":"MEUCID3+ombFu1PtMmPmSiR2vM/2p4CO5mn7ZE9Q/DBHLEnHAiEAhfINu6q5RvdqrKU/WsM7uqL9v2YQJ0EnbX3uZHISgys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982744},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ebbd08c19edf60facdf964dc521984c3330991b4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ebbd08-lw7q84vc_1715771830844_0.8707209838050272","host":"s3://npm-registry-packages"}},"18.0.0-feature-6dedc5-lw7y5vq7":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-6dedc5-lw7y5vq7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-6dedc5-lw7y5vq7","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d29de02ad8f1bf63919109ad4e98f8cf7b1722d8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-6dedc5-lw7y5vq7.tgz","fileCount":901,"integrity":"sha512-k5sA0drXgWTlY4hcldjvm5k10GsiKjtxOXX4ojMd63o9lGBOFFrvjSgnI8YxPb6TTAvTl4ZFrw4kUzHy5EexzA==","signatures":[{"sig":"MEUCIQDvOzq21oqlsoB8VWmk+Y7Mf0DmtVfIfvFmo8J5KHKxvAIgb/lsA+5Ng9H9kf6kngcaJ1UiTUJesGbSt9Ojy9n9KCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982744},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6dedc5a16ae1b017710abcc6a48351bd4af7afb3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-6dedc5-lw7y5vq7_1715785162619_0.9778028549000592","host":"s3://npm-registry-packages"}},"18.0.0-develop-2ad24c-lw96ry5e":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-2ad24c-lw96ry5e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-2ad24c-lw96ry5e","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3fc59c68acfa5870edd4bd297a99a33748dabca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-2ad24c-lw96ry5e.tgz","fileCount":901,"integrity":"sha512-NBbEc+ANIoFoizjbdjB5/r59dCq6xRTkyciGiDCnuAn4lVzA8k7W7cv5ibW2cLV1NEcrFUPiGcg9LHG2Fc+EJg==","signatures":[{"sig":"MEUCIQDhrUNNeHD2/xjBc1DsU0vD617FFmgZzSvcuEMLeekECQIgXoEIaQsrPEbQ6CKllpiuJ/AUz6Uw1z51zFRkz9Y9GLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982744},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ad24cedadeabf6366d4e2ee4b87ddcc0e69c3ac","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.7","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-2ad24c-lw96ry5e_1715860092803_0.8025225321662679","host":"s3://npm-registry-packages"}},"18.0.0-renovate-2ec37f-lwadyv98":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-2ec37f-lwadyv98","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-2ec37f-lwadyv98","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69ffa2456b3819d7973000a71203dfee65b5a565","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-2ec37f-lwadyv98.tgz","fileCount":901,"integrity":"sha512-UZ4fGEi9mjBRB8BGXYruKNfqtoR5qo+ty4+17We3Z3D5794zPY83uYfMu5EwubjkgcFXgeztKUWcdzCzZOtx4A==","signatures":[{"sig":"MEYCIQDf+StwHRwjhaVM5X1UoF/I/Bha8sTXoSvyvG8zNTVWqQIhAP8sNebfPnKZGorYzORIDS2DBPmt0NIsHDdTnscj7q0w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982746},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ec37fba24c637ee542d41e092d735edd33fecc8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-2ec37f-lwadyv98_1715932639535_0.44892592462914416","host":"s3://npm-registry-packages"}},"18.0.0-renovate-0bae3d-lwakyeay":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-0bae3d-lwakyeay","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-0bae3d-lwakyeay","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"842ca99b640ae71192c40cf7c75206ebbd2c2a18","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-0bae3d-lwakyeay.tgz","fileCount":901,"integrity":"sha512-7RF4zwRgZawBdzHz5aUJljBy3HNJfvs9D/tsh+aQ9o+C77be3UukmnpQbUtA1u4MaRyQgpDPnHmekjYmdGvfUw==","signatures":[{"sig":"MEQCIBD04Xrw25xUFWLIsfjLqTUUZUIT6gpzG/AgINBAZWuZAiBcYzrPWAOAcXcjJkrf+hpZGNQVBD9Hs+zcqNDckf1AjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982746},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0bae3ddcb84afd0930266efbe7bdfa49afbc9f88","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-0bae3d-lwakyeay_1715944376068_0.9415843315689945","host":"s3://npm-registry-packages"}},"18.0.0-develop-5cbcda-lwakz15d":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5cbcda-lwakz15d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5cbcda-lwakz15d","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"de89d89c480eeaafe6eebed2ceea6a754019bbd6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5cbcda-lwakz15d.tgz","fileCount":901,"integrity":"sha512-dvt/bTBAucVS1JQxyVelTlu5cmhAJ6sG/R8Nc5I97IWdsXGPvcNo+NWR156lE/azGXIjEy27lLkIvOOUf6vx4g==","signatures":[{"sig":"MEUCIE2h56ouT3EuxA7B80nenL6z44K+nZJf9XbxUHmNFr9lAiEAz2GhyG9pnullLHdZyZcydeeNxch+Fm1yIi2TJrz8Knk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982745},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5cbcdafacb7406886d251f7da800c922db605629","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5cbcda-lwakz15d_1715944405728_0.29318547633044134","host":"s3://npm-registry-packages"}},"18.0.0-feature-ebdfa0-lwg29wai":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ebdfa0-lwg29wai","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ebdfa0-lwg29wai","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3692f54f70ce396371151b1b1d95bfc6a44fa488","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ebdfa0-lwg29wai.tgz","fileCount":901,"integrity":"sha512-h8lsyRFBdiA/efndRgyXB6RajuSjyFVt+eeeb/BSEGlymdQOzGRprdmxve8PqrtblvptCgKdFcystnAP3f3hmg==","signatures":[{"sig":"MEQCICekETLAJ8CNggv4EvQ7ceB4lC8H/iPZtdOY8F2hlm7qAiB9JzOu9oxZKU2e/+G/4KRnuyyk9A8WsBkZjgbhmfKqyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982746},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ebdfa00e19d187f0c377d311642510c2529ec545","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ebdfa0-lwg29wai_1716275796340_0.41060180170792204","host":"s3://npm-registry-packages"}},"18.0.0-feature-a9b0a7-lwg2gjqg":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a9b0a7-lwg2gjqg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a9b0a7-lwg2gjqg","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9ed4da1976b4b5d755f9a6df985e9d4342f00dfa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a9b0a7-lwg2gjqg.tgz","fileCount":901,"integrity":"sha512-pdfp4grqMmKLJUFrdDvUBAIRpA4Lozy4ZibOVir0yZmnn74MkFHKwy9Yxwg2gF58b9YKe/Un1nl619Nsj25fvA==","signatures":[{"sig":"MEUCIQDiAaCn9/4xi0C/j+buFEg2/mqrgitD9AD+2raHUsrVLQIgTFQFFwW1EMk9BJQ+6YeOqwxtMhKROKAGH3PIpBI4xt4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982745},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a9b0a7997b8b83f103238a4aa6b3e2cc00dd4d74","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a9b0a7-lwg2gjqg_1716276107557_0.3677221714355714","host":"s3://npm-registry-packages"}},"18.0.0-feature-596fe0-lwg4577n":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-596fe0-lwg4577n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-596fe0-lwg4577n","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"825e75ef93725b19a06f4b597d03ad8ca5dec9c2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-596fe0-lwg4577n.tgz","fileCount":901,"integrity":"sha512-TWQBu9d9bgdTM0U/dkJR0YWxTvy2qUmGyWGkaNPYGc+hhiMW6xFrVyXiy4u6BzZcO9mymoegstLw8BVb9WomsA==","signatures":[{"sig":"MEQCIGCH4yXWzcx8nByNJqNUDIALCWM/Dkl0PFpjB8gZ9iGCAiBtFrcUuXh9Trl6L22UPXyxxc3wz+mZynsN/bWQ7FrBpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982745},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"596fe0912026989809cba051a147af6663c5aea3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-596fe0-lwg4577n_1716278934786_0.7433978290724881","host":"s3://npm-registry-packages"}},"18.0.0-develop-18247e-lwiz07w7":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-18247e-lwiz07w7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-18247e-lwiz07w7","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ad3aa9457c7c28a164325cd5deb49b3a5fe23c18","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-18247e-lwiz07w7.tgz","fileCount":901,"integrity":"sha512-TW6pe7tACqLGprB5hLPITXTd7SEaEWC9yPXMSILGBe7/t5/7nVMLKLnLG67FK9e7D0Dmoyw03TrZq9BtEakc/w==","signatures":[{"sig":"MEQCIH8uMAI0twxn3YP6DYvllh30Ow27mrfL4HNWcFpRFwkdAiASd0mBQX3GPiZNZz/qPSZzMTaOGmEoLZQ9Dk8+fK2ing==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982746},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"18247e7ad260bc3c912025e60463c74f3ae77edc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-18247e-lwiz07w7_1716451705166_0.9503954565304693","host":"s3://npm-registry-packages"}},"18.0.0-feature-e990bb-lwja9qop":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e990bb-lwja9qop","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e990bb-lwja9qop","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b7e0ff2ea5c4dfb7b5b7376383ba8e5e17873ed","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e990bb-lwja9qop.tgz","fileCount":901,"integrity":"sha512-HqVuZLrldxvFyM295o4G530oP8lyiG2ozbZjcF08jYshE6vksCmHMALnWqUCWjy8sIDrPQTyb3ugllv/WyZYOw==","signatures":[{"sig":"MEYCIQDt4acNqHb6vLY9eB9z2IZDSAylt3gLhsqzs/zVfz2ArAIhAKc+kz7wCBkuF/Gryh//hjtDPAVNwyeugX/enuWX30+h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3983209},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e990bbaff04a4b815e0797b1eac9e7c68241879c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e990bb-lwja9qop_1716470624760_0.6669365565650274","host":"s3://npm-registry-packages"}},"18.0.0-feature-7fe726-lwjagfej":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-7fe726-lwjagfej","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-7fe726-lwjagfej","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d625d7af0fe767e96d155a5353bc99040b241adf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-7fe726-lwjagfej.tgz","fileCount":901,"integrity":"sha512-VMzpyLwVweyV7Ys/ofu1QvayKK4t7KwCHQI9BDaN9QjWDHdGfSQcw1t9SXIzQDgOCyltw4d9YrB3VIltf408pA==","signatures":[{"sig":"MEYCIQDHeORMVZm/QClnu297IO5dxJ4DCrZY4p0vGSKaZqqVnwIhAIRa0NPyj8KCPU6mXEmvm3fYcHBQLpkbK6/BOcGBRgK4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3983209},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7fe726c7e1c448b556ab3676c8e6bbac6d701a55","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-7fe726-lwjagfej_1716470935692_0.12168258543435839","host":"s3://npm-registry-packages"}},"17.0.1-feature-2f6929-lwkryelo":{"name":"@5minds/processcube_engine","version":"17.0.1-feature-2f6929-lwkryelo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.1-feature-2f6929-lwkryelo","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"830eac01736d976583ee819ac859856a48dbe283","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.1-feature-2f6929-lwkryelo.tgz","fileCount":898,"integrity":"sha512-r7542kRUhIWMdWnjINNji3LYOQMxe2IYKHbx9E6tZVqfBIqJse1nkGm+Hg9Zz8inSkUY9tzIiRBuV3KdM5kZNw==","signatures":[{"sig":"MEYCIQD2Rv+fYEFnCMRRC5pKmwasPb8WIXaJHOmVmHRX2v3w+QIhAIvqhSh0mkj2TUxWeJSNh2Q6WAeldiO/N3HLbPEIeVsq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975197},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2f6929119caaaa216410e3620d695457a714436b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/bpmn_elements/start_event_message_tests.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.1-feature-2f6929-lwkryelo_1716560794524_0.6646906281077614","host":"s3://npm-registry-packages"}},"17.0.1":{"name":"@5minds/processcube_engine","version":"17.0.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.1","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c07f60d4fccbfae09316d7fedb3344288904c68e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.1.tgz","fileCount":898,"integrity":"sha512-9YOHnvq0avZMp8MK/Owj1i/6a/5ffcbGwSd/R445bc7K3ijcDUw1wM8UH7yea9EuEQ5nRjSOj/RP7bfCG9iFRg==","signatures":[{"sig":"MEQCIDP+GUPgXaFxj81pefHAWR5VtTr0hzciYi2lVebMEfeqAiBWnIyuwDKWGBmiBE9Jq5PgHM4hFNxYdyjOp3Xw3jD2vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975233},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"237e6b4239d990fe3325c67db75ef4bebefc626c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.1_1716572406429_0.9997778688073937","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f17bbf-lwo9oo2q":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f17bbf-lwo9oo2q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f17bbf-lwo9oo2q","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a008d2054926001881324d4f83a8c35ab1f79cc0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f17bbf-lwo9oo2q.tgz","fileCount":901,"integrity":"sha512-UNu9mo7aH9H0nm3bdVf/ZsbxTjKhhbzGVmRCLnh7+y+13uaDYIE83N1EL/MJvJ3eDwZLJjg4xHPU+f3Y+5NOqw==","signatures":[{"sig":"MEUCIQCe+V0egadWp91dGwytkbG44XhDPyeotxmN+9Bu8/gGKwIgCFuu+3q0tn4f8Nu0ndIlGDAmCNTnmtYLlDy1tENwMiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f17bbfb3b530a62cd6556624f2d5a2c481a2c788","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.10","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f17bbf-lwo9oo2q_1716771971184_0.8613696260014652","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a72853-lwo9pabj":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a72853-lwo9pabj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a72853-lwo9pabj","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"11f32cd646c29a1e90e3ef101e01aab5b29a0ff0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a72853-lwo9pabj.tgz","fileCount":901,"integrity":"sha512-M9Xw30I7/ba3QAGNZW/fQkOSHO6JBGnn0XUfia3RDJotcuzuQCtAJskvEa3qubYqUHXhENKOxwB6mOb27khMpw==","signatures":[{"sig":"MEYCIQD6IItVJzh782+9+qe1cGdxobL7GmEAyHSIJBeH+LUTgQIhANXdiuRwKQ7pv2dk1dqjncmS3nvRBelDcl14nb5/24IH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3982747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a72853b9474ba1d5db25de08b28aba503e998c67","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a72853-lwo9pabj_1716772000602_0.47291125407693113","host":"s3://npm-registry-packages"}},"18.0.0-feature-540f9e-lwozn78e":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-540f9e-lwozn78e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-540f9e-lwozn78e","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"735ed8a503f7b28991acff3a62b50c1ae84fc9df","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-540f9e-lwozn78e.tgz","fileCount":904,"integrity":"sha512-RI0hCyXcSD8zVXnTEsrM33LPFOYpFjvmEW3fAHpv68UVr4C+W4cO8tJq3OjLUapM/wPb/lp6foXIepFndVbjOA==","signatures":[{"sig":"MEUCIQCVJcoAl1M5L28WnM9seDc12CAqlFJ5ebrk7YpHvs9nmwIgERm9+3HelolScefxoE+yUCm/1qRWGvw+RIxd9J8I9Uk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3983656},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"540f9e2ade867970800c8c64d9676caec28e80e9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-540f9e-lwozn78e_1716815572650_0.8044730708147907","host":"s3://npm-registry-packages"}},"18.0.0-feature-cc67cc-lwpal5nl":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-cc67cc-lwpal5nl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-cc67cc-lwpal5nl","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"61e4a07927c2e192806f22d6ddc1ec0d2365f3d4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-cc67cc-lwpal5nl.tgz","fileCount":904,"integrity":"sha512-0YrW1G9vm5oUMdi3MwMa7HTTbzA/q/GwwZr58C3omijT8J1NOPp79vZ9XhROobEdW1xbpjb+CRid5M2z3foSoA==","signatures":[{"sig":"MEQCIC13/8VxqPD4UIWn8s9qsi3ZT28r9apk7uLi6slCvnMIAiBJ4/nRlS079V7HyiRXOV0ExcBAm/M+Hdu8Sd9On2K+8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3983974},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc67cc8af352a9697532a45c33d5ac15ef557400","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-cc67cc-lwpal5nl_1716833953738_0.31865222954178085","host":"s3://npm-registry-packages"}},"18.0.0-feature-2839a3-lwpauepc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2839a3-lwpauepc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2839a3-lwpauepc","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c91d779bb282d4b9c0cbe27f5cebcdd4a01da040","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2839a3-lwpauepc.tgz","fileCount":904,"integrity":"sha512-A7cwiEEDE8YeEmpUiC2hxan3F6vu5Dd7foMqKpC7AEYl9NH747zxEVKXEGhBoJvodPLj8U5VQrgHnYVEj+1F7g==","signatures":[{"sig":"MEYCIQC7Q2EvOxNedrg1xxLK+1lnqRsFclrQNLO0TfxgxdLvsgIhALxChtPOPbBf9e7Lcpab+RjTZWv2T8BcThW6wWkIpNJR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3983959},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2839a348acd4effb6c8162cd84dd6e4f42cbae6e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2839a3-lwpauepc_1716834385486_0.616346511557941","host":"s3://npm-registry-packages"}},"18.0.0-develop-5edf59-lwq3ur14":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5edf59-lwq3ur14","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5edf59-lwq3ur14","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e4f26443523cd448d75d293aeaad2c4f38ed77a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5edf59-lwq3ur14.tgz","fileCount":901,"integrity":"sha512-RMv7w/tzl9nbJ9xdA3/TY8JwWAY5sPPiC2f1Ze6zSnQ76YwKBX6qU5jjoWInwznNp0JwinTVaBJ3qS/hruC7Rw==","signatures":[{"sig":"MEUCIBY2MgefM1dbc2Vnai4oXsfRkyw0QOQ/Ew272q5oFQIhAiEAxLB9aGpy+E/8BcBTneam0rtsUtbeFfuC0vRvNDGoDW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984160},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5edf59f12582a57a8ebe41f2def10fb8927693b8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5edf59-lwq3ur14_1716883110891_0.8592575592874392","host":"s3://npm-registry-packages"}},"18.0.0-feature-44d2f1-lwq9uh6z":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-44d2f1-lwq9uh6z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-44d2f1-lwq9uh6z","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0444369beaf80ae2695999ed941e818330804aca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-44d2f1-lwq9uh6z.tgz","fileCount":904,"integrity":"sha512-/E0oTrjXhat8QwHGkCZ6NBLJU+XZaRh/lHTY8nfq9JHrsHpYJSNgWR/ibDmqPa+mFfuy+CAJEgNxeGniPiJQ2A==","signatures":[{"sig":"MEUCICJ/cL+pQqL84nRV4laYX3As7oXED0pY08mapsp8ExIoAiEA4XggfcZ3oEdLERr+3iV4qLFpJMc3e51AVi9XC66gX3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"44d2f1cfe8f3ec279b14d18bb3c3d46c77e6bbef","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-44d2f1-lwq9uh6z_1716893177058_0.9575239722708366","host":"s3://npm-registry-packages"}},"18.0.0-feature-3ffed3-lwqau9we":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3ffed3-lwqau9we","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3ffed3-lwqau9we","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f73bcf3bdb8467a8ef65b6837ed167cadc232152","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3ffed3-lwqau9we.tgz","fileCount":916,"integrity":"sha512-tQX/cuoCeZAnN8Cyn/cqrJv0ZPfPzTHdvI1q/nsP/HT6cSwX890i+AvzU5x3pc9SqB2+uq3CsTj7pEVQUBMrzw==","signatures":[{"sig":"MEYCIQD+mwc5lGtfytncygneZiK1a2pV2hLuUf0wk2/7Q05rbQIhAL5QVS4aO8CE/3rdSkItUNMZv35TLw7861/I3MXXs/70","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4036191},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3ffed3fca9e99231e2843e128ae78cf636775dc1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-79377d-lwq9uz85"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3ffed3-lwqau9we_1716894845872_0.6860817558853833","host":"s3://npm-registry-packages"}},"18.0.0-feature-549c1c-lwqcnau4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-549c1c-lwqcnau4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-549c1c-lwqcnau4","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1bd5930bdce12bf83f5e097c7b1b0ea4ce1b34e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-549c1c-lwqcnau4.tgz","fileCount":904,"integrity":"sha512-du10uTT4Aic6oec82TPjlWrhzItdvN3nvov5WgD2yGnBIa90xitkEvNUIRB3eW3imWuzsdjM6sFJwS5dr1LmuA==","signatures":[{"sig":"MEQCIFX3hi7T7DEjukieHfM9EzANpRHcjsf9jcQyhBdW5+8BAiA2KA+tKXVhIcIybmIHCWsRlImSaKs3jwAFKfrsD3eRLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"549c1c22553370efe823dd325d54ffb7db00ca8d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-549c1c-lwqcnau4_1716897879885_0.6158175022600436","host":"s3://npm-registry-packages"}},"18.0.0-develop-4ae967-lwrnxqej":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-4ae967-lwrnxqej","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-4ae967-lwrnxqej","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"461e26432d540dacafecd5374047f28d40109a44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-4ae967-lwrnxqej.tgz","fileCount":904,"integrity":"sha512-1hayNoP/RkOX1To67vwO9hSZ9PYa4fz8cSosodtf0hSMw/7730XROuXws8AT2Xr/uhCPvb8CLfsiqnsW+BjBfg==","signatures":[{"sig":"MEQCIAFWLHX4E8KfhpBICjW8IlPr26owbQlu33h0EOiF2FFRAiBeHqJU2L+eCs3UR8TU/KOqdVm3PlKao8psFpo8WieWAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ae967ab66dc8a2a3ae1a0be8bf0ba42188a5622","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-4ae967-lwrnxqej_1716977310527_0.2481844759893821","host":"s3://npm-registry-packages"}},"18.0.0-feature-d4dd9b-lwrzaz6p":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-d4dd9b-lwrzaz6p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-d4dd9b-lwrzaz6p","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"490017d5c10603eb99d9caa3852342ac94d6e755","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-d4dd9b-lwrzaz6p.tgz","fileCount":904,"integrity":"sha512-tEYuhlGrWp01yevxFy4aDzv6ctbh2z0ZCeUI++7HfsX/fscohbKspk/xdSFt//XnGDBe2Vj+j3s1PsWEL/AIrQ==","signatures":[{"sig":"MEQCICx6/S1GIz5Z5INtPoKxCVKXCDVxHv/jAwicVXkcJatEAiBMqin2LA8Tpkx3EKQgOh4ZCPLSSckjRN+QdjGUf1esLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3988927},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d4dd9b410772ffedf1ae0f6ff17598f9d7b1c27a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-d4dd9b-lwrzaz6p_1716996404454_0.4369067293160269","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5c3e2c-lwya9gff":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5c3e2c-lwya9gff","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5c3e2c-lwya9gff","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c638ad35f248099311d26754edca62d5fbe56c24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5c3e2c-lwya9gff.tgz","fileCount":904,"integrity":"sha512-33coF6SufeZu7kFy5mnJzFw4PKUUJmXzfNs2+FQ2nsf6+rNe/zWZgd1h4HKVuAa6cli3CIKDHOLkhyYqNvjVjw==","signatures":[{"sig":"MEUCIQDHejM957SW1GSjGtYvLKH7tyo1XlVyRIIbeRg9mTSICgIgeYRsfsuJqnGwNP2/eZcYkpTyG/+pOe/5vTmBK1NM1Ig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c3e2c8ae34eb60ff2a7616637583693a97676ea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.12","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5c3e2c-lwya9gff_1717377603317_0.3533154186761551","host":"s3://npm-registry-packages"}},"18.0.0-renovate-89e9e2-lwyab3gr":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-89e9e2-lwyab3gr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-89e9e2-lwyab3gr","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"493bc10be195ce448f0c64f5fcdc59dbed32aa3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-89e9e2-lwyab3gr.tgz","fileCount":904,"integrity":"sha512-deyHZ3Fg9BtuBryY9EaAp92RneqYUJjOK9WvLCgExmoLzED1HFPc+ufk0e8VzVyuaXJAxj+pGyRd8Eeywj/WiA==","signatures":[{"sig":"MEUCIQDMHn8iLr7EW673gG5xAKME3JiY2KKrGQcMTO5zjXLHYgIgeU2IhreLKKkRWCCuyocEGLhMiPoMQLE2KBXo8bmJEQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89e9e2b10ac60ec13c2b6ef01ac4f3999bb06d47","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-89e9e2-lwyab3gr_1717377680064_0.01518209926521119","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d3da12-lwyisz5s":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d3da12-lwyisz5s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d3da12-lwyisz5s","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c5da08ca4f31c8e73f501ea7bf6bc287edebb419","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d3da12-lwyisz5s.tgz","fileCount":904,"integrity":"sha512-PVySLi4C+GHIX0zNXVILDwP/4E5cSuqwwGU6DxWZ8ZMh8KZLmnqGh1JvRr8WViN98T8TynQ5YK2SNpXWhaA+jQ==","signatures":[{"sig":"MEYCIQDLGk3sNLI5Sq7Hyl9I8UxVthI1ErheeFgjTSjeuB6LggIhAPKUjAIZz+l46QYKHRF/i4g7gLR0/RcdNkxfx1pbM5jr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d3da1227b385c0a7c7851d3d0efcd3dbf4ad4b51","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.8","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d3da12-lwyisz5s_1717391951230_0.1962933027345901","host":"s3://npm-registry-packages"}},"18.0.0-renovate-c00937-lwylobn1":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-c00937-lwylobn1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-c00937-lwylobn1","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"206019506c8c088084dfca349581299469b9e02a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-c00937-lwylobn1.tgz","fileCount":904,"integrity":"sha512-SloJuG8xDl6iYtTuKwdmdj09KF+3WGcvyH100LIU2nuWHK+ZkP6NytzOoGHXxQ11uBGCfO2mhOjvKrhEE6Q7qA==","signatures":[{"sig":"MEYCIQCXitW6J251Q89v1NaFWHv6hjxHM/AQJocXywxQ0HnhdgIhAObTlxFs0SWpz9NiaHaQw5PG1Kh3qbwdaNqUEDSoxJek","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984958},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c00937aa7db174fc165283f4c6187106c20c15bd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-c00937-lwylobn1_1717396772287_0.8801628986711292","host":"s3://npm-registry-packages"}},"18.0.0-renovate-3002c6-lx06581m":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-3002c6-lx06581m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-3002c6-lx06581m","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be19f78c94c45538eca7652bdb78a0afcc20037f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-3002c6-lx06581m.tgz","fileCount":904,"integrity":"sha512-tsBJN92Q3MkYJAeZYNPPhJm54bXTCZ2jv+RCCOTejUd7uLcyk8SUBq7TZOOpnC21tSVc/gNSh2+RQyVF5tHBtA==","signatures":[{"sig":"MEUCIQDfrxztKUXzuwEj2fNKQixruitJciKMnAl1RFUix+ZsNAIgQX0lDDAPg5NiFeCviUmi84GR3FDbFcSvBVRx0Y9jDX0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984958},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3002c6ed0530c3693a3162c4f5ebdd6c103ffa4a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-3002c6-lx06581m_1717491619898_0.5412675106317633","host":"s3://npm-registry-packages"}},"18.0.0-develop-c1723d-lx0677vr":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-c1723d-lx0677vr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-c1723d-lx0677vr","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"62a3db954acf9e997a44464e3fba502f1ad3145f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-c1723d-lx0677vr.tgz","fileCount":904,"integrity":"sha512-je4is1zaQ6nR75BOI/n9nf1+dLkq7D7HCVRXVb6nu64a1vHtgFMVA4yya3o9KaDYFjiacbmS+OLPEMIC+kjjew==","signatures":[{"sig":"MEUCIGN3wZ9vf/bl8IoHOIVlhj66Dt9W1vjcOn4GfgSld5+JAiEA/ef/+kKwAla3HBhOg51NwIfpqDY4r01Kd+Cf6Qo5GjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c1723dd963f9c38584ddea92bf0c6896ea5a099a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-c1723d-lx0677vr_1717491712880_0.5472313960030508","host":"s3://npm-registry-packages"}},"18.0.0-feature-facfe0-lx1jq4oe":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-facfe0-lx1jq4oe","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-facfe0-lx1jq4oe","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"98f239bd0792b47b0043befadd45429a645d39cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-facfe0-lx1jq4oe.tgz","fileCount":904,"integrity":"sha512-vuYzs0R6fyOZCgdHEacG8WeOIR4Da7wY0Ik0Wf+FJ65/wqcSEwcgReYKpKfmB0jNZrDx450Mh2y42xlPLViMwg==","signatures":[{"sig":"MEUCIQD/U++ACDC0Qc/08XK6w700b9wgjbqYIQXKJ72N+ZrSqAIgEd/gJWPAGD0S8xmLxuYALJPATZA9vI/WjTEGjiK2f7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3988928},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"facfe0983af21c35b5b24fd9cf1218f2e8d1a73e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.5.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-facfe0-lx1jq4oe_1717574896087_0.8471375110432977","host":"s3://npm-registry-packages"}},"18.0.0-develop-c5d8b8-lx3ka8he":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-c5d8b8-lx3ka8he","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-c5d8b8-lx3ka8he","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71571c07f0de52493b9fc947d6c2a87991dcb576","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-c5d8b8-lx3ka8he.tgz","fileCount":904,"integrity":"sha512-jLnpS7UhFDTHfHL5ZB0LGHfPZQTAgmE9lEXEDa7YuliO2PBs5G/TcmuPpyAteUFVakC2VeFDaT23KUMlw14O+Q==","signatures":[{"sig":"MEUCIQCtcsss4ExV9X8+R+kXHCOCr2h2JbNKMwF8D80Vmw0O0AIgC9z91ehsyk0jZ5QApr9bHpJmw8JcyFD3N7kcp7USLt0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5d8b855b5184429037fc33339a93aa2e4d76c6c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-c5d8b8-lx3ka8he_1717696767423_0.2514867017294198","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d54824-lx8bri8p":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d54824-lx8bri8p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d54824-lx8bri8p","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"296eede4a420fd5c523214d1b76f8873ae7083a2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d54824-lx8bri8p.tgz","fileCount":904,"integrity":"sha512-K9ZnQbLJEgwhHfYmwmI5epHbX8Y9J/QxyfCXbhiYtD9q7n4MSKCAO8ZORg5JJf+QtfvwcCvCEAf3cJCKXYy+pA==","signatures":[{"sig":"MEUCIHYFyssceYawkQOSsHZKD9gWJANkqYYeSp51onwDLBNIAiEA4994ifFNUPA1leNDJkJpq/9tCBEVVps2DvGosFpMt4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984958},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d548247b9dc76c13681ebf991399903bd0e17a59","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d54824-lx8bri8p_1717984785910_0.4254344596398678","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f7b204-lx8bu5zj":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f7b204-lx8bu5zj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f7b204-lx8bu5zj","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"51f3aab431c78bffe98b4979feb51f06bb102db7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f7b204-lx8bu5zj.tgz","fileCount":904,"integrity":"sha512-cqS1FIVFOXiLyQaauXQw/5T+gUWZpGXyn6ZrMEww46kqBspj7rrgQF6KjyKSa1YZv2E0oCQIVd3QnWgyuy2W2w==","signatures":[{"sig":"MEUCIQCCaJuxptCRwpeCqGR6w8mT+X6xjBW95YqJop4oIZs99AIgYb7QTtJk19AbF8qCajfco58VTkVsnWpJywcKeNCppSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984958},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f7b20402d7c2a8f86b18f38a4ce4ddd18684b941","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f7b204-lx8bu5zj_1717984910268_0.07767522487839074","host":"s3://npm-registry-packages"}},"18.0.0-develop-45adae-lx8hgony":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-45adae-lx8hgony","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-45adae-lx8hgony","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab494622782a83c0e0954bd9de58cbf4db8f4a86","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-45adae-lx8hgony.tgz","fileCount":904,"integrity":"sha512-7I5yljvV4d8HzU0cO2Qju25PCNMn+Kwcu9Zo+jGRibL+CI/WwKoHry/VT+ywgWGIicHx0bxe0Lkd+Ewjcb+eKQ==","signatures":[{"sig":"MEQCIC2dLDU+PNBhplWnoryPpnkcEWPWotjvHWztvkwAPnYoAiB56zrd3cdcS3JHeUFupGMGlKI1Bgv1YmlE6YyvK7OEAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3984957},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"45adae4e0feb4121d67c9c54d2e7314154235a0c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-45adae-lx8hgony_1717994359083_0.2677800010430311","host":"s3://npm-registry-packages"}},"18.0.0-renovate-eaaa95-lxa917lg":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-eaaa95-lxa917lg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-eaaa95-lxa917lg","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c78802c64f81e4fec48c8580832d7ba27f84f8b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-eaaa95-lxa917lg.tgz","fileCount":904,"integrity":"sha512-uWi2tg5jjjgbFlw+xaRFkCoVX6/6hER2S2P5YxyXXVUNFk/dTZB7EZHKCY+5fj/w9aDjsA+b7NSjY5aDeJoQXw==","signatures":[{"sig":"MEQCIA2QhaFpVE+dB6lhAUVG65xYsSRwMaSsl7KUu5zhqHNzAiAZKDY0AZwzVvoUl6bKq5P0dtfhLmuRqyxdqJ0jWQkv5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3985174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eaaa951bbc9c384a01068bfa90cd9b0e089e3d03","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-eaaa95-lxa917lg_1718101132076_0.4228503932409786","host":"s3://npm-registry-packages"}},"18.0.0-renovate-832644-lxa9ziqk":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-832644-lxa9ziqk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-832644-lxa9ziqk","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b3840403add0b6cb5b6a8522ae295eb75dd7c4d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-832644-lxa9ziqk.tgz","fileCount":904,"integrity":"sha512-coW4vLL1PRrzLZkgRLK++5W+y/oKljxX4lRYWnix8vxjCPqhR2fKL/HVTiHtrzlkyOpRcqeWvd93oJ1CggTumg==","signatures":[{"sig":"MEUCIDQoCQesOadSDg8SzzfxfX5mz3c08fIVzpDAG54anVK1AiEAgflmSerszvqfyxhKkXRzYD7ZTZGxEzIonSxgjbWcb1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3985174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8326449d1bd54e6ccdb1e449cb01f35b08924f15","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-832644-lxa9ziqk_1718102733325_0.7912223163999235","host":"s3://npm-registry-packages"}},"18.0.0-renovate-ead452-lxajjmdm":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-ead452-lxajjmdm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-ead452-lxajjmdm","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0ee3920bdc1b58ecc91a360b674ce85a2585de81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-ead452-lxajjmdm.tgz","fileCount":904,"integrity":"sha512-CtBnaG+JtVrB7rbjdNkl4yoR6qYNbWzYk9RliqkItZQziGg0rNrtjK29P3Ge87BOAM7rJxlnlFoxHohH4CUuhw==","signatures":[{"sig":"MEUCIQC+EWNkxoI7qab8eDTmaK3O/EFm9RJGH0y4IaX8gX+XDQIgAfDfLkNnpMLtPXHi7NAPAiK9nGH5NjfkEXeJBbJnh80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3985175},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ead452e23ece3f329c3894f768ef3f05a6c681cc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-ead452-lxajjmdm_1718118787620_0.303049349751235","host":"s3://npm-registry-packages"}},"18.0.0-feature-9c8c77-lxc173dj":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9c8c77-lxc173dj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9c8c77-lxc173dj","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be39f7e7a3ace458b01e4d0eede5e24fedb19c48","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9c8c77-lxc173dj.tgz","fileCount":904,"integrity":"sha512-yOmAiHokqxRg59IU1UsBrkaRrKUm29/u7Kwj0/JtTwRFiUEx0W1mDnPv/wDyBew9JauCvnHhTjv5UulYTRDBmA==","signatures":[{"sig":"MEUCIQDRYK3OdG1oIYpdSTnYRUDPVAODXk6ORUesOPtdq8MzGwIgL5YiMvr3eUkpNYqjLky881lhkGOmtcOkrVk2bVcv23A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9c8c77e17c7b2ce4bf5751fb55635aac0192b507","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9c8c77-lxc173dj_1718208903314_0.5747838370983571","host":"s3://npm-registry-packages"}},"18.0.0-develop-6cd5b7-lxc1muul":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-6cd5b7-lxc1muul","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-6cd5b7-lxc1muul","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dbb58d616bf55ad534e6b016d39876a8a3597a24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-6cd5b7-lxc1muul.tgz","fileCount":904,"integrity":"sha512-CVD77/SH7KszUFOxLEgNqcyvTkhOgX49cNRyW/DRHiEsRbaOAT32b1C/eknOq+Ir6dYJCgcbPSKZFtQvhW3z6w==","signatures":[{"sig":"MEUCIQCTYcc871p7svUNStLFBxCgVt81JbHSxsQyg4q48JFuZQIgR2rQ7/H49YF4aVjEuixbvgzNcPnjtXsVT4kCvvKzo18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3985174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6cd5b72c831cad4cb8318eea62d8af78f279ef2c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-6cd5b7-lxc1muul_1718209638432_0.13041546916897806","host":"s3://npm-registry-packages"}},"18.0.0-develop-f8ceea-lxd98i6i":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-f8ceea-lxd98i6i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-f8ceea-lxd98i6i","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d3172c673811a0ba9dd25968b2fe406dad076ee3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-f8ceea-lxd98i6i.tgz","fileCount":904,"integrity":"sha512-KBZE5pZ2LT6j5yHIqrtVkU5bbIIL71GcRX/JTZEwWEMNKxLTOpARXFuTKqCwlCQgnOWTyoIyQMEP2ox28WCDBg==","signatures":[{"sig":"MEUCIQDAena2wYvR/e6wda3J2Amczy+q6COwcsowGe5gHQb+pgIgPwpp9egNiOzF7PoV9NdPA8CB6dvBTmp4o0LxfB6Fvqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f8ceeab0668c19b9da0b6112aa599047dc250c22","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-f8ceea-lxd98i6i_1718282870765_0.755191878281942","host":"s3://npm-registry-packages"}},"18.0.0-feature-92f042-lxf9muc6":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-92f042-lxf9muc6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-92f042-lxf9muc6","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b1e4f9f7308b4a31e6787fec9e147552aca68431","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-92f042-lxf9muc6.tgz","fileCount":904,"integrity":"sha512-9Sw0Kyx2YK7hlnAc99vWO3f5IvAvVsMeT9pbAXZqOrvIfXq5PZS2OJGh+Rr6EfJgoA4hFuQQYHP1VjW5/IvcXw==","signatures":[{"sig":"MEUCIG0IL5FfWEK9mSOZCTjPc/HW+z67LZKHLtsH+y9OtuktAiEAwhU1MFLrQqGX43BcmRzzvF/vBKeV03g3690q9GsrHK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3997816},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"92f042e0d38272ce0a27f930315030a575488e2f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.14.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-536_validation_of_unknown_config_value"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-92f042-lxf9muc6_1718404474180_0.20843788123095286","host":"s3://npm-registry-packages"}},"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"794922a604d63508bd01a573d5e8f9e168aeda01","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37.tgz","fileCount":904,"integrity":"sha512-/1xWShkWiB093WKiHGZa6BdGYdf6hWvM5jt2EDCiUdx94T2NLQGqvs4YvNmhokaERSe2XiHtI3AVXFCQ7fhRSg==","signatures":[{"sig":"MEQCIHcMXDigABYE/Hh/xOSgRKgcn5WqhDbS6quaSyYZ1ujfAiA0PmB2qJwNrWiueumilnrh0W7672qJ69FSFFwVXDywiw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3990197},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d572ebd7454667780af10a1fb5236a58a8b72e9b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37_1718408896161_0.1644172668785202","host":"s3://npm-registry-packages"}},"18.0.0-renovate-19722f-lxhnb4hl":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-19722f-lxhnb4hl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-19722f-lxhnb4hl","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"781f5622607d970c727537fd3cc78e2de171cb07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-19722f-lxhnb4hl.tgz","fileCount":904,"integrity":"sha512-2DxPkS2D68HpB24qNvKyah+B59yovq70s9oKzRX0KyMaC33lQm6PnyjejYgGrg6zn9HrQ8XyHVjy0Eq/GfanEg==","signatures":[{"sig":"MEQCIETRo6I6vD+0syM0mLsKi8F2uIb4mypnPziibnBVyc3KAiAxl2ukEEgislgyZUTHzO4s2I4wNXvmAVSB+DRdPfXQ1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19722faf47af17dbb9702343150a43e2706b876b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-19722f-lxhnb4hl_1718548372670_0.7472930311792314","host":"s3://npm-registry-packages"}},"18.0.0-renovate-ef3a5a-lxinu92v":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-ef3a5a-lxinu92v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-ef3a5a-lxinu92v","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a46d7ea17fd67c0e9500e9cf884887d7a1eacefd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-ef3a5a-lxinu92v.tgz","fileCount":904,"integrity":"sha512-lii/IzQ7gOPSxX3ZmvFGhAZXedGKC8dzQ00APwSnHB+jjJonvIhRktP0eso5PoBn8s97OYhGyfG4JPsdgP5WsA==","signatures":[{"sig":"MEYCIQDcVXa92ngBW3j6SFZyZw4dpS2UKXeZo3KX3xTw1/3kNwIhAMhfwQuOJFpVtxTqzEEhEh/0z2bRStQ2/GlJ3ApHgdnj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef3a5a1e3d044ca748e48e4b475d83a4fd7d5100","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-ef3a5a-lxinu92v_1718609730852_0.09483495890741223","host":"s3://npm-registry-packages"}},"18.0.0-feature-cae194-lxipap1g":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-cae194-lxipap1g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-cae194-lxipap1g","maintainers":[{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c4210ed5dc445c3053ba2a433f440fa3eac8d67e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-cae194-lxipap1g.tgz","fileCount":904,"integrity":"sha512-pGNVZgNhJVGlIvUL+yZfWQcG8Hm3N18ehAiaKXKcQUqu1Kpt40TljMBn7D+jvZElkSmQxFrUz6f7kXInkeSGzQ==","signatures":[{"sig":"MEUCIEM3ZoJZIYiSxpN2/Z2hgcUoiEpxMbaYWW2u03HTorgwAiEAk1zv3v+nyG6mh1qPbm5Wg0YnLG3jRXwy8yxT/4taHgA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3997816},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cae194d81cfea028def5e46b36725bede978d821","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.14.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-536_validation_of_unknown_config_value"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-cae194-lxipap1g_1718612178982_0.47144999100283025","host":"s3://npm-registry-packages"}},"18.0.0-feature-2e3838-lxk8e7zu":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2e3838-lxk8e7zu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2e3838-lxk8e7zu","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bcc6ee1289b63732cbda21d271fd43a57cc9f967","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2e3838-lxk8e7zu.tgz","fileCount":919,"integrity":"sha512-ubRNzq8p4UY+ZP5QupQIPoa6pO7sfXBFNT6gcc6xqcHR15tYTuAXdLcNiqWjbTm/0nJWNwr+ZD01me5RNEgMXQ==","signatures":[{"sig":"MEUCID2C5N9RIkxe6WPN9v1uqh7ebzt4r5407oJttAiKIs9kAiEAyoaXNgG0aQyj5imuCfpZ4bdxSsplfEWbbhOXLtwXn/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4040358},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2e38380d5a56286190a4c4d577930bfaa4d348a7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-79377d-lwq9uz85"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2e3838-lxk8e7zu_1718704721475_0.4306969837256929","host":"s3://npm-registry-packages"}},"18.0.0-develop-8e0f4a-lxkaitak":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8e0f4a-lxkaitak","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8e0f4a-lxkaitak","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f345d415ee231b720d84e08b38e9e21d87fcf969","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8e0f4a-lxkaitak.tgz","fileCount":904,"integrity":"sha512-yZ4GuCVIR1Ogp+8PC1hILJtBK/E+Y9PEJAeu1eR81BO/j3L0ysL+QZ4d50uqNv5Zxiqxomxc+GnCSRou5iF0sw==","signatures":[{"sig":"MEQCIGWtxsCwfJvWYNlkO1oQ1MNIShe15xHiUjMZVdtDVcriAiBHgOS3lLbSB0UQ9SoQzSdyZ4L2PEhXis0Q2Mb++wOUTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e0f4acec73762e008ce2e191999add289863bee","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8e0f4a-lxkaitak_1718708295979_0.7257522863952421","host":"s3://npm-registry-packages"}},"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d03ebca6fdc1b9ffc970f5f201876f1b02f48077","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq.tgz","fileCount":904,"integrity":"sha512-TDyB1Z+ti9rtmX3LTC2MQ4JC+rfDi1EOUk7FaJPPU3xfTd4v/BeLITHG8oV7+U9zo4PqIwSLjUIsorzVIsdyEg==","signatures":[{"sig":"MEUCIG55j3RdvjCOH1yZI1J79EaJ3+iFO36saNCWUqEEAha5AiEA+ouHYeaax3ey0zHjq4b8zwdUV4EnbMocd3mZKp0n8YQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3990197},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe12f71467b3942b04164690e925b882fe30c062","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq_1718714219185_0.5875354846680236","host":"s3://npm-registry-packages"}},"18.0.0-develop-3394a2-lxke64ve":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-3394a2-lxke64ve","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-3394a2-lxke64ve","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0004218c77f7d11466c21fff27abd79bd9d12501","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-3394a2-lxke64ve.tgz","fileCount":904,"integrity":"sha512-mHRAT0QchQa4pFMwSEOBR2oIQwRZ0yLik8QL4OfHglxbUWGTGBdSUfAzUFb5a2pBc76bVvmF1NIGmI1X4iTDow==","signatures":[{"sig":"MEQCID0omOtXYdc2o+OVMBr8+7WmmZcxVA/UveXAnL2z8b+JAiBFblmrfnljFrpje+46icAJC4AyG0JQy3REocHIpqkVZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989061},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3394a29ded1a2cb355d3030f4b52da052ab187a2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-3394a2-lxke64ve_1718714423307_0.21739334627009432","host":"s3://npm-registry-packages"}},"18.0.0-feature-095aab-lxkimdiw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-095aab-lxkimdiw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-095aab-lxkimdiw","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c022acaad2d7bb9f0b26640dc366983707e84230","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-095aab-lxkimdiw.tgz","fileCount":919,"integrity":"sha512-gbvwb73F1ITG0kXM+fALzhPk0ohNBaP77o6CEOCnAAfuu9gbp5V0AX0YaeYOy3Z7KezeNwkDk5Ii16YZe8Rxdg==","signatures":[{"sig":"MEUCIFzO36pslr3TR1d95k4QB7B37yHPXixi4FiNM02Y7DbpAiEAmKjFwv8M+kvUYi/YPT8vFH5npn77gXlFLaV8WibvteI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4040274},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"095aab982811ff1a07ce94a63accdc4feac9463d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-79377d-lwq9uz85"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-095aab-lxkimdiw_1718721898745_0.9817700120571209","host":"s3://npm-registry-packages"}},"18.0.0-feature-481bca-lxkj4lrk":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-481bca-lxkj4lrk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-481bca-lxkj4lrk","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f06b0b523858de2f26dfbec537bc3ed1a8df0990","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-481bca-lxkj4lrk.tgz","fileCount":919,"integrity":"sha512-E72zmULPNBCBvityrBgeZJya4HwV6sNb1wGGr9zWzduzbzxh4fbQ8ZK3MawY6x8xhymy4blTim1z69wuhEwhsg==","signatures":[{"sig":"MEYCIQD52FhX/N2RaLNst4Gq/sQP8CmZLlFf+YjQ+spLbC8NtwIhAOTehtAdzkafgk1O4L4bjXnNdQ53k+1YiBZE8TRFGBE3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4040274},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"481bca571240ae1150c619f51127e31632ffad42","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-481bca-lxkj4lrk_1718722750713_0.3520059529281705","host":"s3://npm-registry-packages"}},"18.0.0-develop-bd4112-lxklee9q":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-bd4112-lxklee9q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-bd4112-lxklee9q","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4face5c907754f0f21b6c3be42c51ba64fab359c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-bd4112-lxklee9q.tgz","fileCount":904,"integrity":"sha512-9t3lRxY0lJ7u9l8AHuDONOVzColxIOuuS8S3fMm66DC/5c4kJs5yTN8DxYbbQTMQtReqCFJa00HB8rfVduoo4g==","signatures":[{"sig":"MEUCIQC9XEbeZyIVls9f8yFTUOWUXnG1/cCIbH+9NwG99DcJbwIgOvj6zStllR4NxXdWDdCzQBvyFeIc75sidLWlPzsHMIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989061},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bd4112adc53d1eb99936c9439301df16ec097291","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-bd4112-lxklee9q_1718726563835_0.0734460121103706","host":"s3://npm-registry-packages"}},"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b3335b27ba89c61ec2a458ce4e69520d879388b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc.tgz","fileCount":904,"integrity":"sha512-7H1jDITUWz1LK0ZJk8Xl0wi+78Bsl64cbBL58nq1qxRbLCIDwHptj9dbLaRJnK+H1AjpVUwiYYJGqDb8AufYBQ==","signatures":[{"sig":"MEUCIDU3EFJHcJCvvgQ7FnH181AEBtAarx+OE9J5P8wIqviNAiEA+x6/50/Frw/s34LFIGdx+e0B0r6Wal9AtGQ+X+/EaC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3990113},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1ae0920f21713988e4cb65e2212f51358bff6433","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc_1718727576175_0.740925103736799","host":"s3://npm-registry-packages"}},"18.0.0-develop-0a3c81-lxkmzjvc":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-0a3c81-lxkmzjvc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-0a3c81-lxkmzjvc","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5b2a8382d1cdf261536e38ec7f77b80da07ec3f0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-0a3c81-lxkmzjvc.tgz","fileCount":904,"integrity":"sha512-l1Gm7GlJARfnQaJg9+Zy0tc+rRnEu5mQJmJ/2cRc+LqiBLScYF0PzgTeZRc5mp/9ZZOkpFul08nrftkTCOpAGQ==","signatures":[{"sig":"MEUCIAFgJy31UzeTcxfH/cC1M/j6FEo7cl6gJ6mdxJ1gtx0bAiEAtwWyjA23GxtFpET+5HIICENOZe3yswrP5urNRF3m/jY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3990069},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a3c81e8a991aef2e12bf4cba39c862eba53361a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-0a3c81-lxkmzjvc_1718729233895_0.93166942233686","host":"s3://npm-registry-packages"}},"18.0.0-feature-db0682-lxkn7ov9":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-db0682-lxkn7ov9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-db0682-lxkn7ov9","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3e8f8b7eaf9ee31cd416110ec699e39ce3595367","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-db0682-lxkn7ov9.tgz","fileCount":919,"integrity":"sha512-piWe//1HtKy2NIfKThY+9xfdV8R4lkzRmD9gfPNciT1q0aHOMwrD+F+FUEhWwuZC40d+dp8wA8NGAVqQH/8MNw==","signatures":[{"sig":"MEUCIQCEWqT0D4MbiJ9cFWRRFe3w0BT0TA34KftRNqs+3lj2wgIgcOQT/IARTViGwYDbUHtrvaNBOVSqYByAqGaZjH5mUp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041282},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"db06825c66d3d9f76f0eefbe0222c42182f275ba","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-db0682-lxkn7ov9_1718729611954_0.5605964903181011","host":"s3://npm-registry-packages"}},"18.0.0-feature-e4857c-lxknqswh":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e4857c-lxknqswh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e4857c-lxknqswh","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb81c21ad59b08fcc16f8b4d86016ef4b67a39e3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e4857c-lxknqswh.tgz","fileCount":904,"integrity":"sha512-nuSrsIZ6fkSO5rYWXbELrxak+5lVEMR0XjJJ5ponsIRXY1euQkNVcLZI7FZFjuiIAhG9Bm+y0bNj6qhYfRKnKQ==","signatures":[{"sig":"MEUCIQDIlVk8fyrA9j+psVzkm3+p/b6aJ0Dkj2uwrRv4kKCGiwIgT2KDb0gabMKm1bOClDC5om6O4UWO3DX8QMKBMWjeFH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3990203},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e4857c7f459c6318667f8df5a0870673826609e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-d39e4b-lw7odtpv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e4857c-lxknqswh_1718730504126_0.8456496667148579","host":"s3://npm-registry-packages"}},"18.0.0-develop-711aaf-lxkzt5gd":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-711aaf-lxkzt5gd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-711aaf-lxkzt5gd","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"07014541edcae0f63aaac125ae8f9d27b993cc81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-711aaf-lxkzt5gd.tgz","fileCount":919,"integrity":"sha512-uKVj+HNBiy24WEkxRl5WxyhetYKUaSnfCxOcNXDrsjmCc2s/aiV28yoVHZicUBhcnDEWIE5VIbWZgxQ4vcAmlQ==","signatures":[{"sig":"MEUCIQDOJFCqAiODm5J9NYYLpTdCFI9lLgVcQXjb8vS3FCsJbgIgIYREUKwXWcUFbMeySRT7i2Eo2fDK92nsk64j422C6Kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041282},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"711aaf8d38d57b49bd101ad7204567e793bedb6e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-711aaf-lxkzt5gd_1718750768975_0.509600595502103","host":"s3://npm-registry-packages"}},"18.0.0-dependabot-c86d43-lxlk6nw6":{"name":"@5minds/processcube_engine","version":"18.0.0-dependabot-c86d43-lxlk6nw6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-dependabot-c86d43-lxlk6nw6","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"81a9e2411fb75bd7cddf2a203b54d7c4c1dde0f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-dependabot-c86d43-lxlk6nw6.tgz","fileCount":919,"integrity":"sha512-BEE8mm/y0o99xTDRtT/dxR0CzxvoJvJRv4KdinllaCTSRq74mIU46XhKNEvznWRv4k1R9kbA5QgMiGIveEM9LA==","signatures":[{"sig":"MEUCIESKh7tBRzVY1uYgmFveZOjq8XdiUSs12mpsmZ4J6JTwAiEAwSZfaRYVbtCNRsv8u0fn5DQ5GWpnzwYWhwcFuhAw1tk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041285},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c86d43b571ce5b75dcd4bfc7141a6cb832220f9b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-dependabot-c86d43-lxlk6nw6_1718784990395_0.6047987966765882","host":"s3://npm-registry-packages"}},"18.0.0-develop-60a77b-lxlkp3dv":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-60a77b-lxlkp3dv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-60a77b-lxlkp3dv","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"581717e860b49188bbe7fc87b7f7bfb2d45f0563","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-60a77b-lxlkp3dv.tgz","fileCount":919,"integrity":"sha512-n+iHXWzbk/iFdNiW9yQCwKpSYAP4HTKi6H0T7HgguPviq8/BY2eLtWy++TjHql9hl0y+wvCUkzr+tj4iC1halg==","signatures":[{"sig":"MEQCIDMsU1VKY8kedyu/dyPD/dvfObfbQZZJWLYEk2SSHhc3AiAVRAI/lqnwMyv2XjFKQWStLzfWPxhLWiRe1krOftlJZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041282},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"60a77b9e12fba06e1f1c9edfa54112699c3d7f90","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-60a77b-lxlkp3dv_1718785851411_0.7716727702130446","host":"s3://npm-registry-packages"}},"18.0.0-feature-380745-lxlljw6g":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-380745-lxlljw6g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-380745-lxlljw6g","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"86091936e6df85aeb0fa5532d5542694cd594534","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-380745-lxlljw6g.tgz","fileCount":919,"integrity":"sha512-2/tu8bULCiCn2kIo8G+Ry9vISOOKBdKVqwxmsu5uF2hM1G61okpjFVvnv26Y3Vg6uZjzr8bIDNU1QJBA09WA+w==","signatures":[{"sig":"MEUCIQCW2qc14xY8cQQfc5HQ61vjRuSAR628o3n2luVFxPWJ8gIgRnvLZwS2hV9fMHJxt1jWbljLz492y3Ae6m4q5Fh4YFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041416},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"380745be6a535a0658fe7b2da84ac28630d02df0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-380745-lxlljw6g_1718787287887_0.274884467251715","host":"s3://npm-registry-packages"}},"18.0.0-feature-2e0fce-lxlmg26i":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2e0fce-lxlmg26i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2e0fce-lxlmg26i","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ed77a881f7be0e663a9a4edf3dc1677688a1585","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2e0fce-lxlmg26i.tgz","fileCount":919,"integrity":"sha512-QSwWypynSztmisyXj/UIvWqQA2htbI+TdZSj6ffFXz0w5owKGonURBo++NNghYH+j4ESPJ7OvHKNNgjxZklCow==","signatures":[{"sig":"MEYCIQC8VxI6y1RMwBmk7k+HD+uBLkxoEYBWoQGVtadXH2FYsQIhALhu05z8HRk8lPaCftIc/e4uh2PGQ3uK+e4r6JEs+yU1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041277},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2e0fcef4feb1679a59b86287d1752f7d96ec8337","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~simplify_mappers","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2e0fce-lxlmg26i_1718788788674_0.6579355955592583","host":"s3://npm-registry-packages"}},"18.0.0-develop-05a509-lxlsitzr":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-05a509-lxlsitzr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-05a509-lxlsitzr","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a2374d81581ef61ab72abcde25ff7bf60814b143","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-05a509-lxlsitzr.tgz","fileCount":919,"integrity":"sha512-w3Jd/b7PMJ3pkh7nAsxRhe9HKwTTRAPmF2cKhQ0jGuqpRxiDqWxq+zIXDPyv8aT45CsfaM8l/5pOkyVFED3/ow==","signatures":[{"sig":"MEUCIQDDR/6oGSkv1o4SiiNSUk5iuBM9mAmc7QpQrwoxJ86ZfgIgCoOkGXR2HZ1fCzQ8tB7syajWNX2nLlVyju2eU0cvf7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041416},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05a509beccd4482c19412344f4d85d8f5d508029","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-05a509-lxlsitzr_1718798995051_0.4651666727043178","host":"s3://npm-registry-packages"}},"18.0.0-feature-497859-lxlslma4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-497859-lxlslma4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-497859-lxlslma4","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd869a41929d3d5137e9efed0ef75e4146f52459","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-497859-lxlslma4.tgz","fileCount":919,"integrity":"sha512-SrTiCugxjzG+745XkiS7KDeqwf8+PbAjbYOQqHAKIjpgxBLgsRwr+L101NaG8JCDbe4L1seiC6PyJNyxzk1IBw==","signatures":[{"sig":"MEUCIH/zCPipflCMHgCMyUtvh/DEgc21kslshImIW3VWcAB9AiEAypxLP03wWS8ouOhTjodvkgTLKDtieyNUkVbfe9sE23c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041282},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4978596e9acf175a79b7be3ef23a433ed861a026","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-3ad303-lxlqyacx","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-497859-lxlslma4_1718799125334_0.08731644967302832","host":"s3://npm-registry-packages"}},"18.0.0-feature-0f9fb7-lxlsti6q":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0f9fb7-lxlsti6q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0f9fb7-lxlsti6q","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58e7963fe0637a3c12f3fef2a2027aa97d7f131c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0f9fb7-lxlsti6q.tgz","fileCount":919,"integrity":"sha512-P4NEVhndaxWKhPX+Do/3bTe946p/b7LsP1BP651onKqLKDDG59u63mxgBOh1e97geez4v9bL3IvKz05DE/eW8g==","signatures":[{"sig":"MEYCIQC/Z8I7WCz3N680f8f636lFQAxR2wDyn7KQubzwhK0o8gIhALyDgYuOkaf5p/sVzLS4bO8floXYuUhbkmdU0IwQvqDx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041416},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f9fb7e5425372c82dab2909c02c9d3db5fca476","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-3ad303-lxlqyacx","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0f9fb7-lxlsti6q_1718799493096_0.3202894892127002","host":"s3://npm-registry-packages"}},"18.0.0-feature-63b558-lxltbf8c":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-63b558-lxltbf8c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-63b558-lxltbf8c","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16b400ef9cb194f70dde4e55214c8bb3310c7dc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-63b558-lxltbf8c.tgz","fileCount":919,"integrity":"sha512-RBa8rySW4ncppy0jvLoQbzUYOHTkY3g14Ci/huNUaA5XbjiYTgp3OPPYn9U/ZKcdNiQp9hTOs7uyZvZT2F12eg==","signatures":[{"sig":"MEQCIDaJrnY6lOs8M4B5jCSTa5UhlGAoAKlCPqWSbVB3oaDcAiAd7Rs8sr3EnLYBwiFN9w30mYiyOsf4wzqN+6q0br7qNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050044},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"63b55833945816116333d8bdeff783b2e3d0eeb8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-63b558-lxltbf8c_1718800329462_0.2594320257236282","host":"s3://npm-registry-packages"}},"18.0.0-renovate-ea7765-lxlurdit":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-ea7765-lxlurdit","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-ea7765-lxlurdit","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c250c6257a5e9482261d0bfebb705077fbf3bdae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-ea7765-lxlurdit.tgz","fileCount":919,"integrity":"sha512-GgBJ2kA3KUa52XpubWkbQ/ETAOlLAMhHQe9yexR4qwsPirLGo5h9GARtlhOhRUlFpfdGfaO3vndkui1sJpL5Gw==","signatures":[{"sig":"MEQCIELEl7unPi8jn9F97lpTD1nFnv2eVRJ+/cmtp2fEuGY3AiB+2IsNjxWCnWf3qi3mQUsgmUeHXi3osx9lyboUvn/oyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4041417},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ea7765d86006e34b5b3e729baebd541bd76455f9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-e5650d-lxkhgrqu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-951b0e-lw7otnw4","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-ea7765-lxlurdit_1718802755359_0.9449300547498307","host":"s3://npm-registry-packages"}},"18.0.0-develop-2c3568-lxlwz17v":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-2c3568-lxlwz17v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-2c3568-lxlwz17v","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cfc2ac869495c7054c93698a073c68f610e0f5bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-2c3568-lxlwz17v.tgz","fileCount":919,"integrity":"sha512-VDM3YucmCoOaLOa6fBTqAhmjGmXCS1QjcS7L8cy5G7rPhVJphG59N58hJRmTWuo/bx5XfNNrwlRVN9R+p0UhlQ==","signatures":[{"sig":"MEYCIQC0MMC2VhLB1CZKVtvLa6VeAG+My0qHQGdTaYbT3dPjfgIhAMqazuG2hDTdxk3u/EehlTKMm1Kdg4xU3OW9HPW8hlHv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050044},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c35687ab4c8ea4290b321368eaf4d99bec9436b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-10d574-lxlul6df"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e036b9-lxlrhaat","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-2c3568-lxlwz17v_1718806471419_0.3726822240065846","host":"s3://npm-registry-packages"}},"18.0.0-alpha.1":{"name":"@5minds/processcube_engine","version":"18.0.0-alpha.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-alpha.1","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"965a5641b1d47e5ea0e9f2eacac67d7104ac5a77","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-alpha.1.tgz","fileCount":919,"integrity":"sha512-7kYl4CxlE78tW42xClTcjmKNE/lCjKJC/SdUZW2Q6xBqLW+UEaqfGlS5XscZz0OItymKwYcxzNSnbds0RxdmCw==","signatures":[{"sig":"MEUCIBc/g1sD+BGnJ6XSpB9kcGSXZfmQ2Z/PEIqVVV4Gm8yKAiEAoQH948Qdz6Jm0xD05xmYxliJitQb0HMs1BtgPPYlY+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049996},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"caaf0bade2941157ed8628055948164943ab1197","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-alpha.1_1718807253279_0.12526224027842447","host":"s3://npm-registry-packages"}},"18.0.0-renovate-032b67-lxm70d9t":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-032b67-lxm70d9t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-032b67-lxm70d9t","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d3c87db98850bc6042d933175796185918458dde","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-032b67-lxm70d9t.tgz","fileCount":919,"integrity":"sha512-bzbMbtoqgOJtVA62FDARfO7RgbTCPlmT/x2eBstxoXt2xy3bAUYyPHDOJaSIfelSxE6uOXfBCIfjIae18bEK1w==","signatures":[{"sig":"MEQCIBUvLP2a0NmpNFfLah38xUvb3ikRoSNVnNww3nmr+pCLAiAwB6BeMp1QeHl+8r+6fKCLSbbt0mLe1v2uGkRrnT6pLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050045},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"032b67fd902ddb2fc7a76c571d8df9b751f8a667","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-10d574-lxlul6df"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e036b9-lxlrhaat","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-032b67-lxm70d9t_1718823328523_0.8734330718496772","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f6ae28-lxm7lfam":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f6ae28-lxm7lfam","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f6ae28-lxm7lfam","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"44c50238185ec0663db2afcf608d0896fb7cd051","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f6ae28-lxm7lfam.tgz","fileCount":919,"integrity":"sha512-lK0p+0yHnWfmQTFp4jYYsEQ/xg2C52RdiogWU8oD6QLrcueUp+kaJWjQY5k8IrqPw8JaEom9QUFyvdocbOkjbQ==","signatures":[{"sig":"MEUCIFtLIkrTdUKd6OcXp3J88O59oK1pzsp/sLb1gf+QKtwYAiEAqqK92/lbicaFLtYsl9WxYe++KA5ZigUe0f+3spP8l8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050013},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f6ae284fcbeb89fdeb3f4d44d80ad569ba1e1dd5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f6ae28-lxm7lfam_1718824309997_0.9591141998958326","host":"s3://npm-registry-packages"}},"18.0.0-develop-caaf0b-lxm7ljl0":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-caaf0b-lxm7ljl0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-caaf0b-lxm7ljl0","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"394b1add35166383e7a1e003b2de76304d758d3c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-caaf0b-lxm7ljl0.tgz","fileCount":919,"integrity":"sha512-Zrg90yGcVVVUXke3024Hg4khQTpYWKzsJZmm9dq9E3Rf6GJpwgF+b9i69SMTSlV+MvJPfLeVxQSk6Vd653853Q==","signatures":[{"sig":"MEUCIF9POCnKag5OEB3i4cymHejE4hjWN2SVMz5N7fYtYsa9AiEAlZDGE1EfDHLNg+6n8T/ES/YLBKjMo8tKSp5Srxd56vA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050012},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"caaf0bade2941157ed8628055948164943ab1197","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-caaf0b-lxm7ljl0_1718824316605_0.3396534230046342","host":"s3://npm-registry-packages"}},"18.0.0-develop-4ece25-lxmdtdoy":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-4ece25-lxmdtdoy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-4ece25-lxmdtdoy","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f02ebe2c23782bf24aed2ab6362e1eab1805c382","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-4ece25-lxmdtdoy.tgz","fileCount":919,"integrity":"sha512-Xhj0d1GckQ7Pzj2hI10lr5txMxfwOxW5vrYsK4VH0gu4l8k1EW6CeOtoicScB/cgTonEnTS0TmzeSfXycH7umg==","signatures":[{"sig":"MEQCIC1an+1ABAZ4ZedxZl5Mg4PjIEP2I06wS//lwO2tkfzVAiAG+tGMF6+fDMLg+RRXCVAlzRqO06jF6upSGRlg/UrrOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050012},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ece2557e923e6c572f1e5080bf13677f1b5399e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-4ece25-lxmdtdoy_1718834759388_0.6689616051785734","host":"s3://npm-registry-packages"}},"18.0.0-renovate-67a8ac-lxonazch":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-67a8ac-lxonazch","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-67a8ac-lxonazch","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a7c09af5d0c951861ac5645c5a6c11522f9ded2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-67a8ac-lxonazch.tgz","fileCount":919,"integrity":"sha512-xwh4RL5k50davivggRdqCRop6LZugMLzvvEFYEa3KfYvDfRTfKg0+tFyvtBqJGoslmd05Z0YT1EFYYoCjf9q9g==","signatures":[{"sig":"MEQCIFzLuv5/xuGmih9fX6MKpzd1uTcrtKOyCMVvL+2iMO+iAiBmJ5PTZXOpvTS/loHlxwcH6smiZltiIbzb3dVl4z7u0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050014},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"67a8acedebc319cc351cfdd5f89b2f109404c480","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-67a8ac-lxonazch_1718971630169_0.5473457228111691","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a82ae5-lxonc60s":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a82ae5-lxonc60s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a82ae5-lxonc60s","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6d1016bb72767078ce79bbbc1f3b0ba20c3cb5df","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a82ae5-lxonc60s.tgz","fileCount":919,"integrity":"sha512-SYjNsgfLna1VUW2/CEnza+YUcCNG1jzmOC4iER0lqDsHQBCCLGRyo98LbIENbeNwYjoNDQrGBUtvkgduoMyj9g==","signatures":[{"sig":"MEYCIQCqR+DUFFQ5qG9TGVmFnO8MmN+JyX1fvgaTPQ4bjV5fjwIhAK3bZdiiihPUdr8yPxOXpqm2Z/kq+NvHCg2VWOtdtg+Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050013},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a82ae5017a6df2ae48df1e62b4018293d7755b90","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a82ae5-lxonc60s_1718971685343_0.14380183282429093","host":"s3://npm-registry-packages"}},"18.0.0-renovate-06fdbd-lxonckif":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-06fdbd-lxonckif","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-06fdbd-lxonckif","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7172b3cf8f45f5d7bb48ed47221970d2ba1db92a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-06fdbd-lxonckif.tgz","fileCount":919,"integrity":"sha512-N3DjezGWOwNddXYuX3otZ4A9Ktj+BbsCBLkORHR69emxDgN/OGwhZo0OVCb9Nk2m6GsVo2GckgOne+B5iytjGg==","signatures":[{"sig":"MEUCICwXq/ayddsToeKYzI/3yHhVzu9K5ezN7mmJaP8dZkWSAiEAiC1LXcU3heqTB+GgNqAPUUwp4aL3q98rSQ/YT7XFi+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045348},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"06fdbd5f14fe3d90789e1d00ad83b5b072951c77","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-06fdbd-lxonckif_1718971702975_0.5456141433271435","host":"s3://npm-registry-packages"}},"18.0.0-develop-6ee1de-lxotpumf":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-6ee1de-lxotpumf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-6ee1de-lxotpumf","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1884a4550ef58dc407def78fd8db16800c0b5f7b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-6ee1de-lxotpumf.tgz","fileCount":919,"integrity":"sha512-BTP0LgbLfHhZS3BZOEfFVRZg8j8ccDVKADQtvuqBi8bJcLmfKLWeC2CdhytEnWuMy3eCab+IMPvb01CR3laStA==","signatures":[{"sig":"MEQCIDUrweH83L3mMcdGXeeUiqcqhwlTQ6GrJvhVryb1T7drAiAOP2Ixeldnh6Ad/ge5iCFgwwbSbuCLspAaTfg4E+XS/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050012},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6ee1de938c040db5d8657a2dc4a08fad34fb27bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-6ee1de-lxotpumf_1718982400860_0.6493511388993565","host":"s3://npm-registry-packages"}},"18.0.0-renovate-e34ef7-lxotqfvz":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-e34ef7-lxotqfvz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-e34ef7-lxotqfvz","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e0d771392b370a1221f4f9544b1d91a70e33b92","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-e34ef7-lxotqfvz.tgz","fileCount":919,"integrity":"sha512-vAGWomirrutHn9kv1PRYyCOzxnGew4aP30uekKlQqLTWmqkj1805bqwHcxfWSnsrhyWYEcUqEI2rMYICulKXTQ==","signatures":[{"sig":"MEUCIFP47nUxD7VdqxGcL5muQvsrJU2irQgUcwiv8R+PiY+iAiEAmXRtiUoByYPyoHj21u5i9bStgQcgScUu2jyarGPR1P0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050014},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e34ef7444e35de67956217a00ae75a9f1d4cd8a6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.4.5","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-e34ef7-lxotqfvz_1718982428210_0.301477852898306","host":"s3://npm-registry-packages"}},"18.0.0-renovate-40c722-lxotsf7t":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-40c722-lxotsf7t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-40c722-lxotsf7t","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"855480f0534f2dfd423277e14d4d7260a8b759d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-40c722-lxotsf7t.tgz","fileCount":919,"integrity":"sha512-O9FFX4I9Wc3QqiSaG2orAFseuDatF8abflKEGM1F1C+cy5bpqyC+VPf7A9YyycHHbR7amTlrXoMO/LdEAp3V0A==","signatures":[{"sig":"MEYCIQC4+e77dXQ8AksE0TtqF6yNpNIYyUQPWhFBBQAXqCo77AIhANLiJzegwKk1yoOx3RVB72NOR+KYnxXa1UakH19MT6q5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045348},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40c7226d0ea5d5504a0d5f216f3e73d1c444997b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^9.0.8","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-40c722-lxotsf7t_1718982521183_0.07200933089595374","host":"s3://npm-registry-packages"}},"18.0.0-renovate-7ab12c-lxoz7gz6":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-7ab12c-lxoz7gz6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-7ab12c-lxoz7gz6","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"de09b88d4e173cee1929f4cf32aec7ae2cb6ab69","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-7ab12c-lxoz7gz6.tgz","fileCount":919,"integrity":"sha512-0kdLUZAs9dtHJ1mzNVnOz5vprcA44JChFQqAgH+OuSqukR5SFqB6TBmrXtExBC71cYYtihdQENbb0TeU0W5rrg==","signatures":[{"sig":"MEQCIH6aRuA1M1zubIk9/k/j038hZk1jKsvDHl+C/dLVbX7WAiBF+7WV5ZsSOhgaPxS7wwKg9MbBkqb8piNAHm5wCIPQOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7ab12c86fcb7f5b039552add62dcd01dee662156","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-7ab12c-lxoz7gz6_1718991620985_0.8753200004474351","host":"s3://npm-registry-packages"}},"18.0.0-develop-4f5bf0-lxp6409h":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-4f5bf0-lxp6409h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-4f5bf0-lxp6409h","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab5da4fe345c0ee56dc00619ca74e07ce2db1e12","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-4f5bf0-lxp6409h.tgz","fileCount":919,"integrity":"sha512-/HwoQJWNpVgHrcIaVRr2ugIabNBf7VWKls6vVNPKD1mv8gRAYVEff9KoTJP1Nkx6FdSN0T/M9Gu04zClrcsswQ==","signatures":[{"sig":"MEUCIBFeho3Jwi37uaVHSKxkM0igTuuGe1tCwCh3AGsXVDGxAiEA4p+phhU+5KgIHhuYQ33jGogrRv5laPgFZrI/KprU3yQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045348},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4f5bf0d094650d5e37e187d578ef3c8598241664","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-4f5bf0-lxp6409h_1719003215480_0.8007086908470096","host":"s3://npm-registry-packages"}},"18.0.0-renovate-2d34cc-lxq54k7p":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-2d34cc-lxq54k7p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-2d34cc-lxq54k7p","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1942ca28aaa3b0f66b95cadadc7be2f81940e38","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-2d34cc-lxq54k7p.tgz","fileCount":919,"integrity":"sha512-ihtE6nixPOF+b9pJGg3pedY3HCuDM6fTPkyYHP0NHjZfgaFPRwi5fdCRT/H6xJqdAQOjMVZb+IT+Kv9oyeaZhA==","signatures":[{"sig":"MEYCIQD8mdHXZmLMuerzlCG2nfLnAnpcU99VqG4XSVgYdvEwdgIhAMI7dcFHDklXUwRE0XrccMLILZ60/ZSMHC7qp5SY9Ebl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2d34cc00804173011aee6130ad4d76ae6dc6c8f4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-2d34cc-lxq54k7p_1719062029033_0.3793142467306383","host":"s3://npm-registry-packages"}},"18.0.0-renovate-e3b45d-lxsb0uhz":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-e3b45d-lxsb0uhz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-e3b45d-lxsb0uhz","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f2b6b98b713efe5692925f5ee185372a7120da6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-e3b45d-lxsb0uhz.tgz","fileCount":919,"integrity":"sha512-b0LovQVq63FYhzzoe6L69A/MDS8aV6LNVII4ax+m9rMh53AjzP88Sbv85rn8Xzgxm8xqMJvnj1VHBrDFQmG05A==","signatures":[{"sig":"MEYCIQD3LecegHVZ6ks0r/ONKdZfRSOnqPVQsmHXMM7ghzLdrQIhAO54F8AW32BCvTses2JG/GH8eQUIoZiHCCDfoEcLrEvN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e3b45d8154be98b545df91beee28dd2590a2d08f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-e3b45d-lxsb0uhz_1719192866096_0.4271140154222457","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5a6dc9-lxsb1e4j":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5a6dc9-lxsb1e4j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5a6dc9-lxsb1e4j","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e19a0333991eba5337968f0469e46da9e8ccc132","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5a6dc9-lxsb1e4j.tgz","fileCount":919,"integrity":"sha512-Kvf5xH7ruoG4yY71wgvkQjJQs6aYfzgOVlQHssgYVKY7MV3cdTtP6CZUXUek70uWEmzZfo2r4sq+6nPxtFdBVg==","signatures":[{"sig":"MEUCIQDnt3mf3OFhei4NNjeE7OIO4Xuv4E4sWrFIgpZDAhqqmAIgWxBph9Pn22IhHrfRHJHxcPUPKOm31PgCStm4DNMy6LY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a6dc948dca1b1e9968b9651e154f10e321ce5ee","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5a6dc9-lxsb1e4j_1719192891072_0.6481357051362489","host":"s3://npm-registry-packages"}},"18.0.0-develop-8bf78b-lxsnxu9z":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8bf78b-lxsnxu9z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8bf78b-lxsnxu9z","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b72b498e763705af2160b40e37af98bde90d9db2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8bf78b-lxsnxu9z.tgz","fileCount":919,"integrity":"sha512-OuHi3NTPjldbKWve/wf/pAhYXgQwRt03ut1Uy23ExqMbCL0kdCEwNxTZsqbmIrPVkuyq48v6Ua9qaXqndKK09w==","signatures":[{"sig":"MEYCIQCqbavkCIfYNPeQ9oElqhJliqXGrTGksoF9vWG5M+Y5rQIhAKpVebC+gp+PLrtePoLXOmDiyz2hCkLtrZFNmXOAsuiK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045348},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8bf78b7d798f728ebc3c9427d5f196bdbfe5b119","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8bf78b-lxsnxu9z_1719214560438_0.6906870522109714","host":"s3://npm-registry-packages"}},"18.0.0-feature-ba8983-lxvil34r":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ba8983-lxvil34r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ba8983-lxvil34r","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9149044eb33be9933d6f5ea3cb0a7fdca3da8c80","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ba8983-lxvil34r.tgz","fileCount":928,"integrity":"sha512-vT5+5/E0wEyzt7cs4z3SwlwYiByERPuW/zfgpqGAEeSopRZGjTHO5UMSppCgQtRC8ddYhv/Z6d2Jdls7a1/n1A==","signatures":[{"sig":"MEQCIDo+4FBH2I4K2hlfyw23IXYxmDqBWFBTdaX3Wc3T/fHsAiAjIk3IIAfjN1hiS0RIMP6ai2ZdLOYhRrvY9vZxLQH+3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3891661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ba89835d24c78da9466557fef5f4087bde07b091","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-44f6d1-lxuedz7w"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-b8e45e-lxu5rz4e","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ba8983-lxvil34r_1719386967735_0.977824357388497","host":"s3://npm-registry-packages"}},"18.0.0-feature-9379a4-lxvvpulj":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9379a4-lxvvpulj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9379a4-lxvvpulj","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba38368bc047306ead12986b2c5cfd44b10411fd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9379a4-lxvvpulj.tgz","fileCount":919,"integrity":"sha512-WIV/Ld+IyjM8cCCN2jfEHDR3SxvMT/NBplBNpUxedi9qedcW/q6VhiNxFoxYRr5ORJUKTE4fpaIyZpmhWjiVmw==","signatures":[{"sig":"MEUCIFjuSNyr8348WLx73OIejr+cWMvg3kClSe+WA9D7gHczAiEAzxJvnuQvaz4klKAo56HPjil0TVqvn6v5OaWHiVmQH8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048291},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9379a482b41e81d41201f11c0adacb64b26b9c75","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-29bb43-lxua1bwb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9379a4-lxvvpulj_1719409023162_0.09247377731060547","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5d2e16-lxwfw4vr":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5d2e16-lxwfw4vr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5d2e16-lxwfw4vr","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a7e25b88c69aff9f1173ec7241476a19e0f02206","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5d2e16-lxwfw4vr.tgz","fileCount":919,"integrity":"sha512-tzZrEsnTbQW0imntW/SjCtzmtAPPjvM+mYUfaVBPriDZxHa18M2ZLNzoyvP6ebPn6gNe2QGsoPcPKyd5fXpYJg==","signatures":[{"sig":"MEUCIAOQBRsyC6K1E1zOymGzP/7lDN338aNm2Y7Z/qPgM1l+AiEAlLu9X0mXB97L08cy2jCLVth2qbUawG6XFfa7MGCOOs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d2e167877f82450c83d887864b0e7c8edc752f8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5d2e16-lxwfw4vr_1719442909598_0.30897722594287447","host":"s3://npm-registry-packages"}},"18.0.0-renovate-9a3c8d-lxwlm5bc":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-9a3c8d-lxwlm5bc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-9a3c8d-lxwlm5bc","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10135105fecf512445c6d77efd8b89fce5170837","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-9a3c8d-lxwlm5bc.tgz","fileCount":919,"integrity":"sha512-9vwu9kReyT2geMi22lCz6MZOa0i6nn36L2Oc+4Kas5RmNnaKDMgKO6i8gwQToAE1KKIcvhkAjmxAYMHJo6w+OQ==","signatures":[{"sig":"MEQCIB+0GLlIgfCEfDrhrP/7MBK6uthaVU+28pirlOZZ4yyYAiBM8gIUWz7mPuf2iYvMfuVMkLVQbit7DYjcW27/LJN5Gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045349},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9a3c8dc6212d5f2753e4c9ab846ac838efde4642","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-9a3c8d-lxwlm5bc_1719452521628_0.937136587206373","host":"s3://npm-registry-packages"}},"18.0.0-feature-2edc84-lxx0ajyr":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2edc84-lxx0ajyr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2edc84-lxx0ajyr","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"127cced09bacf0aac2d4913996d2fd78300bffc2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2edc84-lxx0ajyr.tgz","fileCount":919,"integrity":"sha512-b9ruYFtj+bW9CFnXFRKRyy8m3jcoVWOPKKrTRTYnb1cLnhkGMVB7h0HfBgAga4EN39lq/rT/gVKW2lPuXRKIBQ==","signatures":[{"sig":"MEUCIDyRvxaSSqoTd6ZbVvpoL45QquRpnLeJ/JPfmx16LszrAiEAsa/evkj8i8pkPkkgPUVDNs7+pE+EWrOS++wDyiL7QbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045066},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2edc845c22cc0646a0dc84be6e8e77e5777d5f97","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2edc84-lxx0ajyr_1719477173818_0.30895520114678643","host":"s3://npm-registry-packages"}},"18.0.0-feature-656de7-lxx0fcsw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-656de7-lxx0fcsw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-656de7-lxx0fcsw","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dae8e57b69602178ed2dbcecc6d24e6aff39f653","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-656de7-lxx0fcsw.tgz","fileCount":919,"integrity":"sha512-id4LbUmldA8dtMJE8DhJDecCtJAHwn/zfhJqI0Vz9V/3420bT4ulXBfNqIgRxTHms/v5Z2YdHREmnsc99WuimQ==","signatures":[{"sig":"MEUCIQDkf+HgvL2OkQGmmnAtAHWySYBlo5UQx+3pYUlje6QOcAIgAjD5pjPDDas9dprdNtyibVmNMIYMwXgy3ZgqT8zVJ0E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045066},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"656de7fd456a9253cf2d482b1af0e9d87af49cde","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-656de7-lxx0fcsw_1719477398474_0.26413848997768063","host":"s3://npm-registry-packages"}},"18.0.0-feature-70d7a1-lxx0ttde":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-70d7a1-lxx0ttde","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-70d7a1-lxx0ttde","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"df52ebc640f863f20efa6d2b2711677e42341ea9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-70d7a1-lxx0ttde.tgz","fileCount":919,"integrity":"sha512-Eu6OiMiQFu3ZB6f20EYWEufYrI5amNw+851X5uPxiLx4aVccOAlRZraonfTSSCyHiaTMTzifMjB5Qceo+5XGKA==","signatures":[{"sig":"MEYCIQDnl7UPfNM1bVRnCJ6cCj930/DWZhx3VXorBdW+iHbPXgIhAN4XrJ/ngi96w/uUDWjpPytzHOw9q/j3NtELyi4a6Bj9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045422},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70d7a1f1c6d0d3e648fef5de6b3af94a1a976057","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-70d7a1-lxx0ttde_1719478073234_0.23126383101350867","host":"s3://npm-registry-packages"}},"18.0.0-feature-1615af-lxx1ewy7":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-1615af-lxx1ewy7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-1615af-lxx1ewy7","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e92f8075eee9b5ed9b16880020c409676c48051","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-1615af-lxx1ewy7.tgz","fileCount":919,"integrity":"sha512-AeKzrHyiM4lHhD32Z0jnNptqOXD/w7nyfBzsQFvaUdDcgHH2Oz8Nii74FaIklrQCfsRmZFdK8iSM7ov9iUuLoQ==","signatures":[{"sig":"MEUCIDuGMF2/jnHk2D1rS82D2FJtYczJEfPnLwDiqHXfmoa/AiEAhiJnGXu7onN3Pg8iUSSnz4g/Sue2nUlspajc29ScvOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1615afc711cf61d048f8561f5dc1aa633a2681a7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-1615af-lxx1ewy7_1719479060165_0.059642554888012844","host":"s3://npm-registry-packages"}},"18.0.0-feature-37bc47-lxx29yqp":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-37bc47-lxx29yqp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-37bc47-lxx29yqp","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c373bf65e44397bd7f099c561270fc0aaef0170","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-37bc47-lxx29yqp.tgz","fileCount":919,"integrity":"sha512-BvAw7osnk48BdkjQS6jqW8lQfeMh+K5sYS6NSm+M7Wjtc1V1d3W7vlwVbr2FaMENsXbNgMdwdOE3v1odAcSCWA==","signatures":[{"sig":"MEUCIG+i0wI8ZiyKFe5OOMAkfMnYBA/0qqywD2kqgkN0gWKqAiEAzGbKjLl+ZS1+/uvCZPDPpv5Wk3zNmhjF/QFiewNSDis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045463},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"37bc47bd29eeff9d9968a5b7d5ea9fec02e190b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-37bc47-lxx29yqp_1719480505798_0.7750292046056788","host":"s3://npm-registry-packages"}},"18.0.0-develop-fced02-lxx7302m":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-fced02-lxx7302m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-fced02-lxx7302m","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e44cce7e1ebe7d804b96714b88b2efadce808b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-fced02-lxx7302m.tgz","fileCount":919,"integrity":"sha512-glgmIDb9PPpXJfVGxceow/RuLICFRGFxuhderXb/jsSOpFHBVxYyfIwP92GnSgv+rXNuvnznqW6yTnUK3UH1PA==","signatures":[{"sig":"MEQCIFrzJNCWhxFCvWsZIAehecrWF+35Q8Vt5+CeQ/2dveElAiBvgye8GbbmfM3PN5R2E0hpSWrkJvXqUtAOPxiLbvItaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fced029c70865b77bc03da92a26970ee112904d0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-fced02-lxx7302m_1719488581115_0.28948304243531964","host":"s3://npm-registry-packages"}},"18.0.0-develop-8b2c3f-lxx8da1n":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8b2c3f-lxx8da1n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8b2c3f-lxx8da1n","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"af925f52cbedaded3186e7062eb7b313f920a376","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8b2c3f-lxx8da1n.tgz","fileCount":919,"integrity":"sha512-tNtSoZF8uXRjNT3c49YYq/ZfFZ7oTTBVRwL07ir0iKCB2DU1put5KaKC13g4kTFltIc1nfl6qdXtm/87gObgOg==","signatures":[{"sig":"MEQCIGrp2xrQvBxDwNu3Oc+42sCD9BZF8O9Jotc7r+aUivsoAiBdY3DM2GqKKMuCrtMXJ77IqkAUjlJLNi76jUbrMnt7dQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b2c3f88e83adcc397cb8b39fd044134daf4a416","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8b2c3f-lxx8da1n_1719490740099_0.07207060620063177","host":"s3://npm-registry-packages"}},"18.0.0-feature-81ca98-lxzzsm16":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-81ca98-lxzzsm16","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-81ca98-lxzzsm16","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e0448b7974ae5893e08ee1cda9bea452552bf6fd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-81ca98-lxzzsm16.tgz","fileCount":919,"integrity":"sha512-zbZGEFhtRtlUAtV3xK6hzOL/wMVX6l/wUGPoDCVXaqvIX4DeeqEgX2erC4mYcx961EUN7U+C/6ZzpcjntjY9mg==","signatures":[{"sig":"MEQCIA65dutsnBxT31/heuC76nmpIy0IsRgPGQTGKRxdHlB9AiB8aE84C7Vwx/+WZNdMMeXrCTP5w8+b1iVsKXcIG+mUEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049173},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"81ca981478925e2618dbd46a29882142a76ed45f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-81ca98-lxzzsm16_1719657736544_0.37360707359542333","host":"s3://npm-registry-packages"}},"18.0.0-renovate-1a019a-ly2b5d1b":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-1a019a-ly2b5d1b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-1a019a-ly2b5d1b","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0f99ce895bcbc1e0f55495e1bba798533ceebc96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-1a019a-ly2b5d1b.tgz","fileCount":919,"integrity":"sha512-mwx2zk9t/VTym4iP4YYnSy/DKcuBgOH4xDLNrYsDc2meotQDXYKLJ76F+7wHXUq/NXXCMYXfS3G08achzuembQ==","signatures":[{"sig":"MEUCIQDfD9KYAWg4bX39ScVMOvxVeQ8eMRS8vcTiZkIFdsAJRQIgBHY2ggBpZSdhgaTEnGMZvNNYbI4wTkbePKYRA7PrR/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a019aac6ec4a064b1553138a7953f1071846ac4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-1a019a-ly2b5d1b_1719797740602_0.534302388648876","host":"s3://npm-registry-packages"}},"18.0.0-renovate-157368-ly2b7m7h":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-157368-ly2b7m7h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-157368-ly2b7m7h","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"66b9cb189c1f25fe4bfc9a0b114a901055c519b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-157368-ly2b7m7h.tgz","fileCount":919,"integrity":"sha512-XSggAa2GoC/qi8Sa/FYWv/x3mrtm4BZkUxL6gixGP9y2I5ZVk+vG82SPg3DjCC9Vq/ZekmeDriHHsYBuwKT3yw==","signatures":[{"sig":"MEYCIQD7MMibEWYNvAad/aqZa3me2bs4dhtWx23fE+EeoYZzjAIhAJM9DMw1bnTMT++fJL9Pj5pBF75+XPhp7WlqKn1Kaqlt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1573684625bbd5a125b47cf7e2eed9244316555a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-157368-ly2b7m7h_1719797845998_0.7770943603256983","host":"s3://npm-registry-packages"}},"18.0.0-renovate-e053f5-ly2h6lb0":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-e053f5-ly2h6lb0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-e053f5-ly2h6lb0","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"18e38cdf15f46cfdd537e01d2a26002da7bead1d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-e053f5-ly2h6lb0.tgz","fileCount":919,"integrity":"sha512-/S7eedVE5ZjnADeXSS0+FItQTTpk3m97BFa83IqDSdFqV8xKV30YeRaKu+B8IcmVRrD1+S0cVqfoux18apgtTQ==","signatures":[{"sig":"MEYCIQCaBftRjB6rublwjStf5BblUF035RzMFsBTZN+TIzL6YQIhALCRheM9dDOJszaKhFoHx1rd3ByXjI0NlKm+8JAK4ogR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e053f518c4e21adeef41b17044b2705d02d74b2a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-e053f5-ly2h6lb0_1719807876564_0.897122109146719","host":"s3://npm-registry-packages"}},"18.0.0-renovate-cdbbad-ly2h7fr7":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-cdbbad-ly2h7fr7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-cdbbad-ly2h7fr7","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6083b091203084736ed6265058fedbad10f0804c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-cdbbad-ly2h7fr7.tgz","fileCount":919,"integrity":"sha512-ApqtZhpmHq5blvJUMrAMuHcLCb3ocOb1d+GKJHThHv5CN27dbwH6JyQ0L0vVsSMkElgxMzHYdeUphy2Z1CGZcw==","signatures":[{"sig":"MEUCIFIVWcVw03XuhiP2RtaZLLe8QYQc+QMboRGjf8bfHAI+AiEAys57cE4InI5Jx1+lnCZdSmSlFCnDn071vYXyUu2BpgA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cdbbad7dd2d79800c3efa969a6e98989f942fec0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-cdbbad-ly2h7fr7_1719807916182_0.8053289093783949","host":"s3://npm-registry-packages"}},"18.0.0-develop-a352e6-ly2ha2mg":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-a352e6-ly2ha2mg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-a352e6-ly2ha2mg","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b4c7017a11daf112d3f92ddeea6d727311f8623","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-a352e6-ly2ha2mg.tgz","fileCount":919,"integrity":"sha512-GGjwn5qgRiz1efmMNCHt1OFKZaF39oVfv27gU+MdZAoKyhkmNCmIeBlXjQ7hWLBe45yAvCijDlozh42PM87ylA==","signatures":[{"sig":"MEUCIQCICzenyHAf84mn/tRjjLYtqvHBH0NaX8JANhmxylPmCAIgaiZQ0WYapns3DHYNrCwpMcUThy/k7CewP3PdOu0j1/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a352e6523f459caf933262be3dabfcce229d307f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-a352e6-ly2ha2mg_1719808038346_0.6938424947014121","host":"s3://npm-registry-packages"}},"18.0.0-renovate-869d1a-ly2n2kj5":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-869d1a-ly2n2kj5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-869d1a-ly2n2kj5","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"05bf423309143db4b1c3c3ee72be67250384308c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-869d1a-ly2n2kj5.tgz","fileCount":919,"integrity":"sha512-zSeXD2kPRr8cWpX/uBcztpphAkHhJLn3TCyNt23xyd45o+JFAjCCDqDliabw02dKyZQKeGSaJrMVXnVbDy/jZg==","signatures":[{"sig":"MEYCIQDKuvidsFSraV11l2W85v1wvE372RQzcokkC4cd1X292wIhAPWEuULcUSrYyUJMOVes5HssBgeIS7YLicp9w7Lj4MzL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"869d1a6e38cc80f9a0df03ac00a71212d3e29030","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-869d1a-ly2n2kj5_1719817767116_0.9746088659840402","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5a76b3-ly2o9r36":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5a76b3-ly2o9r36","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5a76b3-ly2o9r36","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c079c07f1b3afa73e0fd31ddf061bceebe1160d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5a76b3-ly2o9r36.tgz","fileCount":919,"integrity":"sha512-/rzMYlUDVhwmVZVG7Td4ZIPpKF6RzGCxlBInzSMshIzZRnJgoddpJMBAmlMOuHB2GEZrgj+rQk3Oz4LcouvDvw==","signatures":[{"sig":"MEUCICIeRli1hJlj29n6BEKZ947M9LmfMtPudGHkjtbBPcV6AiEAzG1H+DraG2BWeCcBHgqgZ+E5C5Q+5hJp/uKQhJEBN6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a76b3660efba7aa0c0864d7318389f713f79c91","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5a76b3-ly2o9r36_1719819781137_0.4379770701222785","host":"s3://npm-registry-packages"}},"18.0.0-develop-30bf50-ly2p72uy":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-30bf50-ly2p72uy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-30bf50-ly2p72uy","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"369ddbee578a2772faf7f5e9554dd6dc5d248eca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-30bf50-ly2p72uy.tgz","fileCount":919,"integrity":"sha512-Bi76GnXleSnj3u6x6gVxXbDYO8bbITiIyAknpPXnlwRYUwfylDJiCx7U9AzASTluyeBilfj85MdrSiAoQzoSOg==","signatures":[{"sig":"MEYCIQDV4zhm96KCXP5X/hVAMmkEzRyE6DDVsCVZyL3aoQUbIwIhAKTe8fTTZK+8DEDgczugJieNbTQRvytupzYHC6ClTpqx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"30bf506769d287c58f10246fb24a66111d3d527d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-30bf50-ly2p72uy_1719821335867_0.6115536802875108","host":"s3://npm-registry-packages"}},"18.0.0-renovate-488723-ly2p81y2":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-488723-ly2p81y2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-488723-ly2p81y2","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"efbe59d2d76fcd431923866ccafd18aeb1e63414","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-488723-ly2p81y2.tgz","fileCount":919,"integrity":"sha512-kidiVDDacBde0H6y5UccjEHgFyqUAyZo46Zcrsmiiu0OghT13JaExENIKF4nBk41lvMjPmPFEaNe/xxG7VDtWw==","signatures":[{"sig":"MEYCIQD7MtRKRO+hLn8nzUvD7T5zg9tuHIBPzuJYZxGDI2H+zQIhALdXq8CxtXc4GuPUEhlYFXJwaCabc4c5rmdEbcBNZTad","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4887232c90d43afd774b8d63a63d2d5e97822f03","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-488723-ly2p81y2_1719821381963_0.0031963607974856423","host":"s3://npm-registry-packages"}},"18.0.0-renovate-1560f3-ly2p8q5s":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-1560f3-ly2p8q5s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-1560f3-ly2p8q5s","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"437531e5091d8ba1ab5400de5c4b0dfd2af3e3bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-1560f3-ly2p8q5s.tgz","fileCount":919,"integrity":"sha512-GPcbvGcpIAhm/FmtFBBYxISvMc2PZawMBLWvLbz4NyriGxQ8w4sMVCr517srgMHeYssauzvAU91b4C/Jk2gChg==","signatures":[{"sig":"MEYCIQCoTzTLsdzTO1bBwj0yEB7QjUBkKAVq6Ef8qRNO0S9IyQIhAJDLb7zy9VhLSCU4lxdupNzPtVLnOMQZsl4P1m2CmXVD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1560f3e273fe723f75906fde85e068c6f8dafab2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-1560f3-ly2p8q5s_1719821412768_0.5310947604585035","host":"s3://npm-registry-packages"}},"18.0.0-renovate-aa50f7-ly2paldo":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-aa50f7-ly2paldo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-aa50f7-ly2paldo","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0c7ae535f057e872c6e8556081e02d2d52821ddb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-aa50f7-ly2paldo.tgz","fileCount":919,"integrity":"sha512-cLG9BmPSZ5JA9PmfWpw0yPWlEww06pFZIKQBsk2Od7ihUv6tGXuJ4Px2ZfF/RP4xmOM9PB5r536Y1aVGyDXGDw==","signatures":[{"sig":"MEQCICOrjeOQN9t1jfAooYtXxX6BgADs/z6HMK5JcPA0VvWNAiBW5Um103x+HcXL2bis51yaVJy2g0NHJx9mq8NAYRJqOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aa50f7308d5814af2d1bdeca8c00943190c835ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-aa50f7-ly2paldo_1719821501027_0.7392176060518594","host":"s3://npm-registry-packages"}},"18.0.0-feature-43d5a4-ly2rp6nu":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-43d5a4-ly2rp6nu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-43d5a4-ly2rp6nu","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"245ef2d1bfb4a7550e009f94a98f9477707ee662","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-43d5a4-ly2rp6nu.tgz","fileCount":919,"integrity":"sha512-WrJqqyZZAJU2j1aMwGifa7JCjDINZqMnXUKPukJbE2SW1qLZrWVDT0Pm2WAVMnRZplY+Xos8+CcVERKzyFdDiQ==","signatures":[{"sig":"MEUCIQCw88G+FK/Gu49YbBW1Dg40wX36WPRnF+cjR3TkMG+diAIgYxx4fZ5KylPenlMVO7jye9nggKOm0TO1WpDV9shPXS4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049535},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"43d5a43a54b8ea70fa3f8c3728d8e12eae5c53f3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.1","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-43d5a4-ly2rp6nu_1719825539999_0.4704251630442271","host":"s3://npm-registry-packages"}},"18.0.0-renovate-8e122e-ly2t7ffs":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-8e122e-ly2t7ffs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-8e122e-ly2t7ffs","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f9a6d9f627d4b89672a0641642589e1bfbb08062","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-8e122e-ly2t7ffs.tgz","fileCount":919,"integrity":"sha512-/1gouumiSrvVBues9trphRJoSwb2Vb4vMnav7fbH8E7iIIcJ2JTVwKRsZyahZ7IXopKX7aOPU8CJSDFuisEPoQ==","signatures":[{"sig":"MEYCIQDUrDl8vTHQ+zcqBuKNH6jhzylae8npqIAEuvPM/HPCOAIhAK1te8v2+RStPibFncMW6Err2yuJ88bhzBdr8zolUIcl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048594},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e122e4207793fe9cf49f404d1e3378ffc1505eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-8e122e-ly2t7ffs_1719828071164_0.3091818793137129","host":"s3://npm-registry-packages"}},"18.0.0-develop-303f56-ly2t9yzy":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-303f56-ly2t9yzy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-303f56-ly2t9yzy","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97ca81440661c1133f20e9cca434624dca783f03","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-303f56-ly2t9yzy.tgz","fileCount":919,"integrity":"sha512-rk2+Cz3JlyS4fhsIfMOzqXuZog+AEOwIAY4QpwyDlZn2kTCITcXk4nL4qS+ARdiUiVbHqjz0o+PFWNa6qc8FZQ==","signatures":[{"sig":"MEUCIQDtgv6myq9tSVt5XXlxQH7AXEK2zAO8j6rCPI/jgSKWUAIgJ5R07WfUeB3z4VplDxjLdiXVLH22eqmA+uzAMUeL+J4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"303f56b28777d8ee79ca17c9a1f1d6ea1517f06a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-303f56-ly2t9yzy_1719828190754_0.04792795419382734","host":"s3://npm-registry-packages"}},"18.0.0-feature-536007-ly2u95vw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-536007-ly2u95vw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-536007-ly2u95vw","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b9fd6b944a2de965917c7335af63ad3a0776dc5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-536007-ly2u95vw.tgz","fileCount":919,"integrity":"sha512-wOGmCkhk+5JUC5Ed+5Dlt+i5a2V6JUtRAlPxHKTRZeStzblWimX2CTY0APaq/cdUigNJzr9/lHXHGeaymm75Rg==","signatures":[{"sig":"MEQCIHAXEy8fuRtb/gcIekntOJ7I5cerwSIWZ/vabtJF+mgOAiBnzkY8ZF8Rd1jr5b6ri5cYRNwqss61blgCM1ueRl0Xrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"536007a7e3c1a5fe038a22d51396b417ae5d87ea","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-536007-ly2u95vw_1719829828802_0.5577312922611066","host":"s3://npm-registry-packages"}},"18.0.0-develop-de520b-ly2vs7ct":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-de520b-ly2vs7ct","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-de520b-ly2vs7ct","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4b796553958d4864d5748a1e8c50c2dc0b125562","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-de520b-ly2vs7ct.tgz","fileCount":919,"integrity":"sha512-DZ8XDJYIc11wztt4QsglX1U7Byh7iC6cNRPs8uF0ct/9zc872GYfujAZXdIoItoIkJzyXtIv7V01zjfwd7M1lA==","signatures":[{"sig":"MEQCIBGrf+Ev3tf/s8JpnRgiuE20cZRjEzF4X9purcuwq34KAiBF1zT2/ObCA+tirOYUSm3fzsq0bxRnfLe4DhdfEOpZPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4048593},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"de520b6e4b1839c2aace505e61c29cd708aeed25","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.12.0","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-de520b-ly2vs7ct_1719832400436_0.13778975166723129","host":"s3://npm-registry-packages"}},"18.0.0-feature-da0f12-ly2x137b":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-da0f12-ly2x137b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-da0f12-ly2x137b","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68880f6612472f5295e5e1c1297ab9e27aa19e4f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-da0f12-ly2x137b.tgz","fileCount":919,"integrity":"sha512-wZgDiu5ZqNo+NDpuSndEfHNcP8LhGjsvKElYoyoV38JiKM+Hx9ACcWOlFgdM3YyIDZz6j9fDkGpUze91yGra2A==","signatures":[{"sig":"MEUCIEO2/yOdLARsP06DXHOUBqKQfPCP+lFIHGYTvKvIKZBsAiEAlnk/29QhBIA2tTrjoIibUhE4DNYfk6fiMDUmdkKFRAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"da0f121f3d4b7588039cfd231251905d3323c54e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-da0f12-ly2x137b_1719834490824_0.9277769540408491","host":"s3://npm-registry-packages"}},"18.0.0-develop-5284ff-ly31d56f":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5284ff-ly31d56f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5284ff-ly31d56f","maintainers":[{"name":"Alexander Kasten","email":"alexander.kasten@5minds.de"},{"name":"Christian Werner","email":"christian.werner@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4f52777fa88c40e76f7113058368e0080bfaa002","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5284ff-ly31d56f.tgz","fileCount":919,"integrity":"sha512-KwmZZymfgmENZGcNpFoxprVhygoSUag0l1JTfLOfBRHe6pVORTTrFut4ZQKjV8nUnROZyRqtd46BhGhALCPF1g==","signatures":[{"sig":"MEQCIEvKllo+++IcgO3r4KpyE0DpQhrFazOXZYy36yHccVoyAiB8D4C7tYONiG7lcEllLwOeWpM/TlDkWFY1enpTAAoj9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049174},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5284ff1a17ecbabe85ad03f527dd6f5de563f170","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5284ff-ly31d56f_1719841770911_0.6328840418106234","host":"s3://npm-registry-packages"}},"18.0.0-feature-d1ed04-ly4ls8d4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-d1ed04-ly4ls8d4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-d1ed04-ly4ls8d4","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1bf2d66e33e835495c8a48de1d99b9efb1354ee7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-d1ed04-ly4ls8d4.tgz","fileCount":919,"integrity":"sha512-qnAehK57S6dh45CNt57XJTDY4Ujcy+hej+2349+WBcDaSPXY0lmvo5FisQ9b2ZhQVuZIP2Savwg6/Stb0+52HA==","signatures":[{"sig":"MEUCIAjkxBKSQ68GO03nOtUG/q0OrgRHVo8FwRwmjKSP2dr4AiEAku/BYMI5ykSYwEGrH6qick2ghsc7RoAkzg1FlkRphV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051046},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d1ed04fed62c1c2dbd2b0db750e910d605e8d41d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-d1ed04-ly4ls8d4_1719936534235_0.2629422022916901","host":"s3://npm-registry-packages"}},"18.0.0-feature-145d0a-ly4m64lf":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-145d0a-ly4m64lf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-145d0a-ly4m64lf","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da3dd556213473ae3bc33cda4a27b65434f6ba0b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-145d0a-ly4m64lf.tgz","fileCount":919,"integrity":"sha512-/BB7ywQRNsPsXWmW6hx2NAlL1vwo69r+iBazo5eTeHYr2tVFN/VEUpnGPRuNSHof3NQRPHvtkY2omWTbVOJ++A==","signatures":[{"sig":"MEUCIQDw3UyJto2YIjVKeae3pilUOd7kSLJXx31cd+LcXxeaAwIgT54KfC8IEiNFXDILunZTUp5sHr42fQdCf4jL+xLKtPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050141},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"145d0a5683efffbe7ec8d3be0ed17fcfdac5e3cb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-145d0a-ly4m64lf_1719937182512_0.12959332028906867","host":"s3://npm-registry-packages"}},"18.0.0-feature-1a32f0-ly4n2bbz":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-1a32f0-ly4n2bbz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-1a32f0-ly4n2bbz","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"29c78fdd9d0da590cf1869a6311b9c44f2e89848","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-1a32f0-ly4n2bbz.tgz","fileCount":919,"integrity":"sha512-SZuqcByc/7tHzCgD4jAEdeU8euspbbahK09OudiHT6XU5bqS52JfRt3bfmGTduBLxWeMZ1T/0SGgZsC9okmIyA==","signatures":[{"sig":"MEYCIQCs0oaDKBryQTPRT1t6BOPEorlZn0NensryYtK7Q/AaigIhAKdRrTgmOa2n5jM708IpRf9HMTRqovFvBKNa+FG7adun","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a32f014bc4e1cb516fd0484ea3646b5250e7001","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-1a32f0-ly4n2bbz_1719938684357_0.3212907626115522","host":"s3://npm-registry-packages"}},"17.0.2-feature-977fbb-ly5lkyje":{"name":"@5minds/processcube_engine","version":"17.0.2-feature-977fbb-ly5lkyje","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.2-feature-977fbb-ly5lkyje","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"62aac43aec0afcc052be147c3269a6c193f40134","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.2-feature-977fbb-ly5lkyje.tgz","fileCount":898,"integrity":"sha512-B6frRonGZXM7dDhtugu4+bVIaWJAkT6Wna2Ahte8DdAMt5xnimXibFt1CuYVE2vxDO/t7tyMs6yRDbOsxEuOMA==","signatures":[{"sig":"MEQCIAPZ8wE9oROHvBlYDD+qhk44BWu4pmEcGE1Dz1dBeJevAiBlmruWHJa5SYHm2MKf4umUgxQUwY/os0v4ArUzDVMDtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975319},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"977fbb1a48751188b8fb31023438addbd24bc2d1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.2-feature-977fbb-ly5lkyje_1719996661385_0.9711293491579838","host":"s3://npm-registry-packages"}},"18.0.0-feature-4ceada-ly5t7coa":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-4ceada-ly5t7coa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-4ceada-ly5t7coa","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c02f08d28539cb14d3a9fa1a7161713d326ec9e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-4ceada-ly5t7coa.tgz","fileCount":919,"integrity":"sha512-H92iVnOgeQLRNcrvCKyG0dpj4DhMxEbfBFKqfmd2iuYmKz140SjU8Y/aadwJktE4F0z5vAX9VYQL9jb7Tlj2FQ==","signatures":[{"sig":"MEUCIDz4bzWNfT4vbUdRHDftaMSa/2NMP7CAjlRWfFUiVfoQAiEArFV3oQ43ZgSifVVZ/d2Xt336wpaKJBydky2/AqJlHak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049734},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ceada9037eb93710cd57694c6ff51e3870235ea","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-171dcf-ly30xwd1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-4ceada-ly5t7coa_1720009462274_0.6274299208728653","host":"s3://npm-registry-packages"}},"17.0.2-feature-b570f7-ly8khh3b":{"name":"@5minds/processcube_engine","version":"17.0.2-feature-b570f7-ly8khh3b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.2-feature-b570f7-ly8khh3b","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21dfcecf6c4a51216a4504cecc1ee84eefed1c09","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.2-feature-b570f7-ly8khh3b.tgz","fileCount":898,"integrity":"sha512-JVEGk1EWKrwos0BeIoU0wAg3swKbc+4+GXt3xRP4/bUZV/6d3X+dXvcITClt8046p9VGWPfLZgHGGfewujShqg==","signatures":[{"sig":"MEQCICRi1mNZuairQ5UirM8mM6dp7PXYEfpABdvkLVgw69+QAiBDp/jXhHwzeKbl5N6PEWy8G6RV+DgWThTLjtIaLOZxDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975319},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b570f776186be4c1a0ae6fec3a97e74208f09578","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.2-feature-b570f7-ly8khh3b_1720176216386_0.8999279352359331","host":"s3://npm-registry-packages"}},"18.0.0-develop-fba482-ly8n27be":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-fba482-ly8n27be","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-fba482-ly8n27be","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f879ee9ebed5bdd620c7a088d374490a39a37f34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-fba482-ly8n27be.tgz","fileCount":919,"integrity":"sha512-mYPhDHBvBNvcbiYHCL1gl/a/40EB2kN/fHoc3qsE39pS28gxEbvQaS2/bOhZaKoV3kR4ijMY3x2wt0wo2wMWKg==","signatures":[{"sig":"MEQCIBqnUHDIEmeY4fcYZfEFNnZlwt8P3mr7aMBYpuRoS8ZJAiBETIBgDanMlwSr2ShBrQMzN7BB2cXypiGXy5P4ELdCXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fba482eba793e1f1039a20217c3e7db11ca45918","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-1d0d75-lxvigmz5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-fba482-ly8n27be_1720180544151_0.5346584951847115","host":"s3://npm-registry-packages"}},"18.0.0-alpha.2":{"name":"@5minds/processcube_engine","version":"18.0.0-alpha.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-alpha.2","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"32505148685a3ea1fd9133640a6f82d4a6d11b3b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-alpha.2.tgz","fileCount":919,"integrity":"sha512-GbeSK0PEZLswl/O7gGw2mbkrbvIajGRIFp8AzaUx7ebkIU23axskDkMUSs4MIHn6UqpIDNjjkab0aNEomBgkoQ==","signatures":[{"sig":"MEYCIQC3rd0i03sqOQc9vx9ncGO+v+Yw7pRvCOpd1X6wUSqAIwIhAPfs0q9T+riuwz462A8UArAm9i09yw+/0U/U3ZGvuHX1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049204},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e9b8b1a41427d420250f9d7c0e31d638ca9c727","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-alpha.2_1720181202507_0.6770977342679962","host":"s3://npm-registry-packages"}},"17.0.2":{"name":"@5minds/processcube_engine","version":"17.0.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.0.2","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d3fdad7963f32c96f0fda614e0e3d20f4e43a272","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.0.2.tgz","fileCount":898,"integrity":"sha512-pMtBIicwbe1ed5HTpDm/TF90Wfqn5zDs6tYs2EET6QaWp5n5nsAX+8ggxHdV/zB+BUMgBU/HdvbG3Lg9thykSQ==","signatures":[{"sig":"MEUCIGV3bNIW8JNia9bptjEK30bSvBLaZwKyzsLJ0fkSPJqjAiEAzpBer50P62FvKDQlsZM/xi57c87JD9F4KYTV6G/kLyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3975429},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3a64d507f1f8874ad7c4bc0d65b0285dfe563e6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.0.2_1720182544564_0.18897132390631088","host":"s3://npm-registry-packages"}},"18.0.0-develop-1e9b8b-ly8oxfy9":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-1e9b8b-ly8oxfy9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-1e9b8b-ly8oxfy9","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65d8b1388568302f84eb5ebdd259ae8695a79bd4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-1e9b8b-ly8oxfy9.tgz","fileCount":919,"integrity":"sha512-WwXvAJCfoRzz5RivalEYxtpiairBeIHz1I/TXIhtkvCaBcH/avkjz6ZOcr0R78sIlPKbff+s9oDzmqXVXnr9rQ==","signatures":[{"sig":"MEYCIQDNhv6ufYqE17aGaqMJKWfzGL5jgbKWeLIzA8mdUyBQJwIhAMfP9GUWI5/meWHXKtU1BemN9GO1onW9Qra4jppLorrc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049220},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e9b8b1a41427d420250f9d7c0e31d638ca9c727","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-1e9b8b-ly8oxfy9_1720183680932_0.9889768715306917","host":"s3://npm-registry-packages"}},"18.0.0-feature-099494-lyc32woi":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-099494-lyc32woi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-099494-lyc32woi","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c4f29d0048d93d6c8112dfb627b629939ecacfa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-099494-lyc32woi.tgz","fileCount":919,"integrity":"sha512-uhZ5osiJQu9zNSDmXMnxYOfkEjHUGaVsmLA6rkt04As7smVz77GbVWiYzC24M5Ysri67hNliiBRSMPuduj7MYQ==","signatures":[{"sig":"MEUCIDa6UR5ZYcTxokBC4Dk0yK37Lh+EtVaOK9grg6m5dnAIAiEAzFNKaoMXE1LqmfAXzdGs34rBemM3dIhEQNR9R3uwlLQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049507},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"099494dff1a5cb15ad96eff9723c31f22c4a02da","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-099494-lyc32woi_1720388848953_0.014428298766612668","host":"s3://npm-registry-packages"}},"18.0.0-renovate-725d84-lyc9gra9":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-725d84-lyc9gra9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-725d84-lyc9gra9","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4465931ba9d2b62abbc2919ee604ce829845aa62","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-725d84-lyc9gra9.tgz","fileCount":919,"integrity":"sha512-0SmX+KShcnq6iaenA4R00DE5FCXkPfMskTIMcHW0SRouo9x+7XBBsW8BCvJwgX9MzPAs1VFjw5tn/hqwR5FGTA==","signatures":[{"sig":"MEQCIEvz5o2eg8W6f35eb/9n3GpXFgHVFRthb4nFYTFlfhSSAiBCbkH0li01GY/spp03qxPdR7QDoSF+kb8xoocm0ikW8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049221},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"725d846c87aa315ee8938c56ffc1727a7d7cd202","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.1","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-725d84-lyc9gra9_1720399573209_0.004677698700923827","host":"s3://npm-registry-packages"}},"18.0.0-renovate-72459c-lyc9jmyi":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-72459c-lyc9jmyi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-72459c-lyc9jmyi","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"951e6e2991cd4ca70f76f83cdf94f42c4518e227","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-72459c-lyc9jmyi.tgz","fileCount":919,"integrity":"sha512-KrJ5p/DERDXatw60K2IvuHvJ6ih2+T3tWF0zrCcEf09otDi4v+g4NUE1vyNQLKIZOO2UdwOkgqwWGQu01AvKsw==","signatures":[{"sig":"MEYCIQDKJ7PXpXAUeDdsTZqzaxg3b10x2Ljd26HUn+Zu8RWTLwIhAOc+oxtHXOOmu2i/47bhUW7qGXkd8pPSzMELC6tc/eUZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049221},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72459cff837b42428f3fd491ad7b40e1969f812d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-72459c-lyc9jmyi_1720399706633_0.040838605395500105","host":"s3://npm-registry-packages"}},"18.0.0-renovate-89b36e-lycgmgey":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-89b36e-lycgmgey","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-89b36e-lycgmgey","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65ca7a70c591afdf712f94bd3781c5ad409418cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-89b36e-lycgmgey.tgz","fileCount":919,"integrity":"sha512-7/OTQaVK++AvhiRzAyc1TeoG9nxuw9CMYUk/86seG1oX4G/zYQBH5phPgzFoVXtJWJSMWcSzUxAb/2OlAxQI1g==","signatures":[{"sig":"MEUCIBSontG1+FI/cYVaVpYEbuKMJmpcH8hWb1JxmDKzUvfxAiEA2IXUN4sF76WkCq6swvM07t06ochvKwVABdu5sIaqw48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049221},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89b36ed488afd77ce32e20f1754773e6d875d55f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.2","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-89b36e-lycgmgey_1720411596192_0.04554207216112638","host":"s3://npm-registry-packages"}},"18.0.0-renovate-67723d-lycmm5kk":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-67723d-lycmm5kk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-67723d-lycmm5kk","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f66fa598a1266937a3e90b74430f296ae1efa414","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-67723d-lycmm5kk.tgz","fileCount":919,"integrity":"sha512-zEMCKAMKSQ143qn9c4b5V7HFyizaL4NREOD0Rbxu3Cmfb08fcWOnoOcGJZRjDEQgs99sO7GJKzppaUg72JLwhA==","signatures":[{"sig":"MEYCIQD1PFGgZcsDAmnEHXUnuojRcEmtT3XF/r1JqdN52JyyWQIhANNM1xPf/K6nlkZZdic9tzbULroqSCxDmuYs+RxAgHXf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049221},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"67723d6c500978882ecd85359061dae580a84bc3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-67723d-lycmm5kk_1720421659857_0.6807084627616204","host":"s3://npm-registry-packages"}},"18.0.0-develop-70e2dd-lycph2qn":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-70e2dd-lycph2qn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-70e2dd-lycph2qn","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"141e1f3e120d0ca52727d195da940e273ec9cc6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-70e2dd-lycph2qn.tgz","fileCount":919,"integrity":"sha512-9As366ltTNb9d/0R0Lj6Acu5PK7CUDjwBJGTT7WId33n20gwWEUlIUUiDcT9bEFFOzRATw1ajsV6pyikEdfZ8g==","signatures":[{"sig":"MEUCIQDOkbO8OuC2fa66IgbWF+vhnJgiIQE15uUAPPDhwO7LJAIgEQWm/ancfJfjyliY8yfhLx78J7ON7Q8o2JapyIIPo9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049220},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70e2dde021e8f57ba341d8cb5d02f50a2af4be28","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-70e2dd-lycph2qn_1720426461746_0.7900764562263685","host":"s3://npm-registry-packages"}},"18.0.0-feature-e8c913-lycpwkce":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e8c913-lycpwkce","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e8c913-lycpwkce","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"76d7c3ffc2b39946790382a8436f188b552c5a5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e8c913-lycpwkce.tgz","fileCount":919,"integrity":"sha512-XngrkmF6N1OF08+CqwhaovUqFwpxFI37ZkA1irEfks4urRrdzKUEFeaBDnHX1VvdQ2bKAA4uZgRN174wYCL5HA==","signatures":[{"sig":"MEUCIQD/LtxZyyXdj6k/psVn4tDEf5Ee49472QZPJ5opWj1gYwIgHjyccobsNUeWaVSCKYN1+tKhXq6o5zVDke/N/xx1sjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e8c91370ff773093c5304bda69a8529faa2ef104","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e8c913-lycpwkce_1720427183559_0.04974087846721997","host":"s3://npm-registry-packages"}},"18.0.0-feature-156f4a-lycqfdcb":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-156f4a-lycqfdcb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-156f4a-lycqfdcb","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1680f8c544daac0cd759e690a248f41e7773fbc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-156f4a-lycqfdcb.tgz","fileCount":919,"integrity":"sha512-49xPZFxq6ISp/rZ9rf2sjLjBIklyn4mny8t4wFS85nICsjGlpOXlxVPD02otaGz1D5uEX6qoz4SQAx48V8cdAg==","signatures":[{"sig":"MEUCIQDIvAUriVflD0X1R6JqU5YUIyhxWy2K4yEukzDjgRzT3wIgK9cYev1HUJ+tsC3TkOdGugg/n4soZZtlqoSOkKOk1fM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"156f4a34dd297a962c09507a064b0d86d5c19bfe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-156f4a-lycqfdcb_1720428060826_0.9333070560910541","host":"s3://npm-registry-packages"}},"18.0.0-feature-a8bb4d-lydnluje":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a8bb4d-lydnluje","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a8bb4d-lydnluje","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ae8e6bc30d55426dfe9261008023769388734522","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a8bb4d-lydnluje.tgz","fileCount":919,"integrity":"sha512-nJjNmOqF/6Y3awGFrfa155wQ38+d9Wd7zhG4GvNX/iUj6h6pPX64Zwbn2byNqZ4LwpplL7w9Rc4BVc0yU2MetQ==","signatures":[{"sig":"MEUCIQCIW0zr64d+A5TwP3evqPKdWZ8usVhSzR3Ce/fcc0/pAwIgAZTLSNRzODLbZjNQkcPPpyGA3UfYse4CglKTOkbsB70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049631},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a8bb4d82b56cbd6ce1ab85bcb7c6485a19a3fec9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a8bb4d-lydnluje_1720483790524_0.42389072579076315","host":"s3://npm-registry-packages"}},"18.0.0-develop-b30def-lydrf5zb":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-b30def-lydrf5zb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-b30def-lydrf5zb","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fac4887651017779577d0456c90e4934b79cfee4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-b30def-lydrf5zb.tgz","fileCount":919,"integrity":"sha512-JhcR+tZ7qDkJFb6pIiTXbmEAY8r9ViMHj+e7ZJx1bYcC5bt0NY8uKOlKlYjUsGT5jXC9mVnzjowyb58CKU70yg==","signatures":[{"sig":"MEYCIQCynAkZdvlI/hgucI5jx6WvgoxDMQ7ne3KbEa4G8GiZwAIhAKcoj+GO7GP5zCX43qgu1OkikaoX7+l2VaYGyrnHZV+E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049631},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b30def7488c493191caea7e6140fd082a2b8d3c7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-b30def-lydrf5zb_1720490197318_0.5187756736597169","host":"s3://npm-registry-packages"}},"18.0.0-develop-19d341-lye49iyd":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-19d341-lye49iyd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-19d341-lye49iyd","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7babf1120b0707323935d08ff90d13cd3132010d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-19d341-lye49iyd.tgz","fileCount":919,"integrity":"sha512-OYepDqWdx2j7fy1Ca7BK63iRfa39SZhZVQc2UkcWB1htO0TLZzhF/cDkRZiyLZCdns11i/oA6qaS3hWjJh03Yw==","signatures":[{"sig":"MEUCIAuySUMYjmTf21xaSXBTH70IAc1Ias/bu0ON5EKQR78tAiEA8J2scyIC+kNhl4KaapGGkyLbJyxkY15jy7bANsIsUiw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049644},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19d3418f0074737dac1ed7bacfc98cf48ea1ea3e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-19d341-lye49iyd_1720511769409_0.8032221010740996","host":"s3://npm-registry-packages"}},"18.0.0-develop-b963de-lye8p6bf":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-b963de-lye8p6bf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-b963de-lye8p6bf","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aea6f916f4faaaf874443a732b2a6fe1d529233d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-b963de-lye8p6bf.tgz","fileCount":919,"integrity":"sha512-M2yEVrNGwCRhMAF1wbv+JMy8N3XUfKfLh+UfTTQAtWk5iQXT9sq879RhPdKuaKwibWdEBmuySaaKS4wO1o6jjA==","signatures":[{"sig":"MEUCIFnKDMR/4nLunNe6nbckw5v6PyOires6bOEI3aRnebxeAiEA/8h4WWdtKwXmw5QHURfz19XK7Kl8i5NRlUbw5CLc6vQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049454},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b963deac72d217c9abac44064799190a086476d7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-b963de-lye8p6bf_1720519217962_0.9926412260071298","host":"s3://npm-registry-packages"}},"18.0.0-renovate-8b2fce-lyh6mq93":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-8b2fce-lyh6mq93","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-8b2fce-lyh6mq93","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"077507d9284f97757db2e431efe2e375f0051ae8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-8b2fce-lyh6mq93.tgz","fileCount":919,"integrity":"sha512-sr/jLWY01SqnQygCBXQ+KaLATtEK8f5N6ZCtYG7s8CllDM7tDTHPnPWuTXqfkaVF3qkawwfnVxLbb4KEACzaXg==","signatures":[{"sig":"MEUCIFGSTTMhlx8kH/Ndy2Bxjhw6nBtbZ3skmSjR4fdFyu29AiEA8Cw/RYE76PUpLQc6DJELJf/yXwOB4d/26vJl4w4dISc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049455},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b2fcebfb22019062777ba357c434fca829c935f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-8b2fce-lyh6mq93_1720697143944_0.8871489968667805","host":"s3://npm-registry-packages"}},"18.0.0-feature-dfe8d4-lymp7ocl":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-dfe8d4-lymp7ocl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-dfe8d4-lymp7ocl","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50c2046c3d892d527e0d2b0a55ee5e40d70e0c90","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-dfe8d4-lymp7ocl.tgz","fileCount":919,"integrity":"sha512-6ovLzmrhWg/VpTDs/HNld7Kq1fyCpa3xtXNXT3/sgj5+RjErdbn5EvnwXaQBMtaxT075KvahJ1G1/rLnW03eag==","signatures":[{"sig":"MEYCIQCJgdd3PkHUQYkipLvuFmj2uxJracxXdK1LY5ZTQ99tNQIhAINqN8uY18ZaBusMDkrBom2sZ8uJD9KRUp45u9vJJd4r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dfe8d4a763b734e5907e4d19a45124e4d2ea8978","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.3","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-dfe8d4-lymp7ocl_1721030684464_0.35515587903824986","host":"s3://npm-registry-packages"}},"18.0.0-develop-ef8b13-lympibe7":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-ef8b13-lympibe7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-ef8b13-lympibe7","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d086b8a674e4736623db7b0bb4caa12f9e351925","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-ef8b13-lympibe7.tgz","fileCount":919,"integrity":"sha512-PGyZ+leqmQsiZoqy5VEKa2Xfs5jPyS0yEDuXlohW2vj+HObNx45L4nKFsT/i62+nePQNYIe2Q5+BvUShDvxxpA==","signatures":[{"sig":"MEQCIEKtlBBpRZrk5CjirV0ho59IOpnw2FOAoLfL9nNy5PoOAiAhQUaCMkI48ONPh2Ew93KzZ0irWLg8hlgs+K58tmZ5+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049454},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef8b13dce924535c647320c4c91e9ea6184a163d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-ef8b13-lympibe7_1721031180003_0.7168639658725484","host":"s3://npm-registry-packages"}},"18.0.0-develop-3db608-lympj71n":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-3db608-lympj71n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-3db608-lympj71n","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1103196cca300d06b3df3fa5d74c7bdcb51cbac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-3db608-lympj71n.tgz","fileCount":919,"integrity":"sha512-K4y6Py2b/KfgityFbv6Yv2GMV80QVOFYE1mkEujfx+kjHuHrcqxsf5mcx277x/KBiVIIO+EquG2JURv6SbXsIQ==","signatures":[{"sig":"MEYCIQD4XAFwyOQ+ngpDqaSB1VD1QVSLH/FN+NA/RRNFTYqCuwIhAOvFVuQC5ugeh8FBWUIZsSbSgRMtenp1sasCoB0fpvaC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049454},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3db6083fa0a06f2f4d89fd114a7793543d7840b1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-3db608-lympj71n_1721031221473_0.005551417075045029","host":"s3://npm-registry-packages"}},"18.0.0-renovate-3ef24f-lympk2ih":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-3ef24f-lympk2ih","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-3ef24f-lympk2ih","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7af88a0e79fa17f076ee7680f515a2bfe9483d16","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-3ef24f-lympk2ih.tgz","fileCount":919,"integrity":"sha512-u9ZzxD7iv5F4JdPRYWUv9/SFdzsLBJwWK+0drCv+5F0aN/6QMunQdeJT36tiGzQzhsYbNJ6g66WnwQyicK7UaA==","signatures":[{"sig":"MEUCIBbhvK40PI1jPVSfrkWrJIVmqRFvp1VFIVIKzOzg1dE8AiEA7T316MRtGU6qZ5SVgdU7Pac0fPfzYEs3x2ig4UrVMqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4049455},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3ef24f0902789464743624a407e09d0b7f8be4a3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-3ef24f-lympk2ih_1721031262348_0.7169976940975142","host":"s3://npm-registry-packages"}},"16.0.11-hotfix-9482e6-lyo5tfap":{"name":"@5minds/processcube_engine","version":"16.0.11-hotfix-9482e6-lyo5tfap","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.11-hotfix-9482e6-lyo5tfap","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"01eae29dc7c33a34d9997942caa2d0b4d012bb2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.11-hotfix-9482e6-lyo5tfap.tgz","fileCount":859,"integrity":"sha512-SK0GpZgVqC90ZvG0buAogtKLR/F7h8eGIHyNdMk76Vi239c1HrSS/lxbv69j/JGoJ8J3jTDagjb08usdcmUi4A==","signatures":[{"sig":"MEUCIQC0kSkuwJmYfjQNJPMAvuFaZptSRUJe/aZ7ZYEvoMTlWgIga/xVWD30yw592iOjMJOb3XQyjTUh3JvT1lOp+7n9kUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661702},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"9482e6b1c993797222c8a774af917fda9e7efdcf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.11-hotfix-9482e6-lyo5tfap_1721119037617_0.24920636554717546","host":"s3://npm-registry-packages"}},"16.0.11-16-latest-55f200-lyo7mnlc":{"name":"@5minds/processcube_engine","version":"16.0.11-16-latest-55f200-lyo7mnlc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.11-16-latest-55f200-lyo7mnlc","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c90a0a077e85720bde54fa9293177ccb47e8045c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.11-16-latest-55f200-lyo7mnlc.tgz","fileCount":859,"integrity":"sha512-M/4ThBcqrAp0sGxFSkc5Gme3NPLKvuSxJ/oOcrrsJxjUrTA534vPD8VEeNwCSMZ+JPvXyXu6h7XPlPt3L4wctA==","signatures":[{"sig":"MEQCIFpHS3QFfTh6dNr8b8VnUJCYwW+2gSJf1H0qbtR9c2MZAiALJlleJGDg1xGFdbQB1fqK2Zqdt7VHb4PsHmhj3n9bHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661705},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"55f200c5fe612a02570bacfcccfd74ec7954bafe","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.11-16-latest-55f200-lyo7mnlc_1721122082772_0.21832699012865198","host":"s3://npm-registry-packages"}},"16.0.11":{"name":"@5minds/processcube_engine","version":"16.0.11","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.11","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6bdc2126885fe922553ae87a57c8e55f19961700","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.11.tgz","fileCount":859,"integrity":"sha512-icO2qDCCXjz9hpl14sZePBxNp9i7bmI7Aulv2CoLWH7mhfp+gjgwZ8UEjzFzUgejgbdR2V+G5D/hK4/wfCXHcw==","signatures":[{"sig":"MEUCIHzHBZIWEcoymm1AOuYmYjy4Myynb2uUuYNvvpDXJRDXAiEAqup+mLX6Sz5NiSfA0SLrWfWqMkUL3DcAj1/aEt94kYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661679},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2892a7b03522d9df5a6988244a4e0796a2324598","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.11_1721133748591_0.8997591662291826","host":"s3://npm-registry-packages"}},"18.0.0-feature-e39df8-lyof1a23":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e39df8-lyof1a23","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e39df8-lyof1a23","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b5637b7d66e6fa3b1bbd6faee1ff45de077fb358","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e39df8-lyof1a23.tgz","fileCount":919,"integrity":"sha512-2NILDJYha0N4lZTpGJHtiHWjgavEpPbooYUlG2XUYeastSPE/AzWSK0RjA+xk9PKNiImyQvl1AdE2PPKcDMeLQ==","signatures":[{"sig":"MEYCIQClDyi51eUi9DBhYQtcuLLelG+zkn4strtc4FwmEAEQSQIhAOQUY0BrzMzap8ODqX1foMGokNRpmw7+UzVr5qd2Wb5H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4055316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e39df8c83bc16bc99dbdf2e0710683a9a1e699a7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e39df8-lyof1a23_1721134522000_0.1740542942043244","host":"s3://npm-registry-packages"}},"18.0.0-feature-8e3b35-lyof63dm":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8e3b35-lyof63dm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8e3b35-lyof63dm","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a291094363a9840abcd5a535d1b6e163056b61a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8e3b35-lyof63dm.tgz","fileCount":919,"integrity":"sha512-XtT6RAQdo0oevPEhC2cDTCPRE824LuLwpDhD2151pmxpb3j/JZJSn89JJqttg9j7KkZeI9hlp4oVP60I52qlVg==","signatures":[{"sig":"MEQCICweriRP12Lix+2emAEjfvF01i8qqcX3sX/bcehUajTGAiB5p/RTzYwGtKs1bLI5kMP2L10ClDVK+CZSrXgwfa+OQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4055316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e3b355a965777fa87966b594dbf3c3d95dcd8ff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8e3b35-lyof63dm_1721134746613_0.9064915294788711","host":"s3://npm-registry-packages"}},"18.0.0-feature-c44c93-lyofdjnc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c44c93-lyofdjnc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c44c93-lyofdjnc","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69ca21c38f2e720369a7c40a7a72a513fc7acf8b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c44c93-lyofdjnc.tgz","fileCount":919,"integrity":"sha512-N5Uj93pL5R90WHj+MvYJ0kl2q51XHDDZ+mHibtzNrwrTJDnFKQgrvhNwvZ2Ng/EMNFjSWaCxGvi3TbmW78sdlg==","signatures":[{"sig":"MEQCIH2f5VU4FcN/F3D185ioGqb+YT2+JwF9DMVi4rvCfT8dAiBOYwEsQYsbvNvnNBPuZx5bgPrhP0Itc7/CmUfj0dqA2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4055316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c44c93f6d631e2d33f0fe0c5a907c2868b956321","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c44c93-lyofdjnc_1721135094212_0.6398757113852855","host":"s3://npm-registry-packages"}},"18.0.0-feature-5069a3-lyofr1xe":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-5069a3-lyofr1xe","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-5069a3-lyofr1xe","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2209852c39f29252b4ae1a85e43efe7e44e9393b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-5069a3-lyofr1xe.tgz","fileCount":919,"integrity":"sha512-D912zESiEM7yBTT0lrZ4haQ0TLisWB6cL6Mt9IyMiGRgsH+UU/Gzw79lZH1PPbsqXmn9rY3LXm2lU3e1S4fD0g==","signatures":[{"sig":"MEUCIQDg7AdOu9r4+yvn4NAxZT32/NAKg6T3Yv0vk5xYkoKRVgIgH7Y6EbXNO8Uz7EAEAr2kCmMRjqVCNLkbZ+BFv9zSFvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5069a31ba0fef4eb1470e62eb43bc972c42da95b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-5069a3-lyofr1xe_1721135724689_0.5726754974300388","host":"s3://npm-registry-packages"}},"18.0.0-develop-434a32-lyohh7f1":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-434a32-lyohh7f1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-434a32-lyohh7f1","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d1f40c96e7399bb6362f7aa1bd4dd1787b0e2ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-434a32-lyohh7f1.tgz","fileCount":919,"integrity":"sha512-uAvL5q6XwnXw67uOMblVblf5DxVGDnsAngpdweuVawkZ7gAvkaorZ7v3mrI1XKtuTC48USTPnQQRRxEPJFRlrg==","signatures":[{"sig":"MEUCIQD/m2IqTp2biilBqlSfkCDv+P70KurmSbcsIzFo7abBvwIgUESMVSa9nLYmi4xfY7O4KLstEmGX0jtxRGXvlYPMUPk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"434a32e4d76f6873e88d92e87cca791c12d294a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-434a32-lyohh7f1_1721138625853_0.4988704871694507","host":"s3://npm-registry-packages"}},"18.0.0-feature-ecf9d6-lyohje6p":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ecf9d6-lyohje6p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ecf9d6-lyohje6p","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da184c4a0585138ef249483b662aebe4454b4d5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ecf9d6-lyohje6p.tgz","fileCount":919,"integrity":"sha512-IZXBhSA8/ttJihpv7e6/3svIEXU9oV4SDBl+5hOo3qStetviIy2cl5hWN3arv8MkTQ41Q6RNCPHo+IcuoMgSrA==","signatures":[{"sig":"MEUCIQDMuIRDul62+BdHG5nFNoE0Z+C4xkq4fjpzDNsxVGoqvQIgMZ9nA9nBDGga1ElKWHa8H9FvKBu4O4cnQ0mM4TrjbME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4058625},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ecf9d6b6d42148c17f582a7fbad75dd2da4bead1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ecf9d6-lyohje6p_1721138728078_0.6600327702807776","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a138dd-lyok6mh7":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a138dd-lyok6mh7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a138dd-lyok6mh7","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da597690e2713f4c3be173a6dcc14e0a9dbf4a67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a138dd-lyok6mh7.tgz","fileCount":919,"integrity":"sha512-NCmMO0uiDNFunCAc4hf4g5Fdk3/4kazSA4ZOQBTYH2cB7XhtYApNT34LJdqvFHpraZ0AL5Oxg/UJsY8HfjZTrQ==","signatures":[{"sig":"MEUCIQDTtNmlTrEHECGUgHr7/yOvgR/3AcpTIg6CKQJKbN4sVAIgc1AEnbXWTEBQnfNlVT+7ag21YCZPz1haP+v7rIqO7as=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a138dda1ae29ff8c098356f5e465f2e605df99e6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a138dd-lyok6mh7_1721143170576_0.0981414265487639","host":"s3://npm-registry-packages"}},"18.0.0-renovate-b6c5e1-lyok7lg0":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-b6c5e1-lyok7lg0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-b6c5e1-lyok7lg0","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c85d54cef9f5bab4ee0780dfa6346489aff7f777","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-b6c5e1-lyok7lg0.tgz","fileCount":919,"integrity":"sha512-pqfcwCstploepuhH0H9rgEbYi3e106Ay4e+psV6Y0IZJK1Xq+1h3YSQAdeOsMmTSChDljQJwUdB0xQZKvYZ/rg==","signatures":[{"sig":"MEUCIBCGsOfRoxIyZVQQkxpJIwS57cVqxn5z0b4YCsmmbiC+AiEAsQLWC0PUIAT7LQA3BZDGYHtvQQ/uL+KFCMOrI1sglVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b6c5e1b3afd455e95268b62240ca0db827dccac0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.2","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-b6c5e1-lyok7lg0_1721143214549_0.9346728037440513","host":"s3://npm-registry-packages"}},"18.0.0-renovate-815d58-lyomkge4":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-815d58-lyomkge4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-815d58-lyomkge4","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"42ece2aa5f8b521df95bca860f713fb325386d66","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-815d58-lyomkge4.tgz","fileCount":919,"integrity":"sha512-DBlIL+0yJyGTgeTsbjXArARmL6pA/87m3xu7edw2njg0vH9vtTefEbNwN5rSfHxEFJ+unxLx9Tvk1no0E0ijAA==","signatures":[{"sig":"MEUCIQDSoKhQMCfK+L5rUf6AoUPn2j/oUt2dpRrLMeg1h8RgVAIgWtHV/bRUc2l6iZ6Vdl3O8GHfWZZSk8FeSesE/VIwLT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"815d58a26a369ab027ad62d0addc37fb79ebfa2f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-815d58-lyomkge4_1721147173628_0.13664543864801826","host":"s3://npm-registry-packages"}},"18.0.0-renovate-9cfd77-lyomknwu":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-9cfd77-lyomknwu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-9cfd77-lyomknwu","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aa96ffd16679c5d932df88d2b1fcb50f169b8cd2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-9cfd77-lyomknwu.tgz","fileCount":919,"integrity":"sha512-N7K4YuiJo2al0j+1FqdXQdF5WAOLVmM+rJ0iEBQ1DN6q3FzMQCR3CgjbNTUdjevZ9A0SmtqaAlHEk/rDD7oqWA==","signatures":[{"sig":"MEUCIGvqGQKpVfzpEikPd2prpOcjNsep4MZ4oKO5o1LwClQ6AiEArITmuQEEezfcFK1kc48Xsvcj5fcFNg1uSqUcXZ6Nh/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9cfd77bc1c6be554986bbe6687f39fed43256e47","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-9cfd77-lyomknwu_1721147184236_0.8243887097438156","host":"s3://npm-registry-packages"}},"18.0.0-develop-90c56c-lyomkqzt":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-90c56c-lyomkqzt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-90c56c-lyomkqzt","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ce02690516b5beb0803a2340e76d4f74e2d2ced2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-90c56c-lyomkqzt.tgz","fileCount":919,"integrity":"sha512-8EvrESsREaf8Al0p78IxseiuvPjzGCD+X2BmLScA8MCv5hp646eb+2VVjHs4hdO/KHnWE246Wxq8A41U7ljXEQ==","signatures":[{"sig":"MEYCIQDXw1qi92GbikzYfSSmD1qkL6TWP+hgovlXjW0ZckzuuAIhANzcN8SaN9Kwj7qCeNIIxoXrSoY7A4RxYM8oA+Z2ugFB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90c56c5f32f68ea9e3e994c8417e53641d7f13e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-90c56c-lyomkqzt_1721147188538_0.16294103705759033","host":"s3://npm-registry-packages"}},"18.0.0-develop-3aec12-lyou674w":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-3aec12-lyou674w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-3aec12-lyou674w","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"72f4837fcca233c1708508bbb4a5c818e86b4acf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-3aec12-lyou674w.tgz","fileCount":919,"integrity":"sha512-vIkLBsk0ZMJGHvB+t+L5zkklea5fomV6KHZMSBBRx6YsOUx8S8YE1xbJWiIeHcfDAhjqPDnnhMcAjWN75O6Sng==","signatures":[{"sig":"MEQCIGsT1yy2XUxU8HxVfP24VzEJG7rkJC5JfpFVKhrBIl1AAiAi5LGzugtPOLjFWuHeeXDHsZ980hDGw9DszMc8RSdUBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3aec12a47873b544ef3c40487b8b33207b06bf3a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-3aec12-lyou674w_1721159946376_0.48035412055820825","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d4c90d-lypitrrf":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d4c90d-lypitrrf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d4c90d-lypitrrf","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c348a138b2685982817d73147ebc76ee8e7682c8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d4c90d-lypitrrf.tgz","fileCount":919,"integrity":"sha512-WXbYjChTizeRuCBgMrlv4woRNbtKe+vDuYUXCfpi7vNUXafQXkXkHwyiJ8a/ZHFv1JySVnhYrNQBoW9EKZRTgQ==","signatures":[{"sig":"MEUCIQDBN8teYbHsmsbQEu/gHl5AW562+1fPwClyE4G6O2OiyQIgDl9QEGppi28uNxcViN0pQUiDMGxbgJcMR7XpvmLQjB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d4c90dafadeba5ff7267c2342936b2ede2b787d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d4c90d-lypitrrf_1721201356448_0.752954835083663","host":"s3://npm-registry-packages"}},"18.0.0-feature-c0f5e4-lypkpjld":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c0f5e4-lypkpjld","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c0f5e4-lypkpjld","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e3f7e40fdd26ad6ce9540fe384172bc0e1afb663","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c0f5e4-lypkpjld.tgz","fileCount":919,"integrity":"sha512-J3AQT7qhO71nkhHk8lqGGencq88WTgLkpXTlchSt4a4UNdh4Zn1ABnJ1Nu0fhC4fNmtRAUS9Y6qVXG9DD2vHkQ==","signatures":[{"sig":"MEQCIFQShygTUdra9Mmb/Vyuk322GObhjkMKk2rqlf8vuVMKAiAf+OkR0SvueoL1Z6l0f2jxXuVJQX8sTlWz5vqwlYJlbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4058625},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c0f5e41b5c6ff3ca30f83a8484f7eb0c36f89817","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c0f5e4-lypkpjld_1721204519652_0.919930846759577","host":"s3://npm-registry-packages"}},"18.0.0-develop-5d729f-lypkq7r9":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5d729f-lypkq7r9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5d729f-lypkq7r9","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a4d60a993f995a8825f6830e56d6f66edb5584f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5d729f-lypkq7r9.tgz","fileCount":919,"integrity":"sha512-RTAltj/ZXF65gz6F28cDria5jzU2qdKkAHuzTm5wMD/0X3ytzBBdGdjZ7k0mDTgf9MNxUymnMDesQqE7DGqwGA==","signatures":[{"sig":"MEUCIGtjV2etQ8Yow/39xJwJ7syXd1CRg5iyS49guwmEcjtKAiEAlyEBrfBKTJC7hbz/4QPmG+asJRZKXz4eAWbGq5AK3DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d729f0207d42efaa9441e5fb747a6367f32a603","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5d729f-lypkq7r9_1721204549627_0.49875416364988556","host":"s3://npm-registry-packages"}},"18.0.0-feature-715af1-lypl1i4r":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-715af1-lypl1i4r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-715af1-lypl1i4r","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb8b343df147f973d8dfd6d460b436389bcdf80d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-715af1-lypl1i4r.tgz","fileCount":919,"integrity":"sha512-wO6rW/uRVG9pdr3/UlQOmm2D7pxOgD5AHfKMMmqaM+VpX3KatGwsa3TojSqa20wmbmKv2lyXArkQIW0EAo1CDQ==","signatures":[{"sig":"MEUCIE9/EEqhygpQv9WXXsUNVa961tYbHyJnXOcRzyp7+Q0dAiEAnLp7TmMEDVh7cnC+vWNxx/TkeV3yW7FM1KIrkTwDdCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4058213},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"715af14c7e207c1278876aff698955beb21650be","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-715af1-lypl1i4r_1721205077808_0.5033432566395781","host":"s3://npm-registry-packages"}},"18.0.0-feature-333300-lypm7hk8":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-333300-lypm7hk8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-333300-lypm7hk8","maintainers":[{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"011afdac21e2c7590fde949bfadd7fe603c357e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-333300-lypm7hk8.tgz","fileCount":919,"integrity":"sha512-Ngfy8+GpNlPbZMPBv8wnCAVz3HVol7nfjU5XdiFvcSwG1oBQVyzWcwiBrbEG+0/0jP6kJpuMZfctmqa4RBkUiw==","signatures":[{"sig":"MEUCIHDHHcE7jj52PPTYxJ4a6E/mcRW7vo9drgAx4WnPIUFDAiEA/p/9ePnCdvxO6F3DRhnj8Q7isCmRceuwpMIb70N19to=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4058213},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3333003afcb392a4185f31738f8c475753458611","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-333300-lypm7hk8_1721207036126_0.772285133003346","host":"s3://npm-registry-packages"}},"18.0.0-feature-a8f26d-lyq1fkzy":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a8f26d-lyq1fkzy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a8f26d-lyq1fkzy","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78621649b0145330739fc47b52abc2d46dff8eb0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a8f26d-lyq1fkzy.tgz","fileCount":919,"integrity":"sha512-AoYu+nvf415QiRzWc2Y4oOjdOyf2CXlRcTXzCba/n6xCIaEdBOI2ETZ0G2MGCcr3LOyUcDmG68B9OONc7OcLhA==","signatures":[{"sig":"MEQCIFuxa6TFXylOR4g//meitEYJo/44ZoO733fnrDxVLp+NAiA8pBUtVzsTk0f8Buk+S3usGcyjMPRFKXntVL/+53RpZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4062544},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a8f26d8a2aa18c89fd261ca1e25dbb235706cff3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a8f26d-lyq1fkzy_1721232607207_0.8841269586771519","host":"s3://npm-registry-packages"}},"18.0.0-feature-70759f-lyqzr3la":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-70759f-lyqzr3la","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-70759f-lyqzr3la","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f7f7554ac7496eac4ac9e216d2bd69bf4c7592cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-70759f-lyqzr3la.tgz","fileCount":922,"integrity":"sha512-glMEJ4ZnDxU+4fYvXb37oNmuSqKv8KLcwtKOZiWFGe2S5/xztdUC+7YmNdMM+Po0GcBl8m7hYUAx9IQanS6f3g==","signatures":[{"sig":"MEUCIDflL9H6o9lV4EUlFFy+p8zDXH18sEBJh6bIwio+WehoAiEAsJYO5h/f9DSmdvhLNTktkBmrtllBpCV0Y7wh8OTNh5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4057539},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70759f05660b450c4d88ee07fd1445690fb8f148","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-599f99-lyqy81ev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-70759f-lyqzr3la_1721290251421_0.47814551471706435","host":"s3://npm-registry-packages"}},"18.0.0-feature-75c66b-lyrc35i4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-75c66b-lyrc35i4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-75c66b-lyrc35i4","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10df4f7474a67531bb64d9d25cb2de70184e30bf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-75c66b-lyrc35i4.tgz","fileCount":919,"integrity":"sha512-NqFQuTUaHVsjrfxJsZfChxJ7+PGV647J2jnVCqtMOksT28RvSLlGTbi0f6fhgG8iBVzRiHWtwd371qrqg1MAcA==","signatures":[{"sig":"MEQCIAjpRH1pl/rlXXXeATV4jH4fsmnpmTmxa4BW8s5OSBlRAiAMHGtgdImcwf4YVSV4QhfZDzZYDIS9lVQwkxNa+v6GEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4066831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"75c66ba4ea355cc8efd3a9587155911c17ca6619","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-75c66b-lyrc35i4_1721310970993_0.24840319831581703","host":"s3://npm-registry-packages"}},"18.0.0-feature-058217-lyrd00yo":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-058217-lyrd00yo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-058217-lyrd00yo","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0ea654f2909c3e981d79855316cb0d1dff874ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-058217-lyrd00yo.tgz","fileCount":919,"integrity":"sha512-LDBtAMwipV9qnpMsPjEBUZJoGAAaHme0LOw2AMaQs4iYDrt3t+VLXle1voAbSC11lp7lGpkPachXhGgvijeVHQ==","signatures":[{"sig":"MEQCIAOtms22zlBtp9z0MTvgSgjJz5fUBv2kE/JQAHDvGZV4AiBWwIadHnilude7JzbTm0E23IsRQ/DkxMgd4EnSmMwcMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4066831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0582178c1003b291381a65bf3af3f8f73b13d651","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-058217-lyrd00yo_1721312502415_0.7146187076664867","host":"s3://npm-registry-packages"}},"18.0.0-fix-631026-lysfo9wb":{"name":"@5minds/processcube_engine","version":"18.0.0-fix-631026-lysfo9wb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-fix-631026-lysfo9wb","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"44c13b1c8cf2c6369364621344081e33349a753e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-fix-631026-lysfo9wb.tgz","fileCount":919,"integrity":"sha512-fRdCdwJHjSs7yzZxETxjdXEw0YnXHpVgx4r/nCVP1/VGkJ1waxogXwFI/5QQzb8IBBtHJOKxCGWdfVuHYAqMvA==","signatures":[{"sig":"MEYCIQDwmVnH52/DlMgGhPZ7ZkZMJyASTSLePyLpJGZuzo7YzwIhAK6Q+Yjmw+/OlzWXKALR1xqMCu+EcLZ/Dr8uovB0qk3P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052759},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"631026782a4bb3aadc51e3bf9d2b3190e388c05c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-fix-631026-lysfo9wb_1721377459929_0.2960367218287778","host":"s3://npm-registry-packages"}},"18.0.0-develop-8c3b63-lysi5xk3":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8c3b63-lysi5xk3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8c3b63-lysi5xk3","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"146457dfd680ba412f148163ade025e4abef55f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8c3b63-lysi5xk3.tgz","fileCount":919,"integrity":"sha512-RAK7yYTothzBa3FN7NSmHn6eBU/7Z0iHxFn6nLgQgiC+cuhlY/D5dA/yCVtj6jW7isTjGbkvgf5FoyXDj3myaQ==","signatures":[{"sig":"MEUCIGsQ5w0R7VmwWZImV3HjXpOYRp0xY8mVsGLdEAehihUuAiEAyGN/biZBONSBDDXLhGivr2cIvYBZ3tpHmsuUnyvl70I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8c3b638295dc76ba8ac875d004cad0f7b97fcd03","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8c3b63-lysi5xk3_1721381642932_0.365760934535315","host":"s3://npm-registry-packages"}},"18.0.0-feature-8b4ffd-lyy5cdav":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8b4ffd-lyy5cdav","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8b4ffd-lyy5cdav","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"467557b97123a912338234c92724d8c436c9751f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8b4ffd-lyy5cdav.tgz","fileCount":922,"integrity":"sha512-rAQ3dI5hMBXEgDArqc+MhgKuTL2OEDx9GnEyBwPaSTij/vBVGbcNRnwmP3+sVMtdq3j9qbv8E83XmKLmuZTe7Q==","signatures":[{"sig":"MEUCIAJyp2DKSA52yKu4Myl9xmfBoYQmEZOKJxPwn1hZSPz8AiEAtrw7nW6SiavCf34J8e9rbmtPXyxegJHMpDVrKTbjMK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4057429},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b4ffd3b087c74bf0a025a01d686be02a51c8581","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-revert-270-revert-266-feature-d6f0cf-lysgemuq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8b4ffd-lyy5cdav_1721722906540_0.9430920345862812","host":"s3://npm-registry-packages"}},"18.0.0-feature-776f5a-lyybytoc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-776f5a-lyybytoc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-776f5a-lyybytoc","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef6934d11b45f35c8259734c0bae6cb9c52bc480","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-776f5a-lyybytoc.tgz","fileCount":922,"integrity":"sha512-g84XCwk5OcVppE1zA5xWOercWuUTjdGsNe/VmIv7xmzzVy3vZN0Rq/EgVTxPIAZlsbVXjwcAwzvcBxwJu6478Q==","signatures":[{"sig":"MEUCIQDwhUEvB0okKXWODa2ydndvCcliT3d65FzzooXyUTIKIQIgRKTYG/8mpjQXZqGbab8X3+myG46Q+nwTY8Vyds5T76k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4057429},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"776f5a3972642cb7234564235ceff98317e1f565","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-revert-270-revert-266-feature-d6f0cf-lysgemuq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-776f5a-lyybytoc_1721734031724_0.31659695806138255","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5c919a-lz9hhne5":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5c919a-lz9hhne5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5c919a-lz9hhne5","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"daff9dba8b92181b7f65f27fef27456cf65fb4c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5c919a-lz9hhne5.tgz","fileCount":919,"integrity":"sha512-JcUK9m9xA9Dv8oeRqG0o53U+RPcflMr9dK6YxOyErNL6FcqyBlJCmFSkVZ1QWwg4ZqMMhgFthZqvQatRNgy5PA==","signatures":[{"sig":"MEUCIBlMOyj3nUL926KU7QanonSByBOwjc2EntaQn03XR2ANAiEA3LyUZvwj82vSU06AnYHr/toyP0IpQRRtjAPabSV0ERI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c919a2247689ae46e916ffbd5ca95feba77de65","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5c919a-lz9hhne5_1722408436211_0.8489826960458351","host":"s3://npm-registry-packages"}},"18.0.0-renovate-fc9b99-lz9hhvt1":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-fc9b99-lz9hhvt1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-fc9b99-lz9hhvt1","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c310c524efd4ba22c960e04534d1b489fa20ff79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-fc9b99-lz9hhvt1.tgz","fileCount":919,"integrity":"sha512-Y/SVSBvXarjrtdQYUUFLiomB2JqftvB7IwcLOhUKnvMAg/lnix662xu+cyzTP2ve36yB22iD0Q3RFv7Lv+tK1w==","signatures":[{"sig":"MEYCIQD2Qemx+p7GLwjP6kAhfs4KBwsh33EuJdTK0wAOvK3cXgIhAJxJeJsDkMbjR4X/6k0tbYDPhV/oogtpBGixPeclF47r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fc9b9919e340520ccbe090afc68db36bba929f66","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-fc9b99-lz9hhvt1_1722408445457_0.338579553771597","host":"s3://npm-registry-packages"}},"18.0.0-renovate-571676-lz9hil54":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-571676-lz9hil54","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-571676-lz9hil54","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9d615aeca413c5e49ecd443bdb5e62024e5b76d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-571676-lz9hil54.tgz","fileCount":919,"integrity":"sha512-WmLqOa063z0spMJ1OWaGCem07Z6Qixhb6of1wzv8xwTvJLyKIKaVCkHkpPgAILw3/hIzyOXdi7bktvTQ3P96HQ==","signatures":[{"sig":"MEQCIAhaw258YbJ9pmaDnsuUR2v36gTy5GA2MCESOzw87SBYAiAcjBS5BInQ2Ekgy6NmIRO17Wlhtf5scHvqUyZt2wjxpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"571676b8627839cf1921edb09263ce2d017d07ff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-571676-lz9hil54_1722408478454_0.7449464555130654","host":"s3://npm-registry-packages"}},"18.0.0-feature-8a6edb-lz9hjw0k":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8a6edb-lz9hjw0k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8a6edb-lz9hjw0k","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99e92cbe0dd85842a11af1bc7250c4085596ddc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8a6edb-lz9hjw0k.tgz","fileCount":919,"integrity":"sha512-OaWLpccUdYjTYI6mmPhWu5jXG+2mmJAAYQN9DYKqAlHq7NmWSOgv16bSg7ZL/bhcZwvNqXwNFB1tWkEt73joMQ==","signatures":[{"sig":"MEUCIQDayYVXEKTHYy77+xrO8yYZFgB3wS9xv2ACQP3xD1/clgIgGoylqnSrC6Kp9xEhjnGWOZc7mQln1XF4ytcWTiNsCk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4053677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8a6edbdd31eebc03035377e53c569d9f9e8b4a53","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-8410f3-lz863eye"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8a6edb-lz9hjw0k_1722408539678_0.8549463114920248","host":"s3://npm-registry-packages"}},"18.0.0-develop-32ff6a-lz9hk5fo":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-32ff6a-lz9hk5fo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-32ff6a-lz9hk5fo","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"781ca177b4c79f8c9fd0eadeb07d9d2f0ffe9470","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-32ff6a-lz9hk5fo.tgz","fileCount":919,"integrity":"sha512-Gi8fQlWhk19QUKEzlOODRya2y7RIRT7VFJ0s2jKxBwMI/AyapK2VT4zQrpj0dlqq+dbfdzx4lw8ipL7/uIUKQw==","signatures":[{"sig":"MEQCIGI+s/NTh+y5xsMgkgD7g60xudwcIgERQ+cxYsb1o1EeAiAoQJwNd0ZzDkrKcNUg3IouXzHOBy6S7yLyFuAafSfmpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"32ff6a50ab8faba56a36d36ee76787b84f4f13b8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-32ff6a-lz9hk5fo_1722408549113_0.22937423330758655","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5abcc3-lz9hp1ek":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5abcc3-lz9hp1ek","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5abcc3-lz9hp1ek","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1df572513fa45c2289c1a76ff7e36cef2fe79c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5abcc3-lz9hp1ek.tgz","fileCount":919,"integrity":"sha512-N1ZZssAbI9IVCYb6Uvfr3xBnz5tw6qpaovkSpDFP9dByvg7bo6N7jYdIn1lBlKy1hkaQjgvGoPxKwL0R7OsSsA==","signatures":[{"sig":"MEQCIGrjcyQfS3HPraeCQ8tAoSCL77P70C9ITra048aP2a+qAiA0MFiyd/UuaoSEnbmuT8u/MBm/sVYnAoAF+pVgdLgbNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5abcc30365b7695d1b91013b7145f04661f193c1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5abcc3-lz9hp1ek_1722408779475_0.5186486862443114","host":"s3://npm-registry-packages"}},"18.0.0-renovate-35f612-lz9hwxl3":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-35f612-lz9hwxl3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-35f612-lz9hwxl3","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e918304329c2c68b67b3aab48609feecd65f3a4f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-35f612-lz9hwxl3.tgz","fileCount":919,"integrity":"sha512-v31TiVW39tWm+np7kONcBzvc/liNdKXWWutoBjNG5Wbpdkhlw83BmhKhif+wPsEESl9j0OI18m1df4jEZ4q0wQ==","signatures":[{"sig":"MEYCIQCT5Y4tBjcvrBzlY3CPmXHtcaoG68PfJ9uIYj4zQaHPqgIhALuZhO9YM1y1ECG4JCz75O0rgvlZ/vjXeWThdbDlmgLA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35f61233004e7aa4fd845740f242b373fadd964f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-35f612-lz9hwxl3_1722409147713_0.3024653745016401","host":"s3://npm-registry-packages"}},"18.0.0-feature-ed202d-lz9i1ik6":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ed202d-lz9i1ik6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ed202d-lz9i1ik6","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dab0be5d062d5cd9aa708def4205a02826a509cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ed202d-lz9i1ik6.tgz","fileCount":922,"integrity":"sha512-FBqMUNZnHUl4YJKYRSOxc6Yazoto+fEyRAYxka7NrC2u+mLMkWPXVhbYs0XMZq6z1JcuVTETgWxsSAMFQZ5XRA==","signatures":[{"sig":"MEUCIBm7E5hqOlJd9BXaaG2XRXroJPwhjxJKDFVp4CqYt1MJAiEAvFW8dbP8vCrzoo1E+pYPGj+2TB8utyzQjH4pKajfzCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4057429},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ed202d06e6108592e9cd67016aff9754a8d57b64","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-revert-270-revert-266-feature-d6f0cf-lysgemuq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ed202d-lz9i1ik6_1722409363710_0.5771895891201819","host":"s3://npm-registry-packages"}},"18.0.0-feature-b36992-lz9i1tqr":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-b36992-lz9i1tqr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-b36992-lz9i1tqr","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3aa1d70e7992c1c9308fda2da31a8e408d712adb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-b36992-lz9i1tqr.tgz","fileCount":919,"integrity":"sha512-cyqLkvCbehoTnuUsoPKOOolHH+bjPlNPMovaM43zTlCrYymnCz7nitnTvDmFR+OAuw9QLWNEtGu9kifJe49Zlg==","signatures":[{"sig":"MEQCIFXhVRD9CFR/DGhkXpe44B4atK4GMyN63Uk3EZdOL/5TAiBU93LbZtrotOCLdYskD2Bis6PykulNp2CYhuvzODoX0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4066950},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b36992472e414806b255bd372f0a1d994daf2db9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-b36992-lz9i1tqr_1722409376554_0.802536678757301","host":"s3://npm-registry-packages"}},"18.0.0-develop-814969-lz9lf1aa":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-814969-lz9lf1aa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-814969-lz9lf1aa","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5693eb9995da17859c86c6916466eb83623c2549","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-814969-lz9lf1aa.tgz","fileCount":919,"integrity":"sha512-aOe0bbxCLo1CM0lpqXOcQszSPQ8x+U6QeuLHRwjlxfVoo90eA11+fHLD7sEy90+jmb+IVpbFwYZwAfC/5q+cDA==","signatures":[{"sig":"MEUCIQCcY2MVQh3/SO6QkGuYZPPkD0UcClY+2NwBWRDk+6ZtvQIgDzJu6tevNP5kdga+KKyicu0WY12mA/FeKhno914SJLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"81496921426ae4f44c57b4b32adc6e70f5463160","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-814969-lz9lf1aa_1722415032415_0.05498659561027974","host":"s3://npm-registry-packages"}},"18.0.0-renovate-06cdbb-lz9lftgl":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-06cdbb-lz9lftgl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-06cdbb-lz9lftgl","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c15289560012152e7d7019f6b8f8394a31296583","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-06cdbb-lz9lftgl.tgz","fileCount":919,"integrity":"sha512-ASTmG5GH3v9f8AJ3SG50A+Xbq9WVCEsmvXOSqV3P6fx3+Wdra8ORz4pAdl6+zuW1q5EpOIBy8gXuGROUwgpP+A==","signatures":[{"sig":"MEYCIQD3xV0Pe2xZZAoLK7YTZ3wt5IjmyQE6WpefsefHwD7ndgIhAMPmLVRnr2KCbJqtbRLY+IntFqiEfToCoPmtT51gzdid","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"06cdbb846397adc3236037bdd4b234166442246c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-06cdbb-lz9lftgl_1722415067496_0.6847363570495002","host":"s3://npm-registry-packages"}},"18.0.0-renovate-bc4eb4-lz9lgv6v":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-bc4eb4-lz9lgv6v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-bc4eb4-lz9lgv6v","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d6ee828af0b76e247def3a70212edbb585de9708","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-bc4eb4-lz9lgv6v.tgz","fileCount":919,"integrity":"sha512-y3cay/AMUIH/b/550zCC6+Nw6r9vVsmpMdER02VoA179QLDKCp60rWeAkhN5L0hi4cgkbUXYyor8c14LSUeZIA==","signatures":[{"sig":"MEYCIQDIhvp04h1HWuMMgIK2eaYC+fyX+63Vbt9Fmim+9ZBDOwIhAPIkygIuYIVF8MReY4gTPXnXU4ONAKOPOcBMmQ3G9PBj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bc4eb4a3204c15c6f92a775d46d322d6fedbec31","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-bc4eb4-lz9lgv6v_1722415116918_0.6243556457303676","host":"s3://npm-registry-packages"}},"18.0.0-renovate-8ef234-lz9ljjls":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-8ef234-lz9ljjls","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-8ef234-lz9ljjls","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"56fb1e055ff7ccdc82f65839fc60d4e98af78558","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-8ef234-lz9ljjls.tgz","fileCount":919,"integrity":"sha512-5oldYNMM2ntumg/pS/Bp3hJ2hOjP4HGDrF10s7QwUaIpezQavXSxBmrpFk/RLgGXTlvxh8yMmykNqIy/YfjzUA==","signatures":[{"sig":"MEUCIEgAVahIZw6ImoE/x2WLOw99iNBDMWSAjKhtusl8TuqhAiEAkZtW4mVJCu31wBgrz1nFyBO9OLeE8zqRyXfy1TC4kIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ef23479e59b84170c6b389a69dc1a75c9a4b268","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.10.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.2.4","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-8ef234-lz9ljjls_1722415241867_0.8175343259512586","host":"s3://npm-registry-packages"}},"18.0.0-develop-e008f9-lz9n8bnk":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-e008f9-lz9n8bnk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-e008f9-lz9n8bnk","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5df16ed9a2649fa1ff48000bfb21c6a9f60ce772","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-e008f9-lz9n8bnk.tgz","fileCount":919,"integrity":"sha512-f+cRWchcNgtvSs6pMdeC/vpK0tl8tOLtFEYBEy+mla8QuWF7CZ/sMb6WOW3y+aBfyIC0Vz+X6otxPZvt/lr4iQ==","signatures":[{"sig":"MEUCIQDQYzVPf+TQY1BbKPE2BUSjKGopOU/wvb8WkteRHygbFwIgTa7znoRkWIku4skqtesyczLVdv12YsQaJVybbp0X0yQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e008f91d353102433047d87aa769cca3827f0a30","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-e008f9-lz9n8bnk_1722418077487_0.3655777280313479","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f5bff6-lz9n9nh3":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f5bff6-lz9n9nh3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f5bff6-lz9n9nh3","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e4cb1d14955e45f06ae6a7300b7ed175772fd1dc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f5bff6-lz9n9nh3.tgz","fileCount":919,"integrity":"sha512-Lt+5oqmqnNqQMq9Xo4jak7TU2WxZXaIzZfXRvk++iuQZpD3uO8TS0m7TRi6BdVD4MPzCXgV1ZQ91jh0Jga4Cvg==","signatures":[{"sig":"MEUCIBFoqv24CwwQ57/PBYgVBydzYH9AAeT2MsV4TCQEC1I6AiEA/p7nlXBp6gu4vMlIQbZpHerOo2jGNUR1ysDLBGELK90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f5bff612dc51c615d996795870459c412a669fc5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f5bff6-lz9n9nh3_1722418138924_0.8461868211889705","host":"s3://npm-registry-packages"}},"18.0.0-renovate-3da6e2-lz9namsm":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-3da6e2-lz9namsm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-3da6e2-lz9namsm","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"131454b57295cee2df343a32610ba30cdcb9d4d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-3da6e2-lz9namsm.tgz","fileCount":919,"integrity":"sha512-NuoC/7xoFRN1Lm7s2nFcgrv2d8Wg8shSh8MZaoO5Rj67EJp0b/GVlyVRAx/PxBvcKT9nBXBs0bVzB75TeiGeQw==","signatures":[{"sig":"MEUCIEiVY0HpFq4DajBk3M/Cq06abhymK20nFy8bqlXFN8R/AiEAgNyj2Ep1DkeDVuSTA5VBF8gMGlz1EyE1wa+/oxjTalM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3da6e2ead590eb2e46ac44cd3bb519f91b7a1507","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-3da6e2-lz9namsm_1722418186742_0.1828135458250717","host":"s3://npm-registry-packages"}},"18.0.0-renovate-836a51-lz9nbe3o":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-836a51-lz9nbe3o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-836a51-lz9nbe3o","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1af0b23f52665ab1dfe4a2918455c41557c5b39","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-836a51-lz9nbe3o.tgz","fileCount":919,"integrity":"sha512-9KAn3VI9Faa8BLuEq799EHh/5nvwVVa8egnoANB659sgUrTvnwloJ3LT4IKKSuxoHmxF/ajC9KJBkV1GOP4mZw==","signatures":[{"sig":"MEQCIAsUVpERZFjItjjDVL+lPngwt2OkNdVclPAHmq3V8gaGAiBuPdpOIdlHADXKcFCtbnZIftF+PDfBh0lAUuQQtO/Nsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"836a513cb4f3af2d97a9d5c25611a851c6c44455","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-836a51-lz9nbe3o_1722418222909_0.9622298479539824","host":"s3://npm-registry-packages"}},"18.0.0-renovate-44445a-lz9pf6sq":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-44445a-lz9pf6sq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-44445a-lz9pf6sq","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5921fb5d3428b1152179658c195fb22d0cd3d1dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-44445a-lz9pf6sq.tgz","fileCount":919,"integrity":"sha512-xVaKAQcWmj3p1iQl71EMIixD+5/qed7EIB00OLyCtpPAeciv64uj2cGvH/jxG+/jhLl28vcTHWU7XU2dd/81OA==","signatures":[{"sig":"MEQCIFN6YUmCA72zxEe/+Hr6QVNr3ZQJXEWxLJ2SWNJH+SQqAiBpfZLzTYHUi11QPA7t7lkUNirHRL66bkd3R5p+oDrsJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"44445a70d4f7b147249992749ec0af7f5179ed39","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-44445a-lz9pf6sq_1722421757348_0.9134248255872672","host":"s3://npm-registry-packages"}},"18.0.0-develop-0418f0-lz9pfbrp":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-0418f0-lz9pfbrp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-0418f0-lz9pfbrp","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f822906c9545d4fac3a1b4810c7882a745ea9407","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-0418f0-lz9pfbrp.tgz","fileCount":919,"integrity":"sha512-xqP84NXuttszm4LUtCvb7RDpUrq35eFZ1xqyO9ltjNRu0PReP61pHVtnWUKpGpkIB7YZB3lgeHPL6BE08kRAzw==","signatures":[{"sig":"MEQCIBxfMOxPB+Y3JR1/2Ztb/vU1P9n7YXn/WQQGdMxHv7F2AiBtJ6RdZO+Y6NhiNSv6rZlI6Ve1O0Wq8nMKIts5R33aSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052763},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0418f0fef8c2a3ff17205a9954e51eb935781a8f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-0418f0-lz9pfbrp_1722421762868_0.36791165141490034","host":"s3://npm-registry-packages"}},"18.0.0-renovate-660cb4-lz9piyi9":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-660cb4-lz9piyi9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-660cb4-lz9piyi9","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"05100c5dc9ac0cf6a1038333036b303ee50ef3ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-660cb4-lz9piyi9.tgz","fileCount":919,"integrity":"sha512-GVqO2JH/52agtbe/thuoa9RhGhGs6VUPxHn6Toq6r0awK+1tjOkckaoFkVQQ4Fv3T4XM652sKXf50DENlLWjbA==","signatures":[{"sig":"MEQCICZS7C6aJGznmPfD/ZkYKQZaZsIaLtj5uR0crPfS7MkwAiBr6nUw6YNL02knOyxg1ZDHEXT0l5hdG9XHrebgM/MdEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"660cb44adcebfcdeb77205b8559f2e09b45c173b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.3","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-660cb4-lz9piyi9_1722421935097_0.5233140109750978","host":"s3://npm-registry-packages"}},"18.0.0-develop-652393-lz9w3o6e":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-652393-lz9w3o6e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-652393-lz9w3o6e","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1643c87e22dd68807eac5e738f1bc9b25c1a26c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-652393-lz9w3o6e.tgz","fileCount":919,"integrity":"sha512-8a81WNyGVCHC5AgvGXxX1jNHrmf5AVJxWvo4QM5u+57Ix0r7rFFR0J/ExiohkdzTbMa1sfLOA1WQyN8Or9Mgtw==","signatures":[{"sig":"MEUCIHMWQX8TE9Dbdr2/lO7bnBsyWrekr+iHOVFJAXDnj0FWAiEAlPfXmp349RHiB7NfD+zassqMJYwHKJDvoqUyf+qR0gk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052941},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6523931d1cbb444f5c90691e6b10d6c1f50bc0b1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-652393-lz9w3o6e_1722432978411_0.38027824708335123","host":"s3://npm-registry-packages"}},"18.0.0-feature-f49d2f-lz9xwdqg":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f49d2f-lz9xwdqg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f49d2f-lz9xwdqg","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc80df594805f390e6d010e6ba794ff33996d925","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f49d2f-lz9xwdqg.tgz","fileCount":919,"integrity":"sha512-3yoc4l9/Ds1ym2UJOtZdas3fgYzT9BqIv6rG1DX0Sbu76K0bxcmnPlYXUgF+VjrBs4I6d8Ri2hrDPumM/06Yhg==","signatures":[{"sig":"MEQCIEYugmySNU+BLBaUgJZkApbsShCBukE1BrTKfosMAis5AiBFHTdvvAw5UIRVsjrIAVy0T6Yoy2hJZa2Agb6kPNCpfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f49d2fcdface4c84d844e55c7407e4d79a015acd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f49d2f-lz9xwdqg_1722435997525_0.5939981488058181","host":"s3://npm-registry-packages"}},"18.0.0-feature-bfeb5e-lza00pbr":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-bfeb5e-lza00pbr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-bfeb5e-lza00pbr","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2037f14dd4bc8f5c4b3ec3beaa9d77e1719c50a1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-bfeb5e-lza00pbr.tgz","fileCount":919,"integrity":"sha512-rS9NXqo2nZ72eGYFvM/BYslMafGWQM46L2PkGnTufHHuXTKaJNxkRayJtdmIYubfOaoCvwesxmpkMElSyOaR6w==","signatures":[{"sig":"MEQCICXugVXVPKnAqWqHgZ1Euxs2ao2MVi5t6mncxeyIixQZAiAfQcJraxaCMRz75Ls9BSN1XmE4spiMF8x2AfJwm/uuZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bfeb5e6f63de5b3d83be52d951baafafe240fc13","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-bfeb5e-lza00pbr_1722439556360_0.3684129348541849","host":"s3://npm-registry-packages"}},"18.0.0-renovate-045291-lzch7et0":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-045291-lzch7et0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-045291-lzch7et0","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b0ad6d3c6afce1f186bc2a84280afd089dfbefb0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-045291-lzch7et0.tgz","fileCount":919,"integrity":"sha512-nkfez5Teue5EIAQZYRGZRhYJCQy/XHX934vf3X1NzuOQG/Lm0NrvQfEQo1uyl24WMRWBMLGabJdXZdtb0u706Q==","signatures":[{"sig":"MEYCIQCseJLNb43uxsyZ2sAkrI3QTZZ4FbDK7WUaKY7de3E7EQIhAJijicj02JM8/Hbv+y7oXdwCnqZVj74zWtJ91e3M9mQ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"04529125734a35e6fccfe9f23fd9d143e6e3d7a0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-045291-lzch7et0_1722589353731_0.634788021473011","host":"s3://npm-registry-packages"}},"18.0.0-renovate-6f1a24-lzch7pfx":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-6f1a24-lzch7pfx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-6f1a24-lzch7pfx","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c8b28e4df689af23304601f70be72e81db0b1cdf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-6f1a24-lzch7pfx.tgz","fileCount":919,"integrity":"sha512-p9EeNwoTbqw45sWkhbyUDCahhrTxDL6oDGD1s9QYAIh/6e+Lpfyikcr+L+7+P+fns7Xx1XACK+YJ+Mbwhb/l/Q==","signatures":[{"sig":"MEUCIQCKpETFERaPxqxspkPYVGRRWITaGOOlSiWx75CEcdhW1wIgC4KDS5EwBC9Pd8ErQBqKhOm0sQy9oV+lGndrh8FzAJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6f1a24ebf405eb5cc774fa9e2c628e0b9c44e305","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.7.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-6f1a24-lzch7pfx_1722589369203_0.9908821604163636","host":"s3://npm-registry-packages"}},"18.0.0-feature-f3594f-lzcs6y6t":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f3594f-lzcs6y6t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f3594f-lzcs6y6t","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb2ef1faa3060377dba37fdf33101fa819b35aa2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f3594f-lzcs6y6t.tgz","fileCount":919,"integrity":"sha512-lzfpvDWhO8R1hY2kerqFZniEuQxYWqLZ510HK7LLkMYku9b0opVOH7MVceqVHkN9EoR0LRPUwPXSct+6sTaQtw==","signatures":[{"sig":"MEUCIHXFeB/1Nq8sUwK5jSq/9iPhX93HkyyWtF80dhqctUH0AiEAkrxLwJr3HwnGFwWgo3l+f/mSLS3vR60P0KcjKGDva7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f3594f5522da68f42dec6a25d11d156f03618dfe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f3594f-lzcs6y6t_1722607809874_0.07844421995244888","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d27c31-lzcsf4ed":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d27c31-lzcsf4ed","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d27c31-lzcsf4ed","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"63dfd92ac5758fdae052ab2c843f262def4c7e96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d27c31-lzcsf4ed.tgz","fileCount":919,"integrity":"sha512-jbEWOz6QVB7/niRdGKHl1nk8D6KiRUDxKctV8Fbd41ze5/HVx+PEH2qtdyV2TV44wb7Jni5F91XX9fu5IUCMJQ==","signatures":[{"sig":"MEUCIQD0mK1xRlWRc/QCOSaWeY0dPAJBtP/nFqFCf8a+bd4awgIgQfpNHuQ5drLrw5X7UWf8Dh3rPFqDTjzk20cCYKdqfGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052942},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d27c31eba4aa6799326ca83e3785ec8b5b8b54d4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d27c31-lzcsf4ed_1722608191790_0.5529030193147","host":"s3://npm-registry-packages"}},"18.0.0-develop-19e17b-lzctoz1f":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-19e17b-lzctoz1f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-19e17b-lzctoz1f","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ab0016a308024ff339d3caf765848f23a6655bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-19e17b-lzctoz1f.tgz","fileCount":919,"integrity":"sha512-waBJoRxB2IC1xQnkMS7mSg5DtPdgmxjhLRrA7QomKGM9sBI7ydk+jsrFqPBuHJsexQ8WhSJVu2isHUt1tijIfQ==","signatures":[{"sig":"MEUCIBouacfh491wEJaDzvUqvhJUrist9sSixakZ5lRJ0q3dAiEAiDxXgoIpXHqor1FvYt0O+zi2fj3xpzrNngyvfHjHswI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19e17b1c86616e8fc2bfaf4904e4e08cbbb33217","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-19e17b-lzctoz1f_1722610330930_0.09220757483287079","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f9b4d9-lzcvc8wc":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f9b4d9-lzcvc8wc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f9b4d9-lzcvc8wc","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c246aec5b723260d6f9ca3f3cb822ccaf0b4bb32","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f9b4d9-lzcvc8wc.tgz","fileCount":919,"integrity":"sha512-htBb+jySsipY9wVNksQaaFUY9v4Mwg3LCc7uJMbPBMcxyuBKoNeRuar9rl7J4trxtg+drVDJKwx9qabtAkXveA==","signatures":[{"sig":"MEUCIQCYXVDqlnYDAzO73m2VG51yW5GSaJe9Bnor9RQARBN60AIgAsBiRg4g228tuypIoJQ6SVrBM3oniwJYitu+7iJLiO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067200},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f9b4d988b38a1f514380948a7d0b86089d3def6f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f9b4d9-lzcvc8wc_1722613097976_0.33358783787156","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d62faa-lzgdovhw":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d62faa-lzgdovhw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d62faa-lzgdovhw","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eff92a853e3b668ad1ce4f86e0f2a3d5f29871be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d62faa-lzgdovhw.tgz","fileCount":919,"integrity":"sha512-kTy9F9bvsweiAl/WselB2GQkuCg5hdHfK/yHd1rPQt+Z+kIxbLFW5kFmGMRQ3sNqDtyj4ElYaFpmReZD7YGfJA==","signatures":[{"sig":"MEUCIQD3xG36E7W5H+M+OOJFmGZRFXKDVDpOyWiQ4rf4qia9UQIgKkUr/mhOs76Mh1jMqX1bZlWnW00ah4X/Gok+nsGoHe8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067200},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d62faa326c52315ee71b34f860e978f326c34925","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d62faa-lzgdovhw_1722825319008_0.18972263023823532","host":"s3://npm-registry-packages"}},"18.0.0-feature-5a5abf-lzgsydcc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-5a5abf-lzgsydcc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-5a5abf-lzgsydcc","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ce88453a6a261e12b126df9fa7f731edaa3392b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-5a5abf-lzgsydcc.tgz","fileCount":928,"integrity":"sha512-sgT5wfn+jGLVZq5Tct4szFUFFAqXrYJ+ekSPZqDD6ED0Lpf0kpt5wO4BgOy3Ukf4aauQ7blvaG8TxVzmsP2WHg==","signatures":[{"sig":"MEYCIQDzTaxDjvWN3OT9+dS0faRu3iPnasBOLgXkgvfu9dDBeAIhAMu0abDae5gmJHGRxStGnfthCb4XACiXXVS13kLleUMZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921357},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a5abf4e8b94d1e887fe837d3d958874720d6c1b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-5a5abf-lzgsydcc_1722850954175_0.29060687136956354","host":"s3://npm-registry-packages"}},"18.0.0-develop-df2b2b-lzgt8utu":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-df2b2b-lzgt8utu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-df2b2b-lzgt8utu","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a02d81829865b0907f2e525f21ec66e28352639c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-df2b2b-lzgt8utu.tgz","fileCount":919,"integrity":"sha512-9+UGQno+JXtz7G9sQkgHa/fVRcDIjoUsaw4Hls65ZRhskE+mfWeZfdeFirv3HVmtsrQqYCf3nCIWBkXAX+H6cQ==","signatures":[{"sig":"MEUCIQDd6sf53s3d8U9vfYoG45Bb0DiyaBeVot/KunrDGnZJcwIgUlGtoluXr4J3BThZ+mbkM/BYNh3MT7Gmb+Sg5G2xOsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4067199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df2b2ba0006dedbdf7d6b64e4fa9f3e99f6af880","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-92a366-lyh8l617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-df2b2b-lzgt8utu_1722851444139_0.22377924081538403","host":"s3://npm-registry-packages"}},"18.0.0-feature-bd45dc-lzgtgqie":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-bd45dc-lzgtgqie","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-bd45dc-lzgtgqie","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fa3f0a5df43ec9b1cabe4fde605be5f3a2d8cbe4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-bd45dc-lzgtgqie.tgz","fileCount":928,"integrity":"sha512-S+IixMN1/FXDZyLqIysGpTn8/5OTU0Ni0u/OZYlpg8Kq2mgOjVtqQnZ99Q7S+2Ky6eAJkey2enT4p0QAOCcVsg==","signatures":[{"sig":"MEUCIQCsH6agZtPEzekBKKsHO5oVjnrF3lY9hriGo7zoB7R5PQIgdCbkuDU7g3lOShZprrZxYdLIt2+9E96Wxj5/v4OwGFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bd45dc4b4ae279bde65907013789b0fcff2f6eb0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-bd45dc-lzgtgqie_1722851811424_0.7542795846333417","host":"s3://npm-registry-packages"}},"18.0.0-feature-2670a1-lzgtjfnq":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2670a1-lzgtjfnq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2670a1-lzgtjfnq","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"109e2e2987591521c85ef2b2cdc4cc25c45bf458","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2670a1-lzgtjfnq.tgz","fileCount":928,"integrity":"sha512-hfFpZM5PoUaz99TbqEEiMz5HVn8QJEuddpqpgvIpuFPadxGEd1gvlhG6XZy8Kb9CPWCfWzXrY3xrWmW8venUfw==","signatures":[{"sig":"MEUCIQDbxtFngzJ/uKRg7q+bXf+SWeLsEyQy6pEOZJUnOuL2uQIgYNsUfjUFcDOV4bHdkCkxpTe02PNJfYB60zaSaYqoXXM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2670a1105d6a86301953876181cb11987e199399","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2670a1-lzgtjfnq_1722851936873_0.2945967729005545","host":"s3://npm-registry-packages"}},"18.0.0-feature-5e685d-lzgtt5x8":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-5e685d-lzgtt5x8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-5e685d-lzgtt5x8","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7305e5dc1256713fa4fd45b619135c7de7254bf0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-5e685d-lzgtt5x8.tgz","fileCount":928,"integrity":"sha512-f6nrHmwGQ3wTDr788jnkzdBnoz9CtsEoRD6nvlstXOQqYwXclG0y8jEnT/2rTcm1O+nZT5cNI3DMi1KG8zdqmw==","signatures":[{"sig":"MEYCIQDfwhEPUDUDVPifcrrd0jRB3yN0yQKcWHVgLvjyBqslCAIhAND/rNCoZ1iQbAR+/MycfJr0PsKR/mBywE3s9bvbq4Dk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5e685da174c527ac866e433d49f91a87ff9c25c1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-5e685d-lzgtt5x8_1722852390763_0.2840519320571899","host":"s3://npm-registry-packages"}},"18.0.0-feature-12a3a5-lzgu6o99":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-12a3a5-lzgu6o99","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-12a3a5-lzgu6o99","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c9d055d26be87045701b5c2abc6bb3138415ca1a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-12a3a5-lzgu6o99.tgz","fileCount":928,"integrity":"sha512-Zq+r3yoYcqpHVLIiFMQqhA/kOr9OJ6b8m11Dt9MJ5lyM/XJFUnhqm9WvR9H/3dMI7SebJXU24npD5UWmwRK1Ww==","signatures":[{"sig":"MEYCIQCgcA+IX2aXjOHszZpzFcyvc8mgmwwApqx4Qe41kWCamwIhAMZ/PYYCgYQ0J+Yq1PSm/oUHvJJ9eUW+gUPSkdKyl0wP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"12a3a527eb5a895882a500c3240b6df0f3ba9b16","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-12a3a5-lzgu6o99_1722853020533_0.4004597157309171","host":"s3://npm-registry-packages"}},"18.0.0-feature-c5f7ba-lzguau05":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c5f7ba-lzguau05","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c5f7ba-lzguau05","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1944f22fada92f556ba51ef5ecf21f657cd899bc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c5f7ba-lzguau05.tgz","fileCount":928,"integrity":"sha512-AM0nWouquYG8w9h/gQwWgnRUN/uevm3BFzsQoKDRQC83+vc0YRmNNCOf6fChjhPXQzJWcWrU8/cEYG5w0zLi+w==","signatures":[{"sig":"MEUCIGp1ghNj8f/UJB13+Hgbw5gZ7cmSQtA75bXqTNnqr04sAiEA1FDivag7FLf+Snl9gmg1UolqQH260zZDyYGJzcjuE90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5f7ba2ca7f06b053ed65228d1fb3fe551ba624d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c5f7ba-lzguau05_1722853215733_0.17537795165777648","host":"s3://npm-registry-packages"}},"18.0.0-feature-c0e309-lzguiszt":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c0e309-lzguiszt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c0e309-lzguiszt","maintainers":[{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"54c5ab7caed99ae9993cf57f950ff77ae3aebfbf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c0e309-lzguiszt.tgz","fileCount":928,"integrity":"sha512-D/SCS3IwIrH7h8a3/IL6wiUNTgGp8jnWqxRPKhSrCiHAmmfbDcZ9E3e0hvtjp1F9z01UO05IaUhNnlF1wHRO5Q==","signatures":[{"sig":"MEQCIAMXeVPzg9Jw6crDldIBkazuoyL3DBMu3fd9iy+2ENsdAiBiw6KRDUFWvzKi+XmArwQZmqh2l6mcDpoP/ljuJKY95Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c0e3090109881558c78123df60732773b25710b4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c0e309-lzguiszt_1722853588359_0.4628285619762842","host":"s3://npm-registry-packages"}},"18.0.0-feature-527c06-lzi3c0vb":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-527c06-lzi3c0vb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-527c06-lzi3c0vb","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78510c60affb429f3a3b30d53af8283f175ee531","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-527c06-lzi3c0vb.tgz","fileCount":919,"integrity":"sha512-kTC8yV0FKnN7Ei5g/z3Pw+x0jI+BankqhGT7uaO7koFKHOPEJyWnWDbhlhUG9kUSgpdG3a11T1Mm7yOji/VFOQ==","signatures":[{"sig":"MEQCIHALqxukgzUZtNmc42sE9ed+zVNiu6i51AifRsdrqvlYAiAvSEBp3K0TYwt3irRn3zcVmOkCSzM1KknyAPGVcc/bgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4068129},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"527c066f871a86a08849acc712b463dd8a156ae0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-8410f3-lz863eye"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4cf554-lzcrkmbb","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-527c06-lzi3c0vb_1722928853525_0.6307721043836905","host":"s3://npm-registry-packages"}},"18.0.0-feature-70abec-lzi4allk":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-70abec-lzi4allk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-70abec-lzi4allk","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b9b2075de5a91da8e464a89d8421a08fbe0f4f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-70abec-lzi4allk.tgz","fileCount":919,"integrity":"sha512-Yh3xiw6QTEc66JOxgGMlhAei9pkSP6m0tdvJoP6zANExDjtx/WoC2E8OEFNPX6YrRDfEFZUge2KUkYWHbNL0Xw==","signatures":[{"sig":"MEUCIQCy/xcTbRyGZ7gmo6M+VzSjfxDg7vL3x82w4HYqrn0ZswIgSrKsF1e7WPDV+kZS2E1g/9O0ROBVzEcK2EXTWczddI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4068213},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70abec5239b4691529031b30cf7c3d22245aa433","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-671_process_version_runtime_expression_engine_sdk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"feature~PCE-671_process_version_runtime_expression","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-70abec-lzi4allk_1722930467173_0.4230256022666474","host":"s3://npm-registry-packages"}},"18.0.0-feature-091441-lzi9ybpc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-091441-lzi9ybpc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-091441-lzi9ybpc","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc5a75d8b0788b64b80c04d1829aadac5bc5143d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-091441-lzi9ybpc.tgz","fileCount":928,"integrity":"sha512-ibi/gbmkvxNwyi2S4IQ5nweix7Rhazo6E9CeGwxXJmjGzf5erK9+om1fkKAVoWW3gizUTQcdoXX08GbHY3Ik1w==","signatures":[{"sig":"MEQCICH9tSalPhKjrAwumMKRxf/cVqqxAQsJbmUK3lsSQSwMAiA6K2PqDAm4AflS9HDPnsaOCacA1ah4IULETrYYbbIW3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"091441dc3125604bf7873dda44cf50fce2f537a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-091441-lzi9ybpc_1722939971614_0.3888200186802382","host":"s3://npm-registry-packages"}},"18.0.0-feature-0cb078-lziae5az":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0cb078-lziae5az","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0cb078-lziae5az","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9fac4234c8c93fcf63c72b1bbca4ce50d01bdc8e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0cb078-lziae5az.tgz","fileCount":928,"integrity":"sha512-M2G2wJdPichWvl5lVUghu9Sui/yKAU//09gRm3EB7OmMjkO4wRbS+B2k36Tj2CfQN5X6cZ85lks5qI00e5WINg==","signatures":[{"sig":"MEUCIQDqhSDh3bjXaxtKJffL+wDUbGOpfoKZqLp7tmZUrgDSCAIgPhSc3U+nNXmG2SfOQ417AXP0t4mviui1L1ep+sVAO3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cb078baa8f7628610b1466ab62950d842b8261d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0cb078-lziae5az_1722940710629_0.9253416021209291","host":"s3://npm-registry-packages"}},"18.0.0-feature-9410b7-lziamezy":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9410b7-lziamezy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9410b7-lziamezy","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"27c68976b16e7e1f9f0dd1e8814a9d3990c98c70","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9410b7-lziamezy.tgz","fileCount":928,"integrity":"sha512-dxotlICEZMX6UDp/gHYz6QIajA/7ypQSYUsTJnfTLUwg0dDmmvf6rK3qFwiLbhfKmuwCpOJm8SdYBT3RzH+1mQ==","signatures":[{"sig":"MEUCIQC0Kvo4VIpvLHMjXOizC4eTFN+54vUzBWIsM24zS/l3NwIgNTupc29wfxbHJHHEjx/oQ+gnHC+AwtYo+mwECBw55fQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9410b72adc99ec6ed095850ebcae5afbc3c81f38","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9410b7-lziamezy_1722941096635_0.19346007292902523","host":"s3://npm-registry-packages"}},"18.0.0-feature-881536-lziee0ic":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-881536-lziee0ic","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-881536-lziee0ic","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"007ba71ba8352118918f35a4aac45deb7c87ec69","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-881536-lziee0ic.tgz","fileCount":919,"integrity":"sha512-wZZlz6PvcGHMNUNmqfVyiY2Ng868kANVnY+leo7QaLlg5ij5cvJeeuepbrWRaSsariokx1T3ba0TN440dqW2tA==","signatures":[{"sig":"MEYCIQDTrshzqgM9TqO9nVpKX8sPoO5hjTGp4q+Qnu1THSgXTwIhAP2QSSZnbqoYQCXHneEarbSCakAhx0QHxK1Sgws/R1k7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4068160},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"881536a2b04dbbaaa327d93f25d29bb3a22a4679","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-38192d-lzic8mkw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e87245-lzice0r2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-881536-lziee0ic_1722947423629_0.39369251749403156","host":"s3://npm-registry-packages"}},"18.0.0-feature-400ab1-lzif705l":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-400ab1-lzif705l","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-400ab1-lzif705l","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e806fb93bf7b4d5110fedaab125443dbad818600","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-400ab1-lzif705l.tgz","fileCount":928,"integrity":"sha512-+P63Q1AlC663iV+u1IBKD8zOTlhRHlgF0i4ZI5cr5l0yzZDDD0kvw58rAu3ZROSDGajjgVoOScM6hsg3ipbn+g==","signatures":[{"sig":"MEQCIF0PRh+8N0shSpZjj3tD+R+VtitLfUYQaY3+8ugE7nDMAiB27LSqFMx/p+P2x1reBZOoJR0iASnrBvZoWH9hH44fQQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921360},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"400ab1611855b963e7272cf7372ac5553a1b133a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-4ec89a-lzgskgxa","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-400ab1-lzif705l_1722948774678_0.1944855516012074","host":"s3://npm-registry-packages"}},"18.0.0-develop-acee28-lzigkoo3":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-acee28-lzigkoo3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-acee28-lzigkoo3","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f91d3fd44caeacc83f4e3a5693c2dc670c1a70ed","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-acee28-lzigkoo3.tgz","fileCount":919,"integrity":"sha512-afzkt91OGI9AUabbgPN/EdUf0u8FR3TJhRJrF1m8z/21yLLsw9AKTdyj+hGFq3gWk/uwQPWYeMSIcM44yQtDBA==","signatures":[{"sig":"MEUCIQDw24z0K3HJOkC/Kz0nC9l7dOFNfUzhcOKdrV4p4HLQiwIgdhJ41O1CjiAyJ7nbgim5Qvovo6K5DGOIb4PRryP5dCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4068160},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"acee2857a06a261365246467fd12ad84df158672","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-38192d-lzic8mkw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e87245-lzice0r2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-acee28-lzigkoo3_1722951091791_0.6091535788465114","host":"s3://npm-registry-packages"}},"18.0.0-feature-05937a-lziic57c":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-05937a-lziic57c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-05937a-lziic57c","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a22ef52fb2dac51dc7ab6cd6e3d7997b623a6d3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-05937a-lziic57c.tgz","fileCount":928,"integrity":"sha512-t9uBt3YuXROXFsSjpFGleGofAxxmMVG4pS1ijCfSgHzGAcY+q52SOcQ7NSuIw/mEhHyHKVfEkk81RXhrZWEgSg==","signatures":[{"sig":"MEYCIQCnU3tjrbZoeOi8hq93yTXpNpsBcJYZty4PiyZeOwl/YAIhAM2ZKIK4koRsXBsxRtxIzBFCbTDFVW/zpYewFOSKaoY1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921812},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05937a4bd3d4619ae2600c9146c61ac9bb0ec04a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-05937a-lziic57c_1722954053093_0.2107227325916774","host":"s3://npm-registry-packages"}},"18.0.0-feature-256f37-lzjilhoh":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-256f37-lzjilhoh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-256f37-lzjilhoh","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"510a3837f2e5ed036c799734a03e291f474576da","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-256f37-lzjilhoh.tgz","fileCount":928,"integrity":"sha512-MxSEDE/2XafdLDEfdmee8VH3so6rG/vBx9Wd7736KIJjJI8oZsF73jlq42iNqvUAEAH/qHAWJTKRk2XNs7RMWA==","signatures":[{"sig":"MEQCIGpGNNqhqecZllFXfg9Z/d0DWlc8+xAxNmJ7vCFoqCvVAiBrdn3OjqAlcK3bTHfkYuMayubQ22uEr4Pc9U37cDQoGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922084},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"256f37983ea96ebad6eb38ec56725c5889c962d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-256f37-lzjilhoh_1723014956024_0.9452314954984682","host":"s3://npm-registry-packages"}},"18.0.0-feature-f78fb5-lzjomnaa":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f78fb5-lzjomnaa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f78fb5-lzjomnaa","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8cbf276383b027996ea762e71839dca887ce93df","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f78fb5-lzjomnaa.tgz","fileCount":928,"integrity":"sha512-q3wZ+DMRHjSoX0IkUkf7EKpxFPC85IXX9tONj8wQa+abtyv1HRngJoLp3HmKMveXCQuL7FmgRfxfKZzn2y5pfg==","signatures":[{"sig":"MEQCID8mR8SKutCEzbnc9dEYV92PFXQhu1VprI74RaHhE53kAiASDLfNZ73piulf2bCgslSRwSdSTXPtiXUJpkEao1p5Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922084},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f78fb5d2271c65a8499a93a5563d95d605064a24","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f78fb5-lzjomnaa_1723025087480_0.5700478064958592","host":"s3://npm-registry-packages"}},"18.0.0-feature-4a8b84-lzjoyw3o":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-4a8b84-lzjoyw3o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-4a8b84-lzjoyw3o","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d09e7a0137f88f74a8eaa86cf3e6f413d40601c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-4a8b84-lzjoyw3o.tgz","fileCount":928,"integrity":"sha512-MsBaoyv7zXLIrHMZF/gMUhSDjBXAI/iA+Yo0MuN9qz6bf6jxQzDV4QvbMrQsm+LEMNxGqTPaRi+Mdo/gQfq+Ew==","signatures":[{"sig":"MEUCIQCA4D2zxlRL2C0oEbjcpsopzSbDPM+Yhl8bCKXpizdb+QIgCaUrBEMhr2DhkoYt5UauXDnyzduecph2DZfdeyL+26c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922118},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a8b84e1c5b82751e7084f0ae5a13cc3bbcfc601","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-4a8b84-lzjoyw3o_1723025658825_0.7402314906499461","host":"s3://npm-registry-packages"}},"18.0.0-feature-e72027-lzjoz5uy":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e72027-lzjoz5uy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e72027-lzjoz5uy","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2fa7b7d086223e95cd0304814a3b2a6e9cd599e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e72027-lzjoz5uy.tgz","fileCount":928,"integrity":"sha512-gWAaIoKqggUXN8GOok71sV4MQrsw9x+YbqOVD3MGWondJDu20mwXm4P+lXI0O+TX2AL741L8yzTfuhggSXH7Zw==","signatures":[{"sig":"MEYCIQDTtD8QbEkiLEILy/HBVnN7zomocH2td1icx9f9jEjUkQIhAJ4mkUK5BgQBGmbiFCU7a6lntMjsmnq7dzzGYvoUbqO8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922127},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e720276a58e56c3eef2bfc67bf80ccc610204568","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e72027-lzjoz5uy_1723025669841_0.6831573165898048","host":"s3://npm-registry-packages"}},"18.0.0-feature-e5ff2a-lzjrkl9s":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e5ff2a-lzjrkl9s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e5ff2a-lzjrkl9s","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e7d9d30f89dc76a341974ff02fd51a071fdcb63e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e5ff2a-lzjrkl9s.tgz","fileCount":928,"integrity":"sha512-ZB2BLBOfzy9656AbpGlnbPhHd1qgeoLn3Psz5ksbvAjnysnk1y5aFnNI5DZxSHaDRqCoG1afEsuXqaZXSv+zTA==","signatures":[{"sig":"MEUCIAFRZhvMDsJuEb4ndjjsiZ5wv57RTNqezD+OrTDR1yR2AiEA/YTZclZDD/mJxSD0yFGUD6RnGi9THtiXSowEuQJq5wI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3924525},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e5ff2aecb6685021980b3851acb1827d8bad4a00","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-feature-9545e2-lzgsdoq8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-feature-5a6a25-lzii0kiz","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e5ff2a-lzjrkl9s_1723030030040_0.761519284111634","host":"s3://npm-registry-packages"}},"18.0.0-feature-485746-lzjv3q92":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-485746-lzjv3q92","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-485746-lzjv3q92","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91e5a038bc13554455394056705d4f55b5bf9099","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-485746-lzjv3q92.tgz","fileCount":919,"integrity":"sha512-+CK8Ez2wM45tW6vwttBt20cQQwdgcR4lkxMvyu3ixfyZc4oCfivLZxu7i8E4XZiT74QXRKjAGUcJyk1tbH7Z7A==","signatures":[{"sig":"MEYCIQCNd7pi26te5lGQ0pbKmjjVFJADkKZ/5VAFqIbuFEGeFgIhALzh0B//XRsH7gO9xlZiY2Fw+V72vs4UWB27jrKW66M1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051059},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4857465ec31688b44d4258bfa396c26806d34a1e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-841_remove_outdated_iam_contracts"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e87245-lzice0r2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-485746-lzjv3q92_1723035962555_0.07800120473112626","host":"s3://npm-registry-packages"}},"18.0.0-feature-a99675-lzjvlktr":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a99675-lzjvlktr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a99675-lzjvlktr","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b243b48bf47da8c7947befb92b33dabb09dbb465","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a99675-lzjvlktr.tgz","fileCount":919,"integrity":"sha512-hCANEyC3hShnUy9OPASYBhuay7Kz/odsdHwGX1Nf8i3+yxewEPsZaDi1/EFlD44UhYhcnEZMFhbY2sChWQZwAA==","signatures":[{"sig":"MEUCIFLjE6BceRu7VX3iVwyGKSHHnnCxlUnPhTgQj6gUVdoEAiEA1NQwue7oLhLXcLjwvGcowpHdKq/LXP9CyVCUlOHsZvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4068298},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a996754fcc78e07d33c753bf515ed360648fd243","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.1.0-develop-38192d-lzic8mkw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-e87245-lzice0r2","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a99675-lzjvlktr_1723036794313_0.591465832762401","host":"s3://npm-registry-packages"}},"18.0.0-feature-01d90b-lzl19x5b":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-01d90b-lzl19x5b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-01d90b-lzl19x5b","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ab6a7dbbc02ab71d25137b1ef0d77fd1963f4a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-01d90b-lzl19x5b.tgz","fileCount":919,"integrity":"sha512-MjzMODMf2hS4XzGUebjVVr9N82c6QIPHVm15C9CvA8VyMbNu6tMFr6Id2KuNoiPzU6jWX109hEI1KGSgMf0JZQ==","signatures":[{"sig":"MEUCIQDFbXI7RI8PPTx/ibBL///aEAo2IXlJL199P7AjlX6KegIgWcJaJMW659twjK+0MancECpN+M6sKITQDgvc08E2LYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051043},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"01d90bf3dce3dc55eeb9a23bc304b0e48c908e7e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-01d90b-lzl19x5b_1723106795992_0.20550632817733527","host":"s3://npm-registry-packages"}},"18.0.0-develop-91dcb8-lzl2q244":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-91dcb8-lzl2q244","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-91dcb8-lzl2q244","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a93b1c4bc99dd574e38e2c378ac7bd92325bc125","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-91dcb8-lzl2q244.tgz","fileCount":919,"integrity":"sha512-z83X6WFI3LoADNAbmKhpfN5sBLYAfFYZnGcFEfAUY58H+mrJgVM0JIrDFYszcMI833gRY5ksk9IhOCkIeGcdHQ==","signatures":[{"sig":"MEQCIEzFSM0lAkVdNpWWM5bV63lOvm1blRKbHtgUAg1vWO7dAiB2VoiGV228rMJCCMbASt52LCOOsk1ifT+L0aCjsrfSPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051043},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"91dcb8c58df5d56f6764f381f97ecede3c8dd003","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-91dcb8-lzl2q244_1723109227040_0.805019503234939","host":"s3://npm-registry-packages"}},"18.0.0-feature-8210c0-lzl46bi9":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8210c0-lzl46bi9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8210c0-lzl46bi9","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2d24f2ea2867362b1d4231ea66476efd189519f1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8210c0-lzl46bi9.tgz","fileCount":919,"integrity":"sha512-zDmeGToQgGsiLQGo+sDo0iQ1ZhvZHri7/Rpzat3o8MpqtqTClvdf9jRIPVZxIuLDW9P9YLxzVTc94YP1flABgA==","signatures":[{"sig":"MEYCIQDo3nBFE5b1pFuJtpIfA6ZqAKFdWLZ7gnKIRB5h4lTReQIhANN/3nc2ORnipSlabor0Q6T5jtrjNHe8hbtFG+FGOziG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051181},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8210c0e17aad2a250c2bbf5d88db6673d0f6cf02","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8210c0-lzl46bi9_1723111665250_0.23616310758285164","host":"s3://npm-registry-packages"}},"18.0.0-develop-fff96b-lzlanbc6":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-fff96b-lzlanbc6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-fff96b-lzlanbc6","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6fe09ae2368308f5c6ce363d2a6f3a8ad4e877d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-fff96b-lzlanbc6.tgz","fileCount":919,"integrity":"sha512-xsrOQHKsZJOzg/u3W9ln4XHmIB1w/WHjwmUI8FJUHF0hCMb4a9GFCDKkrcRdYz6ZkJqriM6q2VgeQz6MEQoUEQ==","signatures":[{"sig":"MEYCIQD2ZfdaCMl6O+fvpwFHbxa3T6X2+NQvp+EjZEeVszquiQIhAMNih4YUjOv3KAmFQDtntX5jCa9Vlr1nTAyUEa5ufQES","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051181},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fff96b8b54eb778c9227cda0c761d2b4ce21a24a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-fff96b-lzlanbc6_1723122536484_0.7314340358104008","host":"s3://npm-registry-packages"}},"18.0.0-feature-70f62b-lzld0qv5":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-70f62b-lzld0qv5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-70f62b-lzld0qv5","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7fa96fb7ac44216563ed3fa924d95f8da5f3c929","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-70f62b-lzld0qv5.tgz","fileCount":919,"integrity":"sha512-WZWNO/GqSejKbFtAyW/Vo5Q4VHtRb1+ApP5lNE1+IdkcSF3L2gjiCvxHMkNI74Sk0WhtVVGAVPKEN/HHCFmfyA==","signatures":[{"sig":"MEYCIQD8LupwvnGdEkm7wwvLNT+8JqIf4pzdfgp5RkfzXdAy3AIhANU1Db94UhLfq8n82xEAKhB31W58Ax7wxBLJIatYrUh7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060026},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70f62bbe48e9ae490ac7bcb8d2a82ba01cb69534","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-9b7216-lzlanbv9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-70f62b-lzld0qv5_1723126521447_0.9136277428403989","host":"s3://npm-registry-packages"}},"18.0.0-feature-ded6cb-lzlnalr4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ded6cb-lzlnalr4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ded6cb-lzlnalr4","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"365bf8bc90579c4bb5775751904c41cb776bcf43","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ded6cb-lzlnalr4.tgz","fileCount":919,"integrity":"sha512-2ocUi5LfTMoypuzNZGJ/+BvljMcyRsrCo0w0E/ZxJyQ+tkr1ay7ExRtx5yQQPBu5sBZrsATtLLh2WgWJMhcnNA==","signatures":[{"sig":"MEUCIE0S1Dp2fVn7M4O/lzX+xUDkzW1MECQZXZduyGDYfWsdAiEArAtDe5Wn8Hy9LJOEVAZDp4pXdD6scNzXZsakn+27fkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051742},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ded6cb103010bcb6c3ff0224a025483976459685","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ded6cb-lzlnalr4_1723143778681_0.07405498583552172","host":"s3://npm-registry-packages"}},"18.0.0-feature-693440-lzmfazd7":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-693440-lzmfazd7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-693440-lzmfazd7","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"mars1mars","email":"marvelous.ukuesa@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a100f36a1f6149068768129a50d0880424d50c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-693440-lzmfazd7.tgz","fileCount":922,"integrity":"sha512-6as8x/DQaUBmrZOR1Jdgdq/rcOzuSJGWXDNXU7x5XQPgEOpxAIziFwusK/vGNHBK4RhLQ2EZ4hBkKmjG6tIYaw==","signatures":[{"sig":"MEUCIQDE1vbMdAVa9504BAwenDGV/omzluu0qSd74zmt3aMzvAIgOaELb8MG+JtJ43ip5Zl/h8W1UuH/fdjEi4yssP/Qens=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4055928},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"693440d5ac9f5c47a29115be2ad411178644e195","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-4f8dc8-lzme0h7b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-693440-lzmfazd7_1723190825318_0.763160999458049","host":"s3://npm-registry-packages"}},"17.1.0-feature-98abeb-lzmky25v":{"name":"@5minds/processcube_engine","version":"17.1.0-feature-98abeb-lzmky25v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.0-feature-98abeb-lzmky25v","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f716b6a9befa5f952ec159785d27092879862dee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.0-feature-98abeb-lzmky25v.tgz","fileCount":898,"integrity":"sha512-nnqQWkSy6eBntleAeXl67PzTO7QKfFi/O3Tfwpa9MR9aG8bLkMoNCHGAUcuPTgZ7zVH6zD+oI9n9i9IwIBWPpQ==","signatures":[{"sig":"MEQCIH18fv1suS/EjM60SsY/k0AcoF/BcadJDVHAv5aHZ3FTAiANEcHPklhWiPSKs1saGC3ZzanFdDPS63V6eRznwoJ5zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3977870},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"98abeb43e644a8743cfb5d5268e27f49dd2b2bde","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.0-feature-98abeb-lzmky25v_1723200299550_0.5244138323672596","host":"s3://npm-registry-packages"}},"17.1.0-feature-dfdae6-lzmlzhii":{"name":"@5minds/processcube_engine","version":"17.1.0-feature-dfdae6-lzmlzhii","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.0-feature-dfdae6-lzmlzhii","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8ea301b92c3fb15a72ace07891a3b522acf70c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.0-feature-dfdae6-lzmlzhii.tgz","fileCount":898,"integrity":"sha512-4QLMcahHzJZrP1cVVaUcECvNva2NZe77Pfd3khXUh6mS5At5JIJ2ITh+84TssyyrJ1MedKWHuLaVRyrYaEJyKw==","signatures":[{"sig":"MEYCIQDU4HrTFPiMCOgXNtSkowsE6ifMP7k+sgQQ+sCT2dFJlgIhAIpU2psknowSQC9qAEd5PkrcMVL30cj0mwtKUo1/bzw0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3977870},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dfdae63ae35098d01592654de7d0c6956058b048","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.4.5","@types/node":"^20.8.7","@types/mocha":"^10.0.3","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/bluebird":"^3.5.41","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.0-feature-dfdae6-lzmlzhii_1723202045021_0.35253319362027113","host":"s3://npm-registry-packages"}},"18.0.0-feature-560e8a-lzmsbhfn":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-560e8a-lzmsbhfn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-560e8a-lzmsbhfn","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"60d71dbb396578c9512a6647cc86a30916da9d5b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-560e8a-lzmsbhfn.tgz","fileCount":922,"integrity":"sha512-SrVzDKiXfr58xfWmhdyejJi0wN0IbemmwuxExEhdlpCx9XcRjfSTo/WnM4oZX84uDrbeHZkZkGWrzqIZlSznJA==","signatures":[{"sig":"MEUCIQCe/BhfT61cnMosYcLQJXu71cw5LBiQvnPI5IlZ0Rea7wIgHKtXFvMRLHVrz+LN78f6EEVxlnFd/LaycZ8LwyA2tY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056715},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"560e8ac5b2efd9ae8df8ef96e2f3e2c88eb35ec6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-560e8a-lzmsbhfn_1723212683300_0.8896646568991899","host":"s3://npm-registry-packages"}},"18.0.0-feature-3d6e99-lzpfpqog":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3d6e99-lzpfpqog","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3d6e99-lzpfpqog","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"54aec21febaab3d1a4597f651799f319e1d41708","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3d6e99-lzpfpqog.tgz","fileCount":918,"integrity":"sha512-bDnpcaTHYjCbMecyv9seGBo5ySffUtEL5gjEnlCs/mcjS3NOFHitGzrZnAcEjkxJBbGaI5O+sn1cvOHUlfXSwQ==","signatures":[{"sig":"MEUCIHKr7Hsc3+bLdJczf3DFOw0VuV3hEUcesx1QOnAfHzMrAiEAsFjp23BipohkMBlm+Nf9qmT0IM7DyjyJHdfNbdAUsMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3996549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3d6e998b1896fb8892084b11ca147367c6b1a1c5","scripts":{"dev":"turbo run db:postgres && CONFIG_PATH=./configs/postgres.json nodemon --watch dist --delay 2500ms ./bin/index.js","lint":"prettier -c --config ../../.prettierrc.json ./src ./test/*/*/*.ts","test":"turbo test:unit && turbo test:integration:server && turbo test:integration:extensions && turbo test:integration:api && turbo test:integration:core","build":"tsc","start":"turbo run db:postgres && CONFIG_PATH=./configs/postgres.json node ./bin/index.js","db:down":"node scripts/setup_mssql/mssql_docker.js stop && node scripts/setup_postgres/postgres_docker.js stop","db:mssql":"node scripts/setup_mssql/mssql_docker.js reset","dev:mssql":"turbo run db:mssql && CONFIG_PATH=./configs/mssql.json nodemon --watch dist --delay 2500ms ./bin/index.js","dev:sqlite":"CONFIG_PATH=./configs/sqlite.json nodemon --watch dist --delay 2500ms ./bin/index.js","test:build":"tsc -p ./tsconfig_test.json","db:postgres":"node scripts/setup_postgres/postgres_docker.js reset","start:mssql":"turbo run db:mssql && CONFIG_PATH=./configs/mssql.json node ./bin/index.js","dev:postgres":"turbo run db:postgres && CONFIG_PATH=./configs/postgres.json nodemon --watch dist --delay 2500ms ./bin/index.js","start:sqlite":"CONFIG_PATH=./configs/sqlite.json node ./bin/index.js","start:postgres":"turbo run db:postgres && CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"CONFIG_PATH=./configs/test-base.json mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"CONFIG_PATH=./configs/test-base.json mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"CONFIG_PATH=./configs/test-base.json cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mssql":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"CONFIG_PATH=./configs/test-base.json cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","body-parser":"^1.20.2","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.0.0","readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","nodemon":"^3.1.4","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"workspace:*","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3d6e99-lzpfpqog_1723372930449_0.6941808113327868","host":"s3://npm-registry-packages"}},"18.0.0-develop-67fc2c-lzqnr4uc":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-67fc2c-lzqnr4uc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-67fc2c-lzqnr4uc","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"01f44fb5b9529d56fa984c73e5a27cbd413ec832","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-67fc2c-lzqnr4uc.tgz","fileCount":919,"integrity":"sha512-QEcnOlvv/nmABLwb9CQxFWK+YncL19424xQ6r945IA/uPBsniGhTrG4ShCJNU+2gnb5NCAJMYJNGSCK21sbXcQ==","signatures":[{"sig":"MEYCIQCWCzWMdMu7mZehH0xupin3RPK3kav0doRgD0/C5AYzswIhAJ2VADlCOyvp2p/9Vbl7SXWeqgZtJHSveysv7+Y+wF+t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051181},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"67fc2c32bb6ee7ceff133e5caa996bcb7edec611","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-67fc2c-lzqnr4uc_1723446880080_0.19830660695807634","host":"s3://npm-registry-packages"}},"18.0.0-feature-a5dc1b-lzqss9vp":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a5dc1b-lzqss9vp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a5dc1b-lzqss9vp","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"758e424a35507f6402084aff7aa89815e7917f72","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a5dc1b-lzqss9vp.tgz","fileCount":922,"integrity":"sha512-ag0yIDFs5mFVUyHhseEEodEmTD8TF8Fye8kHCisiBAoBMKvR9QDPrNY5Wq3atscF2q372bbNnYeSNGXKvw2ZSw==","signatures":[{"sig":"MEQCIClcptUHYAM6bYXR5sPTwifiDcsZ8Zf64D1dz9djJgkyAiBHqlDNtwtYOxcizfXikfw3Jr0CmpqUMxJhcImnHQgruA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056715},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a5dc1bd26870225869ef05856ae2b68c7ede7f4c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a5dc1b-lzqss9vp_1723455331986_0.8347249752306345","host":"s3://npm-registry-packages"}},"18.0.0-feature-2f3239-lzqugp9p":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2f3239-lzqugp9p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2f3239-lzqugp9p","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0505b551aa808784ad368324ce5df76850159508","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2f3239-lzqugp9p.tgz","fileCount":922,"integrity":"sha512-ccjQD1bxr8I+8i+Qh/ahmgiETqFdWhhIvhNGdzVkEAPeuIxS1am3dUUxb4hmSGpuf/BQ0UoPEL/Ah9flXOCbCw==","signatures":[{"sig":"MEUCIFwObc84V7SOdN7nza+4uGYJfzVF3VyYwCVuKmk2/3BiAiEA2GMORudehwaIhsug46T3xTadvZOS+Eqb70VLBnfzukU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056715},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2f32390e11749d9fd8718a54731e062600bfb2b4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2f3239-lzqugp9p_1723458150861_0.3045092712791042","host":"s3://npm-registry-packages"}},"17.1.0-feature-16b84d-lzqx8zyi":{"name":"@5minds/processcube_engine","version":"17.1.0-feature-16b84d-lzqx8zyi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.0-feature-16b84d-lzqx8zyi","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a5aac63f72b65e59e8359c37b209eec63fc5863","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.0-feature-16b84d-lzqx8zyi.tgz","fileCount":898,"integrity":"sha512-ZDuJEmeeCy6nWkAlR35q8bwR0pEklPJjnTFwUmqPRkdsEgpCrvKY05arHuT18y4/qe+77H9JXCRXvQShlemVWQ==","signatures":[{"sig":"MEUCIQDVP8SS/LWQ+vSDF9sbRF/296zsbc2cJToiShipBRI7BQIgZnbwJn4kJpQ5QELIwb7GOh7gdnVd5y4iyJo+Dom/xTc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3974391},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"16b84d6a35a756ee60e6ba34d6a2ae3b04ee9484","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.0-feature-16b84d-lzqx8zyi_1723462830444_0.5750975128886158","host":"s3://npm-registry-packages"}},"18.0.0-feature-7607bc-lzqy5fsy":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-7607bc-lzqy5fsy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-7607bc-lzqy5fsy","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6feb3a3b5be1e88ee51bb760636430721928a229","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-7607bc-lzqy5fsy.tgz","fileCount":922,"integrity":"sha512-6sb/W3arJCrSunIMdOXJFdZGfSQR1PngmJNNdXbaf36lQ3hkoE/FfmJx50MG/fVq55nxkcW9fmihaDtICX0bsg==","signatures":[{"sig":"MEYCIQDXaNTVZurbhigFewmZNh+ZOayWBooZQEGpG/at5RCSQgIhAOdwmSoOIu1bYytjQ/6DJIuJJkx7CGe8gK+iHqVfQw8M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056599},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7607bc4d577bd545f80c07bdbd7e6bc39896cbb1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-7607bc-lzqy5fsy_1723464343324_0.9855382860283122","host":"s3://npm-registry-packages"}},"18.0.0-feature-09222f-lzqygosz":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-09222f-lzqygosz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-09222f-lzqygosz","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b391fdb9fc08b6334132e452ded3aa09e6cb263d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-09222f-lzqygosz.tgz","fileCount":922,"integrity":"sha512-pGWjVs946VbdFqgqLVAm6V32JvWQBSq8qb0fPOZEbKjvAbh7xX2hDn4wxpPX4iGNgM4Gq5RyxNeL9ErgPtDkBw==","signatures":[{"sig":"MEYCIQDwWsj9R3XPbK3Y2FKgjsJz/N+ez9I7hbmjEdsR6DWmegIhAJvNUT+qnI2c8J9UFIwFW7U5tCiRLnRFmFO3a/VN5g/z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056599},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"09222fe3c2578bbf1656a45f1ea6009a933c17b9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-09222f-lzqygosz_1723464867809_0.5201717100053029","host":"s3://npm-registry-packages"}},"18.0.0-feature-3bb9cf-lzqypfxk":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3bb9cf-lzqypfxk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3bb9cf-lzqypfxk","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aac6185ffa14bbc52881f3bc2eb9b4ac6fad44a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3bb9cf-lzqypfxk.tgz","fileCount":922,"integrity":"sha512-+ydIiuxPu71iQd2cf2bHHn1TxBWvp7lPq2CI11Ui14hN0g1R9AKLRL/dg4XfCHsVJYe/j2ejiienUOw84arvjA==","signatures":[{"sig":"MEUCID88B0er4dCtrrrD5xGuyrQtScZ+XYhazkEwfb8wPrk1AiEAkeX1BFpt4CJKFu6XbH/OQKAR74OAuSV3cdMXGQY3PY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4056599},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3bb9cf2878baa18430273e5f8edcef6eaa3815ce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.3.1","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.8.7","@types/uuid":"^10.0.0","@types/mocha":"^10.0.3","@types/nconf":"^0.10.6","@types/lodash":"^4.14.198","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.20","@types/wtfnode":"^0.7.1","@types/minimist":"^1.2.4","@types/supertest":"^6.0.0","@types/validator":"^13.11.3","@types/async-lock":"^1.4.1","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3bb9cf-lzqypfxk_1723465277836_0.19165407524176792","host":"s3://npm-registry-packages"}},"17.1.0":{"name":"@5minds/processcube_engine","version":"17.1.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.0","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c5f12967d355b4aa0a284c48c996a77338fa885","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.0.tgz","fileCount":898,"integrity":"sha512-rikHxrRmmmjcs0MhBV7PrMcJdQBFgAENqWUhesAvda5IauTwLAFe/To/RZFMW2glkR2Ldts8WSjTbg4ESiwSHA==","signatures":[{"sig":"MEYCIQDUFRZa2KcQP0pOj5KCH2Os5e+mR3L4adIKfEqbfdN4vgIhANW4ucLw+8jSaeYSCupSWFx12bvP8abAR4fwkOipW14+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3974367},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2d6044403ccc6a90801d4bdad902ade56a108a9c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.0_1723465289394_0.17019057869961762","host":"s3://npm-registry-packages"}},"18.0.0-develop-ebce43-lzqyy9i0":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-ebce43-lzqyy9i0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-ebce43-lzqyy9i0","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"06e98beadca845ffd0732e818f80d0cb751411dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-ebce43-lzqyy9i0.tgz","fileCount":919,"integrity":"sha512-PHjLwYUvVpc4QPxbEdofjaJ/8R/Nec2kC/EnGfq7fPgry3Era+BEhdL6CWhOTGE7k/XD5kQX3WOBOSlRIEAhkA==","signatures":[{"sig":"MEUCIFrU78KPQ+6jF9aKVT352cb2tWDvZzndKybF9WANpxW4AiEAt67PVXK4CZOLK2Xc2ipCjy2ha91NgPq6vTZdgr5YXLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4054380},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ebce4312fec1215e83b52904c661d80ad5110b91","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-3d2f28-lzkzb037"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-ebce43-lzqyy9i0_1723465690277_0.9193697473014337","host":"s3://npm-registry-packages"}},"18.0.0-feature-29c348-lzr48u7n":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-29c348-lzr48u7n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-29c348-lzr48u7n","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8281cb2e019bf913d8dab1a54b41e13067ca1cb2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-29c348-lzr48u7n.tgz","fileCount":922,"integrity":"sha512-3ooUXgA/E3x5CmMHLckM5gtXEaOktL4078pEF5UOxgupBuYr1B2eC+JBHRdWWd7WqufySRwMS8qd/NNAF7A9Rw==","signatures":[{"sig":"MEYCIQDUzcBfR86HIdnLf8nfBVS0O2VGgw5/2budQYAUwqH8ywIhAME9oLw5iQ4UXvnlhSc7XDUGKRZuT9mE+2kYzghe29D9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4059798},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"29c3483765d60023f8e12b81dfe4466f869a65da","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-revert-270-revert-266-feature-f23d93-lzmp9dmg"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-29c348-lzr48u7n_1723474580479_0.26385008468393556","host":"s3://npm-registry-packages"}},"18.0.0-feature-8d48d9-lzr6eglp":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8d48d9-lzr6eglp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8d48d9-lzr6eglp","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"737f219436ac80dbcb05d8ca6abd69596e4843f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8d48d9-lzr6eglp.tgz","fileCount":922,"integrity":"sha512-rVieX7zJBnqNv6riF4VO/+tnGq/dCOK+1LlwnXFg8CVeYvjD+uMPGzDprj9raQdvjPXXLNn28gDWbypKYJFz6w==","signatures":[{"sig":"MEQCIGrBM8iJqbkdPtX9JvwJpUTeGDYugmgNvgWf39762Lu5AiA8TfK/SvYgIVWnktxmQD0SU5bUVIWXwhNt+i1Q/qOfbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4059776},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d48d961fc4d2f7584aec33ae1563dafae33c540","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-e21e9b-lzr3ilff"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8d48d9-lzr6eglp_1723478200822_0.8483944616296692","host":"s3://npm-registry-packages"}},"18.0.0-alpha.3":{"name":"@5minds/processcube_engine","version":"18.0.0-alpha.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-alpha.3","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ffe73d409623caf4e819e4dd05325967a49a35a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-alpha.3.tgz","fileCount":922,"integrity":"sha512-jrdOscKRf+KVdI2QM8iRxv/t7fUjyq7QUiXW/D8VFoZ+qURzTQhXN6Sd54tYzHls2xlBAqP7F4pBmGo/Rp3T/w==","signatures":[{"sig":"MEYCIQC18zv7DgnFgsdgruxdUft5a+eJ6+Lz7pONSlTcBOq0gwIhANJi2HWV2EwGjrZzkfzQOvwp2hbVma3wQuFKgB20jUbo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4059728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89f2209d8b82799a33bf968d84928f32e38edfc3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-alpha.3_1723533848152_0.0648061738066481","host":"s3://npm-registry-packages"}},"18.0.0-develop-d7dc35-lzsaugkp":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-d7dc35-lzsaugkp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-d7dc35-lzsaugkp","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d04571138710dad24391e1745c64ecad824b93d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-d7dc35-lzsaugkp.tgz","fileCount":922,"integrity":"sha512-mQXLnwQddGPc1VJO9aBzHsqPAwSUCCgxXlUWKZlEZEdiDiUTwY6wkf36Wc98RqcwGYj3pbkg0vA4eo6sPMuysQ==","signatures":[{"sig":"MEUCIQCd0okpVhmknhWu5fOVSysQB6NZKPBWOUHPMiyFpSrwjgIgaguHosEHXtnLLannprpkO/2bzhr+uobRi2viGuX2uyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4059776},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d7dc35ed89f259f959309a8558d1d64c86ca84d8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-e21e9b-lzr3ilff"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-c96e84-lzkzkxoy","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-d7dc35-lzsaugkp_1723546133986_0.0908395752450395","host":"s3://npm-registry-packages"}},"18.0.0-develop-89f220-lzsbzamw":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-89f220-lzsbzamw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-89f220-lzsbzamw","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91cddc0f8a3d975a6449b215b9ed6708e1645d6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-89f220-lzsbzamw.tgz","fileCount":922,"integrity":"sha512-CrWcxUU78RUmB22DNTL7xCdQ0ZD+JtB2psap1sjdd9TDrFgaWoPiQzISAWsawjcwqXxzPgOwgmJO2SH40vE8pQ==","signatures":[{"sig":"MEYCIQDA4ecdYfbWKDrwrPYyiSRIXDQQdJYfIOr+hhzVvbyGLAIhAIR9T/ffR9Gorz5q3ulmYuW5PQOhLJmULz7w/LhCf6WC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4059744},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89f2209d8b82799a33bf968d84928f32e38edfc3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-89f220-lzsbzamw_1723548039803_0.04798943343133444","host":"s3://npm-registry-packages"}},"18.0.0-feature-fd4692-lzset475":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-fd4692-lzset475","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-fd4692-lzset475","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"986bc1287a395ce0bab89deb98b5d69b0f650266","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-fd4692-lzset475.tgz","fileCount":922,"integrity":"sha512-6YGQV+V1QdT8FesMv1X1iv0jwrjBWhVStXWWABRyo6o/HsrELzrNnumVClgc+Klez0//bOtdsU+i4P9oS+1m5w==","signatures":[{"sig":"MEUCIQCTY7q3NfSZVgDtArWp7fHe/4QbJPmksND7z9DIyRBHyAIgXJUxMPD8DAQK0K8fAH3A3Fo2K66vcXFGrJlTpXJUj1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060398},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fd4692dc845ecf504ac1f6f85111ee2fd515b68a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-fd4692-lzset475_1723552788892_0.40250033692448994","host":"s3://npm-registry-packages"}},"18.0.0-feature-b7041b-lzsf60qs":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-b7041b-lzsf60qs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-b7041b-lzsf60qs","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a847e61eb40cc621a40621eb2e581bd8251ff73f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-b7041b-lzsf60qs.tgz","fileCount":922,"integrity":"sha512-ZRWRqILZpYFdqMZ5JXqGuJ0zDISP8kzD1FKubdp8uQ4kvDnwS30QcXyrd3IpEac14SXBYg10yO9Wvlif/ovpuQ==","signatures":[{"sig":"MEUCIF6cc4+p/jZ3knZNhkScl9wzkj7wCmW9IlAGqC5TOQVSAiEAjgbGabWH78rXHZRW+ql8xT2Cbs9HdVS6IRehlOcjlEE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060270},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b7041b601bb4b8f570cc863b38d92db81d352b2f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-b7041b-lzsf60qs_1723553390186_0.4155452793154115","host":"s3://npm-registry-packages"}},"18.0.0-feature-36d948-lzsf93b7":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-36d948-lzsf93b7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-36d948-lzsf93b7","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"524c0c7b411e49536f02ae26024b573288a7ca2d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-36d948-lzsf93b7.tgz","fileCount":922,"integrity":"sha512-Klzo8XplzFbaheC7z9+KYR7lcckXAfBJkODqDljnJGYZ55wRT7SmRXq9LUv1eIT5OjeLEarmyOecthBmymI/Zg==","signatures":[{"sig":"MEUCIHn7HREF/xo48mwGEJgaFELFspVZ1ppZvYzGIF8eTU/AAiEA7ontfjFoZ4YYAb5/1ultblN/7bKbhPtRy7XRSLURmZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060244},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"36d9481ede41f8e735619d5c125c52d167bdfde9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-36d948-lzsf93b7_1723553533130_0.4365125375225045","host":"s3://npm-registry-packages"}},"16.0.12-hotfix-e7c691-lzsjpdx7":{"name":"@5minds/processcube_engine","version":"16.0.12-hotfix-e7c691-lzsjpdx7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.12-hotfix-e7c691-lzsjpdx7","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3a7971068d335f26bc254c853fbf10b1463e3e09","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.12-hotfix-e7c691-lzsjpdx7.tgz","fileCount":859,"integrity":"sha512-lTUjxrairCK/8Wl3XL5HdxRTNzn0ldfjIxSBVtZzeWGGDBgjl22habjN4Cx0Lpi7etD5Ew+6Y7KawgtM6dc9UA==","signatures":[{"sig":"MEQCIBBzM/q1kQLhfgYau/CMtHhe0jCLwVw2VwhIer+/swRhAiBRmzSWOp9G1DYW3KXO/yZaxhJXmlioDaBFABGkW4IRdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661764},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e7c691d1d0641fd7391366c92df4b8700f192984","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.12-hotfix-e7c691-lzsjpdx7_1723561012173_0.20784048129704558","host":"s3://npm-registry-packages"}},"16.0.12":{"name":"@5minds/processcube_engine","version":"16.0.12","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.0.12","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e8781cbdc69d82c6c3e77f7be0292c35979616b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.0.12.tgz","fileCount":859,"integrity":"sha512-3EEgXCEnjkziSmwnTj0CiavYYXftLXhWmj1omOdmWRaySvukbJV4wTGKhw3rVU+epCKxXD7IFFC6UYYpwaXpNQ==","signatures":[{"sig":"MEQCIBQYfueqFcpYSDAOviauHXy8SknjmH8KXWSbGLAb9hwGAiA9uSkSpS48/94C0UG2W4SUHydv0UlIzqcgl1QgVVpFUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3661741},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7d2a99f457e179278467c970f8e6abc6b06af7bb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.0.12_1723562635446_0.07532040098009762","host":"s3://npm-registry-packages"}},"18.0.0-feature-08db01-lzso8riz":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-08db01-lzso8riz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-08db01-lzso8riz","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0049fc1e5cb1c8856aa482e13946124aa5b38828","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-08db01-lzso8riz.tgz","fileCount":907,"integrity":"sha512-kmSjrcGySBo+dU7WMW9A5ZS0co1l/GSdamqiY9xnRfEnnArVGTmyLUQYJ9eOABUYed4T8D3zp8sK701IGd4sLQ==","signatures":[{"sig":"MEQCIGGEWrXwoRYNMoy2L58Pj7+9clPjYuE/XMla2ouItHorAiBL54Gx/kiDtQSfIr6Lp7mIMf/M93KvKqynkb1zxpn+3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4002363},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"08db01fc2cb7f550f2d4086d18e53783bb709243","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-08db01-lzso8riz_1723568634991_0.7525251601911838","host":"s3://npm-registry-packages"}},"18.0.0-feature-a481fb-lzsqv0om":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a481fb-lzsqv0om","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a481fb-lzsqv0om","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f03c4da2803aa45ebae9449416d8cf1909e5c42d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a481fb-lzsqv0om.tgz","fileCount":907,"integrity":"sha512-KfzFr44n2mKWyOpqvmz/aoy92C9jHVNcphnYzXC2UP1wPDgW0XdZPerdoU9feEBQXjWvasoAa+PhAxw/0ETbSg==","signatures":[{"sig":"MEUCIHlf8QI4hWNramILmzv7iXKn1+MKFzOalyaUpeUIExBdAiEA/TCsLseidTrTr7B5S2t4ZL7WnBE3RfDsJa1r7kSH6us=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4001058},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a481fbde6a6b3a60987cccf3338bb30cf47bd842","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a481fb-lzsqv0om_1723573032159_0.7733054542389186","host":"s3://npm-registry-packages"}},"18.0.0-feature-f84dfb-lztisx37":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f84dfb-lztisx37","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f84dfb-lztisx37","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e88aaaa4e119be0700e5d92a4aefaf9982503b00","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f84dfb-lztisx37.tgz","fileCount":931,"integrity":"sha512-IGVaFtGEA9Lyrw+xxPOB8rEQ+v036ppX+SPuSdG6cg57g+an0e7MynZx4pLeDvShHpcRni13SPHNig1wZYdkwA==","signatures":[{"sig":"MEUCIGhxh1lfsErs3Z6aXHYRaQ+Vetd5vTgnTD9CMw6EMETtAiEA+S+em1H0mSIGpH8gN6iCYIumKBaKiMAcQI8CQOSJjE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921173},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f84dfbf603f359e7b04c9fc23e50d33336f5b59c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f84dfb-lztisx37_1723619964517_0.6899680752359465","host":"s3://npm-registry-packages"}},"18.0.0-feature-1e0086-lztkw0zb":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-1e0086-lztkw0zb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-1e0086-lztkw0zb","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1978647b71896fa4ff3903b4680b47de52e77c12","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-1e0086-lztkw0zb.tgz","fileCount":931,"integrity":"sha512-dYAM0Woh/gAYOjMgrG5mVKF0xFpei8rp8lJudq4sXoSwUEnVT5VKDn8AVb5E0dKBDtecqIsXfWww0GV8/JZUaQ==","signatures":[{"sig":"MEUCIG630qcyDkxhfyTPM8D0PdHYSgwOdJjsXFkQWuF8nprVAiEA5ZNGrr1WYIUoPSo6GlB4dJJqbrRLbvSVD0IGwBE+Rv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3921820},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e008676ecd0d0b4f03001dc7d679bd25b9b03b8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-1e0086-lztkw0zb_1723623469044_0.9639434642003009","host":"s3://npm-registry-packages"}},"18.0.0-develop-3a264d-lztl4gqz":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-3a264d-lztl4gqz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-3a264d-lztl4gqz","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"813f660ff51ece1aeb261013ba83b23bfa4d5fe8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-3a264d-lztl4gqz.tgz","fileCount":922,"integrity":"sha512-8eyBlr9zoSCrJsYhehZ27U77Txtp2sFLfGb1r5UNJHGwV+3NnRpUFJuNBxjsXVq4oRsVuO10imvAYgCteUOIew==","signatures":[{"sig":"MEQCICM2Kz97eR3syBLIckx5KCoqkSRjx2XqyLWikuahY8QSAiBQHvFtBKlcU0xfFnzBGy9j2bDGmdCXC6iAFH+1BwzS2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060244},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3a264d67b152b6df553e9efe6f88d0b445c045cc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-3a264d-lztl4gqz_1723623863386_0.6085057167972827","host":"s3://npm-registry-packages"}},"18.0.0-feature-b5762b-lztl8dca":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-b5762b-lztl8dca","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-b5762b-lztl8dca","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e4837e96081aba549d71d704cc0e68eef4d3e67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-b5762b-lztl8dca.tgz","fileCount":931,"integrity":"sha512-A+G5BCZuudAPwiMNd0KXSlapGzA7zsoaSgsBmL2p1tXPa0vhcr5hpXPuzXiRMsmgyjG6N4dk5cIvR0BLkjHxOA==","signatures":[{"sig":"MEQCIGmiSg21qrEpr8QyxSYQ2jzsYAvjR0+VCiJn6PMBS37wAiBJjlPXaFgELojpwq+1wz6DJ/6A8KGT1OTRVQxklh0ZKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922255},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5762bf6638604cf1a46a07dc64198af477467b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-b5762b-lztl8dca_1723624046016_0.9855508351746514","host":"s3://npm-registry-packages"}},"18.0.0-feature-c56275-lztli203":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c56275-lztli203","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c56275-lztli203","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da473687848504181daccb6dd6042c9e300c251f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c56275-lztli203.tgz","fileCount":931,"integrity":"sha512-hppx55ZmyT9hRwVfRbsCjPQJ0OX4cLoqTcH+FF93YkXaPGUK3kTkgta/L0D2fDR9C/mf+DxYOlA0R41jl3d6vQ==","signatures":[{"sig":"MEYCIQDrlvsLazlYT/abo+xVJsQjhQhn5jsiRbfdDDOvyECY2wIhAJdHFjDTRckjG1uJc4nXPIvRb7AbjDxxQ3XxpBtcwR3d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3922922},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c562758da2beac0b50687bd49652f591aeacd8a5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c56275-lztli203_1723624495666_0.46782211283858355","host":"s3://npm-registry-packages"}},"18.0.0-feature-5e877c-lztljqxn":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-5e877c-lztljqxn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-5e877c-lztljqxn","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a41f25fcd939fe49ce7780af1b5de39dbceaabdb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-5e877c-lztljqxn.tgz","fileCount":931,"integrity":"sha512-98z/koOqVQmgJGRbrmvxZbW8Yz0Jw440YOrA7QRG38Q6j+WrSfVcChtJpjBqBOVHxwwQEgpBQXpY28++2x1l5A==","signatures":[{"sig":"MEQCIANb7Fmd4OTSUwlaZIheFE4cxlQANZJPsostFNT6BUgWAiA9By1bsCS2mt+8AACnsWch9eYy9jCpw3mPjB6GAy1QdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923193},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5e877c56cb94fa2e8280d657f7fad34512c35e1c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-5e877c-lztljqxn_1723624575120_0.662007254860447","host":"s3://npm-registry-packages"}},"18.0.0-feature-2e484e-lztlola1":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2e484e-lztlola1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2e484e-lztlola1","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1fab3726506eebc5491f9947defcf7039e8b7f57","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2e484e-lztlola1.tgz","fileCount":931,"integrity":"sha512-0rx4k0I0XkCm2ydVvI5V+TBfTnwGzYinaUHCfg0AHtB8wHdzJUa253fuijOfXZblZQqSK3vwaLi4SOzsLcm6sQ==","signatures":[{"sig":"MEQCICnhU22Z8AXCvGnOcq/sJdb72GsIx87+mWLtx2Fr/wwNAiA6/hjcvr7joX+8BgS14oqnMtGu26QGM7HV6SWi1NjuwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923171},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2e484e30990190a7ea7932faed5b9c9949467a13","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2e484e-lztlola1_1723624801484_0.4830298765328127","host":"s3://npm-registry-packages"}},"18.0.0-feature-8d53a5-lztltfrb":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8d53a5-lztltfrb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8d53a5-lztltfrb","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"910370f15b0995ab21b6f29bcceb89b323f856ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8d53a5-lztltfrb.tgz","fileCount":931,"integrity":"sha512-vhtcmA9511U7Qvv8u78ZN0+DE7kzVAQNGa1M2dziW0w68qLT8N6Dq0VpbYK0dlXq2cNrHkqF3GqYm/UnsPdkGg==","signatures":[{"sig":"MEQCIGTFYWvnORr5AoojcH+sVdTX/Rz7A8+Gi4bxQqvFRfR/AiA2BTeZTU5bJCaYxHh7+/SyPXYbqVHJ6/1vGGJTPPVCJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923171},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d53a513bf7164ebac461b0c2e3b3101ed678bb1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8d53a5-lztltfrb_1723625026448_0.039077102248104456","host":"s3://npm-registry-packages"}},"18.0.0-feature-f2ec6a-lztm5r61":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f2ec6a-lztm5r61","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f2ec6a-lztm5r61","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6156a20e34edb1336d83d7950f5e9a539cb8355c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f2ec6a-lztm5r61.tgz","fileCount":931,"integrity":"sha512-V2pXf16/7WaiHSatqxkZYaHHzLZrKfaLJpCE+opTLBwja7AsV6FoB7E/La7zPQEko1WUX0j3kEKhr2IXCrmioQ==","signatures":[{"sig":"MEUCIQC3qwlV/AbDcBbe70DgDaparszoAE9BcyaxyHwf4A0ZPQIge9+Wbd5bLRXfqITDsyadXCuG1XJBre1wheVSj+V8KOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923689},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f2ec6a1898b10fa24d64138c863b26cf25c5ae58","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f2ec6a-lztm5r61_1723625602554_0.5983641616280488","host":"s3://npm-registry-packages"}},"18.0.0-feature-c39125-lztml38v":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c39125-lztml38v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c39125-lztml38v","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"146462cd5a7c8788ccdb868c56d1f5068f3fe19a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c39125-lztml38v.tgz","fileCount":931,"integrity":"sha512-gMoAQFaGaWSwqzVe8brnUS/eDJFor/F+DckA0DAz5dbhG7ZQuHj7fvuqjiVWkNuz7RFj8dFON57evJSbmURyOA==","signatures":[{"sig":"MEQCIBT94r+0UeZ7nat799zGw6Lc4m5D1z+LhfFpc7hMJbHIAiAQ0gCoTovj+rsZGWoFlJOnKBZmw4CheJbiVgQaHlNzRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923194},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c39125a53cbcba402853a184b027c39228ea477a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c39125-lztml38v_1723626318840_0.16856982601006143","host":"s3://npm-registry-packages"}},"18.0.0-feature-2576fb-lztnxz7r":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-2576fb-lztnxz7r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-2576fb-lztnxz7r","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9ea84f72df29c425c0af2067a561ffa30bc8a9aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-2576fb-lztnxz7r.tgz","fileCount":931,"integrity":"sha512-cRoU1CnVBbvv3nTzPslJsVemy4QjTfdKdQoVbmank38e33GiHf+t9YqsxJffx754W4+i7F0BI1CbJ5ysWlx0sg==","signatures":[{"sig":"MEYCIQD4w2bjHTihL+cDj8GMYx9q6/93sunEoaXgReg4ljLongIhALU0/SdIUfOwTz98QPmdpM1KqdKCFaWXbiJcHvu+O7ze","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3923248},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2576fba6e4a6b2eb33d43ea0cf3303a338612cfa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-2576fb-lztnxz7r_1723628599918_0.25887401428922896","host":"s3://npm-registry-packages"}},"18.0.0-feature-a51632-lztpy9sw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a51632-lztpy9sw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a51632-lztpy9sw","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5cea7122bac3542dc5931f8bfedac15d46966183","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a51632-lztpy9sw.tgz","fileCount":931,"integrity":"sha512-8lEtTRLhTx+Pa/iAfWlmzqHW+UI6BKfeeh6XmYWtdy+8kyPu4sSA+EsJJZnp463jG7baGyxiDItSKxZv++QnKA==","signatures":[{"sig":"MEUCIQD+6XMmFa4F/gQCxcCnwdw3R1oT9G4UYHTBXYSYKA6S+AIgS1sPMD9xhuDeQ6pqBk94RODMQri3LcfmFItMXbGUZRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3924480},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a51632c29f5cd8c23df1112ecc6bcfa6d467937c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a51632-lztpy9sw_1723631971356_0.7459378469241169","host":"s3://npm-registry-packages"}},"18.0.0-feature-f20377-lztq9avu":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f20377-lztq9avu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f20377-lztq9avu","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"edd384c5ba2a7992db3c89d4162cb15c1a876989","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f20377-lztq9avu.tgz","fileCount":931,"integrity":"sha512-OcvqNHmJ025yktbWQpilIFtuxxpBYaRYxpy1S4+fwszKAKB8Qlu5fTUSKsNOyWiXdRiabCFjRhQtcUoT+O8tyg==","signatures":[{"sig":"MEYCIQD4F2NA/VOHXNoO6/gvXso+loVWQ3I9BGd+8bMqH49G2wIhAN3aqKiTDeekgjeBubb9gItPAyJWlh6U3dF64rXnr6Ke","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3924480},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f203771cee4bce0383fddc2b654c7f2efe0362e5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f20377-lztq9avu_1723632486842_0.5177529121986642","host":"s3://npm-registry-packages"}},"18.0.0-feature-35c2a0-lztsxz91":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-35c2a0-lztsxz91","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-35c2a0-lztsxz91","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1939fe13b6651c84408389614028d20618719f3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-35c2a0-lztsxz91.tgz","fileCount":931,"integrity":"sha512-a6kBXSRy636vFOdKBA7We3fcJPowVkpN9FpqfnXjY31JG8QD1uAdRowq7OsbPMotFSVdmEBtUuBQMUa/2UIJnw==","signatures":[{"sig":"MEUCIQDIbKK/FcDW6PGeZZw/M/iANEM8iJP6b0x+hFjVt6BX/AIgMoKe3MytUcFa5vjGygvsqmgVed7Bqz2CpyG6qQehwtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3925661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35c2a0ff83a2ab3e9baf3ce899ea49fd3f79e8a6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-35c2a0-lztsxz91_1723636998082_0.6894034875334709","host":"s3://npm-registry-packages"}},"18.0.0-feature-307c56-lztu3wcm":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-307c56-lztu3wcm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-307c56-lztu3wcm","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69a55f0fb0054a12b0c114621db9b64868e75c2d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-307c56-lztu3wcm.tgz","fileCount":931,"integrity":"sha512-jkeV4/mnclfXi6qu1uhKpELRXklqCx4vRaqWEC0RG9xps/CZZYXz+q2iLPETBHGoShvdf8sEsFpd4GbdEuFjQw==","signatures":[{"sig":"MEQCIFV1Bt1ZKaS7pa5J1jizjN38gUD1wSQdY42IpYrXXajNAiAB2lXrmTRYrYHmFS61Nbzb9PK3yD0Tfj69TFFaMGxrkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3925661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"307c56337aca7d32c36d61bef08121a479943e2c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-307c56-lztu3wcm_1723638954912_0.7522246947530393","host":"s3://npm-registry-packages"}},"18.0.0-feature-03f702-lztuv2lh":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-03f702-lztuv2lh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-03f702-lztuv2lh","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"031761602671a78dd30b34077ce2ed0a3044c39a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-03f702-lztuv2lh.tgz","fileCount":931,"integrity":"sha512-mx5YqYIf5Kz1bYYUG9FSdEnwhJTEHwZujg/PampefgZsTCwUeM0dPJvhBKc+chLY3VCZmKgEpY2mmV8O0lOwbg==","signatures":[{"sig":"MEUCIH/jipMr0Z9f0AEhkekJIodlXL1SJe2t+w3jwUsa5MHIAiEA5Yks1+7aWUsRfWh5dEkJUcCtZqM4/UcjAX+cCSZY48g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3925661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"03f70209ce5e96788a6c1aedc1ee8fdfb321c340","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-03f702-lztuv2lh_1723640220397_0.7772831370564208","host":"s3://npm-registry-packages"}},"18.0.0-feature-fb96da-lztv4k80":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-fb96da-lztv4k80","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-fb96da-lztv4k80","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"388b61a16ed95db8e3510944044ad4f940e90106","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-fb96da-lztv4k80.tgz","fileCount":931,"integrity":"sha512-F7RsbUwmU/JrwMp7+28rB4pVsN7ZX9xoQpvd5DTGc8wfyFEiQ6cW2G6QfqkhCsJMaEAQxJ2TXCtEkPmNM1s96Q==","signatures":[{"sig":"MEYCIQDBOrmzFB3FDaXuE4YMZZjobKm7YjZ9lrndBk3ZNGhwjQIhAK3jQOORCdGO7mO2489UJkzg+g40ygfmnmm/xOyQLy/O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3928309},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb96da7db5f2c13f7723cb5f815c8f3bbc0a522f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-fb96da-lztv4k80_1723640662862_0.6145108245674766","host":"s3://npm-registry-packages"}},"18.0.0-feature-f07313-lztvaxuv":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-f07313-lztvaxuv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-f07313-lztvaxuv","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"42b3a48b980fb2953b0a6df6fd06a8aafa6dcbd4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-f07313-lztvaxuv.tgz","fileCount":931,"integrity":"sha512-vbp7sl864rL3fnVAuRWBMaD0GMjZpohjOlCHxdc6/ctRpBwCw2XlYkIrBjTA0bm6vCwbbqf35gvXo0mLqzCTSg==","signatures":[{"sig":"MEUCIBF+cki0F3JPIyS7zTxJY0yEdATHxh6w87X9/zERTQpXAiEA8TmIhTZ6f79zCdkUnpPggJT/WC5VxRZ3sKRddmx+KN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3928305},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f073137af4f72ee7ff29ddee1fa5fc83b5874b50","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8072a8-lzslxgn2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-f07313-lztvaxuv_1723640961113_0.8966168222478041","host":"s3://npm-registry-packages"}},"18.0.0-feature-76abea-lztwda90":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-76abea-lztwda90","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-76abea-lztwda90","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"344a1d73e7b50a039b166b1457df16bcc447b8f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-76abea-lztwda90.tgz","fileCount":925,"integrity":"sha512-9z4SmXcCI79hVkshc27NjK76d6beIb363dVP1MaTN5gViMmKv65VeAVx0MBkKgS9COfWuLG3+X6R8YfeVcAHlw==","signatures":[{"sig":"MEUCIAYMlfe1o76jTWJ+K5pwGxGUJN/P8JBs7BWJ4qS/b7uLAiEA3ilyA+rBvorpk6Z0Y89WKMJzE14qRwsuP3/1OytGRCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4069160},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76abead4d267c2fb078b4dbce89769cd9dffe5c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-76abea-lztwda90_1723642749480_0.29893865189091007","host":"s3://npm-registry-packages"}},"18.0.0-feature-9a906e-lztzxovq":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9a906e-lztzxovq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9a906e-lztzxovq","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5c1af4e08782d92fca8f6c599497848f56a3188b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9a906e-lztzxovq.tgz","fileCount":922,"integrity":"sha512-zk2pzGgf6SpkGULzf2BB10OzsmR8vwrGz8ARojZWBNT9YD8JCpBfy0ZRdYAoxYlawUezxMiLYafgqFFyvfjdkQ==","signatures":[{"sig":"MEUCIGw8MWZ1tLZ4REkNHD7iTSDQU4qcm74nYSdQ76FhCVxsAiEA1iC6LL7cfCSwDSocuy9RdY9AUY0CZzFUenF3C/4LbrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4075723},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9a906ecbc47bb9b2510d15adc74ea3b48094ccac","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-6a53e1-lztx1and"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9a906e-lztzxovq_1723648739961_0.19788806947747117","host":"s3://npm-registry-packages"}},"18.0.0-feature-386ea2-lzu483uw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-386ea2-lzu483uw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-386ea2-lzu483uw","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c17198dd271d3c26349caa80b3aaf29b9fac2c79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-386ea2-lzu483uw.tgz","fileCount":925,"integrity":"sha512-CyiCWcIBrWecF4jL8pA14wsUtPLFlmP//kZ537Hny9RG6GniiMkZut0zGd8baIcles7gyNZKHdSyFl1D68wWvg==","signatures":[{"sig":"MEYCIQD5+1qRro+rt6I0QAEDre+5Qrjy7NfsAAaaEkIa8NflAgIhAPlfzwn/YOZodNIl+oXwYFQ6AWbQmhgXYRtaIBtv4PCm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4069000},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"386ea21797509fbbff680f39030fb64deade0883","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-386ea2-lzu483uw_1723655944726_0.3972527151555778","host":"s3://npm-registry-packages"}},"18.0.0-feature-af05ca-lzv77t7w":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-af05ca-lzv77t7w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-af05ca-lzv77t7w","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4bc3da2ecd14fa263999dbdaaab2e1e0ca1b004e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-af05ca-lzv77t7w.tgz","fileCount":931,"integrity":"sha512-ZsxTckvGPJ1ZXBSA4bRNDPqPKiEbJqPgrFhPfzzxo3r7Zo7y1JRA7wzq6e1x4DkEjVlSwZ+4ADdFw/qFwse3Zw==","signatures":[{"sig":"MEUCIQDeG14MqAIybjKEsGP326yll+iBTs1RajVXWqh0EW9i8QIgUDxPjA2zD8Bbn972alT+6HRsshkp6V9MEG+HIDzTrvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3931366},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"af05ca3f3d542375547d56b0b86765daa2619860","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-af05ca-lzv77t7w_1723721436131_0.34544119692525643","host":"s3://npm-registry-packages"}},"18.0.0-feature-86cd02-lzvcq2q2":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-86cd02-lzvcq2q2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-86cd02-lzvcq2q2","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"105efe2f9401221f76ae9cd3bb38c6881dde1038","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-86cd02-lzvcq2q2.tgz","fileCount":931,"integrity":"sha512-MHxlzuXFCzMibiociw35UTiOQE6CNUtSMhHY37Ly+Zy9e+miAJz6W8G8FqGgG6Z7MJAe7BHZ0lKlBOLEK/LsUg==","signatures":[{"sig":"MEUCIQCAyAjKzEw0V5zxZCeIN7rj6v8M8iq3knkIKTxd8OZguAIgNo56B6rbYorYBbvwzIttqignzpUsd5VdDU9pyOW2X9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3936779},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"86cd023c5e44831c3457b489623cccff109c4023","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-86cd02-lzvcq2q2_1723730687280_0.8784096041390679","host":"s3://npm-registry-packages"}},"18.0.0-feature-46e48d-lzve7zlh":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-46e48d-lzve7zlh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-46e48d-lzve7zlh","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80efce68422dcf02d6bc70e0405bfabf9c063a0c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-46e48d-lzve7zlh.tgz","fileCount":931,"integrity":"sha512-0LhFPJ1TA5pyu9Yi5NyPGGVFWT84EfOx8eEmU+50gIvhAZmUR2V/HF58vezuM/7Tf4CYwNr/AQdFy3t0w+1omg==","signatures":[{"sig":"MEQCID1tZnSUFqGdknUNM72jStEK9R/ld587smYNF0Yij7+nAiBxzNFmykjvow09pdppV6TU9/3W9tPozj8iDgfFzIsp2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3941151},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46e48d350bab047fa215e689a6735c321cec2c24","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-46e48d-lzve7zlh_1723733201690_0.9568841720425603","host":"s3://npm-registry-packages"}},"18.0.0-feature-aa72ae-lzvgvjdc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-aa72ae-lzvgvjdc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-aa72ae-lzvgvjdc","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f895bf588a1765b959be96ebbf050e5f567b17af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-aa72ae-lzvgvjdc.tgz","fileCount":931,"integrity":"sha512-uPnvjBXRy9dPEMz3ZZUDSYaZBGamXsukhEbN7OQOsvF3s85d7vEuAXGCEZOKv6hwnSx5gGKwoxEPqMo9cxuHng==","signatures":[{"sig":"MEQCIHh5nNe1aPFMyoRebnZEAWqXm6hMh07GrYVIf3CaujJpAiBKLrDD8zBs2hXGUMV7bfJ2Bz6mlN4m7h0cG4WDMHGBrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3942622},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aa72ae565a74ecd9c55a2465b22899571b5c0537","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-aa72ae-lzvgvjdc_1723737659786_0.08949936404148917","host":"s3://npm-registry-packages"}},"18.0.0-feature-9b7c84-lzvhjj5e":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9b7c84-lzvhjj5e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9b7c84-lzvhjj5e","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"887b3a351245ba7c39c6cb47c90e228333e8ae83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9b7c84-lzvhjj5e.tgz","fileCount":925,"integrity":"sha512-RupLMDokENmJcP5/ksHYyNjsHnnGvtsWvolDUPXtWQrAUUuIOhfJkKmhUhLKrW8z4/4FWdbnMJrxaekT8lUxjA==","signatures":[{"sig":"MEUCIFIA+sdDpwi3Tq/a8KzODCs72hTGnSJU4J/MXGxe9Lz9AiEA/eaWDC41feKvEu5wk+PP84i1W+NRefvMeYfcwMnMXOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4069815},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9b7c8466480c8de44f45a56068e455c20e96f011","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9b7c84-lzvhjj5e_1723738779302_0.36717261107756727","host":"s3://npm-registry-packages"}},"18.0.0-feature-3c5406-lzwiz367":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3c5406-lzwiz367","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3c5406-lzwiz367","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"af6cece99c3a8b75f2335f2386892637fd86d5af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3c5406-lzwiz367.tgz","fileCount":931,"integrity":"sha512-7/z/Uq6pjW3oPF4OHVf6CM8ptTb+LuLqFgCoyv6n/SeBJ0Mm469i68eYpF+PH3O/WlRK/KRO1YENhyo6fOp5+w==","signatures":[{"sig":"MEYCIQCayI7DZyIlYEeNmuEEHCA4wFxPjbF+w81Rut/RMxVRBwIhAIbfLCYFRrPZoO/SBrVWixGotQm1ZAcV+djBKuJEW99s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3942622},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3c540695fd5a51d1b1cc9da15f172fcb29988278","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3c5406-lzwiz367_1723801650443_0.08235061971778546","host":"s3://npm-registry-packages"}},"18.0.0-feature-51bb65-lzwmtbpc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-51bb65-lzwmtbpc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-51bb65-lzwmtbpc","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"394c8ee64aca051a6640439e7565ee2ec57a2326","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-51bb65-lzwmtbpc.tgz","fileCount":931,"integrity":"sha512-djp7/f83beoUOT3Vw910YCRboaA1AfpMpP08DhMGAKXxTdD8tetpF2SQsGQJYZ6i7iMaT9vwz0pD07RTjmLQvQ==","signatures":[{"sig":"MEQCIGV1WIjGXPo1GHO0YoCjZlqCPf35G4jmX3lFsY9ZDNmLAiBPg5WV/n4y/05teLLm2yDyZF1Fv/yB1bvU7I0nH5/NtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3943643},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"51bb65ad71b7d5c0aa3d3f325911a074bb65d977","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-51bb65-lzwmtbpc_1723808099930_0.5974568440434691","host":"s3://npm-registry-packages"}},"18.0.0-feature-9138f6-lzwodtw6":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9138f6-lzwodtw6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9138f6-lzwodtw6","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"399ad6adcd7ebc2ca05b774dca92622d123d5a01","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9138f6-lzwodtw6.tgz","fileCount":931,"integrity":"sha512-XXdS+JV+oSk4cz+2pPz1DwYsIF7MrlNr+7pBd/Q1mq2mgu+MgIw3gQR4iDRALAYCPQO5QP42J/7klCc84SPEFg==","signatures":[{"sig":"MEUCIQDpInK9uv790hZjnEW33CjbGVXiI/cq3pOhPvOr+eAKfgIgAwjG2ZYmt0TurvjocVoP2lqFJdWx8OBxZx7miTqqKz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3943826},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9138f6e6339d884247418e5c62ef6decb372ded2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9138f6-lzwodtw6_1723810737160_0.4805369722355781","host":"s3://npm-registry-packages"}},"18.0.0-feature-0dbd3a-lzwp1yb1":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0dbd3a-lzwp1yb1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0dbd3a-lzwp1yb1","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bcfc25fb0bd58d7f681912eb74a7071c396d17f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0dbd3a-lzwp1yb1.tgz","fileCount":931,"integrity":"sha512-MCk9W4eNHNthAlwp+1xluk5tCHmVYmjeJJCIKivoiXGO9DlZ+6UCfppIWUZINSdcRn91Z945FE35peRIh+iZgQ==","signatures":[{"sig":"MEYCIQDkOc7XU5OF8SP56JWd8SWS7xwgCC/zxLLlzWcT9frftQIhAJUYh4CStiyfaEQp/xlO3X1ZWOnU/KRiPSpC7mdBm1f2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3943799},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0dbd3a6be47aa7b218ac3361782cdf1b170ba6e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0dbd3a-lzwp1yb1_1723811862033_0.6356637152813747","host":"s3://npm-registry-packages"}},"18.0.0-feature-bedb75-lzwqwhcj":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-bedb75-lzwqwhcj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-bedb75-lzwqwhcj","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87bc2fcb1ba3110292d3ba80adba0bdfa588b7fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-bedb75-lzwqwhcj.tgz","fileCount":931,"integrity":"sha512-Rrx6SHSjy5WWLjYo5gNTU5aU5MdKL3NIVwjyIcE2sJVB4wPG9+07H/1fJrYdTR6574fhSQn6qDNqqo8/Dm8vPg==","signatures":[{"sig":"MEUCIQDxgw9HNDFTOMdVCdhp298ty3rgwQlbjbOpQtMCWqJSpwIgQ6cvT68tf7NlmO/U4+YxfzfNKRAiY9LYYYnSpAolw8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3943826},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bedb75988b3163d54cc76ed452dad9424da29e18","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-076a94-lzv6qe8y"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-3b4444-lzsm9zif","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-bedb75-lzwqwhcj_1723814966686_0.6555765629759749","host":"s3://npm-registry-packages"}},"18.0.0-renovate-9f43bb-m00bllaa":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-9f43bb-m00bllaa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-9f43bb-m00bllaa","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a4924b113d4230d6a8fbd9d717c2c94b19269563","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-9f43bb-m00bllaa.tgz","fileCount":922,"integrity":"sha512-AChMs6j2LAN++TuSPObWsue+AJUliSrH19QmIrMramn9v4gMEZoVRVdXd0skQx2jqArSeG16HUzJ3+aWkt4nvw==","signatures":[{"sig":"MEYCIQDSLLVBq8SWYsQoA1MbAZf7jdp02nffnbMSUA/BHWTyjgIhAKxPzqq0KSvip5nAHlJij/+k+ClKfPiTxYtxu8p/YLN0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060245},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f43bb769e0dee9b8d0e06d8aefecc127ca228cb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.3.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-9f43bb-m00bllaa_1724031128221_0.37276210702488743","host":"s3://npm-registry-packages"}},"18.0.0-renovate-f03f38-m00bocgj":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-f03f38-m00bocgj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-f03f38-m00bocgj","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1e3b256109ab4f56ee74445419aa11b27228124","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-f03f38-m00bocgj.tgz","fileCount":922,"integrity":"sha512-VoDAQplqleYLbEAcXosYAnB2c6Yml8sVGc3Kp8YGYZlCTbKyzv0oyXTUVB3kCuZpXbUPBBDBF0fp/kcPd4OnUw==","signatures":[{"sig":"MEUCIB6dfsb2wAAT1QDe+B+9Lg9aJXuQA62wqv4d8fXebXI9AiEA0UjS127j6rUDno0QPm0u+zLU1oRRqKlRMiFe6HGlLC0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060245},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f03f386d08a922998e5a74252a6588ea736c8678","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-f03f38-m00bocgj_1724031257355_0.1706032286322492","host":"s3://npm-registry-packages"}},"18.0.0-renovate-ccb95d-m00kof3r":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-ccb95d-m00kof3r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-ccb95d-m00kof3r","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"39c79bfefed7a926736a24c1715652bdf42e0f0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-ccb95d-m00kof3r.tgz","fileCount":922,"integrity":"sha512-F4hm5msOCwj2mQ+gwoOcAIUfLX7U2dnt6uh3MbtWFx+GA4LxDLzuhw3MGxUlz4eQsVyQm6+zl2KbI0XnqeAdfw==","signatures":[{"sig":"MEYCIQCzls9EMyTbPS2EyiWbYXMw6xxIiInLjlpoWJekzvcz2wIhAP8KwMgdAGKFGcvj2KDxcdQ9WkGe6aN/GLGYckrx/0AN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060245},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ccb95d6e1dfc65e99e74ef8a7d67b977424b5dbc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-ccb95d-m00kof3r_1724046374934_0.8022412064549256","host":"s3://npm-registry-packages"}},"18.0.0-develop-9dcda8-m00kp91m":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-9dcda8-m00kp91m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-9dcda8-m00kp91m","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"001972ab86bf129afe2e5cda9c47a0cffa81ba65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-9dcda8-m00kp91m.tgz","fileCount":922,"integrity":"sha512-f1Uglrs3ytLh+0u0j/MJpHmK9yvQfm1G3xjOhAX+LyHeBKuMgsVJKduhIxr94+LGMSYBzh809oFxt02QSddsig==","signatures":[{"sig":"MEYCIQCofNDaKq151KZqLpWOPi6BELPFpFkGgLka2ELP+1flkAIhAO2MsRGBSNtWDK+nYJwa1MQueb0ast/LOFVFCMRU8R2X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060244},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9dcda85553df8bf3d92a9bfd67cc4df0b54c2bc5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-9dcda8-m00kp91m_1724046415318_0.7123794334866937","host":"s3://npm-registry-packages"}},"18.0.0-develop-1724be-m00nitix":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-1724be-m00nitix","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-1724be-m00nitix","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"581b637b00f0823c7e68d85d3b14ee86c4795208","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-1724be-m00nitix.tgz","fileCount":922,"integrity":"sha512-4bXjl4b8WWGpi1RsXuCPZdI1RdehWmV70+PNsOh+j+GLwKca9U8BsRZuOPf09MqoQR6s7jtvH92mzDzaS18hZw==","signatures":[{"sig":"MEUCIFcHBFvKUs+EEnafxL3sSMhEyDLa4XkKvBArqPyOxECMAiEAiLGo7kIPGdxJewsvx2UA9FgB25KX/pQ4IB/90LrwZvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4060244},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1724be7723a005a062f53e1e2727a353945dfeef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-1724be-m00nitix_1724051153538_0.11194773345771858","host":"s3://npm-registry-packages"}},"18.0.0-feature-e7c6b2-m00ohmyg":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e7c6b2-m00ohmyg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e7c6b2-m00ohmyg","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2545de5b1788f32c9d89b5c27bc3e67b6092af6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e7c6b2-m00ohmyg.tgz","fileCount":925,"integrity":"sha512-sLgI9g75nYCWleXNSRZwXF3NLsXcOMBdocQxIaM0uuUL+u1YWKwobdEz2JXiLNB4rdoDZh2OtBlJf7MC+vJMAQ==","signatures":[{"sig":"MEUCIDI8ECBd4g4B64d4+b9poEL0nNWYoFMFWCAOhsWPR1t8AiEA1Jo6VvZcegE7gUD3hfsp304zjhaoLTk/ELZkjEh0CuQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4069815},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e7c6b2e07581c738bff9ca848b4eb6d2f14ef179","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e7c6b2-m00ohmyg_1724052779656_0.10405466142150877","host":"s3://npm-registry-packages"}},"18.0.0-feature-0a18df-m00ollsc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0a18df-m00ollsc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0a18df-m00ollsc","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"684c9036236a4a8a6c0ca641b83b9ee732ea9dda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0a18df-m00ollsc.tgz","fileCount":907,"integrity":"sha512-89K2T6qDF9sg1PViuJvWfj/eTq0UzP2BlGEbd8/W/ddHJKCINbHsuOiAfQnMqtJxs9wHEA9qdutNLNxzSXkKtg==","signatures":[{"sig":"MEYCIQCJZeaUOBOhjmMRU8rpnH62uRhVXmWSOZKuXu8lI9ZukAIhAN07J0vFqddIW8mwOIc365LGa8gLleWNapbIGCpV/U8r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4001558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a18dfe8d94d656051da4fdb461883a85fdd0818","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0a18df-m00ollsc_1724052965447_0.9117253130647727","host":"s3://npm-registry-packages"}},"18.0.0-feature-6c3341-m02d97rk":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-6c3341-m02d97rk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-6c3341-m02d97rk","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88d19d308f2c28d736ad32e920c227b814b77c55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-6c3341-m02d97rk.tgz","fileCount":922,"integrity":"sha512-mKrYVWzHJ9koFiyudUQtwZU/QysEDO1hBpmiTFxLSadC3ZrX623Cn/m9X+tdPA9bFEmzKoGTE1Db8LpPQht7zQ==","signatures":[{"sig":"MEQCIErDXOiH/8BZ1yyESlUtjOI0QM2qSEXSAgsmeNCfLXxwAiBRXscxl4SrnosccASKuv0rQIkbVNO4kqSrWNtfPiP6Sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4075723},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6c3341308170167f8afd214c72643872fa6c9c1e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-edf044-lzwk06oe"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-6c3341-m02d97rk_1724154843318_0.496716119981919","host":"s3://npm-registry-packages"}},"18.0.0-develop-5f8619-m02fke3k":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-5f8619-m02fke3k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-5f8619-m02fke3k","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5cdbdea4a87cf7f23f1dbbe1ed528bac6f5aab3a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-5f8619-m02fke3k.tgz","fileCount":907,"integrity":"sha512-oBHGlpv5HdEoOJjmW/mjH94ESXijHn8lAFZ8cXFcamk2P/u8uTowZajZSfEfwjwPfeBxEW7gmPO+FM3TGNpEPw==","signatures":[{"sig":"MEUCIG6k6zghQVH1R+0hIWZ6mIDeDZauodpx0UeJr00TUOGtAiEA+2RkprkuE19BOkM74TNvsGMmoOWyNWiGT/BwgdiRYAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4001558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5f861964b4536988d8471e5164932bf3ddd88370","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-5f8619-m02fke3k_1724158722945_0.4295340609464562","host":"s3://npm-registry-packages"}},"18.0.0-feature-dd153b-m02gu2sn":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-dd153b-m02gu2sn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-dd153b-m02gu2sn","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3a1bd1d0ecd698652e20f397d98d21c44cb4b0ba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-dd153b-m02gu2sn.tgz","fileCount":910,"integrity":"sha512-9aJSP9kpRvWlpf73qa/GElWmfXMYXvENftA8yR/WGv+JD6rDRX5SwALpzkOPGOE0fOVUS0gWJUonPNeTC9kGLA==","signatures":[{"sig":"MEUCIQC9tAE1E/+zXmdTbJvWjtcQKd437YeXAc5inR3alhS2iAIgLrmxzJfuSl2yPotJQ6kIa56qXNULm91dZUUXwpbshVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011129},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dd153bcabd811dfa510849ab22ad7588c90e536a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-dd153b-m02gu2sn_1724160854663_0.07027305055126676","host":"s3://npm-registry-packages"}},"18.0.0-develop-302968-m02homjd":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-302968-m02homjd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-302968-m02homjd","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0530750b042a56643ffcfeced5ea82813bcc54f2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-302968-m02homjd.tgz","fileCount":907,"integrity":"sha512-219t6xYH/I2eQKEq+CAfxQqe1FDYjMe0iUCLmhbiuRVAFWQRYZLnwTAVaFmC5Pcl82gYXPMP6qRFG1jyKDl1EA==","signatures":[{"sig":"MEUCIDGgrLil3Mxn52gXY06np3A95jKN6ijFxCi3akt581L2AiEAsGfhoMcnxWGCjfV+pKgik0rthG89r3n2oqMYuWfK3Ok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4001558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3029684e14266007fe6ad9fef1ae838652cf50aa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-302968-m02homjd_1724162279034_0.6999805790153697","host":"s3://npm-registry-packages"}},"18.0.0-feature-a76332-m02hqvdf":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a76332-m02hqvdf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a76332-m02hqvdf","maintainers":[{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"18391c1a4f977f65d91d2bb79032cd1b250508ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a76332-m02hqvdf.tgz","fileCount":910,"integrity":"sha512-9yDUnJ2bFdZWJ+OMp9wwhnEnXHBRCE+jAUejwHUL8yfjiPq6VY59T5ROd9o33z092hY689YdG4Xrg9Xkm8thSg==","signatures":[{"sig":"MEUCIQDUEHF5rkqYSFJp9NzN0vc6l/PRLxKFdbSzSFywMlMgiAIgYHHHU6U1rUleqj6r8AmKA+CkARndHc29g/C1ugorGQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011129},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a76332db86b2e0b705de61476b802c31a4af27ac","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1294_Add_version_to_processinstance"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"feature~PCE-1294_Add_version_to_processinstance","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a76332-m02hqvdf_1724162384154_0.6227028022897405","host":"s3://npm-registry-packages"}},"18.0.0-develop-ef2994-m05abuln":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-ef2994-m05abuln","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-ef2994-m05abuln","maintainers":[{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75e5ee400344e1d66a0e348b0d7c21d58e45c98a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-ef2994-m05abuln.tgz","fileCount":910,"integrity":"sha512-Cl2WOpiUIjQja94iG76fHMU6SpQ5YL4fpGhKBLn8JT/1CojqspJhOdz2BI+Gn+hRj6Komv9s+7VFa397izHpYw==","signatures":[{"sig":"MEUCIHVtfAQEq9gZa8bQQ9UswFgsPKgPdZcQFcwkU+ggoHjrAiEA63umo48cLhE7DnahMn8YsDLtQnI1wLKDrcIBLEBP3cc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011093},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef29949aef81220612cb87cae0dd97b73225c556","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.6.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-ef2994-m05abuln_1724331326103_0.10973056380992241","host":"s3://npm-registry-packages"}},"18.0.0-renovate-9b09f0-m05aeqck":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-9b09f0-m05aeqck","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-9b09f0-m05aeqck","maintainers":[{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b9372656b9a8f1aef0aaba2526aa24bc28d7fb88","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-9b09f0-m05aeqck.tgz","fileCount":910,"integrity":"sha512-KSPMCFwDFtqdmZn+GWhK2W1VkonlyWbfr7m0aIqyrQOvz5FHZjnyj6h/FJYOYmU+rAbM0jioPorp2pP6hLwLdg==","signatures":[{"sig":"MEQCIHiZHcB1o86Q8E6HlTg7gFZHn4FHP+dCRns78yC6RpWZAiBs4/+6S6giN0bKS66WRerrVuJ68In2T+waCSYjpmdwfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011094},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9b09f0766423306e2c21f08f3548d96bff59cff4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-9b09f0-m05aeqck_1724331459922_0.3978827986632081","host":"s3://npm-registry-packages"}},"18.0.0-feature-9653d0-m06gkcak":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9653d0-m06gkcak","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9653d0-m06gkcak","maintainers":[{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"57aebe425de9ded3fd437fee4c33b93c72f188e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9653d0-m06gkcak.tgz","fileCount":910,"integrity":"sha512-BpreY3Vaa7S011ZZfwBY6A8l+H5hixtnhpDjgGMZCDqxx73j9ctuc7jWR3c1eMW+WVULlKRffXkLTeseRxXRJQ==","signatures":[{"sig":"MEYCIQCpS7h7oXgZoLTp2vlBgZs3mYYzw/A5HZ4Z9Rpf7a9GSAIhANzXZlRL/mOu9Bl07d4BzP99GO5InKRVaozHfVMFgnmN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9653d0a816d621655791ab8155c836de592571d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9653d0-m06gkcak_1724402265631_0.7874977459131896","host":"s3://npm-registry-packages"}},"18.0.0-feature-ec4592-m06jyqs0":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ec4592-m06jyqs0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ec4592-m06jyqs0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"47a75595caf7978c2e3fac317a533d6faf5d3902","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ec4592-m06jyqs0.tgz","fileCount":910,"integrity":"sha512-aEnUSxpPa3wwLNcaXmeLIzOdJmoGJa5QTYUEPg4ta91oLcTm5QfhCgA5gL/z1YYb1L17OOKv1RiWn6A/Qi1nFA==","signatures":[{"sig":"MEUCIFmMJnKQw5rjFnbozHGXJ5wbrAKeYBmFj5SkiRK1bSp9AiEA02a4WPSW+N2D9tP0pt3/Dexmk6rMeGo+G/tRqEdh2BY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec459284e07d665900b6218daad642be5cb4e55c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ec4592-m06jyqs0_1724407975808_0.2289603373240714","host":"s3://npm-registry-packages"}},"18.0.0-feature-88f01e-m06k07eh":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-88f01e-m06k07eh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-88f01e-m06k07eh","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"570fe2ba47302907bebc0f9590950c3bd35913d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-88f01e-m06k07eh.tgz","fileCount":910,"integrity":"sha512-RvVu7i9jLkMJBl5zyEP4m77U9CJ92n6y9cDcsZxuaYmv2nBJQoOVeUBaXHnWbr1v2mAErvd4WBv1st/x2CjzzA==","signatures":[{"sig":"MEYCIQDr0qUpgvgakVixLzw000r8q+QbhZjWYDmJbKhWMwUz/gIhAKb1DTxkfVElSiXT0XX6mRHNIcpP7LiMwZKuyw3FGvGI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88f01e459356211f1c7db826d7b93971ab9a83f4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-88f01e-m06k07eh_1724408042615_0.4452483243697378","host":"s3://npm-registry-packages"}},"18.0.0-develop-bef64d-m06kgh2e":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-bef64d-m06kgh2e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-bef64d-m06kgh2e","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8ae5f367fa2ec2eaaaef35248c77cc07a3163125","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-bef64d-m06kgh2e.tgz","fileCount":910,"integrity":"sha512-mqrfuN+akhlP7y8U6OQvm03WDdHazIoMC1ii11jg1Thi7Qj7dAImBtvwdeQ+ss5LTcJndMjian0jjHW43DUwqA==","signatures":[{"sig":"MEUCIQDk++HrQES7pNP/9pg3g4hQ2MKr7TGgwaMprrwLadUV5QIgHxXjHyCcNvfzsKboxxaGAk9fDlpyk1J+o5FWtCz/mvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011093},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bef64d17a398c277fe8ddb34d6db099a9bd9d456","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-bef64d-m06kgh2e_1724408802289_0.4573978383159545","host":"s3://npm-registry-packages"}},"17.1.1-hotfix-7c0a4c-m06kwtm8":{"name":"@5minds/processcube_engine","version":"17.1.1-hotfix-7c0a4c-m06kwtm8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.1-hotfix-7c0a4c-m06kwtm8","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cfce91ab92bb606d9c0200cf28445e3e1984def1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.1-hotfix-7c0a4c-m06kwtm8.tgz","fileCount":898,"integrity":"sha512-DlmNBX1sCzBTCGg8ijhKHBCMWViv3zDvrO/fEi079HSQWaakcVfTCrQpwW3hjRrC56gwzx2Ts/WaJtMRP3MsMQ==","signatures":[{"sig":"MEQCIGOsiujZnq9HsTQruzvcxpiRxG8edmCvijNygX2t8AvOAiBNG2+q9b5qpSXbad2n3og36rp36Aul1B821bsy5kd1RQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3977136},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7c0a4cd46eb85ca03f945cdd07d966e33dd77c83","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.1-hotfix-7c0a4c-m06kwtm8_1724409568041_0.5053247806526471","host":"s3://npm-registry-packages"}},"18.0.0-renovate-eac6dd-m0ahw02i":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-eac6dd-m0ahw02i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-eac6dd-m0ahw02i","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"90af8eec1b9a37c5fd51213d7b4c2d25a8a9e26b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-eac6dd-m0ahw02i.tgz","fileCount":910,"integrity":"sha512-Pti54/Nws6K9nptOngULaEYPhLxfgoCq5QF+PxQGxsEO64ZnCcAq+Ma9eRH+Mvx5LXL9vQLA5x44KzZrVZYLpA==","signatures":[{"sig":"MEQCIGudWRDomU6pn5bORu0VkMO5evxFh8YAzLiEGDnvZNYWAiB393BovS+G8gxZEIhEEUEnCRtx/6O1hXq0IGOKDIE88Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011094},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eac6dd8c34fda0fdfc54b74f754b8e928992e869","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-eac6dd-m0ahw02i_1724646353661_0.0816326574496955","host":"s3://npm-registry-packages"}},"18.0.0-develop-038b6d-m0aqg36k":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-038b6d-m0aqg36k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-038b6d-m0aqg36k","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4984e67e0400b1955d0b5aca78c7580f7cf4a205","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-038b6d-m0aqg36k.tgz","fileCount":910,"integrity":"sha512-vCmiBJlHD1PkooDg9S4ALvsC9P/xF71ng5v4HN6XT7jWZbZxHSArV2IkJMceAudib1YGOOnLPjkZHq/0plkNug==","signatures":[{"sig":"MEYCIQCb/Gim1tzz2eEqXM/uXKfU+TgmOq1JGzWck/O8MsMPTwIhAM4gtTVOfDDBdQY7Pn/rf7wmrMKCfyjui6QwjuJDAQ2Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011093},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"038b6dc0ce885cad4c3ac00b19f31b96a293209f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-038b6d-m0aqg36k_1724660726924_0.44123227182595737","host":"s3://npm-registry-packages"}},"18.0.0-dependabot-eb8517-m0aqilhd":{"name":"@5minds/processcube_engine","version":"18.0.0-dependabot-eb8517-m0aqilhd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-dependabot-eb8517-m0aqilhd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"77a16f3c32c4981daffc5d83b5f6bf7562776927","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-dependabot-eb8517-m0aqilhd.tgz","fileCount":910,"integrity":"sha512-gHEeBb+v1Jay5ke1kWqW0DmiQ3s4c2OOzmhyQ+J1hfxzYMaa0LnM9qWx9sYoF4DjkVs/kRIcKPApq2M1WgiU5Q==","signatures":[{"sig":"MEUCICaIm+j3i/+DFpXHkwgb0oZr/CWYQMzzhjEvMOT6zFO0AiEA28QPZ5QdLPhkUhcbpc+vLbvvlM91pKwRfSMHyTgEa/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011096},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eb851736a41ebd086f83d745dbb4bbd61ab075f0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-dependabot-eb8517-m0aqilhd_1724660844660_0.6787223881597366","host":"s3://npm-registry-packages"}},"18.0.0-feature-1d6754-m0argdvi":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-1d6754-m0argdvi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-1d6754-m0argdvi","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7372b53e55b043ac43136c50a5409825904845b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-1d6754-m0argdvi.tgz","fileCount":910,"integrity":"sha512-cHdw/zdDr/Y866lJz7ELxiubu6bicUNsde3LjyWTSlUjFOP7tSiZX8dEiCSg3sWwdRjhQcudWc5VEGPFG0O3KA==","signatures":[{"sig":"MEYCIQCsdbY1zBJ+jQI64OwtVTHMTIHm94ijbgxhOx2GSdtDewIhAMJGcvWap1pG4Bvex1ays4YqS/BsLQxzrm5cMmRoJOK8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4026931},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1d6754f873315f8b00987a29beb2a014a066db42","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0dba9-m0aptahc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-1d6754-m0argdvi_1724662420326_0.6638303360978237","host":"s3://npm-registry-packages"}},"18.0.0-feature-c5afbb-m0avm5hw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c5afbb-m0avm5hw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c5afbb-m0avm5hw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a2a23933252ccc887cf5d4d0cfa7092109dfc28","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c5afbb-m0avm5hw.tgz","fileCount":910,"integrity":"sha512-RPBedrBbpid10EW8GCRny2QD9WkFCigPFbQt5CoNFyq3ehIjx0OkYA+Unrvpse9AmuI7DJorZjHBt/4hmfkMsg==","signatures":[{"sig":"MEUCIEkldzYvK68n5Sq4o2tRZxxQd26uSABwhlNqSmIq/06jAiEA0RHNlXeLbIosX71LZQxPH8QohJ/zAffiBGelp2COD14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4026931},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5afbb2d04e0bfc7b16ed8b016620ff5d64a4675","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0dba9-m0aptahc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c5afbb-m0avm5hw_1724669408495_0.6850905915249772","host":"s3://npm-registry-packages"}},"18.0.0-develop-33b120-m0awibo5":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-33b120-m0awibo5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-33b120-m0awibo5","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b709f0754aae08c80b91dc50d0ed24875c8632d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-33b120-m0awibo5.tgz","fileCount":910,"integrity":"sha512-MEuYbC8cIvWFMsUyeRTJaZBXbVkzVCHEBOLHTML0ZMvo8G6yx6WSdsbg3MxKuRaCUlqnJE91oMEJU9qXul0tcw==","signatures":[{"sig":"MEYCIQDexa+SJ5OsTXDagIgS6ACgA4cjIhOPCntQPX8njPSm9QIhAOfvC0Lt3p6u3YUdyae0AmOKGP1zO163kZ6SG4kg9xTw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011093},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"33b12011e8256de0871487cb3624208ce474cb14","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-c5c97d-m058da9d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-33b120-m0awibo5_1724670908941_0.43373294058442413","host":"s3://npm-registry-packages"}},"18.0.0-feature-ff0b0b-m0ayd9vi":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ff0b0b-m0ayd9vi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ff0b0b-m0ayd9vi","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"012a34b54081f460dad2af834de001ba07601e4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ff0b0b-m0ayd9vi.tgz","fileCount":910,"integrity":"sha512-tAhQiUq6Bvln7I/KysQOjXxvH8Zl61EtT+sePhUZJhy9XRuLSsGd3X9gW5DTbXtmSUN2zBfIDjs8JoMHo5E4vg==","signatures":[{"sig":"MEYCIQCituiBwXLPgziOvhU+DJ7yrCVDYFrR2GQC8g6PI0aRDAIhAOoHFa2l4HKt6zUInwQS7iBIwz33mVxtU+sD8o8T3Thn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4026931},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff0b0bd2bebbaef23affa52c27dd9a5a1962ad38","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0dba9-m0aptahc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-develop-d64748-m058gv1v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ff0b0b-m0ayd9vi_1724674032944_0.06563777401631765","host":"s3://npm-registry-packages"}},"18.0.0-alpha.4":{"name":"@5minds/processcube_engine","version":"18.0.0-alpha.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-alpha.4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b040a3e317b64a33133038d4762069b961a7877e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-alpha.4.tgz","fileCount":910,"integrity":"sha512-nysLmtJH+cal7DI8QE3M5yOqEhWsL8yJktwu8PzZTwq6VgsTrBpWwtZTapwI/S5z/ahNzVzWj5yzL21b+w7HwQ==","signatures":[{"sig":"MEUCIBpk27WecsSBjk8WEw+svBdS7TT/+qkaXMrIAFvQLjO6AiEApal/o/QkxvesQp8L/NfEnr3IaQR8XKKvjBImRHdABUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011045},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9ee6689c94d6bacc56567ffdb0dfb6ab1d67bca9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-alpha.4_1724768110731_0.783079878115521","host":"s3://npm-registry-packages"}},"18.0.0-develop-9ee668-m0cijq78":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-9ee668-m0cijq78","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-9ee668-m0cijq78","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b76deea8415e21b4db7aa4017990eb42d1fbc9d2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-9ee668-m0cijq78.tgz","fileCount":910,"integrity":"sha512-dlbdljLYIQIEOm3LqTUCmm/tFHkqfGRksaWWWj36JjANj9HakoDTLyClKCDrIcOFgAB3AcjeFSIXuEnCLXiumg==","signatures":[{"sig":"MEYCIQCub94MemXw9AEunAOB3Ba2zuGXf6eB/RX7pw4znogwtwIhAMeFNw7Q3kjJ2x1oHgi5SS8I1sVzImgqmg5wHqUaYrop","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4011061},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9ee6689c94d6bacc56567ffdb0dfb6ab1d67bca9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-9ee668-m0cijq78_1724768392800_0.7844949963204353","host":"s3://npm-registry-packages"}},"17.1.1":{"name":"@5minds/processcube_engine","version":"17.1.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92e1ca420d13a4fcb9d40e25f030abc913a1bc0d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.1.tgz","fileCount":898,"integrity":"sha512-rGsNIhxYQmSSnNG42i1gRzJVW1DlmNBz0EZR2tbRZgqpUh9ta+PIb6XcuGdTrBiSR8v5nVLkaGDMZwf1o+padg==","signatures":[{"sig":"MEYCIQCOBZCUd+fKiz5qU8GUag1B6NJqtCBRazOEynw5SZy1ZgIhAOz3d/kFFBMnHlZyGi6+t8+3AX+CVNKZDu47ZVYNyHMI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3977113},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cd6b107dbee69171df7b8e7772f8638656d3413","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.1_1724840938944_0.9970771596478059","host":"s3://npm-registry-packages"}},"18.0.0-develop-9fb6e1-m0dq15ai":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-9fb6e1-m0dq15ai","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-9fb6e1-m0dq15ai","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0eb28f5c36d01134e83923cf1db0a02bb51a40f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-9fb6e1-m0dq15ai.tgz","fileCount":910,"integrity":"sha512-tLoGzzxBJOhWi/cg2UkADUVMrt5GXCxlMpXyBAJc1JuaYfjIOrgNrQ61fEJdMEgMv+E8fDp8oPn0ss3KlzdsAQ==","signatures":[{"sig":"MEUCIQDXsYLo4Qi1j3z3+1d+9S0K9W+DDdcJhuiXaMpizSaOegIgDIIQj9us9iKy6MGAAwcXk/CK2w8BsugP90n96poU/QE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013807},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9fb6e16f5c73b39ca6abb1d57d38edf8994bb1d0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-9fb6e1-m0dq15ai_1724841429353_0.5919462864908789","host":"s3://npm-registry-packages"}},"18.0.0-renovate-2ba214-m0drqegy":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-2ba214-m0drqegy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-2ba214-m0drqegy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3501917b118da54e6b5c3e1b5e0fa40a79cefb99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-2ba214-m0drqegy.tgz","fileCount":910,"integrity":"sha512-CaRZBHaHrFQxlsGHl1lNsWtM++sMN/BUCtcAbKH58sWrDfGyGth4T4mut2mXn6d2ms5s39Nvrxr4ALrGpROMcg==","signatures":[{"sig":"MEYCIQCg5RsqKA+m70LvWLvjVLxAZO8+E2VZhw+6JUmz6HatPwIhAMK/fDOzEUELPTsZlx4FfZrB8eoTn7zO+H8EP3xVs9t9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ba2147875a5649fe3c39bb435077edef599f204","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-2ba214-m0drqegy_1724844286582_0.20243500390002245","host":"s3://npm-registry-packages"}},"18.0.0-renovate-c3c16e-m0drrwix":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-c3c16e-m0drrwix","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-c3c16e-m0drrwix","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31adb8e9d6cdf0c661c84c07d2ab2b033587da2d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-c3c16e-m0drrwix.tgz","fileCount":910,"integrity":"sha512-DTyJoQ+Sh0RM086sE0E+Cb1otCJ7AZSumqh+vJb9ieZ2o7b4C1Pczz8K2FRR02QKKMRk1XDGiB/jgDsJkRflhQ==","signatures":[{"sig":"MEUCIQC5DKHtCNZNf1JqgMHYb5bJrb7XR+nJTNN9d7cX206ZhAIgGpYnHCi8ERQDGgS1aXMwwWYY12qNrWQWMmjh0LYdHws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3c16ecf57ea6e26296ac44f8ce598d713a44639","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-c3c16e-m0drrwix_1724844356941_0.4731090251214143","host":"s3://npm-registry-packages"}},"18.0.0-renovate-dc0a16-m0dt5a3f":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-dc0a16-m0dt5a3f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-dc0a16-m0dt5a3f","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"63dbd5cc97251c36d4cef95465b67598e3fc633f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-dc0a16-m0dt5a3f.tgz","fileCount":910,"integrity":"sha512-hW/L3evDXUTXbAPvkbGxTdbVZ2VrsK3isr3FrvtU0o4G6UgNy2vheTNxBUS4EM6hKN25RnUnr3CA0+fOm3Wevw==","signatures":[{"sig":"MEYCIQDIAdD4fUqCgSin3LMfQW/wYECTN8HSQmjoPLk7YY3v1wIhAMX4WncV+mVqK9xEZ9fZvjg+ZYnjFq0nA/RRarrfnF5Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dc0a1644a93e7469086fb26ab3f97d8946d19e40","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-dc0a16-m0dt5a3f_1724846661958_0.4485280030857228","host":"s3://npm-registry-packages"}},"18.0.0-develop-d451ce-m0dt6hga":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-d451ce-m0dt6hga","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-d451ce-m0dt6hga","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ba400dd489e8dd535f472848346a6706ec8be1c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-d451ce-m0dt6hga.tgz","fileCount":910,"integrity":"sha512-ta+C7UH8rmlGyjxsceTZh0t8GNQrthCpei4DPMfPxdAoeQYQ6D4RFyM1kpOfkaNHKJBdN9wkgdDFefHZRutTdQ==","signatures":[{"sig":"MEUCIGIeysq74bWpXTCx1Gf2OeXn+Bsmw4jPN4RGRNsZONkvAiEAgVGi/pMCGpg2Bh0iHnCyLYGfZWTECTIU/EnqzeGrPig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013807},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d451ce6e37fde9479a2e0c7b572d23a9f46a1d07","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-d451ce-m0dt6hga_1724846716060_0.5101516487029745","host":"s3://npm-registry-packages"}},"18.0.0-develop-47ce6c-m0dwdgou":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-47ce6c-m0dwdgou","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-47ce6c-m0dwdgou","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1fa4db5d35bc93fd724f6d3eb0691e89950a5c50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-47ce6c-m0dwdgou.tgz","fileCount":910,"integrity":"sha512-rXc5QicXh8l65AA032vNUDQ9ccS9ox6CjzANnG1k5PudW71cfWo48z+mejK+Ped3ZcOMrCaebcFp5D17Kjr+UA==","signatures":[{"sig":"MEUCICamaviFb3JHXnJqdAtgfNtlmvsRdya7pXmaTXvHV0DxAiEAkfNXehbNTcmOWhOihCQZsd6xD7BtloidDkCU0D9Z1Jk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013807},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"47ce6c7aebd1568d3cf04ef0d1c06de2f65655f2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.1","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-47ce6c-m0dwdgou_1724852082745_0.21543509717807807","host":"s3://npm-registry-packages"}},"18.0.0-renovate-7aa162-m0ka1swd":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-7aa162-m0ka1swd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-7aa162-m0ka1swd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ad670393eafe106cbadfc07090898bd8e517c65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-7aa162-m0ka1swd.tgz","fileCount":910,"integrity":"sha512-Sft+YDnto+hxwNlji5KySYL8S8KKj73xaE9zZTkIny+RkOHzxjuN3DBlEa8izXYT8cSWv+TDNYK+2sN/EB8jyA==","signatures":[{"sig":"MEUCIEax8QRI8dfJX6ojMEk6ZsNSAgapZoVyMVBhK09kVHRKAiEAtFH3q0/hWZUIenLSdvqem00oqOvyOHe/MfvBDkqGaFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7aa162636b8a812d5bc23b8a9c68c6d4949f82b3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-7aa162-m0ka1swd_1725237847408_0.18812066207521716","host":"s3://npm-registry-packages"}},"18.0.0-develop-bbae1f-m0kjzwa2":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-bbae1f-m0kjzwa2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-bbae1f-m0kjzwa2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b5455f7c070d3a3a5f1963e62162bbcd70bf22b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-bbae1f-m0kjzwa2.tgz","fileCount":910,"integrity":"sha512-ysQHADPKCHHQx39x+oQijVQzKRKbyRb/HoLFrSYlbTtXZGvyQWnt/Ej3MzpAnU4dvsqs/1MNKzjCPo2tNQNajg==","signatures":[{"sig":"MEQCIDqz3v4Aw8D2M+UgDTXaKCZtDdE/1GhrMKUZuhLjn+gwAiA4BDYXCBGQ3038LQOP9ekyFI/qV6McIinDsLs4+sN//Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013807},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bbae1f126992f7d282a502f0d93185d72929adb1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-bbae1f-m0kjzwa2_1725254556032_0.5827189829448061","host":"s3://npm-registry-packages"}},"17.1.1-hotfix-400079-m0m2cc8e":{"name":"@5minds/processcube_engine","version":"17.1.1-hotfix-400079-m0m2cc8e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.1-hotfix-400079-m0m2cc8e","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da5eed2b358256a4a5306f67eeeba706f965db79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.1-hotfix-400079-m0m2cc8e.tgz","fileCount":898,"integrity":"sha512-52B68AKy4SkjAfbrJdTrHgCGb+h6jmH5I3afFcGoRKhGfUavnpi/t5NQBJmNxt2At3b9KCPt/gJz3O7BnddcAA==","signatures":[{"sig":"MEUCIQDP3PKyBUazmG4oK+NK2RjI7HI/yyFhUR+/teS3C8DB3wIgeH79zmpk1KPgfiUSX4gLv2xcEc/Owkc8ilYnRvUa6iE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3979102},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"400079f6c15d891b42338bc3f9e5ff979b5fd3ca","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.1-hotfix-400079-m0m2cc8e_1725345835413_0.13542136112122805","host":"s3://npm-registry-packages"}},"17.1.1-hotfix-91d89c-m0m39wuy":{"name":"@5minds/processcube_engine","version":"17.1.1-hotfix-91d89c-m0m39wuy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.1-hotfix-91d89c-m0m39wuy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"219594edf1c701fbf6f45f199f5af35fbd1cdac3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.1-hotfix-91d89c-m0m39wuy.tgz","fileCount":898,"integrity":"sha512-ckp01py1SawSf5EYxfohN6jtit2dlkQPDCOg9Ps5YxrWm1XrXIHLBMn3pdJFrAhMfgYIE94xRYZ4r0Za5WzWmA==","signatures":[{"sig":"MEYCIQDBxmWn1aQoFRKBtGZq9TWGkSZPZYDRao6pSyniLadOBAIhAPkotHTDU+aVpAAeFBFf/GwqvQ9gFyzgeZGYX4+67kNK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3979102},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"91d89c172e03cc0f0c4992e561da455d53d090d6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.1-hotfix-91d89c-m0m39wuy_1725347402767_0.9770232693099836","host":"s3://npm-registry-packages"}},"18.0.0-hotfix-aaba32-m0nl0996":{"name":"@5minds/processcube_engine","version":"18.0.0-hotfix-aaba32-m0nl0996","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-hotfix-aaba32-m0nl0996","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac5701eb9199dc417487ac07ecb4ef4284bcf65f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-hotfix-aaba32-m0nl0996.tgz","fileCount":910,"integrity":"sha512-ThsJ2pbOeGPGHcOPrYTHi5UhqGKKBPs3axotdButH6s+89DMICwAkd9DDDNLz+xFKT61gCheqU6KYREx3Mx8aQ==","signatures":[{"sig":"MEUCIQDmPYaZUsLLZY9IKBRQ3+MVbJCznLPm1MTVxTC8eqixQQIgfxeK/HU0Hph1ix9FHC8qdlHosNHVTTnczZwWBhoLvI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013806},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aaba32f249b33e8d809db920e4673b29f1a3221e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-hotfix-aaba32-m0nl0996_1725437651121_0.7120450804377547","host":"s3://npm-registry-packages"}},"17.1.2-hotfix-f6e620-m0nplqit":{"name":"@5minds/processcube_engine","version":"17.1.2-hotfix-f6e620-m0nplqit","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.2-hotfix-f6e620-m0nplqit","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c88e6742addcbfa07914a113a00f41e4994c9427","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.2-hotfix-f6e620-m0nplqit.tgz","fileCount":898,"integrity":"sha512-wMlDbhMkglrmJIvg0LQkQ1C9oDUKe+Ug5DwCf++dehGe3ytBLZDJ088atQyq9HSsBDsp3USdeWfytnzRG6NYCA==","signatures":[{"sig":"MEQCIGF2ynIUn/TBs5Rp+XD3yy2swU8/swoC22CpZCLE/PuCAiA72X/Bgiyw5tv/Z6J80pv2q+77+I7x4uOOHDO8HJ799g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3978324},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f6e620f09d0e995397bc9f783abd70393067c280","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.2-hotfix-f6e620-m0nplqit_1725445372517_0.7260481990146939","host":"s3://npm-registry-packages"}},"18.0.0-feature-6095c5-m0nw8b5m":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-6095c5-m0nw8b5m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-6095c5-m0nw8b5m","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0ef91089a17b63d637edae7946ad22218357cb28","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-6095c5-m0nw8b5m.tgz","fileCount":922,"integrity":"sha512-lHw6QlKjPeIJVanNuqWPoC2A89dZpLi/lCNVWNToBy2k0UZd0NcUJqE8B7O4OyiarxBNqbITZpzjvkvUG31u5g==","signatures":[{"sig":"MEUCIB0/UuVWU0Pjc7w7FnNDzyx0ka/TIHHftrWBl0NQ2wgSAiEAhVkt8kkSUn4FWyDx0ec+VZkqaQ9lSRZD6lt9dBhZbaI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4086045},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6095c5d765eaed9dde019a4a2b6a9b258085d5c3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0ad0f-m0nvo3mi"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-18e658-m0nvwgxs","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-6095c5-m0nw8b5m_1725456504469_0.16817851132417339","host":"s3://npm-registry-packages"}},"18.0.0-feature-e7ee8c-m0nwcjiy":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-e7ee8c-m0nwcjiy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-e7ee8c-m0nwcjiy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"67b57fcb2a26365bf2abee7d876d7c59db7ba063","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-e7ee8c-m0nwcjiy.tgz","fileCount":922,"integrity":"sha512-9ESzrYGRC5dwXuUWfYzrN1nUZn6g68bZ2L+9CcawvDJcpgLTeh8JQeankb8hwKkS+iIQ8sKtZDK14g9hRJJrLQ==","signatures":[{"sig":"MEUCID/u7FcGjgO/hgoV0LCvDooBIGhJcXK95x2allirS2VdAiEA1Gvjb98VnqKjx1r/g7tejdL/fAJBwjrwPV322AVadgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4086045},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e7ee8c0ddac62072e5f7fbfa085f6cbecb47dc9d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0ad0f-m0nvo3mi"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-18e658-m0nvwgxs","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-e7ee8c-m0nwcjiy_1725456702507_0.4479744946173563","host":"s3://npm-registry-packages"}},"18.0.0-feature-fc4007-m0nwe39n":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-fc4007-m0nwe39n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-fc4007-m0nwe39n","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"404c342204d016ebd1a44d117d156155829bd3f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-fc4007-m0nwe39n.tgz","fileCount":922,"integrity":"sha512-gvxXtP1oLYmcDZ2xq1Q45nZkI2oo0nxr2jtTSDtfTg2EuiYLtv38moSeErolVzoxnK0Ww65hEPRzBHA0E4RoEQ==","signatures":[{"sig":"MEUCIBhPh43VDJfi1QFWhdhhJLqgMOsGd2moR2xQjpU4qwxZAiEAzrQ23XwAz1osum8QDaV1KTdZlxhyZ6W7syV/8vng75Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4086045},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fc40076f03966dee07128182ca9ffcf1d84d372d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0ad0f-m0nvo3mi"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-18e658-m0nvwgxs","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-fc4007-m0nwe39n_1725456772295_0.7633794446918287","host":"s3://npm-registry-packages"}},"18.0.0-feature-633c41-m0nww2h2":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-633c41-m0nww2h2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-633c41-m0nww2h2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"240e594873950647ab345266900814c1eaf3a3ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-633c41-m0nww2h2.tgz","fileCount":910,"integrity":"sha512-HoDYVbJQw0QiLS5mSQBZwSF4Wt/5/3Ac7KkRrTOGn3P99gJP/dhTuAK0hCdZ/WDqrHMn/abbrEuI6QW2f7BY3w==","signatures":[{"sig":"MEUCIDfKLITdwk36WWmR9Z9LNjJH8HVRcjtq+zVvmFITJX3rAiEAo3Xk0prLP5L1wbCVvDULIAQZ0CGvBQQ4fAh5CyD1suc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"633c41797a1a86a213544b6d0b4759f99a24c87b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-1e0364-m0nnjy9z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-633c41-m0nww2h2_1725457612481_0.10919029118896373","host":"s3://npm-registry-packages"}},"17.1.2":{"name":"@5minds/processcube_engine","version":"17.1.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b7fe71693573342f36290155821bcfbed4b25f0a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.2.tgz","fileCount":898,"integrity":"sha512-We6S34MDcs8KMet2vKOe7I1TZ3uZcj0UoM7up+huZNjlXEZYwMxMxVybh/qbD+PZ+pbI4m7VImK59CWEmWkszQ==","signatures":[{"sig":"MEUCIC+B1d9LqDUoTRiSctUYHbvSUQ4PorTrrd+1G2eaq04HAiEAwH4VQmVLeh8cPraSb0MNCQfdjz9zJOSrIbFJv8awJtM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3980267},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8284f81fe8e97f119ce5750cd8734eb900c4ff36","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.2_1725467998268_0.8715210448039816","host":"s3://npm-registry-packages"}},"18.0.0-alpha.5":{"name":"@5minds/processcube_engine","version":"18.0.0-alpha.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-alpha.5","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eb4d10a145de062c2f0fd5e3dfada5734a921902","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-alpha.5.tgz","fileCount":910,"integrity":"sha512-zpoQZzZtEj7mLC4er0Z9OEZ319kdIY8gLJaAaCsPEhMbcUYIoWfGJpXaBhnAfRSToZApVKTjXdTIur5qYQOqpQ==","signatures":[{"sig":"MEUCIQCvMza9CbM+yEgTDvRBIKLLq+fxiKrccgGZFhOTjFFECQIgORdo+rbqVWhvAhK5Gr+G6X5nzsNXMyKSpkDf5SkSCtU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016945},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"363378f866438ef2bcd29ef5739e73c8fbfcbee9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-alpha.5_1725468270288_0.25701425503076325","host":"s3://npm-registry-packages"}},"18.0.0-develop-0bc9df-m0o4gypq":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-0bc9df-m0o4gypq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-0bc9df-m0o4gypq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0ef4886616f8aa346f67ce7fab0a6381d1917ac3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-0bc9df-m0o4gypq.tgz","fileCount":910,"integrity":"sha512-kGcHSFKxGxMDSqIkrqbUxNPw+qglmLbwbD0KbS8K8FYPvRNn46i5s9IRd1nC32fpseuY0slxKnhmPxIxSrEv1g==","signatures":[{"sig":"MEQCIAPcMPddFEcjUIizF5++TK0716LGeRYNbadfzRsR3YLrAiBvQaa21j/F3fbZ3GS0dbw2LgHf7XsbsKhfETx7k+Nppg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016961},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0bc9df3cd76fee73ab5de275f9ad1379e4d026c2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-0bc9df-m0o4gypq_1725470344083_0.36130960160267844","host":"s3://npm-registry-packages"}},"18.0.0-feature-b59000-m0p6vf9a":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-b59000-m0p6vf9a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-b59000-m0p6vf9a","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c9f0a2e040be063042c4d5ef9b74bb9cdddd802","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-b59000-m0p6vf9a.tgz","fileCount":910,"integrity":"sha512-P3lA7k9Dkb/AECGmZS4DNA1ByejoytrjR1pGIZxubBvidI8T3hDX5mKyWFxnySF3A1mWdFHIW/nOVSXdQllhsg==","signatures":[{"sig":"MEUCIBZ3jcc6vLngsa0jVnN3w/fyHu0S8Zs9W7tWPbuQi7PKAiEA1/Trj1xp8s895yBW+aGvxmKKASld2fNViLSeb3e1tUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4017280},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5900005685d6b1259fe0c729ecfb937a39b63d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","testv2":"npm run clean-build && npm run testv2:build && npm run testv2:run","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","testv2:run":"mocha --require dist_test_v2/setup/TestFixtureProvider.js -p -t 50000 \"./dist_test_v2/tests/**/*.spec.js\"","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","testv2:build":"rm -rf dist_test_v2 && tsc -p ./tsconfig_testv2.json","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.1","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/nconf":"^0.10.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-b59000-m0p6vf9a_1725534843736_0.9932373667183085","host":"s3://npm-registry-packages"}},"18.0.0-develop-7270ab-m0p7o3c8":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-7270ab-m0p7o3c8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-7270ab-m0p7o3c8","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5400176f5fed4a4bc4874680c2a2452d1596e5d4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-7270ab-m0p7o3c8.tgz","fileCount":910,"integrity":"sha512-ZBZA46veJK/FjoKnGdvFmOrxBp7kzL639Exs3opEeb7DlLgtH920ytwtyh7XNpNFIIGqA1rPHoCXbXkFE503QA==","signatures":[{"sig":"MEQCICalBUwMUNEVj5lzCMaZmSwx3M2iA7XXtV3gX5F8x83yAiBIY7c43toXmsc2QwYQTL3Da96ySSGskUABWKyHt6K3Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016961},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7270ab6231f9411f7c245e667beb3949bb3fbe33","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-7270ab-m0p7o3c8_1725536180726_0.4041848775024408","host":"s3://npm-registry-packages"}},"18.0.0-feature-1fddf0-m0pab5d8":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-1fddf0-m0pab5d8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-1fddf0-m0pab5d8","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5419ee859c5c2259bcaff29f69c3c35832114bc1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-1fddf0-m0pab5d8.tgz","fileCount":910,"integrity":"sha512-LPLnwPS6EKBlsiEWL8YEkY0dNjov2kZDV6NwkFtMuGIDXWRP61s2axwTkS52lcAstsaWk4ueh1K7n6Y7pdzfHg==","signatures":[{"sig":"MEQCIGgEcqlqz+ko7zYOUld5w3N6sR6utvtRIt77EurlJspGAiBGE2/V8qC5boiquGPZdV6KmTFG/PJFR1Z+kC2mDKgShQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4017112},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1fddf092b36ac3a32bcafd90d73cf19dfa15e8d2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-1fddf0-m0pab5d8_1725540616840_0.25762865829548875","host":"s3://npm-registry-packages"}},"18.0.0-feature-9af8f9-m0pahokg":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9af8f9-m0pahokg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9af8f9-m0pahokg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89c788ba759c0afd38ec4b87ef9211b4f95185ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9af8f9-m0pahokg.tgz","fileCount":910,"integrity":"sha512-2jAjuxIyOmVpKP0ZwwTFrHljKvRKHA2gxgzIdGqLFv6Zq3nd+O12nJqHl9k1Rcbs7F2EpPqhQtK6HZi7CEio7Q==","signatures":[{"sig":"MEUCIDPQPtRF+s0VbNWQw6A3GX5aF2yyuYbrUqiXgu/QBNk8AiEApQeEwhRmpc/GmRcdazUZaiRI5PbrlsEPYQ4JGHFCOxc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4032632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9af8f919d95453fd4c5984048ee886993f0772e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-1e0364-m0nnjy9z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9af8f9-m0pahokg_1725540920112_0.7450090600341415","host":"s3://npm-registry-packages"}},"18.0.0-feature-66ea92-m0pcgqt0":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-66ea92-m0pcgqt0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-66ea92-m0pcgqt0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6fdd92a6a08839b62bc5fe2248cad8a5b5efb851","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-66ea92-m0pcgqt0.tgz","fileCount":922,"integrity":"sha512-qpZwMWSvX4tSaemCda+kYj8WKW6VxJKiX2TrAAEIJO7xRWwhzOPW6VMgzb+4I6z9582UDoqELCW9qPgaUkDHXQ==","signatures":[{"sig":"MEYCIQCTOoRp/gGMj4ow7jdTleWmdbX7tx001HJhW5cbE4mgIgIhAKzLjpf5wtIGRhat2p3QOIE5PqAlmlIw+5yPd3tzV65W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4089426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"66ea92889462558330c7bf6a659f26fac0287468","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0ad0f-m0nvo3mi"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-18e658-m0nvwgxs","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-66ea92-m0pcgqt0_1725544237238_0.8709927262823449","host":"s3://npm-registry-packages"}},"18.0.0-feature-3fa97d-m0pclkrv":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3fa97d-m0pclkrv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3fa97d-m0pclkrv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4be19889a8c7a5f7860789fc60765882e39ef41a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3fa97d-m0pclkrv.tgz","fileCount":922,"integrity":"sha512-reYS8EMCmHSQcVAoz1OKNRDmBEuoFtfiTLsLOEhUhzigGli+IC7pDhepWSHJKxvLq02lg3CB2itLygKIpuqA+w==","signatures":[{"sig":"MEUCIBM4LIRJ6+a19Ksj2KsZyTnRUqU3t/euaz8VA8sd1HbuAiEA1rwkoVnBevBG+Anp/isvYTgqcNbJO+QAmVJE4dBtp8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4089426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3fa97da604dfc67a1772c2211e3ca8eac113c586","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-c0ad0f-m0nvo3mi"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-feature-18e658-m0nvwgxs","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3fa97d-m0pclkrv_1725544461903_0.4070220250002592","host":"s3://npm-registry-packages"}},"18.0.0-feature-74c283-m0pebz7b":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-74c283-m0pebz7b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-74c283-m0pebz7b","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7af7ee0d4085c1eda5e6d60c48af43320e153da8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-74c283-m0pebz7b.tgz","fileCount":910,"integrity":"sha512-DI2g2z41p7Wd5ujpzKq5fL0OCVTmkQYNBSQkao2U2DxtSMwvI/2TsRbW2XKjdvs1aLKQHcNwOSDtLzbtvwKu9g==","signatures":[{"sig":"MEUCIQCHdPfPPw6WMsySAhWFOk5dC2sLSnJ9NIp+pt0PyqIPCgIgHFKTabNxQTWDpUj+kWhsyBfWCWYh+/r3dEqbHeGt9qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018534},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"74c2830181b4e91fa039941cf0c873aadeb5f3ac","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-74c283-m0pebz7b_1725547374346_0.5781381535083503","host":"s3://npm-registry-packages"}},"18.0.0-renovate-021f42-m0qko89e":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-021f42-m0qko89e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-021f42-m0qko89e","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71371b4d206137bf5284445527ae9657fbda0d82","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-021f42-m0qko89e.tgz","fileCount":910,"integrity":"sha512-8uL9CqfH8H+TuRUzyQLpri9+p3jWUvdwX5XfhLzlrukyYRYQBmCTqP8B4XC1yUYTZr0o2uAuqIRvuJTu+uxLZg==","signatures":[{"sig":"MEUCIQD2NbL9a/WzXZLXpt6vglC7PaBkE48IfZf7Z0b4Vasj9QIgZGmZZfjyXkm4vkwOIwh5rn/dvHO0k0x5hc3ViAbcENk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016962},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"021f4287b7466d766924d2747dd17f02df841032","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-021f42-m0qko89e_1725618488035_0.6537734744882602","host":"s3://npm-registry-packages"}},"18.0.0-develop-e2f6a7-m0qsf5sq":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-e2f6a7-m0qsf5sq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-e2f6a7-m0qsf5sq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"293a8956e302c98827d3b0ca041a033449471600","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-e2f6a7-m0qsf5sq.tgz","fileCount":910,"integrity":"sha512-XWuVJt9J6dD9McWWX2QBrCkUNEbnwC8wG65aAh9svAoUCS3tiVxz7afliU75VGZ2tMHIslVk3LZUIycvWJgJlA==","signatures":[{"sig":"MEQCIEEwCDwfAWePcy7+VAp7EtavFPA30KNHl75edkJv0j6jAiBPHErzwzfhZOOGuCSYE68+Dnf22FoHQ1MVwaDitOTjDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016961},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e2f6a7a31a90d532b3c28b31ac42627e5557ad58","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-e2f6a7-m0qsf5sq_1725631502955_0.9281636997990772","host":"s3://npm-registry-packages"}},"18.0.0-feature-4c195a-m0usjda4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-4c195a-m0usjda4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-4c195a-m0usjda4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"96501d1e1d15e9a301aa71f760a9682cbb2527f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-4c195a-m0usjda4.tgz","fileCount":910,"integrity":"sha512-kpATh/ekZtZkTK5ooBpOw2l6TlM2up4HOFEc0L80sPRahm6Z92VkMTjt4a/gcWA8jXp4E5ED5IQUcQirHcHsTQ==","signatures":[{"sig":"MEUCIDqjrdzbim05Q3EYB7KWogKwRYZKKkGhI5GGjed6sd64AiEA8EBKKq/VEuaKxJBlAaLFijM0v0WFkinOMiFaDeqzx+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4017574},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4c195afabe04c21c6529403d9bc3f7186a75e238","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","testv2":"npm run clean-build && npm run testv2:build && npm run testv2:run","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","testv2:ci":"mocha -p -t 50000 \"./dist_test_v2/tests/**/*.spec.js\"","testv2:up":"docker compose -f test_v2/docker-compose.yaml up -d --wait","testv2:run":"mocha --require dist_test_v2/setup/Setup.js -p -t 50000 \"./dist_test_v2/tests/**/*.spec.js\"","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","testv2:down":"docker compose -f test_v2/docker-compose.yaml down","testv2:build":"rm -rf dist_test_v2 && tsc -p ./tsconfig_testv2.json","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","testv2:build_deps":"docker compose -f test_v2/docker-compose.yaml build","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.1","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/nconf":"^0.10.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-4c195a-m0usjda4_1725873563452_0.5768987036997097","host":"s3://npm-registry-packages"}},"18.0.0-feature-b22ec8-m0w59b6d":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-b22ec8-m0w59b6d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-b22ec8-m0w59b6d","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e645dbe186200787b854fa56b00fe55a627c3c50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-b22ec8-m0w59b6d.tgz","fileCount":910,"integrity":"sha512-JV3VZccaQjayhtD20w9DeIi5QPiHl3NYcY03RmBlBqpC76PucmDbddSMK/dms5twoUVwWsusBnXS0u+IXidSIQ==","signatures":[{"sig":"MEQCIH6+5Zcn7a06Nl1SE9b7paPmhPBP8LphTL2uNgH5/oszAiBpxx3lBu2vg2aQFZUGOa15LDuxP2q81/M6rkRcTEdYNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018534},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b22ec80fa859d1d3ea48d037a0618bd090d64ca2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-b22ec8-m0w59b6d_1725955395807_0.4668278214835715","host":"s3://npm-registry-packages"}},"18.0.0-develop-da8fca-m0w7illk":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-da8fca-m0w7illk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-da8fca-m0w7illk","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5b3f37f7f7198e5f292ea25b2127efbcfac2b30e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-da8fca-m0w7illk.tgz","fileCount":910,"integrity":"sha512-5GgnPPEBhnDRM46NcRreotruLBZ/bPCnuPUsp07R06RjuY2jY2X9yk8mcZJ6ieUgN29Z55f29On+xqjqMnlnlA==","signatures":[{"sig":"MEQCIEbGkJiWtzWNP76TCBn7IoPtvy/bZRz1zcjYAmcxFwwKAiAkZBJr089jTxSNu3h3tZw3L8jBoJ25/shqJ9UmisDwag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018534},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"da8fcae500d48fd9fa76af0d8edef9566e73e8b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-da8fca-m0w7illk_1725959187830_0.15039607417004852","host":"s3://npm-registry-packages"}},"18.0.0-feature-9270cd-m0wf9oyb":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-9270cd-m0wf9oyb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-9270cd-m0wf9oyb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e63a262dee8315f485b505d8976275e513712248","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-9270cd-m0wf9oyb.tgz","fileCount":910,"integrity":"sha512-k/PGIjFmHjZg1FR2v/CfqAsXEO024ObAdWfVFpi9udMSFanFsZ0e0TYlwVFK+eKENQuaiHce0K9mwCFaM/MnLw==","signatures":[{"sig":"MEYCIQDPYKtJgAXcXH0L4t5WgnHKK7T7KnQJrcVl0hsi6iyiCQIhANe2GdUYCG1oanODoMeE576pshE+i+p2lu/KGXrLnN3d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4019147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9270cde888e46e4c228270db186878ebc1f318ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","testv2":"npm run clean-build && npm run testv2:build && npm run testv2:run","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","testv2:ci":"mocha -p -t 50000 \"./dist_test_v2/tests/**/*.spec.js\"","testv2:up":"docker compose -f test_v2/docker-compose.yaml up -d --wait","testv2:run":"mocha --require dist_test_v2/setup/Setup.js -p -t 50000 \"./dist_test_v2/tests/**/*.spec.js\"","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","testv2:down":"docker compose -f test_v2/docker-compose.yaml down","testv2:build":"rm -rf dist_test_v2 && tsc -p ./tsconfig_testv2.json","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","testv2:build_deps":"docker compose -f test_v2/docker-compose.yaml build","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.1","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/nconf":"^0.10.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-9270cd-m0wf9oyb_1725972209349_0.6081593212466723","host":"s3://npm-registry-packages"}},"18.0.0-feature-0c898d-m0xjgnwp":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0c898d-m0xjgnwp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0c898d-m0xjgnwp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfb8e48e2450a5020e6bb65249f4bfafe1b1eabd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0c898d-m0xjgnwp.tgz","fileCount":910,"integrity":"sha512-oxx1JTGe6HrnWuxDBFdBhhzyWX2ZdXXluBGNzK8TuA7+BhmjFeFEHWBm5HrnSTH662oFiJX9qaNjGZpnuO6Rkw==","signatures":[{"sig":"MEYCIQC2gf01icGruYUWU72zuY0Bpp7eIdParMAT/j//Km8ebwIhAJAxZiRfYmvoqqZ74EH0JD0HeF9Z5WgU7484a2VYfkcx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4019195},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0c898d49c879b4a146f38e337ec75975fc545fb9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0c898d-m0xjgnwp_1726039718614_0.6579937639694824","host":"s3://npm-registry-packages"}},"18.0.0-feature-729b03-m0xjy98o":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-729b03-m0xjy98o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-729b03-m0xjy98o","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58ab7cea8c0ac57c3ef7e8b24e5fe81c8be94af9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-729b03-m0xjy98o.tgz","fileCount":910,"integrity":"sha512-gSfiq0b7UxzxuJsQQFaOa8qRX4rE5GTyQDiNIHd/rrc0AVPYIgkFyFydAMxaceqlCAM/+nIX6FpOuZrFIMNfJg==","signatures":[{"sig":"MEUCIEkLNg2Dc10nN1Bch8Ao7YcdkirUIvpnYbySZvMH/8RgAiEAikv9Tfx9pRqoxCfSwN/UmTo/ZTy+G0M4vq4HAnzUuEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4019630},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"729b0357449cdfea37261d21f03879b6d4085a37","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-729b03-m0xjy98o_1726040539261_0.7927180379737051","host":"s3://npm-registry-packages"}},"18.0.0-feature-8bea42-m0xkloh6":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-8bea42-m0xkloh6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-8bea42-m0xkloh6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1903038f62c7fc9ca26b8d91acd4862428f85ed","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-8bea42-m0xkloh6.tgz","fileCount":910,"integrity":"sha512-ax7Ib7pbLXH9R5pPziyUWutsb12GJTGI3zcbBZ09xluUDNNhmfxRoVLIfACexrMpTviTgxhnjeIo8KE6wZHXzg==","signatures":[{"sig":"MEYCIQDcZDy6kLpDPVOnvuuAU2vvbrSOXWxlM6EWBK84fwQKvAIhAMGcfsQmQZWgXXO74ynyDBZlD/qP1Z1OSxw70/Hm2s0O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4019630},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8bea42e5941ba6dd42b2a159a03c24d61368beef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-8bea42-m0xkloh6_1726041632364_0.004438723768040553","host":"s3://npm-registry-packages"}},"18.0.0-feature-545425-m0xm95sl":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-545425-m0xm95sl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-545425-m0xm95sl","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"371bd5a8fef191528db80c77282c931cb6f9f92c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-545425-m0xm95sl.tgz","fileCount":910,"integrity":"sha512-jdcUOWr0jl+apR+x5pmPkIhiijgbdxUuJWNpA8eny1YXdy7uc8Kl+asvm7MODyEv3F1XpAuy7TKFTfvZNI9+Ng==","signatures":[{"sig":"MEYCIQCH/q7btpYttFDAIwvdEr8+HFkIK+gSnXEYJJWxQrEJ0wIhAM9ob+ehRlqajCyNMt3iUBdyGuWMMylgPiwlUWzmJv/m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4019630},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"545425738353f1eca87da390f89a31d7bd332244","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-545425-m0xm95sl_1726044406859_0.8462388774388814","host":"s3://npm-registry-packages"}},"18.0.0-dependabot-672d29-m0xpka4g":{"name":"@5minds/processcube_engine","version":"18.0.0-dependabot-672d29-m0xpka4g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-dependabot-672d29-m0xpka4g","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ca3f2a6049ce7377dddebfb3a4548d3284e62a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-dependabot-672d29-m0xpka4g.tgz","fileCount":910,"integrity":"sha512-stLhVaMb57Sa5GJV+A0hYcXBHbYRGZuJJ7MTP7OGK3j3ftCH2dE9iz1Lpqa+coXqIzmHX917UmBZfLljOwKfpQ==","signatures":[{"sig":"MEYCIQCa5N6dPSnOCJibO0Aux6dsQ7j5ci2VC5f18E8oZsLYKQIhAPRTngHZnchAlvdMNd5gVMBN35Qps9ACe5F6cPPmP7qz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018537},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"672d29c03f6dc25f88e91209db84b62ab8f72919","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-dependabot-672d29-m0xpka4g_1726049967336_0.28008329460468673","host":"s3://npm-registry-packages"}},"18.0.0-feature-4bab29-m0zbrga1":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-4bab29-m0zbrga1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-4bab29-m0zbrga1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7b4a75b4d7b11deca47c703601983cc0d3aa0056","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-4bab29-m0zbrga1.tgz","fileCount":910,"integrity":"sha512-7JzU2pUtjdml9y1ZjwgTUBs62L4euiEY744PsUmGr8vWm3cXjbezbAKA2F55JSMWa6T5o+/f/aMF8Sh2ExiIVg==","signatures":[{"sig":"MEYCIQCSbnH+v7BwuBGpdfTzbtq5Qx00sVL3aAxIuTz0hEXoNQIhAOWo0Iz+2vX5HyPfOkAhvaO7wPvRbIbgN/6A/hd0JlkR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034509},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4bab29b7b4521e83fa0b04ee7f02527f86605ea6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2b5036-m0uxpoy2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-4bab29-m0zbrga1_1726147717732_0.401873510720147","host":"s3://npm-registry-packages"}},"18.0.0-develop-0b5175-m0zdqtug":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-0b5175-m0zdqtug","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-0b5175-m0zdqtug","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4099fc39f36ce27fa366289e1b650a220248957","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-0b5175-m0zdqtug.tgz","fileCount":910,"integrity":"sha512-XG7S7fWi/O7LalT1yO9f46NoZ0qqFybDS2qiADbrz4kqkz9KwwaQFlpRBNyBALDWDHwLmIO8Rg1oYy/PNym8HA==","signatures":[{"sig":"MEUCIQDFk6G84D9X31l6phQy10e8d+SCPiuPrJhA65XADyL0tgIgMtas1q+QPrCHFg1RRiijs6r1Xgyj+OxL5jrMx8Q85Zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018534},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0b5175c3e4db5022c9d060b21c9aff3a238fcbb1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-0b5175-m0zdqtug_1726151047636_0.8270286040010821","host":"s3://npm-registry-packages"}},"18.0.0-dependabot-b1faab-m0zduewv":{"name":"@5minds/processcube_engine","version":"18.0.0-dependabot-b1faab-m0zduewv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-dependabot-b1faab-m0zduewv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"531e4fa88819c01c8c53900fc4557175c2c5c0f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-dependabot-b1faab-m0zduewv.tgz","fileCount":910,"integrity":"sha512-U/89pmaO0vPF8e3tMrJSUQeYH8T8RR+ilBkngdO51YKMkB4wdn/vliR+Xdeh9cQ47Wa8fKt37UluR2nMsou5pg==","signatures":[{"sig":"MEUCIGRF4cRg202DXMOnmqcwHvFxp3Vq+7pTg3x+KKHKoQV4AiEA+Z9LoWxt4aaDVhvntwU5nNcAbI+CGiARKI5aZxm5/Bg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018537},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b1faab9399d7d031de5a7c42af0f1af118d8a748","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-dependabot-b1faab-m0zduewv_1726151214614_0.29640002185249315","host":"s3://npm-registry-packages"}},"18.0.0-develop-1a8cf1-m0zehrbt":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-1a8cf1-m0zehrbt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-1a8cf1-m0zehrbt","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"10b0d9c5329d68d9851b549c73184e4ee42a2616","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-1a8cf1-m0zehrbt.tgz","fileCount":910,"integrity":"sha512-uJOcjSFvYJ9IzA19HpqZLFt2zRIa4oUjyAHoIT4eOUBlSEYGAF2o6Xdp9hDSfxZOUSGuZ9kmB81TcD5/3sNETQ==","signatures":[{"sig":"MEUCIAL9rb6npJUmP1DL+rFQQeCAURDKsZNANxgKOPDZm3gYAiEAlPOSP1tn3cWb8GXKyTAGA2tbbEpW/aL1fAB+3IAsdZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4018534},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a8cf1893fbf59e54fc8d3dc55cbbcd8507176ca","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-1a8cf1-m0zehrbt_1726152304112_0.8160738140047228","host":"s3://npm-registry-packages"}},"18.0.0-feature-a2d823-m0zfnc1x":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a2d823-m0zfnc1x","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a2d823-m0zfnc1x","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cad9fc4f992ef2d7d1205eeaca62e2f022eb9036","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a2d823-m0zfnc1x.tgz","fileCount":910,"integrity":"sha512-1zkiXr+VVXb7uPXquR+gJZhTsE7SvSLBiV/vc3o7aZixfhlyyuTb5K7mpBHRl+hyHTC+R3IHhbZb7aG2ro5hMA==","signatures":[{"sig":"MEQCIChZqV3twPsQXg3MuHBYcmtyGwmMJh1FWIev4f3LRnT0AiBKkqqCwKOL1edE4k6DUreojcA8ZxCjkLuPeXgP61eGLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034509},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a2d8233625179c4fc1ea86f3f755835275c672d6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2b5036-m0uxpoy2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a2d823-m0zfnc1x_1726154243998_0.9063406948941002","host":"s3://npm-registry-packages"}},"18.0.0-feature-88450f-m0zgk9x4":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-88450f-m0zgk9x4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-88450f-m0zgk9x4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"442fdd98f8836070f4af26258798cf8d53a0a068","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-88450f-m0zgk9x4.tgz","fileCount":910,"integrity":"sha512-uB4zOr0WJOxV0+Pq9kuupVIxt/Dt+1i5g+aE7yk0Vvd/abWGkt/923ftzLDm7e/3YufXUi0OyS8XuiMrqkXEaQ==","signatures":[{"sig":"MEQCICbHswl5Oqyjkx4FINmZvyeQnuUa5mhenH+Qp8G9ADFAAiAV2eb7QAm8QOOcTc66s/2ixr8QsDI0gaJzpILpF06KWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034509},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88450f2f7f8aefae3ade0fe4f6890abeb46d1108","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2b5036-m0uxpoy2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-88450f-m0zgk9x4_1726155782917_0.3572492591370864","host":"s3://npm-registry-packages"}},"18.0.0-renovate-8148ef-m0zifksp":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-8148ef-m0zifksp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-8148ef-m0zifksp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ae8d20a6b40b2554ac4790bfbdd5265802a8c5ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-8148ef-m0zifksp.tgz","fileCount":910,"integrity":"sha512-S9F+AzEdf5a8jh6f28/s1zlgYSy8RDkAEmq/vYzbvDmUVw53G/D6J7MSU+0eeBWGIOHlBrrUWcCEW4i2cguYhA==","signatures":[{"sig":"MEUCICncTk5++RYcun2iGfQt5H5y2803hdMEGGtUDDmaoVmkAiEAkffeLsNUR7VSWfnMkpHa7U/JCWcmjuGzQ6rNrxix3l0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8148efb63cbb2306dc175960227a3dd4f853cd48","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2b5036-m0uxpoy2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-8148ef-m0zifksp_1726158922094_0.07149305625559776","host":"s3://npm-registry-packages"}},"18.0.0-develop-df6f6b-m0zig50c":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-df6f6b-m0zig50c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-df6f6b-m0zig50c","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c17a961180d1610a33711a72a61c795da50b0347","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-df6f6b-m0zig50c.tgz","fileCount":910,"integrity":"sha512-xysL6ZUHkTcb+zONS2bKrbmlSoN1vyta/FRQXSQGgttLTmJ5Q+4sXS6CAQAqDAPwk0WZv182+pV9tJZ/prgyzQ==","signatures":[{"sig":"MEUCIQDEnZaKoKPVi8FTU9aQNgbXa0cL3I/efhQOftH6k0ue5QIgIJsFeV8jZtmu17qRdi0kWgqxI0gUx3pkmC0UV+AZ6ZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034509},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df6f6b77048b4be555f3a30458bfb3fb59b8dc7d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2b5036-m0uxpoy2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-df6f6b-m0zig50c_1726158947274_0.724086821566168","host":"s3://npm-registry-packages"}},"18.0.0-beta.1":{"name":"@5minds/processcube_engine","version":"18.0.0-beta.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-beta.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"833cc0e6c883a48e73b32219a18212d31384540a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-beta.1.tgz","fileCount":910,"integrity":"sha512-XpFEJT062ZreTbkqrOnc5xHQKHLTI5bWqa4aYSrt/3tkniqdJo6ohsc8UiRZ9m+CfqFEVcU2F8iqCsCzeDZCZA==","signatures":[{"sig":"MEUCIQCVAkdt+k6osX6yrx+hnK5yWjjjK2rtIfGUzbElq9m+cAIgJSd7kZfqzFLWccff4ENA8cujTjm86LrTSbVy14dUWZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034474},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc602b8e2d560d86a69b71d590e875aaa58d80e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-beta.1_1726161603187_0.055665340704901034","host":"s3://npm-registry-packages"}},"18.0.0-develop-cc602b-m0zmmrvl":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-cc602b-m0zmmrvl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-cc602b-m0zmmrvl","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"61a07a76f2cc7b70d56745ad861ba6cfb9bb76c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-cc602b-m0zmmrvl.tgz","fileCount":910,"integrity":"sha512-pUnR1JULxFlF627tsmWuWBohjtEPgoVqBzw5nGxBkunzPKLj3iOdwkxmhgzwu+ZDDiDFgGgW4HxpwzPUrKrxLw==","signatures":[{"sig":"MEUCIQCrMxR9wrfuPjlluZyagQnDsMQqCr3U2N0p3O6xI94vowIgIe/mEP0TnlJmF0FSrdEhA6vAEylHYll3SfP+wRua7FM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc602b8e2d560d86a69b71d590e875aaa58d80e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-cc602b-m0zmmrvl_1726165974973_0.9583511861499059","host":"s3://npm-registry-packages"}},"18.0.0-develop-b7474d-m10q86qe":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-b7474d-m10q86qe","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-b7474d-m10q86qe","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"109e88b30d4de6e2e119b2d78bdd0a66ea738e17","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-b7474d-m10q86qe.tgz","fileCount":910,"integrity":"sha512-zD36v29ZsWDo0lu2lMLEutPSPuvXRy+A7oCE9jBOVtZ5J8o+ozBeXDFStgzaLD1e0QqRHXVxr6TkqxT6ox57LA==","signatures":[{"sig":"MEUCIGwShg6t80UvtPjxuo62x87V5NemSvFXkjaa4PxzVXd3AiEAqhvsLj/8+tc3PIlcckkivmrUiy4cBXaykpdBSCNfLQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b7474dfb50ceecb7884e77a45008ada54fff24c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-b7474d-m10q86qe_1726232478249_0.2931543747596408","host":"s3://npm-registry-packages"}},"18.0.0-renovate-c5f17d-m14eja0f":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-c5f17d-m14eja0f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-c5f17d-m14eja0f","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80b46869f8f446be0a03d882dd1c24601569faae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-c5f17d-m14eja0f.tgz","fileCount":910,"integrity":"sha512-kF/GofaYnHPPgrdMzlRZUbPKememYZbaotd2G66AgoeE670idV3dXpxond8Omj34pGliKsJcFiG7mfcCYV+WrQ==","signatures":[{"sig":"MEQCIFsT/cV+tCG6+MhRQJsLpUW04TeCBPx7I1g2lJCmwTsFAiB6FjS5Del1+XVh/DwTYbWukOyJXzVr+ExYkKnz46U6NQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034492},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5f17d284457542d251357facc94a734f69c66c4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-c5f17d-m14eja0f_1726454705415_0.6826807936105692","host":"s3://npm-registry-packages"}},"18.0.0-feature-3d2849-m14pky77":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-3d2849-m14pky77","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-3d2849-m14pky77","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d254c698bb32177e2779b383d52809b0e0a2c7ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-3d2849-m14pky77.tgz","fileCount":922,"integrity":"sha512-CDEG3tw/LpBwTGdRjv+mst0gdTWZAqQD8wYnP4rSsjjKABltiRXRUNDy2cFfV2etfvztENf1BSNZLVivMW1CrA==","signatures":[{"sig":"MEUCIEdV3Xq3PktNW8beMBfighgM01BABZGhhryghcTYLDLoAiEA7M0jv0oBQDpHgVWmadtti3sF6AUDwOYb6dQZ9cR+8S4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107724},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3d2849aa46aa3243540c0008078a71983e42a067","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2d3199-m14p22jy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-feature-663993-m14p4ow4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-3d2849-m14pky77_1726473261778_0.7832729072083022","host":"s3://npm-registry-packages"}},"18.0.0-renovate-eb564b-m14qnk14":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-eb564b-m14qnk14","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-eb564b-m14qnk14","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3d19353b727e341f09bf7ac81ad79f3f57619757","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-eb564b-m14qnk14.tgz","fileCount":910,"integrity":"sha512-jlopXVNMHEyUAg2b6suaILKD4dlPCIQbACk5Gu0sMqwCDmqcT2pOJ70vRFFrCBVflOMSGcCXqckn1fBVgnRy/A==","signatures":[{"sig":"MEUCIDnrBX0aRvKsGf8jusa7YcqebRVSBmKokzvTH4mFa8scAiEA6K9FeSJNEHqsvBJZ+N6MIbXSGPhY2TStl+Ij8FmtoKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034492},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eb564bf71c08291b8bce535b1dd9a6ff51414cf0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-eb564b-m14qnk14_1726475061209_0.4843424014989741","host":"s3://npm-registry-packages"}},"18.0.0-develop-848442-m14vixh5":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-848442-m14vixh5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-848442-m14vixh5","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c524b414ada607b645d6c065acbd6cb760787ed7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-848442-m14vixh5.tgz","fileCount":910,"integrity":"sha512-AoGfgzcvzLy8NnLW7NxtGEJcMZYCG4OJpyfhssRvFMistMyGY8xbHoYF25gu1b9rM7XjKBHm/jys0BZYixORQA==","signatures":[{"sig":"MEUCIE+J67nUeI7/6c7ovwBAQKYAS+vjoWNrCSU1lBlY6UN+AiEAwt9afrA2GoNd3oNjwTT9H11kr8Parc5PIml6CuHZRiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8484427023ffd6298d365fd41306db101c66afda","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-848442-m14vixh5_1726483243607_0.8373270395771533","host":"s3://npm-registry-packages"}},"18.0.0-renovate-d162f8-m14vmxab":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-d162f8-m14vmxab","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-d162f8-m14vmxab","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"stefanluth","email":"stefan.luthardt@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a584d5e1b9eef887676ce4c67df85b0fefdb4f19","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-d162f8-m14vmxab.tgz","fileCount":910,"integrity":"sha512-WnW8WoZmAmldvqVhNBo7Gbg39LYJZl7yHtHE8heE6S1v78qOMtQSszKiylbTQ5YVBDOKHQcvdvPnoI1EW0m87A==","signatures":[{"sig":"MEUCIC/h8PPdWj6VHbqID3s9/L+L6Q5EzamxgMut5pSFyqiXAiEA9nkjwmak4HbvIudfoJ/eaNjD5xwGtr7WHwpZUJ1QGgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034492},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d162f8d96add9ef3067d19ea7ce53a66102cc47b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-d162f8-m14vmxab_1726483430172_0.1813680372727613","host":"s3://npm-registry-packages"}},"18.0.0-develop-c215ca-m14xpcnq":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-c215ca-m14xpcnq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-c215ca-m14xpcnq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a00c19ae67a38f10c9a053154c05a70e92411059","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-c215ca-m14xpcnq.tgz","fileCount":910,"integrity":"sha512-pUqPJR4KIU6q9IH4wInOCzyb7u6yy0BwWCqpgFzc4EFTkMGrnKITM4Q58K12VDgc9oIit4xfmRVcRbqYCUdogQ==","signatures":[{"sig":"MEUCIQC1whRt9k06twYSJ0Hf7y3OpIkeDkLjlEJqp7PXHsA6+wIgT7+0NxkLzSQ1bKWCy4g9NNZVa+9c9F4hs8/dI47Hcts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c215ca52f745e599f85c2e5b23851655e2ee995c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.0","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-c215ca-m14xpcnq_1726486902591_0.48230392520640875","host":"s3://npm-registry-packages"}},"18.0.0-renovate-303613-m14xt92z":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-303613-m14xt92z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-303613-m14xt92z","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f5703ce7e685f6ee4a33303b644ce552f98befd7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-303613-m14xt92z.tgz","fileCount":910,"integrity":"sha512-xvVGHX0vHRFHohnamtxs6XOqg07ohXp+nLFgKi8HW9jQyY1QfZVVhcoeZjuwq6iAYsHiaLu+j6CB5mJ5w+3ypw==","signatures":[{"sig":"MEUCIQC+OJSsgFl/G21ZC6aywbW6VzGZJQlz+TYHT+mqsCGdiAIgFD1jG6nMDzM62RSLp1dXpaNlOYgPB+HTw+xrPxPxbd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034492},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3036137e27fdb4f8f7d3959e6617bfc8ed8505d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-303613-m14xt92z_1726487083784_0.6200736166756573","host":"s3://npm-registry-packages"}},"18.0.0-develop-c4cc39-m14z6a9q":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-c4cc39-m14z6a9q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-c4cc39-m14z6a9q","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d42376962ac1b1c9c0639927fe13bb08a6e83853","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-c4cc39-m14z6a9q.tgz","fileCount":910,"integrity":"sha512-aHu2a46wakSWq15y8GLvM7/BpqdXWxUVPjK8tGCieDiq+lsbPdKst81aAkWrCEZzA+C1Gmo/cxW88njqVoZeiw==","signatures":[{"sig":"MEUCIESnnQIbRTkUBYHgYovUAVfTAwvkMS34u9gKm6YmQKM9AiEA1nnWMfKzmitwkYFU59WbZKwwZXerJh8q8tP/laXNmcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4034491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c4cc390b490ee1c9edb69319575b1ec2b0c8e65c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-c4cc39-m14z6a9q_1726489371432_0.9978998367117009","host":"s3://npm-registry-packages"}},"18.0.0-feature-ff8ca9-m152ohpx":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ff8ca9-m152ohpx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ff8ca9-m152ohpx","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4cd8020a377cfefad395e15d937e26511a0a95d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ff8ca9-m152ohpx.tgz","fileCount":922,"integrity":"sha512-ZvabyqVShiE8zllSZY0mz3XeHo+LM4cWHmQ9pgFP80XQ6px+OZFxyJFoRiI+6SbPCh4q/ijSDBS1Akj+WrgXWg==","signatures":[{"sig":"MEUCIQDsa7f7y62MA7cGrQPAf9VD363Q22oYxc92aupGUhz0hAIgMqkrw2gkMNEgzgQonSiVHxY80HV4ldNkyE6rpFySs8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107697},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff8ca9ae5c545bb2de9fc76d65a2feee7d36aa7f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2d3199-m14p22jy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-feature-663993-m14p4ow4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ff8ca9-m152ohpx_1726495261589_0.1993206629541997","host":"s3://npm-registry-packages"}},"18.0.0-feature-eb1c79-m1548egx":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-eb1c79-m1548egx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-eb1c79-m1548egx","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"663bd270a8ae70809f2b432e01163e513056864d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-eb1c79-m1548egx.tgz","fileCount":922,"integrity":"sha512-0POKlDKKBCU78ynDNB+4tOaXcw6CEcpPWTCjjfu95qM3ss0zF8Rz9VsT/Qn6DQPq6X2/UwLBizvuNAgH2SfLCA==","signatures":[{"sig":"MEYCIQDxdgvn07014XLgvK0vwdgyCUHBrtfAIplRUquHHSizewIhAKjd7ZNjl9+bJAWDffQlElzmwI0sefBRk6jVnAs7vkWz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107697},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eb1c792e5cf139275e3c52de36ac70653322eb57","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2d3199-m14p22jy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-feature-663993-m14p4ow4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-eb1c79-m1548egx_1726497871321_0.5297657955255171","host":"s3://npm-registry-packages"}},"18.0.0-feature-911ef6-m154bhy6":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-911ef6-m154bhy6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-911ef6-m154bhy6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8af8f27e610267e7edcd34ce8c711e16cf09cec1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-911ef6-m154bhy6.tgz","fileCount":922,"integrity":"sha512-tY1aQn790tnqNtD89evSVKJO3KLrT1z+Xj2odDnIpPwxg4e74uVHraAJBsKK4jOIgruRRCyF7Jc4RywYdCG/5w==","signatures":[{"sig":"MEUCIBlZ80e1lSnMre2t80cELBumfnLttfYzVlbuVeL4j5v/AiEAjE4Yxo3Rnx+qoPM2e0aEwRFnShyPaKPHGXXj7BZC40E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107697},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"911ef612ce7bbd47ecd76f63b0b6045eaba37e46","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2d3199-m14p22jy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-feature-663993-m14p4ow4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-911ef6-m154bhy6_1726498014059_0.2685454381534833","host":"s3://npm-registry-packages"}},"18.0.0-feature-90fa83-m154h4tt":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-90fa83-m154h4tt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-90fa83-m154h4tt","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d08307e2544a2097dd8c83f1fb081f8ae6f039ab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-90fa83-m154h4tt.tgz","fileCount":922,"integrity":"sha512-NveSHiDPqgbEdL4xnOUojyYeVywMdiHJhRbnHFraZyGR9hYPwd++rmpnqIBdLFr3qJfzWC0mWbQMWjv6cnUEzw==","signatures":[{"sig":"MEYCIQDTCRuYFBKl1rY81WMWQkAnKO6Gd1Bg0I0U++3Mi2l2ewIhAMe6+O4yd7l0s2bYXoGD/Tc3fKm0E3JwPsk0DQpfKE7p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107697},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90fa83565d7059b84272a54969c38f63f2aeccb6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-2d3199-m14p22jy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-feature-663993-m14p4ow4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-90fa83-m154h4tt_1726498276563_0.18556429237954553","host":"s3://npm-registry-packages"}},"18.0.0-feature-a4f69f-m18znwa2":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-a4f69f-m18znwa2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-a4f69f-m18znwa2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bc6198c1ba519d9c96f6cfe08df3c5faa6aa8296","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-a4f69f-m18znwa2.tgz","fileCount":910,"integrity":"sha512-f9RPRE3qVZmP1px1DkKI/7FxZjn2UYnB5cK73jDpK0m/XRA2DXPAoISGWxzbZXAcPhgXamLpcnI4DBhA6aCI+w==","signatures":[{"sig":"MEUCIDyh5OTLhnEJ92SEOnmRr07doG0o3C8WFo8BJgIAbJ61AiEA1e9CUOVJ4ThqS3nrbB/B8FL1Ve6BulJpB/z2KVCx9/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031432},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a4f69fef54343acfa248572707b2f8cf2981e49d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-775b68-m17ymfjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-a4f69f-m18znwa2_1726732058982_0.6227090593408389","host":"s3://npm-registry-packages"}},"18.0.0-feature-7bca64-m1acaa9b":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-7bca64-m1acaa9b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-7bca64-m1acaa9b","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69dd99ff297266fd8205e6b1f6e4a40557e14f3f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-7bca64-m1acaa9b.tgz","fileCount":910,"integrity":"sha512-iyC0T0lwfbGeEpAqHRLXMl5GIBwhAN52QRscQp+YRevH6JXgVJob60LEzP4h6m2xlZEUhHn5jYwbBNMH533oMg==","signatures":[{"sig":"MEUCIQDJ4PKUiE10T+SEcb8KGwwkixv0+R0dhWPrrknTBkzeDQIgBGe6QchMRojpFJA0wGOfXPYL0sHKiV3wIb7j72Xb/Co=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031429},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7bca6455388fe20bf3a3b56e0be614b55d5b38d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-775b68-m17ymfjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-7bca64-m1acaa9b_1726813724805_0.1059846487588414","host":"s3://npm-registry-packages"}},"18.0.0-feature-af5c21-m1akapg9":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-af5c21-m1akapg9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-af5c21-m1akapg9","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"61f97f59d2ed433d53f5f9d14799c6764529542f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-af5c21-m1akapg9.tgz","fileCount":910,"integrity":"sha512-BGw5ilSk5BjwGYk2u116Q3JwCUjkWfz4yYO6KRFPqYcq8bRTc5+yLcRc5iWA8ZmltNfjrcTYfu3p1nPmaVE8Hg==","signatures":[{"sig":"MEYCIQDfAzPRbiz9D78Ube95UK0ogfgLU7eZxzQkFNt7fDAMYAIhAKfapXfae5Z8rUTkeZTpj6XJHzme/R48yszU8Yl239f+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031399},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"af5c21d4ac34157875a57142dcccb7140d1d4678","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-775b68-m17ymfjn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-af5c21-m1akapg9_1726827181661_0.4040128297426058","host":"s3://npm-registry-packages"}},"18.0.0-feature-0ea30e-m1an7o13":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-0ea30e-m1an7o13","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-0ea30e-m1an7o13","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8f41c5f12e80f891152236d7d83078e3f3d019b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-0ea30e-m1an7o13.tgz","fileCount":910,"integrity":"sha512-E63Ah12g0Pg34QvFOOBJ8uC6hurNbrOdciSs3pryHE42wGU+fWpUnok5QWCAAIK1Ek5rgY1BG4Yh+gIYKtc83Q==","signatures":[{"sig":"MEUCIGStAu8LJahlHxidWzC/LEdDjsD6KmFnLwq2696oWkJgAiEAty4eq/XyEAmpGwygImOC7HxBzaXJ1SqDbYHP7sKln+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031399},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ea30e35a40d3034f2d2e5c892504b164e2c5e50","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-b6db4e-m1akdmbw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-0ea30e-m1an7o13_1726832078208_0.2976511592606743","host":"s3://npm-registry-packages"}},"18.0.0-develop-827d7c-m1azzsg2":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-827d7c-m1azzsg2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-827d7c-m1azzsg2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bcbbf8f01a9eefa1558cd1cbed25ca2cc3970d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-827d7c-m1azzsg2.tgz","fileCount":910,"integrity":"sha512-Yvl4Gt5Nn6QpUj1qpl/q7+2lfdTZotwsoRYPFIrMf90JiMgo29j8bvGhm+ldMApQXionZJoyDqDs4jTjrIAVBw==","signatures":[{"sig":"MEUCIQCjrRcdSKHfFVDDSW68uWGqoOH/rgtwTBcypokuxJcoJgIgax8p+esYO7saHP3al85PRi+Wuu9KHXCPsJ1Yimb0gj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031399},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"827d7c462e296461715cb740ec27017fb237ce99","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-develop-b6db4e-m1akdmbw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-827d7c-m1azzsg2_1726853545317_0.39321750130773014","host":"s3://npm-registry-packages"}},"18.0.0-beta.2":{"name":"@5minds/processcube_engine","version":"18.0.0-beta.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-beta.2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da026edbf59b8ce9eb2f79490f151f4f2ce7cdfc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-beta.2.tgz","fileCount":910,"integrity":"sha512-UMbLD1TeGc1wN/gpGXaH+QTeKm35PtVfGNRcRHvfvhbmNZnI0ZBr0V15RcdCTzsE+2vvZYRpX91LDNjBOrislQ==","signatures":[{"sig":"MEUCIQCI0ku/XLhVUPwS8NfVOpmao+dd0/szOMxmdaAWH5WQCAIgVH8wXagx2OZ4H3wJq1bnh35Eh9Fm7t6y2IZQtAKjR70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031365},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8cb9a78b399788d1f00a406603e5674f84ffe78c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-beta.2_1726855089977_0.515743302467939","host":"s3://npm-registry-packages"}},"18.0.0-develop-8cb9a7-m1b2j879":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-8cb9a7-m1b2j879","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-8cb9a7-m1b2j879","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe1f242bf5d485d70d98c7482b055e95d6342bdc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-8cb9a7-m1b2j879.tgz","fileCount":910,"integrity":"sha512-ivbEt9+v8boSTW1tk2JbHaIan0zE/o2Xk+zDh73yiRxbsu/XcBt7GmUemeLZkqEUGK9kTRmb4ExeQy3mGI9yKA==","signatures":[{"sig":"MEUCIDdUuqhuJWU6GSsieQi4G7nmCu/LlYWqKE1IbXNUm6ypAiEA9VoBVxim2Xc5OtTZ1isGGB/vEkxxKF7oK6B3TX09ozA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8cb9a78b399788d1f00a406603e5674f84ffe78c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-8cb9a7-m1b2j879_1726857812654_0.01122935563034222","host":"s3://npm-registry-packages"}},"18.0.0-renovate-214a25-m1eddci4":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-214a25-m1eddci4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-214a25-m1eddci4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"785e7cf3b2f8e2bc6c4a2e6b184b797d379c5095","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-214a25-m1eddci4.tgz","fileCount":910,"integrity":"sha512-GJzh5hjl+3DF+RoyW5PI34Oc+YH2h1k6SfF5ZTTLNISu4Abb+fdOo3m+QKq0K7QCfiZliuq8zJvYBA2jwsGaXA==","signatures":[{"sig":"MEYCIQCdyPYh//naV6q2iPV4zDzcZ9mxILNiZEsVYIjycABrcQIhAN49v93h0r9ewLmZY3nd1vptfldM/OsTW9bZE5Rz12od","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"214a256e36b911a9fc4ba357a23d28d11b1efcd3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-214a25-m1eddci4_1727057412830_0.8827104528764655","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a130fb-m1edeeej":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a130fb-m1edeeej","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a130fb-m1edeeej","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eb325e70d0d016fb39020fabaea0bc3737981f04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a130fb-m1edeeej.tgz","fileCount":910,"integrity":"sha512-SDuibP9FAtQzcQo3iD/4vFhAWqI+3DoMq9BCbD45VTur3dQnukWYkx99aDLdeR8m8KhPCOMYIISQcWI0sG+nTw==","signatures":[{"sig":"MEYCIQD+mai1ssaGbMjVv7VGugSLRQoNSP3dGaXkfn37JCtFmwIhAPQrPrpPz5aAAz+dwQUQA9z0hrXAW5N8oN840zzSCtlB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a130fbfa7b323eb40526f4d4eada3ba7d86d6f0e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a130fb-m1edeeej_1727057460421_0.9718424664985441","host":"s3://npm-registry-packages"}},"18.0.0-renovate-00a2b9-m1egv1cl":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-00a2b9-m1egv1cl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-00a2b9-m1egv1cl","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08703e9e4d6c40e6ce11c043b5dee12d91bc747f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-00a2b9-m1egv1cl.tgz","fileCount":910,"integrity":"sha512-OQHdLyOmWWdCYDXvOQgePLiAUi4qVAqV6IrGAvN2mabD555yVw34QLDRmQGCSEnx8YI4JLbgBiENcykl7f59zQ==","signatures":[{"sig":"MEUCIB3Xn4B778mrxLxOiV1aarnb7L0XRknwPcn1nZYJqUljAiEAydB2h3AYZICYsgIuAbRvIVKrhLAWLwUHz3svD28WmyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"00a2b90565ab50ab8e5da1d7ea6c350925bb7ea1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-00a2b9-m1egv1cl_1727063275626_0.15640940592864694","host":"s3://npm-registry-packages"}},"18.0.0-renovate-37cfe4-m1egv32i":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-37cfe4-m1egv32i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-37cfe4-m1egv32i","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"abc004a933b595a9a7a4c7c9bb9c3687a120a7ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-37cfe4-m1egv32i.tgz","fileCount":910,"integrity":"sha512-uJHyj6x4SRf/3fQOv7SFNPVBxQrcHMX//alIjHrCPEEYSTBkWPFwotmqVRpEnCDynHCgu9trZchPA3O24qrf+Q==","signatures":[{"sig":"MEUCIQCk65UX5Wp/ORqo2nVODvvv8+fBsUGW1SY2gWEAvzWNIAIgWmqXXmRiNVFVWEZEFiiLhmvm5JPNwx9JBpDMZZqy9GA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"37cfe4b59f18d844711ec52cdc35d24ba1aa52d8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-37cfe4-m1egv32i_1727063279040_0.8343713362535063","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a4c8d0-m1egwc3o":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a4c8d0-m1egwc3o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a4c8d0-m1egwc3o","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c7197b6c1208d243c069ddac1f06977a7bbc9d2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a4c8d0-m1egwc3o.tgz","fileCount":910,"integrity":"sha512-2D1CTsjPtDL7mICkbsOdE7bptze2nxn4AW242Guq++766Q6SAxtxtoSlT/XZQiLrNo0nyPnxCB5coyAHuZ4nXA==","signatures":[{"sig":"MEYCIQCK/4mNAHajBjSdrsBUCFKUeCKyB1Jfmd5kh2xHHlGCEgIhAMnfzZA4GfGii5nFsHZqgtMiKiWJV8C9arV4cWKXDmU3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a4c8d0587a44a2a9d999a3e63bbb5bec92e82b51","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a4c8d0-m1egwc3o_1727063337238_0.3393866253741218","host":"s3://npm-registry-packages"}},"18.0.0-renovate-51fcb5-m1egwjxg":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-51fcb5-m1egwjxg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-51fcb5-m1egwjxg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"24487124000b87d7129c09e6cd58d91af924953c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-51fcb5-m1egwjxg.tgz","fileCount":910,"integrity":"sha512-0uGmkVEqJ57p/EOamvrEOLnKrUTkHqj0QUg70ddXE9qLcTnVtFgiahL2xdZT+GY0L9Auvb/KFu/iOyENfm4nvw==","signatures":[{"sig":"MEQCIGC4ROnZHLlFI57T9GGPtxDuxtM/Q5R28ZmEsaHGl5qlAiBDqohuyEohZdDg4eybwys8h52hfTwVAFVIsuTy1Acl9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"51fcb5a7769bec4cb2a904310d6c7b8c592f9c16","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-51fcb5-m1egwjxg_1727063347736_0.37716823514160835","host":"s3://npm-registry-packages"}},"18.0.0-renovate-328b7f-m1eq9h6a":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-328b7f-m1eq9h6a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-328b7f-m1eq9h6a","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"17437ccda498a7bd407171f12c155002181382fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-328b7f-m1eq9h6a.tgz","fileCount":910,"integrity":"sha512-o0AzO5C5LD50zmEILGRmZOLgQf+1Tk4pgSfyKAvhlKVCSBCDzLfJHC+9tNFKsowAz8ARpssJUor8kARKZxxJEA==","signatures":[{"sig":"MEUCIQCZvoITYCSClFY823ic4NnOhM0cU+lW4OHAPaRgwxwVKgIgAO6OOaUEkWLYajOT8V7cEr3WwAl9dSAX450dlWpF7Fs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"328b7fb758b3a4cbd42371f7e5247798f26b8d3b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-328b7f-m1eq9h6a_1727079066542_0.3028311750749597","host":"s3://npm-registry-packages"}},"18.0.0-renovate-4a4c19-m1eqbomg":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-4a4c19-m1eqbomg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-4a4c19-m1eqbomg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88d2bb7e7d724c32579a08d3b0854e90d3de4f81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-4a4c19-m1eqbomg.tgz","fileCount":910,"integrity":"sha512-Us8gWH0g1WwKYY1opJyqWtosaxN+OomaviOeD06Xcm91Dsyz8c6vHEvQVqj8j2JGIV76B8ZC/m6W6poytKX4Kw==","signatures":[{"sig":"MEUCIQCzG5+WWTCSj7EO0k63Uxu0G64tdk4X5haHB7DTxt1XZAIgVk8lqIi25gFV7S0f7EBbJ24I4HA+XcDW3giXJeLr5h4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a4c1953fd69b81b97546893dc6fbc3e80040a76","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-4a4c19-m1eqbomg_1727079170812_0.5924486144209178","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5701ff-m1eqcsak":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5701ff-m1eqcsak","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5701ff-m1eqcsak","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f76571243d482bf281554d63ee8f8f98e1133d7a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5701ff-m1eqcsak.tgz","fileCount":910,"integrity":"sha512-B8yFhWYllpg74hcclLvvirKbjdagTVZvFRsrEF4IXzbtnw/bG1x+UdClJE2tr5FB3GpcD/s69xE49fTBjnOTlg==","signatures":[{"sig":"MEQCIDYedY46tYyMZ1kvCEJpgXRLgD2IhUSz5i7+4Zpgp4B6AiAi/b6Vu7IiR7d4JjaTPKq/tMJyt8rxnL3MsE9Ghq9+jg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5701ff154ad3b6ff8c3e62eaae956be842956f16","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5701ff-m1eqcsak_1727079220724_0.34010642313590855","host":"s3://npm-registry-packages"}},"18.0.0-develop-589882-m1erk14c":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-589882-m1erk14c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-589882-m1erk14c","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"246230967f7cf17f7662c9028dae9550116b9dee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-589882-m1erk14c.tgz","fileCount":910,"integrity":"sha512-17MrYQtbYObDAoe4CBuVSUVC4XF/oe5kfSRtq/CDpjyp0mu7eTIq1XZBcMJ0gnUfqeSApKoyirjAxubuRjmO/A==","signatures":[{"sig":"MEUCIQCTkS0epJlcZpik93VvA7AkZrjm7qY5eaJEMH+hoGFzVwIgOuE706Jj6Hkv8TZBaaJJZOewJX6D411fo5TyTuM2Fpc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"589882d6256b82ff068b59ea79eb5843b704a05a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-589882-m1erk14c_1727081238748_0.934884877779053","host":"s3://npm-registry-packages"}},"18.0.0-develop-25168d-m1eusgor":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-25168d-m1eusgor","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-25168d-m1eusgor","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b76ec9787cad5fd998a7a29860d633006c88be2b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-25168d-m1eusgor.tgz","fileCount":910,"integrity":"sha512-TSPDAa74UFR0mIju7QiLCjcK/iEnK5xeAsb0BV3mPgEbH38RH2uswnckh6UJxXOk4TnBvAyQBdlvFWfcmEZ8uA==","signatures":[{"sig":"MEYCIQDtfRS3xUXSxc9YZHjak8PD6UqRa19GFu+/hund6ypw3QIhAM5bmRkZlpHfcll63lJ3kD5yf0Oq/7idnDp8qBrqcr66","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"25168d937aa1d677d26b69c5bfe65bd5e9d4a298","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-25168d-m1eusgor_1727086671852_0.7464623860332726","host":"s3://npm-registry-packages"}},"18.0.0-feature-c3dee5-m1f60njw":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-c3dee5-m1f60njw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-c3dee5-m1f60njw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e4dd7a0bc96b2b4eeae98ca6d3ff10b61b046b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-c3dee5-m1f60njw.tgz","fileCount":910,"integrity":"sha512-ul+T6hEWi31XKwsAgOUZdyPI88Jfd9mQruKGlZfcAHuIGMDQWFC4JJScZ/6EN7vRbspenL1zE48PsTiOsugD1A==","signatures":[{"sig":"MEQCIBCy/V3m3RNxYsWe34i/BmKbKd5/nMbpRiZ2js8ngoqkAiAHrWFmPquRummTzChpv65bWI80/A5l80nTBBPav6DEgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3dee58eb37bfc0a1f0a2afc0af317280f943aef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-c3dee5-m1f60njw_1727105531143_0.5712351372563518","host":"s3://npm-registry-packages"}},"18.0.0-develop-2907e6-m1g9epzn":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-2907e6-m1g9epzn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-2907e6-m1g9epzn","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8be89ef7fdf6273439cc364b84c85283407aca4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-2907e6-m1g9epzn.tgz","fileCount":910,"integrity":"sha512-gOuITeFrHPVIgUtJ/TTNPlOYDJLS+oIwLq3msW0JsselIJf/kpd/mZh/Zso1gwdJzPbQCIVajV45CDqQAUM3YA==","signatures":[{"sig":"MEUCIDgNcXavj6aJURzoai8bGFMNkvTB3afED1cYswd8Yn93AiEAl0szsrdTpo9KPBMEAU5Yv4Lb2a+Srd4EkvP4v4XxKv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2907e69090c6f846ed151f4037a12187712c92b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.1","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-2907e6-m1g9epzn_1727171690352_0.9106976752750178","host":"s3://npm-registry-packages"}},"18.0.0-renovate-0f1b72-m1gaya1c":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-0f1b72-m1gaya1c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-0f1b72-m1gaya1c","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd799574a5fa1719620720e7ae31332cf52a7f7f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-0f1b72-m1gaya1c.tgz","fileCount":910,"integrity":"sha512-sKmkIud3erY+dSMzo03ytHEt1gszRuXDJPb+D3E37MGnWQnCxw6uxu+4rE9hnHKTYHO9G62R+3g3TShgMLV5vA==","signatures":[{"sig":"MEYCIQDtw7plY7oV/xqSXMbStqsIHm2ZvqxDv1URlUckpUqlZQIhAOfhoYHPGIPb6JuOWyX5+VNsouebB7+SbfVP7tvAatd1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f1b7284e35ffb19766a545ecf53eae63763bfec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-0f1b72-m1gaya1c_1727174284043_0.7405270558291421","host":"s3://npm-registry-packages"}},"18.0.0-develop-e69369-m1gcb5mm":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-e69369-m1gcb5mm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-e69369-m1gcb5mm","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"867e68056e35b3e1b5086c7c6e734fab51e1335a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-e69369-m1gcb5mm.tgz","fileCount":910,"integrity":"sha512-CgZkMi6akifY+3HJqxTGh98hJLeB/8v57/vXczyFmpUydgF3bs8uWqUHCeyxY+SSyF6V5cPSzJ6hDBjerOWnlw==","signatures":[{"sig":"MEQCIDFF9II1+Uw6U8mLaGQxOrs3zFM2IrOm5lBpmdx8t/k5AiBFaK1sy3pCYQlJVEIRlKMGc7gl3EIa1ll0Ql/W1sOuMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4031382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e69369a09411b8261ea45138cd9b6253726fd1ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-e69369-m1gcb5mm_1727176562580_0.9248858540049729","host":"s3://npm-registry-packages"}},"18.0.0-feature-ec41f5-m1gchdhc":{"name":"@5minds/processcube_engine","version":"18.0.0-feature-ec41f5-m1gchdhc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-feature-ec41f5-m1gchdhc","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e34a8a664bae0374d29834a312df1fdb23772ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-feature-ec41f5-m1gchdhc.tgz","fileCount":910,"integrity":"sha512-IzSUVNqxgEF+eo1fR/wRP6nII7qjjC72mTp934ZFCGTESAsggP7balzniOgS15PoXeaMtvVpJnJ3sMqHG2nTSQ==","signatures":[{"sig":"MEYCIQC/4vUhv9HUwgHov7h46REO9Ur/B+XwFoh/5A6blDBjXAIhAMTeG+iy/F9QrQSiC1Q42lbKdNR44P4gghz+NXZc185B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec41f54af1a09a5b5eb52f31ff7fec1c15f937c8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-feature-ec41f5-m1gchdhc_1727176852349_0.6767725201884733","host":"s3://npm-registry-packages"}},"17.1.2-hotfix-c47e81-m1hldxs7":{"name":"@5minds/processcube_engine","version":"17.1.2-hotfix-c47e81-m1hldxs7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.1.2-hotfix-c47e81-m1hldxs7","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"83e9b665aab4b951e626fb0ca95369f9ce23dcbd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.1.2-hotfix-c47e81-m1hldxs7.tgz","fileCount":898,"integrity":"sha512-s8crxPXSqDaHrIaSJJA1hZH1KnRhsPiBVmoBt7ssYCduTml/cgSRapASfpPrSEE9sbYYtlkCSnD5wIDT6tgJ8Q==","signatures":[{"sig":"MEQCIAUGR5wuFqDkqSz2mW08EEDpZ3g3K/CChXloDaUoYHbdAiBjw1rpsu8ECrZSjKIzQH6somqE6r8kBqv18Xm3ouc9Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3980289},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c47e81caa832638fcfd45a1903ebe26a4613c519","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.1.2-hotfix-c47e81-m1hldxs7_1727252274671_0.883428683441013","host":"s3://npm-registry-packages"}},"18.0.0-develop-586bef-m1ibmukz":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-586bef-m1ibmukz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-586bef-m1ibmukz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8a3aea791528480305d0d0c9e30ee6ab8ccd099","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-586bef-m1ibmukz.tgz","fileCount":910,"integrity":"sha512-3WwwGCKplrIZxQ4rVarJmBgZfPRVG8gd4+rySAeY0J+zxGOlmRNb89/PpLCngJXlzDN2CSDYtOpbsL9g9svy+w==","signatures":[{"sig":"MEYCIQCO1dRvCiMApyaxsI2gqWLwVEJenFgAh5//hcDp9BOTcAIhAKoG9aI+ZAlUZz33PNmlu9/sTdURkbXtVXxMI0eJETLf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"586bef6b0e6c7dffd6dbd02689cf947dd9c87b5e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-586bef-m1ibmukz_1727296360592_0.8994596253175573","host":"s3://npm-registry-packages"}},"18.0.0-beta.3":{"name":"@5minds/processcube_engine","version":"18.0.0-beta.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-beta.3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9522ecdcf153991eb68d712d5a61cc1cb6082e51","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-beta.3.tgz","fileCount":910,"integrity":"sha512-8RuxzoztQg0fOzrnjg94Y+S/YTbV8uh4H2TtGzf9WhpS0RFdgD0UsH+Pg8+pI7amMs8SH09jzDy1TYQGegZeMg==","signatures":[{"sig":"MEQCICMV+q+8j1vHwp8g56ivh+aCLxejb7tLkadyttbRXQydAiBdeSvN/68OKW3VfKXynRvShlVygR/7gv3nHK0TuZ9Fow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029551},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4db4ce20a641863923a9a302af066e274bc6feef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-beta.3_1727349977375_0.4745491315626087","host":"s3://npm-registry-packages"}},"18.0.0-develop-bf90be-m1j7l402":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-bf90be-m1j7l402","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-bf90be-m1j7l402","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be080d1f2de1f44b301b91c3840023fae551cb3d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-bf90be-m1j7l402.tgz","fileCount":910,"integrity":"sha512-xGxdnxc/pL8ohRjwjZfsoSBU+ElLdCMevKPJeO73e+0nKwcbTFBsrSyHEol6SzDXkj9PbV9SFowEkG4GskRr5A==","signatures":[{"sig":"MEUCIQDlfcClbxS3viUJlfw5dzxYOfE15j2txlBT6zRn+1ZH3AIgICw6b0/+jxn9LVqcSbUr8nzg3Gl3+6gHlln7vqkO6AM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bf90be3a58a8fa7733460a4e9aa2eb85fb3dae86","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.3","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-bf90be-m1j7l402_1727350027182_0.4127837604909792","host":"s3://npm-registry-packages"}},"18.0.0-develop-4db4ce-m1j926nz":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-4db4ce-m1j926nz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-4db4ce-m1j926nz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fcaf6c17226d601e8d9bc5bedb1f62b0c33b9e3f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-4db4ce-m1j926nz.tgz","fileCount":910,"integrity":"sha512-Y2CfgqOUFxpaw/kuNmQNTLhcJAF3d/QfKeJnUWnnOtmqY8GNuEbNV/dZcIuSso5VVcDg11KPn3aRCzXDeBsRmg==","signatures":[{"sig":"MEUCIQD7Yhujed3m5gt7KTNC02woi9/Vjwe6+Ft6vut/+t6o+AIgLdz4prqIyrQG+/w3TCs64nrby+uuI0ZY2KKPeg5D4DM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029568},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4db4ce20a641863923a9a302af066e274bc6feef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-4db4ce-m1j926nz_1727352504770_0.5514763027827665","host":"s3://npm-registry-packages"}},"18.0.0-renovate-35b693-m1j95e8t":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-35b693-m1j95e8t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-35b693-m1j95e8t","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f3c0e66f90bb4b49c651d77e5f0a46684ac27955","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-35b693-m1j95e8t.tgz","fileCount":910,"integrity":"sha512-P/JmS/XtTSsDTu0M6ro8RbS0LTKG2r8AhHOeoJHpHrDqDs72QPSo+RJhVay1DPo6Q4ca92xfGOgQVUAWkQcLEA==","signatures":[{"sig":"MEUCIQDOdFisg5KczyxUOUolbIozYKHb8GSZsidOD1DlskFQ0wIgDaE+n1CcA4xU34CY4vR2l+zj20CqMwAVnfUkDPQtakU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35b693de8512f57d6188abf60f5e95f178f748dd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-35b693-m1j95e8t_1727352654323_0.5496936676997786","host":"s3://npm-registry-packages"}},"18.0.0-develop-116cd8-m1je2wm5":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-116cd8-m1je2wm5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-116cd8-m1je2wm5","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1e2ebc99d0d543235d937ab15e5a149f272e9ee5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-116cd8-m1je2wm5.tgz","fileCount":910,"integrity":"sha512-kdyoGHH9Rbvf1NCfcNc6dox4OgZzRZgTzdyZutCKDCBUIjhVuNASx3YGpRuh5zYM3ly1kjNl7n8ZTGYGNHiaxQ==","signatures":[{"sig":"MEUCIQDXemguF1QIKix1MXHcf2gj9Pl66umgclpHD4XlFh1bFQIgT2ylDAZt1febzl9TfWQ9MvKE7SBjZKI8/M/nraEAoCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"116cd8ede0bce4f8b74b8630bf6820e8885f84f1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-116cd8-m1je2wm5_1727360936830_0.7161073718965634","host":"s3://npm-registry-packages"}},"18.0.0-renovate-7eb244-m1nw8hbd":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-7eb244-m1nw8hbd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-7eb244-m1nw8hbd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85b157ceb12e02acbd710fb4c6890f41c3647c1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-7eb244-m1nw8hbd.tgz","fileCount":910,"integrity":"sha512-dB721T0nvaXZBxHjz32SxI7xfjIOBqIBMrMu7s9lU8wn+mFZWjW+0f0UbrEOu8JBDcoZNIQvmJ4lTbTklwXbtg==","signatures":[{"sig":"MEYCIQD0BeVGavHFiBSodprevrP51EdHEFxvxwbLkNaX1srRZwIhAJiqxDW1AdBrYwv6jTAxeo9chttB6NuoqZD40Jb3wd2U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7eb2440d19ab111496c81df5e54ac8b85c3d59e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-7eb244-m1nw8hbd_1727633293035_0.6394291174548203","host":"s3://npm-registry-packages"}},"18.0.0-renovate-ab0c9f-m1nw9ssd":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-ab0c9f-m1nw9ssd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-ab0c9f-m1nw9ssd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3008e7c0a757721fe234a5bce89580df5b54814b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-ab0c9f-m1nw9ssd.tgz","fileCount":910,"integrity":"sha512-Nwl8/QIM0rU92/bvi/LfpKlsMhFTTYyKTCT7bxW6+bcFGFNDCx7Lf0LBDjHnUS2pKN6Fn2UAzc88CqnEDsnfCA==","signatures":[{"sig":"MEUCIEQG2YLR2NysjKzeGWDqRkluSESnCIlj+S2qXkGwVVnJAiEA4V1i6i+1XSxom5g/tV6WbQ/+gHu+4BtElLKyN9+cUDY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab0c9f74808ba5871a0b6b28a85b0e7fdd636392","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-ab0c9f-m1nw9ssd_1727633355122_0.6128388655645756","host":"s3://npm-registry-packages"}},"18.0.0-renovate-a64280-m1nwbm8q":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-a64280-m1nwbm8q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-a64280-m1nwbm8q","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c949935f63f4cc7b21254f5b3dc844c94d847d47","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-a64280-m1nwbm8q.tgz","fileCount":910,"integrity":"sha512-qb13ivdfut/m2AkUe63kCMeeB1mhANnPJU30FKcZ6ISF3QaQxPzN/N91s3zsSb9+wRtYwm3ppZy1ZrL242DtZA==","signatures":[{"sig":"MEQCIEeVi6Z6KHoh+XICM02EF+yFbu9X7wO3OV7ITwnBvslpAiAqKHt4Xr5/4ccEMjbCFCwul+Gmg54iqF0kI+b9G7Y48A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a64280d7796dc0a2fe22e62129e7a6d33a0832c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-a64280-m1nwbm8q_1727633439744_0.6879305438276708","host":"s3://npm-registry-packages"}},"18.0.0-develop-544200-m1nxx8ge":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-544200-m1nxx8ge","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-544200-m1nxx8ge","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b39b0692eb4fee90b4d935ecaaba06844e32bdff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-544200-m1nxx8ge.tgz","fileCount":910,"integrity":"sha512-fKwozPzaUgyyhS6CSX/lmnujTPXp58RQ3wNfPHCrW38X+a7eXLj7N3wXO3+zD4rFZKbAMTYY8R4p3YhQ7BjEVQ==","signatures":[{"sig":"MEQCIHBGCh1J08Woxv7sufJGlDLG+HxVQGX26AJI4EIRdp/3AiAsigBTY5GUOdk4ooUj515p9FN8oDmVT9jpuXaKR4N3mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5442001cd790f6ed362f2f8e20c1a9a7f49501ce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-544200-m1nxx8ge_1727636129470_0.8451836971492326","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5a5b01-m1nxz02m":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5a5b01-m1nxz02m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5a5b01-m1nxz02m","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"644b8b847b9565bec4a171aa4c9ec9172a9ffe4a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5a5b01-m1nxz02m.tgz","fileCount":910,"integrity":"sha512-AZog7Yd3uvBq0jtaHbM5uoeCj/o+AArQ31GSrzV3rrIQtUK0bUVfh5c6W19ybmavxfnob2OoZ7IwxAgtiSk4Vw==","signatures":[{"sig":"MEUCIGEnOx+SBeGZwJp9CHT9K4V/OqyDFOReWkcLRqidEwpeAiEA598IYgnpcmkJdG/vNqD6iFNS0g33M6vAn7zpxnnFvOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a5b01c9093079b6a05c57fd0ec2f79273b1e5f3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5a5b01-m1nxz02m_1727636209914_0.6127416849044698","host":"s3://npm-registry-packages"}},"18.0.0-renovate-b6b858-m1nzchmg":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-b6b858-m1nzchmg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-b6b858-m1nzchmg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c336b3afa2b57aad3af068082d58a6d182246300","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-b6b858-m1nzchmg.tgz","fileCount":910,"integrity":"sha512-QthLb8dyWu6lOjRVFV54wFDYKCxR3ePeprtSh48m+1sB4CQav7Cy3mOp2xc8c8NLhHBmYj6DTSpWGXmDxq8cew==","signatures":[{"sig":"MEUCIBTlCDyuuKRucjyyJUvB5ugVbUrO7i+nn6lh+kfvKrwGAiEAsWKummqiA2wZa1pcTCWS7N+ad7LtmYEuZI9M4QVtnJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b6b8583ccda935bcef3d9b15d3f43a999764eefc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-b6b858-m1nzchmg_1727638519312_0.6530502093348176","host":"s3://npm-registry-packages"}},"18.0.0-develop-7a0b70-m1nzf4w1":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-7a0b70-m1nzf4w1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-7a0b70-m1nzf4w1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eb320f70a705ed96dfb593cde2b64283404e1895","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-7a0b70-m1nzf4w1.tgz","fileCount":910,"integrity":"sha512-3VNuuz8/8dUtNFQvUxMnflkT7UnvDQW5o69uZp8izlOioCtZEyG4wePwz/FW9XB+bPknpICcXAHjDBPzXjdG/g==","signatures":[{"sig":"MEQCIA7F64zhrgJ0PcFAmTqMS0h+C5NNjni3yasRW/06HHk8AiBA+azjCQV9I/vU1fSQUH0GksH45oO4QPngfk50EpQlHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7a0b709f8a671e73695a2aacb164967b3a36d9f7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-7a0b70-m1nzf4w1_1727638642336_0.7517231932806547","host":"s3://npm-registry-packages"}},"18.0.0-develop-4f69a9-m1qvdvny":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-4f69a9-m1qvdvny","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-4f69a9-m1qvdvny","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d4d6842a81f0b83157c8df786f9b3e27bc27aa5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-4f69a9-m1qvdvny.tgz","fileCount":910,"integrity":"sha512-7CMH8h1cd34sugV/JKJtPWXdQRDesAtHOEWECcDNupOtnByF6ZjJE9dxR2CK3aJN6/EtF6XragbONHflJKWsaQ==","signatures":[{"sig":"MEQCICxi18NTiuyJers104sM1lgaBGuCBEW+W2LN/RzN9+oKAiABoyzCB4wqVN39VPM7MzN+Sb/mi0imKJ8duBOvt/Jh0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4f69a9e4b7f5b23c0cf0ab0118b0c862326e3255","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-4f69a9-m1qvdvny_1727813265948_0.8958246765173601","host":"s3://npm-registry-packages"}},"18.0.0-renovate-5c4f04-m1urglwc":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-5c4f04-m1urglwc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-5c4f04-m1urglwc","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"240d23726af1a3e49c0998245849c56fc9ee74d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-5c4f04-m1urglwc.tgz","fileCount":910,"integrity":"sha512-gGeSIbdt0QRN53p9CkkRFNwBG/6xHsgxIkwABrZMG/OjXslCOYD7gOLpZKoIcVf9QfbmXcfGG/mdC52xpm6gCQ==","signatures":[{"sig":"MEUCIQCTaBOp4NSpC4IlBKpRuQNGqqTEAFo/H7EEOXMbjWsMfQIgKOVRDQO3T+vVsNCHArZekgLgS/PGrd0QDzYySNc7OaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c4f04df69e75053e5ffc351a7481502de981a48","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-5c4f04-m1urglwc_1728048539158_0.5210569904051301","host":"s3://npm-registry-packages"}},"18.0.0-develop-9a99d1-m1v0evzd":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-9a99d1-m1v0evzd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-9a99d1-m1v0evzd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91c6798c6e9875578a821d1dfb69247eb4847d5d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-9a99d1-m1v0evzd.tgz","fileCount":910,"integrity":"sha512-/lxCdYlY8f1sMjNiAzcsGa55r7VDQRtJH+/maNXwX8BtPWZQnf/HND1Wpebwb2vvvS9ePabm9vUqU7v4rR5Fww==","signatures":[{"sig":"MEUCIFT8eZg8pnvsB9Q9pFEJ7gNv7FJMdpnWUPD9FL/djRPbAiEAhiQAPXeq1bsxCYJP6j5uAkrKieeVaSOwEr7DCzdHDzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9a99d1521f197639956b3df6e792ca53f2604473","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-9a99d1-m1v0evzd_1728063573826_0.35873257883394394","host":"s3://npm-registry-packages"}},"18.0.0-renovate-218abd-m1xpvwlc":{"name":"@5minds/processcube_engine","version":"18.0.0-renovate-218abd-m1xpvwlc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-renovate-218abd-m1xpvwlc","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2182b44d25711e99adeda9d04ba67b1beab6a823","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-renovate-218abd-m1xpvwlc.tgz","fileCount":910,"integrity":"sha512-xjdGl86D4tgSVYT8oJ9FoJbRHpU60r8wM3HzxgEP4929GduT1U/cU4tuWtEiCDL38Q+Uq+OjkVVy/lwXsRu3ww==","signatures":[{"sig":"MEUCIDwHtr/LYYQT2suCEab2C12HdrG8I+VXIjMSeW1BVLNkAiEAu0lnpS5VxElIPpKfEwVCMCHxJQWVQGw/f0+6w5HNY2k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"218abdb144e16eabb5db55d5fb72c46af03020bd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-renovate-218abd-m1xpvwlc_1728227291360_0.7090365579865758","host":"s3://npm-registry-packages"}},"18.0.0-develop-70e9c6-m1xsmiij":{"name":"@5minds/processcube_engine","version":"18.0.0-develop-70e9c6-m1xsmiij","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0-develop-70e9c6-m1xsmiij","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4ea2be3e515dfef355610257a14f460c4f16715","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0-develop-70e9c6-m1xsmiij.tgz","fileCount":910,"integrity":"sha512-WNXaUjFz6oa3+kOkxqQz0lwvCvpvs7T+pthiKY/7Tpjv1tKKpgTkAvd/nQytKaoJ2Kn4JPpEmSth5olyYTQJvQ==","signatures":[{"sig":"MEYCIQDoAxh8B76MYLtTelYKWlgE77Xz/Gdd7+CszFI5w+emaQIhAJaTstCpN7+tAzQ6oXsQeRFXKxfASNZrzWQ6Yhyn1daU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70e9c6572d65c3eeb5b1e98e7b2ee6bd9e4a0885","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0-develop-70e9c6-m1xsmiij_1728231890998_0.7956338669150536","host":"s3://npm-registry-packages"}},"18.0.0":{"name":"@5minds/processcube_engine","version":"18.0.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5b6cff860f753625b3f8bbf33eadd2157251e4c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.0.tgz","fileCount":910,"integrity":"sha512-nxBx5yjRUoHYB8zE+oWoKKCQ3kohbBOeFRvgwHcOJhVS/hY18aHZI9AoX1V9iqS+2jDBJTvk7id4rNZu3iA7CQ==","signatures":[{"sig":"MEUCIQDc+1jUwjYgAJ8y/UpkfI7F6MoUP3viCmay9WjvmQtCCQIgArDaf9OKiZXOuj1UGpkgagguWn6kc1ZS6SXUY+ufYG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029542},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b40c441a0bec16a9a91f81bc689f3ad9947eccf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.0_1728285653570_0.8166591736660453","host":"s3://npm-registry-packages"}},"19.0.0-develop-1574e6-m1yyrc8x":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1574e6-m1yyrc8x","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-1574e6-m1yyrc8x","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f41ddc4ec39c2e1b9790e34bd86ddac22eb1a4c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1574e6-m1yyrc8x.tgz","fileCount":910,"integrity":"sha512-18GWqQNlAYHD47dND6ugNAYHcP9ECpvYkncZUScLnkOXLO8bQnamQ+kp0t3C/DpufF9dhD53nf4YVltE4bjHNA==","signatures":[{"sig":"MEUCICL5bra8CsOIsaPecVjzDMsrXqwEm1lqbKSxmSD6N1mOAiEAmfz6fDTrfbuih7D1xIY4GeOX7hdIARwRvtNKOmwrDk8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1574e605b531829174d4c85ab74c4445fcb6af01","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1574e6-m1yyrc8x_1728302662742_0.4170528083751519","host":"s3://npm-registry-packages"}},"19.0.0-feature-7c5565-m1yzqwau":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7c5565-m1yzqwau","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7c5565-m1yzqwau","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b6919ee6bced2a5bc2dbf6e7f37e55593b819b49","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7c5565-m1yzqwau.tgz","fileCount":910,"integrity":"sha512-XvkwcKCf78KYMfotO2jmu1kXb5Oqx4UQ5RLewXt2DFAedJW60iZz8RFJcZ2xfSAU3+WbjOAnO+tZyz2P7Aqk4g==","signatures":[{"sig":"MEYCIQD5OW9/RgC2Esv10C5dBZrtu8bqMtXPOchf30qZqK6KPQIhANO8sYyJVOpHeVUkZp7i864+ECUbaTfGMzg+Kjl5Ba7I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029564},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7c55651accbb63899f90ab2ca12bdeefb1fb572a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.9.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0-beta.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7c5565-m1yzqwau_1728304318721_0.7904261828598569","host":"s3://npm-registry-packages"}},"19.0.0-develop-be5969-m20bmcpw":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-be5969-m20bmcpw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-be5969-m20bmcpw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be6b1ed037aea38b04cf9d1452bf60f1a6614617","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-be5969-m20bmcpw.tgz","fileCount":910,"integrity":"sha512-+g/2ALRv/OIlmyyrnysaa7g+RUgrgE8UkpAMP+mj6RRMyNFHew/4exJ831CYxzM3ktGKW1Na6/3t7CxQ5F7sfQ==","signatures":[{"sig":"MEQCID52fbOENH/WiBa6GKCTf7St1GQkadUi3BVrAPGXLaRfAiAkEJOmT3N65/hhgTcMVkH0O2Az5ex0Ru65NYSrtHxYOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029552},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"be5969fc714c0d1876ff234f19c079222b00b780","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-be5969-m20bmcpw_1728384728704_0.28375345611417924","host":"s3://npm-registry-packages"}},"19.0.0-feature-1707fe-m20bq7we":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1707fe-m20bq7we","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-1707fe-m20bq7we","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db2286affc1046b4db4af547aba51d881aaecf63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1707fe-m20bq7we.tgz","fileCount":910,"integrity":"sha512-E8nwqPdLZidzI4Ei+XJkfF+XdYI8Ssu2+dhZSb65Y7KhjjyJJunILW1/6uiCXwfx2o9DSi4kAd+NpVcRtLuTBQ==","signatures":[{"sig":"MEYCIQDAiKTnSkV6y8WA0TZrlRzyhwwYlXUc6F97xU5NxJRekAIhAKpAdXRBo4SMf/asbEFqa4QzktWQJqNOMfYzuUtC854p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4020424},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1707fee4bea64f06594afc3a83e028f4c4813140","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~remove_empty_activity_api","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1707fe-m20bq7we_1728384909745_0.5051679354414791","host":"s3://npm-registry-packages"}},"19.0.0-feature-26afbc-m20dof3c":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-26afbc-m20dof3c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-26afbc-m20dof3c","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14dd44c82402b2087fe7f5146a499953069d1524","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-26afbc-m20dof3c.tgz","fileCount":907,"integrity":"sha512-WbQ1+ZIfQ7l/GN7fxXrL/Tp8BMvaHlfxA0s4d6cawkV8YXydKjXZQZiMESlRjM0riJsDBUjx23YTaLtBE5qFIA==","signatures":[{"sig":"MEYCIQD72yeMFBiDuwt+i4SjPZ/aresCwg6SYK1oZYlf+VTjmgIhAO9BKkR38REdf/7Gr9Ppv+mG5PVupjcgRuy4pc+nOjL7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013694},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"26afbce92a21a5b1528b6a93166e4b53654e3233","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-26afbc-m20dof3c_1728388184836_0.22698074962778336","host":"s3://npm-registry-packages"}},"19.0.0-feature-ac610e-m20e49k6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ac610e-m20e49k6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ac610e-m20e49k6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ccdbe3d58f26e13e3dba4c4e631876c62552eddb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ac610e-m20e49k6.tgz","fileCount":925,"integrity":"sha512-P9FWsxphgky6aQCJC8hPWoAtC+xAozDQt3fsnyBYRVWds3jfMuqHR4ekydTOgT6CoyA3UJUtsxa2g/xDgq2XAQ==","signatures":[{"sig":"MEYCIQD1fulrnhPYLXUhOPR6K179VLGvGf+FfY1+gx/SPX5RwwIhAMCGIjOR/lTsEQmJRuKUTYrAj7uTisjN+XXju2xrfE/j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4103138},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ac610e95475db2cc45bff29783c438ed93b62003","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-361d3e-m20dodea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-92d2cd-m20ds0jq","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ac610e-m20e49k6_1728388924951_0.9203927326353494","host":"s3://npm-registry-packages"}},"19.0.0-feature-591883-m20ef2dv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-591883-m20ef2dv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-591883-m20ef2dv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7f980085d47c46c6b6d0ba25e886eb45f935e0e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-591883-m20ef2dv.tgz","fileCount":925,"integrity":"sha512-7ITKYb+ewqOniU97QGvs/XpkM+P9aIu2uQ2E0mtOkH9+j7XoH1U9pQuE04m+6wFVXCbVErmm+tUaWs8Ozy5ezw==","signatures":[{"sig":"MEQCIHTTFgQ21S0eKtEZzuq6/Mb8P+NXTKr2+yZFj9KPM50MAiAI6PvKpf6ES+xyAF9/M1ZO0jETeC/bqDv8XziCXVzaCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4103138},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5918838c11e638044d3d33ebae5f38c8e8b91bbc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-361d3e-m20dodea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-92d2cd-m20ds0jq","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-591883-m20ef2dv_1728389428144_0.5130113017107045","host":"s3://npm-registry-packages"}},"18.0.1-hotfix-4db80d-m20kq9w6":{"name":"@5minds/processcube_engine","version":"18.0.1-hotfix-4db80d-m20kq9w6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-hotfix-4db80d-m20kq9w6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21861c4cf7ea004781a38d56202744ece1cb1d44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-hotfix-4db80d-m20kq9w6.tgz","fileCount":910,"integrity":"sha512-G+Hl+KtO78W+5vS2I2LHuXSDzJr6KF0iG7cmhgW5LHW1UDqajPL7gyw8Y32ZAlXK6DjuAyLdv2GiLQi8F0bCzA==","signatures":[{"sig":"MEUCIQCOXrWDUNcrPsjHkVIwvIywO7JVypMY/0rsQe67aTv4qgIgAKBrpOUHnCB3GMgjZCmBeLVdcaF/8NVCnBrqwKLFTI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029887},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4db80dce15b923230361a83cc1f63ef541809839","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-hotfix-4db80d-m20kq9w6_1728400029537_0.5259941188021464","host":"s3://npm-registry-packages"}},"18.0.1-hotfix-3d2ff5-m20pmdkn":{"name":"@5minds/processcube_engine","version":"18.0.1-hotfix-3d2ff5-m20pmdkn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-hotfix-3d2ff5-m20pmdkn","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35260239414ed8a4c8ecad550a9176ccb04a5132","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-hotfix-3d2ff5-m20pmdkn.tgz","fileCount":910,"integrity":"sha512-yYW0Va+DuFor/pc3MaiFKMfLCS+OSdkm+WjiwNVeV/9tm9u3u8rbTJ87LaiE2f9kvAOKxYPYJtyDrcrBMIxuuQ==","signatures":[{"sig":"MEUCIC7d5+b8x48REYXCtVkhEp+l9wGOCL3bhcDxJjNEUxejAiEAoAFD9OQqplL51Tsjoq2bd+CzrQX0AUq5OMdIhrPi2zI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029959},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3d2ff5b81ecd3c13a10fc51ab131330c7dba304b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-hotfix-3d2ff5-m20pmdkn_1728408245009_0.5052938746366638","host":"s3://npm-registry-packages"}},"19.0.0-renovate-0f841b-m20zp5eb":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0f841b-m20zp5eb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-0f841b-m20zp5eb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a9ccdd49aca42fe9c8166d5f8d5d2fa7d2d539ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0f841b-m20zp5eb.tgz","fileCount":910,"integrity":"sha512-YtPurmGxG95jh7UyPAB8slDZ/ROOFA33Ljij1pjoWiCKjggH6MK4y73PZ1DZ9lKSFm+JiG+iVMf+qls9OR/ewA==","signatures":[{"sig":"MEUCIQDBSbb+mJYVRBMQHyPwaHp/FZGOEkuC02mcreI9zspPzAIgMz7tMpyrRC2ucsweZH9O4oJF16GclocXRAUMQ5jhVvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f841bd51c522ea656ce2500c7bbc93b5f10115b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0f841b-m20zp5eb_1728425170056_0.1791287081724422","host":"s3://npm-registry-packages"}},"19.0.0-renovate-58a3de-m20zvnt6":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-58a3de-m20zvnt6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-58a3de-m20zvnt6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e823c069c3a73564fbd35c68224911b920c89471","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-58a3de-m20zvnt6.tgz","fileCount":910,"integrity":"sha512-Z5tWKeGc5n5VtfbvVoQ1XyX/jVqp/t1rlnjb4ZNSIqC9fYWVZAPdZLCpaODRVNqP6hesKwasdtYDSEiKsSe8SA==","signatures":[{"sig":"MEQCIFbT68xEuQH3/7QRbYCFC9EMHLw6HdSTUQ8W2a0hXEvsAiBPwclPuBJU3WSjHRm2lpuLZErPqVd0mG7F6mALU0/NjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"58a3de23904ef9efc2816f91d6b239037d3fcd4f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-58a3de-m20zvnt6_1728425474136_0.009472687744195518","host":"s3://npm-registry-packages"}},"19.0.0-renovate-c6f14a-m211m54t":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c6f14a-m211m54t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c6f14a-m211m54t","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f2dc4c8985a99d8f911dcabdb914a0d567670f9f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c6f14a-m211m54t.tgz","fileCount":910,"integrity":"sha512-4w3pB2h4sfREdrLN8WgkzrfvpUNuHrFABk3Tcht+e+1vBbX7HxZyIfYsDbgv9BlAw+7qqZc8kzXcA0SU7OLVOQ==","signatures":[{"sig":"MEYCIQDQr9NWBByOzc8wp8hLC+YSMfXi7+GyPi1PmxIJp3wvfQIhAJIvzy5woPC2lLlWhqzta3ihm1BC2WLPM5ntBxz15Opb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6f14a6dc59759304a1935a9b39e3dfa9801c16e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c6f14a-m211m54t_1728428389301_0.26054387725284855","host":"s3://npm-registry-packages"}},"19.0.0-renovate-8be429-m211no6u":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-8be429-m211no6u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-8be429-m211no6u","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e102155ca442db45fe2a4ce3c5284fe76f91cc33","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-8be429-m211no6u.tgz","fileCount":910,"integrity":"sha512-MCFZbtNGnq6h7jHv5DEqGWah/dgWTR0ra5tjieIyNqyweisVd7daj0gWfndRtACcIJfm0kEF1C97AUnJwCQgww==","signatures":[{"sig":"MEUCIAaLWLXfgaEpMl+7U18Sp4MrS1AiUpnOwNf9Jx2ujL+KAiEAww72bKqOdD71pOPPt9LQDl0+jSyuRuj4oTKlyDt0oMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8be4293d366a43257c21da6f660dfeeb23d495dd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-8be429-m211no6u_1728428461102_0.9194813129317085","host":"s3://npm-registry-packages"}},"19.0.0-develop-6783aa-m216meev":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6783aa-m216meev","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6783aa-m216meev","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e7ff0219410bb3bfb0fcdf7e01a21c2f8f887e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6783aa-m216meev.tgz","fileCount":910,"integrity":"sha512-XSyvXW2JvPFEotj7M3YRBHPRJZGrLK6g7a/60LTWL9EHu2HahL7MIbU3QmfQWH4RQWOnqut8rFg7/pCHoeU8kA==","signatures":[{"sig":"MEQCIBLkSIEiDq+xWd3cRyaNWR2X8b1pJrvosnij+dSJaUjSAiB3O/CaX/DvF8KetPu0SjKDpq8UrL1FW6OsT75OVXzBZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029552},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6783aaa46c3371622f92a6ef82123b6c7ef0084c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6783aa-m216meev_1728436799540_0.5084125395298909","host":"s3://npm-registry-packages"}},"19.0.0-renovate-161c91-m216pp5t":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-161c91-m216pp5t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-161c91-m216pp5t","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f1169a24452d4071a89ea2fed0414f5dded42b6d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-161c91-m216pp5t.tgz","fileCount":910,"integrity":"sha512-7h4hhlmeUwfT2eZEV6gQ+brQ0yJl4woSZz0LZlARRB9SGpG/fu2jElEsBBTJNGfnFDlmArdqNK+KU/Hjl66OCQ==","signatures":[{"sig":"MEYCIQD+Ca0OuhJDyfuEoB9lT14SknrMJ6IgXisDg+G/3CXTtAIhAL3SWppI6CVtlCfJI2MyGqmcpfClK3CTvUlmKpcSJ7mi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"161c9164912705ff3c22b194fac00397d75ee72e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-161c91-m216pp5t_1728436952738_0.43823348607124335","host":"s3://npm-registry-packages"}},"19.0.0-renovate-eab313-m216sjoo":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-eab313-m216sjoo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-eab313-m216sjoo","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58472a8e0a11b764dc12e51a6b5d6b5878861009","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-eab313-m216sjoo.tgz","fileCount":910,"integrity":"sha512-7f4htc9y8zWRswJIIg4j42F//Wt/5r7jsFOp+WwVrAxwgXDZjjZLWZ2EBtO6d3zf13a7DEHJPzONkwk2z+rZaQ==","signatures":[{"sig":"MEYCIQCxkn/utx9e+U7RKExHlO6CqFj7bxWDOlKa0ehZpl/VqwIhALWT3AXQ0gxww21q+P3xBuabG6zWxvt3yTaP/EDycMSZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eab313e31c10e3b0d578fae89124743837397867","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-eab313-m216sjoo_1728437086070_0.3235472522193301","host":"s3://npm-registry-packages"}},"19.0.0-develop-0654b8-m21ckn0k":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0654b8-m21ckn0k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-0654b8-m21ckn0k","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80c1b5e89c2b53d3d27ae908b466b46b0c93ba57","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0654b8-m21ckn0k.tgz","fileCount":910,"integrity":"sha512-2K1k3XWro8hJhOa8IT3QuWUbWC8piSjoQ0SeUY9SuqBg8ZTHDvs4b2icR7y06rkHyHoTrG+sDhExAf1QVYfRpQ==","signatures":[{"sig":"MEQCIDa2vK0mYa3bcifUsVdcKF4cKXlbcqetJFOXx9FV0KN8AiAilb4Fg9RZuCihB7fQeSaCJgALPox+6S1qBHg22kJ1Dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029552},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0654b8dc778428cb46b6d984706d42fbefb355d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0654b8-m21ckn0k_1728446794768_0.8574770600758523","host":"s3://npm-registry-packages"}},"19.0.0-renovate-c00858-m21ckvo2":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c00858-m21ckvo2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c00858-m21ckvo2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65be1f1c44d76208f1efd584fc156c4fa5bfa8a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c00858-m21ckvo2.tgz","fileCount":910,"integrity":"sha512-4KHiI9Wm9pi2IvdLsUWacwA8UIFxFwgjUqTX8G17m/SGn1Srv4bxarZyAowFhCvXnNzhGUNsvnr2h/aoolMD3w==","signatures":[{"sig":"MEUCIQDEQGGTr6/ta6+YTFx4berUvFT3ZA7vCB+OWIeHs7GRUAIgdHqbN2Cj5wVjNtMR1RGpzum9a0M3G9KI0Z5xfhUAs7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c008580b30b1ea25253be212f16f9b733af06f04","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c00858-m21ckvo2_1728446805946_0.9165645059128131","host":"s3://npm-registry-packages"}},"19.0.0-develop-90fd9d-m21j5udb":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-90fd9d-m21j5udb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-90fd9d-m21j5udb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16987afdfb13de94f3f3272c63636a229bb7dae6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-90fd9d-m21j5udb.tgz","fileCount":910,"integrity":"sha512-JCZ11Thx+xGvrUXUpZ6HLefVA/N7oNR5ENNyG9UG2xB5NyV3K0m6VHIzcgyKVk0K9tJLxrMCOm0aSW7bY/3/Jw==","signatures":[{"sig":"MEQCIHq1R+orVaKp0dHY+SYZGtWG0j2zHVWp8+Ak9u/DZ+0PAiAOuDS5Kn8n3/hZbA8qTa3HbHbL80ez5pbdrdlLKnGelw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029552},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90fd9d29d00d38e964a29006cbb0830717fbd880","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-90fd9d-m21j5udb_1728457861497_0.21832491351437344","host":"s3://npm-registry-packages"}},"19.0.0-renovate-bd33c8-m21jaiex":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-bd33c8-m21jaiex","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-bd33c8-m21jaiex","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc10399bfeec751db428a29c9cd5262fb998f56c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-bd33c8-m21jaiex.tgz","fileCount":910,"integrity":"sha512-Bjf87DyGVizqTS49nvEDeoVY1l7JvfCLgqTA4MZUk0htcZTKwAueJjtdalvvSQgANsz79Itne/2oOWqw239gLQ==","signatures":[{"sig":"MEQCIAa7sQsC06oUm32di8Nb7Ogtux3p2pM3v4y2e+4wkMQcAiBy8D/rzE/5962fFwAcwAwpxKGtFpR4enF0oF5xV0Uqug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029553},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bd33c8a588641e0b56b80e8fdc9c97c15b53d905","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-bd33c8-m21jaiex_1728458079389_0.7596449628604853","host":"s3://npm-registry-packages"}},"19.0.0-feature-193944-m21jpskm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-193944-m21jpskm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-193944-m21jpskm","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf161363ef767b58ca3edc2ed14e350bc6602f7a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-193944-m21jpskm.tgz","fileCount":907,"integrity":"sha512-3J4XMcCDMBrAwvcUF0U7NeDJFJwtDQB/vWISGij8NAwPqCB9NnaiFFJmE9CgV+30OfahnMuf3dNGmG+xHD85EQ==","signatures":[{"sig":"MEUCIAd/iextKa+Tc9sGHzVLNyJtWSvac77vx+4P2rswHMOtAiEA/SJ+r37ZBzBWt4RnsDoDrIXSf5xzGmZN6CFse+7rLYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4013694},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19394417694be46198f49a679b47a36ce3f7026d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-193944-m21jpskm_1728458793366_0.7299829400007178","host":"s3://npm-registry-packages"}},"16.1.0":{"name":"@5minds/processcube_engine","version":"16.1.0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6fd39c4b345c0a2b8b7a732ea0e90b928e5ea55a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.0.tgz","fileCount":859,"integrity":"sha512-D89DtmPYn960QWHDqLNUybhyhhDS9VdhH66HOZIkYACHlG9AiqPG26nY7P57/UUyHmPbF6k4by3tN/APfZaT7w==","signatures":[{"sig":"MEQCIDME054OJfkHEh96kepdhDscXhNZigYQm9SqtGlkgv6cAiADzacepW1ElQd8vrYH81uYyF3U9pq9P6IOsMKuIbJe3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3662138},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3f137c1dc688edda12835121ff8ec708a91383ec","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.0_1728459781477_0.16136308325453852","host":"s3://npm-registry-packages"}},"19.0.0-feature-1aa594-m21kp3jb":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1aa594-m21kp3jb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-1aa594-m21kp3jb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"966a76debefd30ec753f285ee84ad488cd568b67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1aa594-m21kp3jb.tgz","fileCount":925,"integrity":"sha512-TQMEG/vcME24QNRQDg7r3+4lpomhr/bILVnqIGGsaO1ILyp3kghwWqW2vRVYnsdkBw/38Yi9hR66+cybMk9qTw==","signatures":[{"sig":"MEUCIF1QhuBxsIix8MLxyHmwaufaNMBjob9Q1LnZpCHoWkhfAiEAocfCoZ3qg345C11JA85w09NAO6olJiU5KrT/Xwi2dOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4103546},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1aa59451896952894c800508f12d49e040a646bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-361d3e-m20dodea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-92d2cd-m20ds0jq","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1aa594-m21kp3jb_1728460441266_0.37569357340583265","host":"s3://npm-registry-packages"}},"17.2.0":{"name":"@5minds/processcube_engine","version":"17.2.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69030067f430832b687f2a5f207dff6682ea23a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.0.tgz","fileCount":898,"integrity":"sha512-iXw4wDttovBymOloJaiLIRfh5vlft9C66CYpuXtLldhyHyKneGqg7e4GmUUlrRuNIVonccdLO4UcxLtt2ZbrTA==","signatures":[{"sig":"MEYCIQDMwQIM570vQoDDODM05UQ+HUSY72+nH0yNEIP2BbYHRgIhAOcHhEiBem1SruA7XfOOkEJdNWzUtQHv6LMtqCX+oDzO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3980675},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e85886df5f4504177a4aba7d3d2948b5a23f0cc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"7.1.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"^5.0.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.0_1728460565996_0.8288926354203614","host":"s3://npm-registry-packages"}},"19.0.0-develop-64110e-m21kwym8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-64110e-m21kwym8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-64110e-m21kwym8","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"855288289378bc8660ee2f6b3238f1e6503dbde2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-64110e-m21kwym8.tgz","fileCount":910,"integrity":"sha512-di4l4/Gyyq0u6Na27sJJ2tvMkGcQ9z5xtuIN6r0XFbvygueIep5Z3ICI2ulKzDAHiNsrHTMZej21qiDYLAzXGw==","signatures":[{"sig":"MEYCIQCV6GDKhJMoap/xB12n+MCvUqbs2+sHzIZVtUHE98n8tAIhALzUd3ilePcpdGM5x0ur3FlCJYkIiIg9uLe4/6ppAvjy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029960},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"64110e74fe864e44a0cc8c844d18212c5bd6f7d4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-64110e-m21kwym8_1728460808366_0.7583498044563988","host":"s3://npm-registry-packages"}},"18.0.1":{"name":"@5minds/processcube_engine","version":"18.0.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e33ec54bb6841c42ed7af9af129a09327994e119","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1.tgz","fileCount":910,"integrity":"sha512-pMHoiGtj+jpW2idbzlup3ISmpjfJdtr4MaCss5dgG1gDz/eFWCuL2JTMqDOgIlScYq2w9D3YDbWLgl+/AiHNEg==","signatures":[{"sig":"MEYCIQDDUFNP5d0XmybQwdApVymQlt984RfDCcUy1/cUllBcLgIhAPNdf2aKKpKxFpvOJvTZFxh7+ySFHdy5McxPaKNHyafB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029936},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6b310ffa5568c3f07ec295b39e70779dc1d615f8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1_1728461770612_0.6973776474507194","host":"s3://npm-registry-packages"}},"19.0.0-feature-5c0bcf-m21urppn":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5c0bcf-m21urppn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5c0bcf-m21urppn","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c051855b5664f00b97564cfdf759d95d1b839688","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5c0bcf-m21urppn.tgz","fileCount":910,"integrity":"sha512-1pjurMIdlOUvHy00KXUny1NmQTgUo1XUxViDY2PjhcTq3f6PVLvxfaenhXysOrU3++WBCMAMQrPPEbSNIsfRgA==","signatures":[{"sig":"MEUCIQDnhpD1suLWRGL3/kWvEGv+tf5x95BAhpe5p7opK1eMQQIgaj2MNsrJxRLp7sbwdX4H7c17NGRd9BF3rzpNo90qfHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4020832},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c0bcf99bd278f476424bf56c3798cffaa1fbff4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~remove_empty_activity_api","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5c0bcf-m21urppn_1728477358559_0.647033831955395","host":"s3://npm-registry-packages"}},"19.0.0-feature-85b0a1-m21vepcp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-85b0a1-m21vepcp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-85b0a1-m21vepcp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"13050dd2d304afd9be3c54a7008cd1b3dd2cdc36","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-85b0a1-m21vepcp.tgz","fileCount":910,"integrity":"sha512-BXH4TV/TBqJk0GnxOoju/23jlUC1AbDCHNOLXx0VAu75Uc5tkvDX0TWLZO2iFrvPO1VYH4SGLsVeXcVhsR2gbQ==","signatures":[{"sig":"MEUCIASZ+tokh0DRHAb5Mf85ASNdIkDoS4ofZgZUgi79ZoYcAiEA5QGfdC8I57XQTxmomja1dou/oCQudRWIAA4757I4vZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029958},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"85b0a147e386454322715d2924bc46daf389801b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.9.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-85b0a1-m21vepcp_1728478428494_0.22774123349147457","host":"s3://npm-registry-packages"}},"19.0.0-feature-b669c6-m21w6jgf":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b669c6-m21w6jgf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-b669c6-m21w6jgf","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bad8907a56671b06795ecab6b146606fb47140c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b669c6-m21w6jgf.tgz","fileCount":907,"integrity":"sha512-pWF9a2onDpn1apSD5mIrj6/po19HP9mMaAywBYHwUAocFiImOEmG3EO0SJoXzEC5qOV2XezIpENmjLOL57v9Aw==","signatures":[{"sig":"MEQCIEmQK8XrMpC56OffZQrec2zr3iFRBwakyO8FStRmJ5m9AiAoTngfqbxrjle/ExITHnCkV9WgNolYplCImWHxXBDeEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4014102},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b669c6780742309d7221ce648322001ce55cf243","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b669c6-m21w6jgf_1728479731235_0.9838755110873854","host":"s3://npm-registry-packages"}},"19.0.0-feature-74b9dc-m221y7ml":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-74b9dc-m221y7ml","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-74b9dc-m221y7ml","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73360cd5d60a2a00acc119c463f6f6460bff61e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-74b9dc-m221y7ml.tgz","fileCount":910,"integrity":"sha512-Dv3TWtK9xSyG7Y8TsVJVEkRRjpwf5/V8CEeqrDyx3HJB7MXBRqhN4MXBNp/HVBsZo+l3rQc/+HIlXIsMOT+Qtg==","signatures":[{"sig":"MEUCIQCcEX6+987g8yw22kozum3/d+MNEPXFrWmJsCSrH/tEiAIgFgK8XF2zK9QEZXgr9QLvtTzbllmojxAfpKndiq+4Gz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4095382},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"74b9dc35c4e130aa5377436d9d2de210d69f4dc0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-000c51-m21j50s7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-7b435a-m21j8o9m","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-74b9dc-m221y7ml_1728489420398_0.2374885135081708","host":"s3://npm-registry-packages"}},"19.0.0-feature-04b8c3-m232p7r1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-04b8c3-m232p7r1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-04b8c3-m232p7r1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"073b871e45fd32b9e93993efaf769f2f66a17c93","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-04b8c3-m232p7r1.tgz","fileCount":910,"integrity":"sha512-PqTEPkW155RY2misbACOCIhjlx9khAkIAAIrXN8NfblCEQM7VQ/tUshqb9CRouB03XVQDkkGOPGqDQbqNvOLPA==","signatures":[{"sig":"MEUCIEbzCf+iB3gtwOQsZvpT3HX9Fseh1IYEcelshz3wD/r0AiEAipqAZNjJIg0r4hfS321QsNxnNlQbPy5qU0zMNEVWjFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4095412},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"04b8c35db94916eee94f30a262968b6deb69695d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-000c51-m21j50s7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-7b435a-m21j8o9m","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-04b8c3-m232p7r1_1728551145049_0.2684414365620831","host":"s3://npm-registry-packages"}},"19.0.0-feature-d1a76d-m2331z8m":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d1a76d-m2331z8m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-d1a76d-m2331z8m","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35edb60cb8f6e335dfe3843406d1c958261cdf5b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d1a76d-m2331z8m.tgz","fileCount":910,"integrity":"sha512-vWD0WNmsXT5q2pZmplh6lhta5QPJfvSLj5vn7ZuJIvhX93btIjw75Ly+zgmmAVGQez9sA8kRG3/fwzUO69qXRA==","signatures":[{"sig":"MEUCIQDMZKVwy6/V+graydNPUV0TtLe8IzgBwTyWlb1YHDNi3AIgHobQdFPeYkTOQ2Fs4N7tqGdYUSgYwz6GsVnFOIRmNds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4095412},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d1a76df9e0b4f6cd7587b101da98e39f0103d712","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-000c51-m21j50s7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-878d75-m231idpl","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d1a76d-m2331z8m_1728551740558_0.7220688844559662","host":"s3://npm-registry-packages"}},"19.0.0-feature-3a7733-m233tpje":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3a7733-m233tpje","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-3a7733-m233tpje","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14c6cad8d84131ff28f0264d63f552d54423037c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3a7733-m233tpje.tgz","fileCount":910,"integrity":"sha512-WuKxsUW7JbGnNHCVunmnt+IbS9rk31GrQvgCoXzFkO4TJnWKghStmJF9KPd7MUGqIzd7mMvxwZzCtlXtRKEJ1Q==","signatures":[{"sig":"MEYCIQCA18f9ajBH9/XHk0A0TpCvv38VQuztPCcYTmXCLah90QIhAOU0Jkx53R1Iezz2DTWWEeWEBSVm+9kydWWFQW2RkuWa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4095412},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3a77330c4a72f05599baf43a714808b0ff95e2d0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-078566-m232crvc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a8b5a6-m232f0lz","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3a7733-m233tpje_1728553035239_0.3421660548206502","host":"s3://npm-registry-packages"}},"19.0.0-renovate-90d922-m28b6cd7":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-90d922-m28b6cd7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-90d922-m28b6cd7","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f5192e1c536991c11702ec863977df6014936af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-90d922-m28b6cd7.tgz","fileCount":910,"integrity":"sha512-XLgqY8hwS9vs/oDREv/LJLffn1wtt8+D7UrBkWfVEDcIicBN1tDYVnnkoo5Kq8at+JvkH/hhw0fNrh1r2Fyztg==","signatures":[{"sig":"MEYCIQDpvMcHhS8JhO4I1x2PayWlbd0wZ0F+kjS5U8Jn8QZR4QIhANraaMUDaF4HsVQs/XUtgDpFwXUnRCyt0AkU0aB8u9jt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029961},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90d92266e4f4baafa76d9e16418215eca69886ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-90d922-m28b6cd7_1728867713577_0.3635299164110435","host":"s3://npm-registry-packages"}},"19.0.0-renovate-9f315d-m28b79qj":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-9f315d-m28b79qj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-9f315d-m28b79qj","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b23de5fa3f18c0b4a26e0dd73f8c019d46e75fce","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-9f315d-m28b79qj.tgz","fileCount":910,"integrity":"sha512-kWV2ts/U2Yriikze+eIMG9QhjzmreOiTq4DKdWDjXK3lLtodjt7Nou4+SHUkejTwODhksBZMplwrqDohD2nt/g==","signatures":[{"sig":"MEUCIQCeyBKmJA7zVWJ0ZKRxvTjyMq/yvs99FNEFEz6jihJCqwIgLSw1BY85wUDplr2G3GM9aoe00I3kQTlzXN6x8lImOaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4029961},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f315d65efd8c3613bcae72ba37e7d550d40e519","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-9f315d-m28b79qj_1728867754988_0.9938699775980104","host":"s3://npm-registry-packages"}},"19.0.0-feature-796b39-m2bz79h1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-796b39-m2bz79h1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-796b39-m2bz79h1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a4b44dc7d50023e57edb9abfff7eed701a341f26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-796b39-m2bz79h1.tgz","fileCount":925,"integrity":"sha512-brX+zpjjzR+rph51ellHMfvXQ4VnlR5+TGiVYKg6BH0LaJu93LsUKl6K/BbgEOklcrvFXtOGCgI6Bl61ziBvyg==","signatures":[{"sig":"MEYCIQDbWARjufsMg5FzIWMRCdjqTQE1GkqKIFD74F1bs+KHywIhAImHv2mPTfJ+BuZMmPyqfD0WFLGjHKfsurqVpsFCN5hU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4103236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"796b39e248224d62a269375cb2a6fb73aed01e2f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-361d3e-m20dodea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-92d2cd-m20ds0jq","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-796b39-m2bz79h1_1729089464513_0.9509134406529334","host":"s3://npm-registry-packages"}},"19.0.0-feature-2f7c92-m2bzd5sa":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2f7c92-m2bzd5sa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-2f7c92-m2bzd5sa","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e1d3e575b3d08c5eede1c491cb39eb7f3721f8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2f7c92-m2bzd5sa.tgz","fileCount":925,"integrity":"sha512-KlBISbjZzvpF5PQs/8drfUl9QbTJze/NLfA6PkghZH/76zxoT9R5+skjc37/cE/wY7jjJVAjNU+tkftO8Hr51A==","signatures":[{"sig":"MEUCIQCZxvyn+Y8v5fCBwXrmQtmLZxg7zYq1aM5K710RLBgedAIgf1sLYGH3aFA3yfWOwmtCUY7VqT34fjwChZdlpwtj414=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4103236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2f7c920f6e488ecbf1ad1e0b9d828233a6a4eabe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-361d3e-m20dodea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-92d2cd-m20ds0jq","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2f7c92-m2bzd5sa_1729089740050_0.913101190165174","host":"s3://npm-registry-packages"}},"19.0.0-feature-f6aa26-m2ecpto1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f6aa26-m2ecpto1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-f6aa26-m2ecpto1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"48d897f92de0852a2adf9cf12463dfe1bc699505","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f6aa26-m2ecpto1.tgz","fileCount":910,"integrity":"sha512-xn1ZJhPDBo0biGeU/zgAQa9W8lMKCDGGX7EZv0/XCRtIP8lzSAqpltZpidCWnjNpk0iRksh2nEie6jU7zVZTQw==","signatures":[{"sig":"MEUCIGk3zhkxmZJ3Xuq3Qnc6MU+yp7Hj6gNvj9z6eVX4WwIaAiEAqMrO1WwPntA9q3BXqfVKXzOyj5DcKcKUSk0P5Df4NrY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030017},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f6aa26df935e8ce6d60715f7cc59f06fb93a5625","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f6aa26-m2ecpto1_1729233096105_0.5820961440289774","host":"s3://npm-registry-packages"}},"16.1.1-hotfix-51b1f6-m2eoulo0":{"name":"@5minds/processcube_engine","version":"16.1.1-hotfix-51b1f6-m2eoulo0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.1-hotfix-51b1f6-m2eoulo0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b26912d559bb4afb1ab3da18be37ff08bec38f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.1-hotfix-51b1f6-m2eoulo0.tgz","fileCount":862,"integrity":"sha512-meQ5iDUmqePOK6Q1svAB/MjEoVw9ngL//MxSwQqukanuWlABMo2VQ4y0GW7zk7svUG44V2lSLOuHKVvaqqpXNw==","signatures":[{"sig":"MEYCIQCH4XmTQifSg0alpoxj12TfTFG1lWowSlpJ/lbCYod3OQIhAPal/GoSEh6nNrt6p+u2szghqdwWnJD7PFG9c6oOdOPe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3703011},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"51b1f614cf42a2cedd9ae39ce42fc2e9f136053c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.1-hotfix-51b1f6-m2eoulo0_1729253473301_0.4454962248558225","host":"s3://npm-registry-packages"}},"16.1.1-hotfix-1dc9a3-m2epcsli":{"name":"@5minds/processcube_engine","version":"16.1.1-hotfix-1dc9a3-m2epcsli","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.1-hotfix-1dc9a3-m2epcsli","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8710bb313ed74e831918777cdfd6236b8de3570","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.1-hotfix-1dc9a3-m2epcsli.tgz","fileCount":862,"integrity":"sha512-xmB4DC1JVYFrnirNtpwARbIaAsHZ2l//yH67uFYLVYHZ5Q3DygqzrJamJMMf5X43IK/mBFbhwzoDgKW0sY+DIw==","signatures":[{"sig":"MEQCICBoWaQkwJuhnHC8alVU3xxtlg1D0/dqvRIyVa8yt02fAiByRbRinRhdroKixpy7+BRCHmcHNobaqaEpFLMv6d2J2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3704067},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1dc9a39c0eaff7c9ab9b929f8a6d5ed2d5b4caa2","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.1-hotfix-1dc9a3-m2epcsli_1729254322832_0.26986307406838606","host":"s3://npm-registry-packages"}},"16.1.1-hotfix-8f8aab-m2eqpuzm":{"name":"@5minds/processcube_engine","version":"16.1.1-hotfix-8f8aab-m2eqpuzm","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.1-hotfix-8f8aab-m2eqpuzm","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1e591a5851a9693a2509bfdb00e3391ad1ed109","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.1-hotfix-8f8aab-m2eqpuzm.tgz","fileCount":862,"integrity":"sha512-FOIZ/RWTjaJdYHwr0d+ZWrQdn2gWTKDQHYvwsuHNWj4GcgF0hPhow/MBFynxxRJqnxCy1SRSVeRG59x4i1XWLw==","signatures":[{"sig":"MEYCIQC82kSeUSg+K9lKQpygpzTVreflJSnnov/9tqyRvbqaLwIhAKeFjSMSqqyVKV9TPxlBL6KQ3/dtis9u24PAdqy6H+yS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3704067},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"8f8aabcf1b38cbf6f2cc62d6d8c94b519048dd0b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.1-hotfix-8f8aab-m2eqpuzm_1729256613911_0.9004506559648782","host":"s3://npm-registry-packages"}},"19.0.0-renovate-6b4446-m2gbocke":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-6b4446-m2gbocke","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-6b4446-m2gbocke","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78588a63402398bc56a3fe96bb365ae3289b8a69","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-6b4446-m2gbocke.tgz","fileCount":910,"integrity":"sha512-PBfNIrhoSTteXCSnL3ktcH8YqDiUbnW0RuQdxR+GWftBQv/AlbGusNfsLQGw7mmJApvfGL4xy8mD6XCZE8POuQ==","signatures":[{"sig":"MEQCIDYX2dinOffJdTdA3/Ea2IIbzXJm8bqcpzi6sfjVCs72AiBsKk4QnndKIWanCkFaXpBQmEwF/jRAq4CLPbMTKKDEOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030018},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6b4446a3f7edab1d69fcd7b80cb259f83c578022","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-6b4446-m2gbocke_1729352280929_0.2275261499104999","host":"s3://npm-registry-packages"}},"19.0.0-renovate-c857a2-m2gbpd1f":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c857a2-m2gbpd1f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c857a2-m2gbpd1f","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"baee58e4f0e121e01218d2b0a6c9ce496c2b6c54","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c857a2-m2gbpd1f.tgz","fileCount":910,"integrity":"sha512-H597/vLh/MUVwEqRtXKt63b9d4dZ8oBl0gFzQf1E/FzPgyTWvo9YpgrP/EfZrNYTHjB72XUFUZYIBaLPtrb/Tw==","signatures":[{"sig":"MEQCIC0D13F7DIuT4d4m/OffRP9EImOgKp4OBUzz335LqiKFAiAjHjQvpAQYrGh/EtfAFXgJkxLVdtrFEkHxGtoYRPNlhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030018},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c857a2c4e546701d40961ab74f0d0ed4287ec456","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c857a2-m2gbpd1f_1729352328668_0.7508687427442144","host":"s3://npm-registry-packages"}},"19.0.0-renovate-1dea2d-m2i5xalv":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-1dea2d-m2i5xalv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-1dea2d-m2i5xalv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"779610cf135674151be66068b57f117f977ce64f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-1dea2d-m2i5xalv.tgz","fileCount":910,"integrity":"sha512-TQEgoV4Us2P+k2G3aEwRr3p9FfQdC6QGqC1VQVXwTXWQCdyEIBtRmHXpZCdX4NJ5S0giN04/VM/G+xdtZDRTnQ==","signatures":[{"sig":"MEUCIH4Deh9m+mtP29w3chubdschC1EghRz9If8NF+X3nPDgAiEA6G6JNgrkp3f1ElH9Jd1zfz96/Lhjp63BxIaY5B6/6Ss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030018},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1dea2d346d3497cfeb24a317eb2448d2bb68e377","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-1dea2d-m2i5xalv_1729463552895_0.9666566435536783","host":"s3://npm-registry-packages"}},"19.0.0-renovate-91e518-m2icxwcf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-91e518-m2icxwcf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-91e518-m2icxwcf","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"796b68f38b04c52fa7bad264de06387617ddf101","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-91e518-m2icxwcf.tgz","fileCount":910,"integrity":"sha512-fowAdB/Kt4bNcNTCD/U+2WP05EKqrQ8CkGPWYDawp9TyVFt4UK7PaHnpZfbk7dTYP+kHyHCwc5QjANmctSC17Q==","signatures":[{"sig":"MEYCIQDBIjVJvWALKKWbx70h4Xzgb3rEjSzOyUyuGOqMet/L6gIhAJSm+Jd7aLV2RyftCJZGmCO9OcxuNzJHwco5Y5/Irp/v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030018},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"91e518c5f3ee32c6407bd9121f1c3904a3b1683e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-91e518-m2icxwcf_1729475343497_0.2622105842718432","host":"s3://npm-registry-packages"}},"19.0.0-renovate-88df73-m2ikpxle":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-88df73-m2ikpxle","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-88df73-m2ikpxle","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9cca78cf05e5f58eb8e475068c25b1de5d30983a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-88df73-m2ikpxle.tgz","fileCount":910,"integrity":"sha512-mIbHDbFyJCw7wac/gxKptPTg/6j7YyPuGSwMsE3keN/KAl8sKTL1RU1v/b2vstvHrAlnhNtR7fkeRPkXVsdBCg==","signatures":[{"sig":"MEQCIFfuLWH49gD7VjMDMwGAX7gCL5ORILjmoux9VO98QpdpAiBegfTOkKc5PzcMoEsIEsDR+IQgciI1wIJzpGYpQa1AAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030018},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88df73392aa634ab0ff675e2702ee5d763891cf0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-88df73-m2ikpxle_1729488402745_0.04034901881451969","host":"s3://npm-registry-packages"}},"19.0.0-develop-b8db16-m2iqfjjd":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b8db16-m2iqfjjd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-b8db16-m2iqfjjd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1dde7d4e28f797bb9af863fe056bf131b730996","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b8db16-m2iqfjjd.tgz","fileCount":910,"integrity":"sha512-1Y/yWbpe6n+nbpH3xIM6yMbNwjMCuect38p8OCcQyj2Ty+LbNxzulSiwuWq4WZxNIF51X+2luYQws+GNpRW4wg==","signatures":[{"sig":"MEUCIGO3H1zhnFScuD+O3q0cVqYGWtSdNSbfeIDMUFXkvLYIAiEApx8fEqTsEwRhqUDawCPMvCtpqXzS2aq3AEhzUro6QCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030017},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b8db16454edd40a23ddc705c2e8785a1872b0efa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b8db16-m2iqfjjd_1729497996711_0.666651842118841","host":"s3://npm-registry-packages"}},"19.0.0-feature-c44036-m2ir2nbg":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c44036-m2ir2nbg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c44036-m2ir2nbg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b41cd51028ae91966deacbd116accb5225c73e63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c44036-m2ir2nbg.tgz","fileCount":907,"integrity":"sha512-PayBulwiQlcQGmVTWJeXuikhZtol5RI9zvhwX1+10mRSrdsdZ5kWXZqicE7/wQK9dPDjehXJBLZQMOZhFvGdDQ==","signatures":[{"sig":"MEQCIF9YMt0KvnRoAM16WLCB4tt3DdV0qkxhOpkZYGnaqaJAAiBtIKRFIbWuoVUF/GDjKzWVIqoYqa4oq14Xu/5k8pQwLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4014159},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c4403602f11717d910e9fa98ac58fc3550879c81","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c44036-m2ir2nbg_1729499074124_0.8902788528570118","host":"s3://npm-registry-packages"}},"19.0.0-feature-dadb50-m2ir4fz1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dadb50-m2ir4fz1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-dadb50-m2ir4fz1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c9800408370867b55409f478a5de38bc3f115d5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dadb50-m2ir4fz1.tgz","fileCount":910,"integrity":"sha512-Ur2CxEjBc5hAac+jVObbSWwcU4qnh6AxzbCPNvlM3HIVIAwnjTVRCXVKdjipDNivy0EOpLzorR8FRao3FNcclA==","signatures":[{"sig":"MEUCIH3pbFiHbZsG9FTW0BMS7aopj8ovdJilfF4+wepEW9RyAiEAyeVDEzUvnUgfDb6Di1MZ/R/IJ2yXQVpihqsD6s0wwiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4030015},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dadb508a83e394d661dd47787452ac5a85013b8d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dadb50-m2ir4fz1_1729499157800_0.5042215370963123","host":"s3://npm-registry-packages"}},"19.0.0-feature-f37a77-m2ir4tac":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f37a77-m2ir4tac","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-f37a77-m2ir4tac","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9039982ac02b5f87002b789342d50442b4e5fc72","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f37a77-m2ir4tac.tgz","fileCount":910,"integrity":"sha512-Icrqsns0gCAvMQ/O210BAVdedwMkcHQSMqnfaGHZUpY7Ay0sMFX5XM3jPghXx4k19rCSfTlSFDZ6NZhqzxFvcg==","signatures":[{"sig":"MEYCIQDkUIxUvegydS6687Mjj3gGPNMtjEt9+hpWMjW5xOcAzQIhALg524xu5YKStFWYOUlhF4UzJ5y3xzNzgnFMp4nEBhTw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4020889},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f37a77ac9e4cf656249349178c09a56f3655cbde","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~remove_empty_activity_api","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f37a77-m2ir4tac_1729499176388_0.03784668375315414","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-1fecc4-m2irho74":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-1fecc4-m2irho74","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-1fecc4-m2irho74","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5d02a1f53d7c848373dd75ea44c90aae931a79ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-1fecc4-m2irho74.tgz","fileCount":862,"integrity":"sha512-N0LXO8SJNLp+NtZF68uBSQeitaumUl12U2gnLyV7kPiSCMc17X+FlK1WVYVTzZM+mqP4fvsP0kget1RsN/a4nQ==","signatures":[{"sig":"MEQCICLCnZqyDFEADn9VwTQi2R9me1KJIx0VdKWP2zu73ladAiAAhpHugrLQq0ge0WlNX2sa3KcHru5wU5kE5996EzKxaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3704511},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"1fecc46da874b10a5dfb64001b7e016a81d7df75","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-1fecc4-m2irho74_1729499774429_0.8375814414537313","host":"s3://npm-registry-packages"}},"19.0.0-feature-473757-m2isrucp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-473757-m2isrucp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-473757-m2isrucp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac8fb041fe76eb0d3c9fd5a3559666fc93237daf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-473757-m2isrucp.tgz","fileCount":907,"integrity":"sha512-zteur+QMSCW/JRAfNmrbRtVFTIa9H05WK/bq8qBTsXeP1pvVzqddG7THExXYUF5FDpn73c5SF1Oxtc5PfvU5wg==","signatures":[{"sig":"MEYCIQDQAkUvsljLKsuatPLlcwRekPEXUX3bAX8Nd+BHB/4HxwIhAMzajSIVffQZ0uU29vTMhYgtrdzZSQJ2A7KPFXps2KMz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4014157},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4737575e2fbdf4aaa8334dcdcd85285ce9679c56","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-473757-m2isrucp_1729501928670_0.9049525824476752","host":"s3://npm-registry-packages"}},"19.0.0-feature-4139f4-m2it1mou":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4139f4-m2it1mou","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-4139f4-m2it1mou","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d88bded3049d10fcb43e40769d96d9609253f94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4139f4-m2it1mou.tgz","fileCount":910,"integrity":"sha512-OxzlioeFk24q0peUlkEfyZQ1/fhmwuEalRjGLVMe43CBnbTUH/a8oqiCsVTq8cu5VpnZqEgj3xqUa6mO0OZ2hA==","signatures":[{"sig":"MEUCIBHBn/whXC0r0CVy6e0h1egVEYh5BVvq9jagJT2IkrDJAiEA1wqY3ZXhmUirYMwIs6rC9Y6OeTW8n8j6vl28XwN3c20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4020883},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4139f4147f859f00d91b941d27be818075ceedb6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-b28e89-m2irioqz","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4139f4-m2it1mou_1729502387114_0.384584373193557","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-bc7cc0-m2it3wmy":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-bc7cc0-m2it3wmy","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-bc7cc0-m2it3wmy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"76a46103af30bc9cde3a851ee17e12519f0e05ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-bc7cc0-m2it3wmy.tgz","fileCount":862,"integrity":"sha512-nIlNEm9N6YWfyspjMaNFWCpQ8pmE2tQ/lad0oOKJ6sJ4IxkddUUPkM/ZaRjTzj/ZaaNpoWpo+jfrJOXb4y8I+g==","signatures":[{"sig":"MEUCIA18rkc0zdRmqeUts8dAIymMz2H8i0JCJ30BRYX5KDKyAiEAvf65qRhcm3XuRb8DU/WoWDwZUGWIIHu42+eIFdPcKRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3709202},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bc7cc08b73a27b06b591b55f3e7330fb1d8de436","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-bc7cc0-m2it3wmy_1729502491090_0.18424505132340818","host":"s3://npm-registry-packages"}},"19.0.0-develop-ab56c5-m2iuogoz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ab56c5-m2iuogoz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-ab56c5-m2iuogoz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e379983f85badc7e82e7b30e7974d29502e4a59","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ab56c5-m2iuogoz.tgz","fileCount":910,"integrity":"sha512-mR0D0OYqSwk88El9hSLhmtEBIoLT4tZVBdmr1VvI+r6Vx2nHnOBhlL60Dg5IqI9O/YSslvNcS1kaA3RxE41X6Q==","signatures":[{"sig":"MEQCIBh6ESVUYJUb/JP3fV9acWCBYYMaAo+cl5X7Sj2Ap4kSAiAuCCFQJ4zMi1x+apgPYxDZM7xSTNbOo6tQW3UhwrwtBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4020883},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab56c5b14ff69503bb6d9cad2164d413882a1683","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-b28e89-m2irioqz","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ab56c5-m2iuogoz_1729505131388_0.9358862733025297","host":"s3://npm-registry-packages"}},"19.0.0-develop-fc69ee-m2ivzpcr":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-fc69ee-m2ivzpcr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-fc69ee-m2ivzpcr","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a6fffd8caaf2f7e2c4cda0dba741aa0a19948aa7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-fc69ee-m2ivzpcr.tgz","fileCount":907,"integrity":"sha512-1hY6ASQkWI7PpY0hNAFxCIa3KDZHuByHLm6RUdFn1YirMbnKIl/HCIPlF+wrb5Gl84LwDyQt8lSOAAk1r4vD0Q==","signatures":[{"sig":"MEUCIQDZC4xJayi+o6RMA0ExPcKkPnIaCNIIOGVRitsThrZtlQIgSftHfZg7O3GD04vJDdz6m4hwy7G2QRWg7M2QzZx5B1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4005025},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fc69ee5eaf3c7217cc2318a8c281642c2f65357a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-b28e89-m2irioqz","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-fc69ee-m2ivzpcr_1729507334497_0.6463262542699626","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-fa5ac4-m2ixtwdp":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-fa5ac4-m2ixtwdp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-fa5ac4-m2ixtwdp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2c71ac2810b6b671b1e5bf9b24994b3644efd935","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-fa5ac4-m2ixtwdp.tgz","fileCount":862,"integrity":"sha512-+NrPshREQ6YmX3Jkoohwdor7tr6ynikBTBK0pgwIpoX3K5/JxHY+pTqf6aaNZpt6x0PUwiGu+VuZy5OeP82Gkw==","signatures":[{"sig":"MEQCIDI8W0egL8XdHNJxIDM14wKEpsQAmUJhfd8ipeYa3UxAAiAOCvK+UWN1lEt+gkTMnN74XZevhyyOsGmiraxIL7c3ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712275},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fa5ac47e9976f313add8cb7ec3eaef8f074cc17f","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-fa5ac4-m2ixtwdp_1729510423896_0.00041717508984695506","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-ea61da-m2j0xscq":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-ea61da-m2j0xscq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-ea61da-m2j0xscq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"04a6247942738b95a7e48751957117131d705eec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-ea61da-m2j0xscq.tgz","fileCount":862,"integrity":"sha512-gOK/y04cCNmrC6vX5fWcAtVwTU1rE71hmSzcOmFc8YCJwAEqSgCJdZNnAUfeySeNnBSR0NYWqahevetefTMtOQ==","signatures":[{"sig":"MEUCIAkesbnhybzwzuhSkbBPPF7SRl3+K499mf0j2jMkh0srAiEAttmSrZ8G1WTD8eFMOYJsv8wOVgoa7vDveCOoDzPjeh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3723226},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ea61da36c59e34fb840470aef7a401c5ace5a247","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-ea61da-m2j0xscq_1729515643770_0.5286110104797022","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-ed7c2d-m2kg0cpb":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-ed7c2d-m2kg0cpb","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-ed7c2d-m2kg0cpb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e83128692b1042bd485324a763b5eb6334780ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-ed7c2d-m2kg0cpb.tgz","fileCount":862,"integrity":"sha512-UgEQoY5s/TYEAnsLgg9aaXR1BLi8yy83XoaztrIOol0Wl4ZWGKJkgF/SLz7jx7Lnufy4I8Gjf/sAKRIKfvg7/Q==","signatures":[{"sig":"MEQCIA6caqsw09EMM2t/vqaVz8cMpCaDcjgMAgJL0dDBBiRJAiAQdu7TT73bl0wOrS3gOarXZbu5Ug71urpI/lC+aEmTJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3739067},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ed7c2db9b5d2e138787320a9c78d797de47861e3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-ed7c2d-m2kg0cpb_1729601422965_0.451716334257928","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-16f9ae-m2kg4cmh":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-16f9ae-m2kg4cmh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-16f9ae-m2kg4cmh","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4fb28826464e4b1f00440ea8f79c0681db533138","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-16f9ae-m2kg4cmh.tgz","fileCount":862,"integrity":"sha512-oeup5OacccIVvHcChHMX2HQEkH7vegJgni+al+Cc0DggPY7ZqLw+1Kf5YqoGNBia/gVXTxkmvo4QMmVdNqFJxw==","signatures":[{"sig":"MEUCIQD1oiWGg58BwmyRygFoEB08Ja3uW4PdnjarFICtGPwFHQIgAb2LhPvR7Xg3GExw9YOg5e9ISGpapwKPBnpzT+gDb74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3739683},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"16f9ae2a0b7b70c84625a21cb958837fe96db9c6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-16f9ae-m2kg4cmh_1729601609521_0.93686390346125","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-7340b6-m2kimdg9":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-7340b6-m2kimdg9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-7340b6-m2kimdg9","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e40556dc5488e87e6914e566035725fcd929d92","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-7340b6-m2kimdg9.tgz","fileCount":862,"integrity":"sha512-QcNIkKHmKsAHtqSTHTgVrWsTpgorG9AO+quBDcnmyuWjzoxSGg8kXp+RCFw2CBQpFpqEwwr0L1E4nS3E/MNtHg==","signatures":[{"sig":"MEQCIAPi4ciKbECQsmVuEoRj/z6dnv21KmvMtQIOdmcZpc6DAiBaELVRNgMReiOPiIyFMxTG5DUQTeHTUjAufbVxcgHyuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3744466},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7340b631db9c1abefa22d094699041f9cb4f6486","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-7340b6-m2kimdg9_1729605811792_0.6953366740983979","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-488661-m2lmycnr":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-488661-m2lmycnr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-488661-m2lmycnr","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f06ecf7876e6d7bbc1d6c07e739e5e5d07ea1d3b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-488661-m2lmycnr.tgz","fileCount":862,"integrity":"sha512-WXhI/oTxkwxbV6B+AdIoRG6OgIW29wyIc3BRM242+aafbzEce8L1Ck/FGc2zh/zqFF7Mdovk9i/+j2c+jtvCmA==","signatures":[{"sig":"MEMCIAubipWANdATax0vufv8gfzLPPafyrMt9UdUOYeTj2suAh8dY4S7HUEOPYArHyxH8PKVPMzPSopdwKvNjKn/hzu4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3745768},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"48866162560dde1fedb9f45650290e6d8f761345","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-488661-m2lmycnr_1729673553449_0.2318748559467847","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-d732e2-m2lryqf1":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-d732e2-m2lryqf1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-d732e2-m2lryqf1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"186babea085758798d6b3e99e7de0df606f64ef5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-d732e2-m2lryqf1.tgz","fileCount":862,"integrity":"sha512-NQGh8xSuH+qTEOtEWzxJDLS8XxKN4LxCk9jgQk90MNd6Y7GKa4jPyYZEdYvgCMLsYT3KJDC5FzZsjO4Va3igDQ==","signatures":[{"sig":"MEUCICrA9eW9MbPZnxUroFEPFHf0YXXFD2uigqd+nV4gMPEzAiEApapHXjQ08/h1sEJaTRIRRWDA6uTdhAyw1a6zO8LwvIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3749929},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d732e2a7f81ad3d203b0aefa1002d544850713a8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-d732e2-m2lryqf1_1729681969416_0.8723364315811948","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-bd93e9-m2lt27k2":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-bd93e9-m2lt27k2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-bd93e9-m2lt27k2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"468ecf040722dc168a3a4645cf2679d75500c2eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-bd93e9-m2lt27k2.tgz","fileCount":862,"integrity":"sha512-FzTlnheVmCrVBElrUKrQg6vP2+KaLIsoQknbLaLncJtfKEqimnK8b72i/Sff2bWr3ItsDByphvHqw2zS4LiQgw==","signatures":[{"sig":"MEYCIQDeHrtbZtAaf3LA5Ia68ksEQ6ZhFs9iv30WukusJb1QvwIhALCGhlou3MD0vgPEIF9AiDhQtYSPEWawF8NB9ijQc8cV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3752462},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bd93e991ad10b306847dfdd8714b4de0d0b509be","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-bd93e9-m2lt27k2_1729683810146_0.5390744635325224","host":"s3://npm-registry-packages"}},"19.0.0-feature-82aed8-m2ltgwy8":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-82aed8-m2ltgwy8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-82aed8-m2ltgwy8","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7bb55150df21c947f965e468e266761911b04616","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-82aed8-m2ltgwy8.tgz","fileCount":907,"integrity":"sha512-gZsoXbRZYIuELR4JdSdm8LzbBsgr7Un2qh6C4+VNlZicx2Yo0Z6otVXoX2zGW14DKsFQAHgZB9++QNlKsPcuGg==","signatures":[{"sig":"MEQCIEDFVjFPQR8gGsISGNlZ/rm6cDV72caiwjZuyp33W9SbAiBSE2x2hos6NJp+0UyCMJsIAQpu+zZIotrNN1WYSdeAOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"82aed80fe9476eb57811b1fa5f907778762d9468","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-4eacd0-m2lpdczq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-d8ebdd-m2lpfn0o","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-82aed8-m2ltgwy8_1729684497248_0.3860925404256277","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-344dd4-m2lvhpf9":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-344dd4-m2lvhpf9","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-344dd4-m2lvhpf9","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2388fd4bdbf4642e9f24130607a8da308f9db97c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-344dd4-m2lvhpf9.tgz","fileCount":862,"integrity":"sha512-1YNRFjXgf9i8NSaYDqrfhov/kJQKHQZW8p79WqfCo5TX27JkZto+ksYf4GzCDHBP3cRm2cN8VwBIrOK2KRrjHA==","signatures":[{"sig":"MEUCIQCWLGU5Wac6UshqAh73kIho4isMpeSU9//YLYw5tiJCuAIgH0KW8FvryLEMgcGz8BToYrXlNozgUrGwUjsEBUqtDoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3768294},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"344dd462a05b24832d61e2ee6e73c534d4693884","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-344dd4-m2lvhpf9_1729687894951_0.39981897303755654","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-3cb5ce-m2lvm3h1":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-3cb5ce-m2lvm3h1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-3cb5ce-m2lvm3h1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"162cd69ec5773812cf04063936ad7f53b403faa5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-3cb5ce-m2lvm3h1.tgz","fileCount":862,"integrity":"sha512-aIqU2fi2f5jCz7KB4rUrwkakV6wFbIv3+eWCf8RSEKJIx6nk9ucC1luUIwdXAZYVYjTlSCp4Lk8OC1wvvU30gg==","signatures":[{"sig":"MEUCIQDJNuBMN+Detl3105BdQNAI+Vdc8B/ZXmVCyKe/IGn9WQIgGImlDqOiHS/r8PvZ69FPxwVA4yi5O20IGP1WXMy8n4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3768935},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3cb5cee6b5aefa0cc82aa30ce6fd610b6a0ec772","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-3cb5ce-m2lvm3h1_1729688099561_0.5262641440678641","host":"s3://npm-registry-packages"}},"19.0.0-feature-4d1c88-m2lycfkh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4d1c88-m2lycfkh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-4d1c88-m2lycfkh","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab74c1838e018f11f010e5f6953b86ad9f910d44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4d1c88-m2lycfkh.tgz","fileCount":907,"integrity":"sha512-GHNtTiOLz/9O7YscWj0m2hjRzjsyUq3Yu7Qlr5bsyplV51CJy4PRNy4fZMmVFCUeHAlbpH9ELf97KT5DCsfCBQ==","signatures":[{"sig":"MEQCIGNj75q4nWseoUAQ+furHwwn4PV3AMb7QVU5UsPLucnUAiAemt9pznfQclP5BEEDRZzmuZyKr+GxuWyX9SwFRujx1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4d1c88dd963925992b63b9139593c87e3c9ee2b8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4d1c88-m2lycfkh_1729692685580_0.030500974464856334","host":"s3://npm-registry-packages"}},"19.0.0-develop-6e408b-m2lzqvzi":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6e408b-m2lzqvzi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6e408b-m2lzqvzi","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fdc3975976152ef00a3f30ef7b550945ba321e76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6e408b-m2lzqvzi.tgz","fileCount":907,"integrity":"sha512-iDrf8fSFyeIhhzNJVoJxNXxFRWIEis6pRAXMxOMtq8nCDow7fFYzs+y+bfY7RK71EVA4FqM5aRfZ2O9QLfgpUA==","signatures":[{"sig":"MEYCIQD6FkHZ3cRBVVxWfR1hxweW6O2S/Kbw+BGKsyqypUmPtgIhANxso/EWWgtclq8dQVeyD1xVUehBFzTCwLWTgZJ0ZfKH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6e408b021b729dd6cf26103af054a3ab309d7397","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6e408b-m2lzqvzi_1729695039717_0.7739426087050099","host":"s3://npm-registry-packages"}},"19.0.0-feature-7c3e5a-m2m940oq":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7c3e5a-m2m940oq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7c3e5a-m2m940oq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5b3d0f578d839c1b9fa9d845468a8b85551adcbb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7c3e5a-m2m940oq.tgz","fileCount":910,"integrity":"sha512-sfW78DPFn4yvFtv6Yr90N2gvVZajw6WUmRrgETtxH/rPEzWGdR6mKpocjY9lhcmj/SRSNLVyIyGkXrVVPxgcJQ==","signatures":[{"sig":"MEYCIQCzBuaM0KVrF8bQZ6abX5QTLuiu3fVtVg3K6IKV96iCRwIhAPu28doqQn310LbYHbAWUoPV0DNrWPNgcxRCR5Ninyq5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074916},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7c3e5a4da24d0c51ce8dda6a4c44594ad77fea42","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7c3e5a-m2m940oq_1729710769947_0.953897656643067","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-01d03e-m2n0l1qf":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-01d03e-m2n0l1qf","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-01d03e-m2n0l1qf","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4fc893f504d42c0fa0c7042026ce222daa32c44f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-01d03e-m2n0l1qf.tgz","fileCount":862,"integrity":"sha512-/GbnvE4mkxNLjMDP9enBCal1cq2IeI+1sZw9vi/rbwCtrB3rE6maoEmeqbQJfZNLV0EJN75kVg2tIT+f5hVn8A==","signatures":[{"sig":"MEQCIHMKWwA3FuT9YJbJeCc0ufl2aKei+6HAOASxFzrf5uT7AiBbLYW240pEJH1uLb7CRO1Vo3Ph1z4NeIl0UdU3oAHgmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3777334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"01d03e30daeb63b0d4f5ea600f8e5fa72ae646fa","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-01d03e-m2n0l1qf_1729756912934_0.4836035931198892","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-b6be40-m2n0ssgv":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-b6be40-m2n0ssgv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-b6be40-m2n0ssgv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5c2d3504dd9a73a76ce5d469dfeb477f8e7a82c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-b6be40-m2n0ssgv.tgz","fileCount":862,"integrity":"sha512-WYkELaey5KBkluudOBPxxXFMALAz+XmoIXyTruwV3mlEsK+biOh79ehn2HN84vVndYgrmMiMGLe/Ks0VNb80Dg==","signatures":[{"sig":"MEYCIQCNT8LpFqkrQm+o/JDqiC8kMVkwg+JuEEk8JU5T9CTWnQIhAP4OW14OTHBFX3WPOE0LUTI24UnobZNvno6xn9l+iHPH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3777345},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"b6be4050c8130307055dc4b864b41dee033273d3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-b6be40-m2n0ssgv_1729757274340_0.9055864380138239","host":"s3://npm-registry-packages"}},"19.0.0-feature-99d3f3-m2n3t0os":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-99d3f3-m2n3t0os","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-99d3f3-m2n3t0os","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9f27e7809bad4d976e6fda112cb68c3025a4e16","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-99d3f3-m2n3t0os.tgz","fileCount":907,"integrity":"sha512-yAnkly0OtHQZvpn11EX497/qBhZQSvOHGV1s4nh87xwgE+8EkIP5lvlXtTPrZJ2jXXtNDfdhTL2nh5B3+k7/Qg==","signatures":[{"sig":"MEUCIBP9k3e3pZ4oco7rsrlfZYv/RKFjakIK5971vIRxw/xcAiEAhy7AwPGOzETvtJExIdwE2BTW8wb7uBigf/7m8FSNUbg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4071260},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"99d3f321e2c3d8c8921a5b90143fbddb455c8ac4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-99d3f3-m2n3t0os_1729762324365_0.6161499005777058","host":"s3://npm-registry-packages"}},"19.0.0-feature-b202fd-m2nezjyb":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b202fd-m2nezjyb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-b202fd-m2nezjyb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"165517dfb552203e0064ae9bd74370853dc643ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b202fd-m2nezjyb.tgz","fileCount":907,"integrity":"sha512-3G4kVawGi1e4TRfOnoecj67NtNM69E3mifZADWEJrpmkzEXKr5rQsagFExmAW+idnaYmudljkuMoPRDyaiR+hg==","signatures":[{"sig":"MEUCIC72GvwkGPn6ENDHW7ppYh1PlC3z1K3Ll6dDdfrvDxzKAiEAlRiw7XW5Zp/v0M9mnIAhZe/x2qJW6FH5e0vUL8wI+Vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4080006},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b202fd663e9bf3003a312360c0de3559a1b73d08","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-68403c-m2ndii8m","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b202fd-m2nezjyb_1729781105495_0.7231283294865594","host":"s3://npm-registry-packages"}},"19.0.0-feature-2fe749-m2nfkm99":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2fe749-m2nfkm99","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-2fe749-m2nfkm99","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"990194288a5faa275280776295fb2186dcfeb643","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2fe749-m2nfkm99.tgz","fileCount":907,"integrity":"sha512-exA552ve7ro9BV4LTagBXzbALF350XCwhO6kUPMHv3R4ybjAIVNXzLcYm+i8OvcXBt9w7plxHBxAo9KBiH3dwA==","signatures":[{"sig":"MEUCIHG9A2W7if8Brkop9hDV1ykGqOOGEXyCBz4mKDl2QeL/AiEAqZpzj2biSk0N+8hfjbVEaDjvqxbXBbaERSXYyYex4IE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4079948},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fe7497a95b20e9c9e8809e1b770ff38b69daa6a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-68403c-m2ndii8m","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2fe749-m2nfkm99_1729782087379_0.4656445356455281","host":"s3://npm-registry-packages"}},"19.0.0-feature-4321f7-m2ngbb7p":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4321f7-m2ngbb7p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-4321f7-m2ngbb7p","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58e6d0bf9ffb2db672acc64bbdf6b20874a534ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4321f7-m2ngbb7p.tgz","fileCount":907,"integrity":"sha512-FZwWDXZjU10w0Z+velBNtNw7pgSg/bgFFR5grd71Ap0zbXTF9GVTu0TUWN5P5Nq/1t0AgBs8THfmuZ9Cj2gjrg==","signatures":[{"sig":"MEQCIBvzJt0LdBNZAdGm2eooVMVK5MsoIBQqFWsIfw7KmSgKAiAVLlkMf7lMXf3Fy9VHpmmUOzE5tTfbWRcWk8/ObSDIvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4080108},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4321f72043ae22b62e96da68fceb13656d6e1baa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-68403c-m2ndii8m","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4321f7-m2ngbb7p_1729783332641_0.6838963324498972","host":"s3://npm-registry-packages"}},"19.0.0-renovate-68a1d5-m2rvzmka":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-68a1d5-m2rvzmka","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-68a1d5-m2rvzmka","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31f3de6bc97c622de8c1b5a3c9851110d0cdc8fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-68a1d5-m2rvzmka.tgz","fileCount":907,"integrity":"sha512-gmLr6hJ8DLvK6TQpNIE7HvKvg/+LI6BADM4Rdij60/ukikAwOHdSri7hF4esYL6YzXTUFF4sopDITnurmyOlYQ==","signatures":[{"sig":"MEUCIQCjm+bsqhpg/XQxM3CikwkvcHcz9UpmhXA7pC0xi4puAAIgI5HvIwZ9+AIW3JVhGVy4lzwKiYHquOW1OkAU09rIA4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"68a1d527aae9d29612c84e92daaee9b2e1af0810","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-68a1d5-m2rvzmka_1730051527287_0.12428161552111439","host":"s3://npm-registry-packages"}},"19.0.0-renovate-7d9678-m2rvztzw":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-7d9678-m2rvztzw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-7d9678-m2rvztzw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a86d9ffa0e16b99def10922ca4e07efb7ec0bc2a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-7d9678-m2rvztzw.tgz","fileCount":907,"integrity":"sha512-nTdcgb36foinDlUKs71vY4/JwYBWkbfdN3hQ5aFSjkqay8PMhevw9r7IHSUwn4ZUylAmvWQQQTTIFmIqfH9B9w==","signatures":[{"sig":"MEUCIGhwuHSEzmPUCw3wGdTCg6JWlf9YE4NRPAFxdZpT1rK4AiEA+iPwsA+GC1sbebUS3+sR3rsG8kGLryYxkcHty9ZOtXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7d96786b4fa3837a93c0ef8c0fddf62041d517ff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-7d9678-m2rvztzw_1730051535489_0.7432114866273349","host":"s3://npm-registry-packages"}},"19.0.0-renovate-ec9058-m2rvzwb5":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ec9058-m2rvzwb5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-ec9058-m2rvzwb5","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"edf11114e9cdeef6b743b7594184b6763ad15f0a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ec9058-m2rvzwb5.tgz","fileCount":907,"integrity":"sha512-JPPgEWLYTOyIIeu6KFw8FRPKXULC6pOrab+umACE5YJ7x7slcnJBkFwfmCxU7s0aqnsIyk+Hq5QIM9gvNgXa2A==","signatures":[{"sig":"MEQCIF84610q4ebMkbOqmm/Xe7v0Z/guUnThdurazFiYoangAiAva9WoJXMD4C///jnRRpvBTtamn8sBSsUvRiguJoGatA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec90582457425c73b804368390e62d096b81fe99","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ec9058-m2rvzwb5_1730051538757_0.8907030653555392","host":"s3://npm-registry-packages"}},"19.0.0-renovate-47422b-m2rw0dl7":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-47422b-m2rw0dl7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-47422b-m2rw0dl7","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"160d5c9eaa38b79b19563b4c169c9e5769ff3398","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-47422b-m2rw0dl7.tgz","fileCount":907,"integrity":"sha512-tyY8aMw2t5pXBKUtngHszpP4oJIeXIR4RAlm56QE75V5YXCnJ5lGXya+CFQuBR1X0F/+TvY+5viWG1KIv/CS0w==","signatures":[{"sig":"MEUCICqGoNUnMQdDjmaTPCL8+OhAXtxfxgzEOUPKErEvC6rzAiEAmIjF+R3hheffnUo5h9kBkWhfoSWPBBPJdlC8TeQGCiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"47422b7c49b1b91363c93b5b371d10140e8486eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-47422b-m2rw0dl7_1730051561587_0.1542093000255118","host":"s3://npm-registry-packages"}},"19.0.0-renovate-d466e7-m2rw256w":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-d466e7-m2rw256w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-d466e7-m2rw256w","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"93376a6ca7cf09328cdd54bb1b61103a476abffc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-d466e7-m2rw256w.tgz","fileCount":907,"integrity":"sha512-uRKTYrrP5oxZaIG1v7ZDlyrORvofRUIwwTcsF9oidVHvFr626i6HmCck31Hg1y2YGPDH9ooFBHNBq2R/rbrsMQ==","signatures":[{"sig":"MEUCIQDUxn0JpgNY7Wi/kAIMcdOdDwLZCoyNg7iuw68MtPpqzQIgHAeEPt3fNoRMKdm7tHLI1uU+GXRTFIzfmB+osYF1f/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d466e7eec36d3bfbc313c6efb7d99ffe7191fb01","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-d466e7-m2rw256w_1730051643222_0.45586352782988904","host":"s3://npm-registry-packages"}},"19.0.0-renovate-9cfb56-m2rw4w02":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-9cfb56-m2rw4w02","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-9cfb56-m2rw4w02","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f9e051f8c79f40353a26e49dfa10534b6bca8bb8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-9cfb56-m2rw4w02.tgz","fileCount":907,"integrity":"sha512-Oue+UBoPeZhZ+jN3/rMJQyEjc7B3rmdSG+Fqcxf+T/VfPlGAl6G0M3HKpg/b99/KzJlr8tXiv+Qg9QNQ/VvYgA==","signatures":[{"sig":"MEQCICU5h065+NpkpTHpKFC1zCLkCPCod6t8HExFjDzD22KeAiBhXNGAaGut9R7VrIEEh6irOs0t/uOau/rfU5xSVFfyAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9cfb566db7739783d87731bf458de62925b0c9ab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-9cfb56-m2rw4w02_1730051771324_0.048174418677887854","host":"s3://npm-registry-packages"}},"19.0.0-develop-5af061-m2ryzrag":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5af061-m2ryzrag","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-5af061-m2ryzrag","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6a6ced9be039d2be3dcec8d3cfed316f74600385","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5af061-m2ryzrag.tgz","fileCount":907,"integrity":"sha512-iSKNWzQZf0UwXcFE2GqSInZ2Jhs1z1AqwxF0cUGkTOZNzFF61KvJFlilu6oJltzUiNVQ+EJbJkUVTWZOCjQ4Qw==","signatures":[{"sig":"MEQCIEPtxeEyDNJXk007gDjw6sfmHBVp4X8Ref/ZL60iDv90AiA+Ykf57ZODvKEc0LXewHysDxvbP+G4aNqyCFMm9l/+Aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5af061ac689818510e466ce24035dc65b7e42810","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5af061-m2ryzrag_1730056571435_0.3150662304505387","host":"s3://npm-registry-packages"}},"19.0.0-renovate-c0e2f6-m2rz1jpk":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c0e2f6-m2rz1jpk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c0e2f6-m2rz1jpk","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a8a905423874bbd3a2aed05a78ebf4f256ab2be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c0e2f6-m2rz1jpk.tgz","fileCount":907,"integrity":"sha512-Cvt9Uwtep9tDxpZ4zn9E4MgKJWyXxw/a7ifKeNjz8x1w0z7nEGmSpqQWGqVmZsOxgvrcD65SIeJ+ChhTgPQdQg==","signatures":[{"sig":"MEYCIQCRJD1GwI87McZMl/pFJpTmS94eOoyM6L3TRtLwaPHULQIhAMMdqwsrkQtnW/EtIW8MutgnKygpe7SNfEH5zO/SYZGS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c0e2f673577541321be7cc21a9dd6364064e0c9a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c0e2f6-m2rz1jpk_1730056654593_0.686044489478115","host":"s3://npm-registry-packages"}},"19.0.0-renovate-5d8c3d-m2rz1qsn":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5d8c3d-m2rz1qsn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-5d8c3d-m2rz1qsn","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d3d3c10977cfd1aa6cec40439c5d677ea78cddb0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5d8c3d-m2rz1qsn.tgz","fileCount":907,"integrity":"sha512-wBp0aQzGhaPrXeDfBa475bn2apv2z23J3/Wy2B+fgvggoOfVpfM0JFQ6eamyFvXtnCMneaZtmJRexZbAkaAxgw==","signatures":[{"sig":"MEYCIQClMn3oeczUCiQo3uppPts4W9dvmY2eXjNKYvwLRCkS3QIhALO2h3v4aKogeRLVHVW0qWScP9/zmOnOuPxSryKDexSS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d8c3d167438f4924b539054aa86fdb2af48f065","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5d8c3d-m2rz1qsn_1730056663626_0.38781851931419076","host":"s3://npm-registry-packages"}},"19.0.0-renovate-50070c-m2rz1tfw":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-50070c-m2rz1tfw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-50070c-m2rz1tfw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7d13e2d9b31077947b630141f749b616cc693f73","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-50070c-m2rz1tfw.tgz","fileCount":907,"integrity":"sha512-NHW0GYvz4sMKhNOICu2G+Uo/i8/c6nGANFrNxdisNX0oOZKfaaq7injZteD5OLmkUWh77QObSujvsNXFfs5iJQ==","signatures":[{"sig":"MEUCIQCbhmSiopIswo4sww0VDHSqQG2qGpKXyyARU9Fcgxz4QQIgULRc3fFHyh21qFI1/Cojl18t32s+sGpwnzZPdkprw74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"50070c902f9a4b9ce1846022dc09f93caafdda8d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-50070c-m2rz1tfw_1730056667742_0.7758026356045862","host":"s3://npm-registry-packages"}},"19.0.0-renovate-4ee6f4-m2rz3qlv":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4ee6f4-m2rz3qlv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-4ee6f4-m2rz3qlv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"742c9bffb97123b8d8e7e67e32c25137e4642ccb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4ee6f4-m2rz3qlv.tgz","fileCount":907,"integrity":"sha512-0l6T5Gz5oGs8M/tO13HMdtjRCSImIWqS+JEk6kquCFQL5UAOAiTZUeyXtSVnyQZGrjMameup58Rkj1a3ErYoAQ==","signatures":[{"sig":"MEUCIB6BCWfRGRYC9XMvuC+x2Q6jg8hsb8hLX6QIqVoat6qRAiEA40lMIh6cUpdBGKzg2J/M7U7Zt9jbELjN8elzwdwcCPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ee6f4b4e6801ad82b903c89e8330604e2a278c5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4ee6f4-m2rz3qlv_1730056756749_0.7226423964779947","host":"s3://npm-registry-packages"}},"19.0.0-renovate-d908c6-m2rz8h38":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-d908c6-m2rz8h38","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-d908c6-m2rz8h38","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8462092f1c620f5edfce5b1f16de8bff00d98e9d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-d908c6-m2rz8h38.tgz","fileCount":907,"integrity":"sha512-PjYNyBV+MuiHFTrbXLr52NmVRPh72Oro8zRlrdd2ix7dp+gy5T1khhUb4V4Ejc8abGYKUDw/cjEFs6OItdbTUQ==","signatures":[{"sig":"MEQCIC0kh0Y5IcCCMrdUwc3C6VA68yPjrIfc5IR4g+Bms6JjAiA7a2xaeEzBja3B7nksj6/iDLmMWwpkMrHtmRMCVcFHFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d908c6ce61e2a120c8f08fdc9db38f8bbfa72ce4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-d908c6-m2rz8h38_1730056977183_0.616923891473107","host":"s3://npm-registry-packages"}},"19.0.0-develop-f3c8c5-m2s0kjd7":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f3c8c5-m2s0kjd7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-f3c8c5-m2s0kjd7","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6df780fd3bd6e472dffbf198e43c2ebcb0ac9b84","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f3c8c5-m2s0kjd7.tgz","fileCount":907,"integrity":"sha512-bd/WYVbA5veN1wSZsabmeTu2kCaZXa7YDzTbwCTCdqnOu1sgEV4qvPbk3GrV2D0y7AkMypebLmCJnn9rm+Giyw==","signatures":[{"sig":"MEQCIF/XAVEP5rNooA1v+8oHjmhh+ruO4fotZrAbuCWlQ+hqAiBueMlsvVmdjS989DzyfpoxTkwNOdQAlrau8BsahHK2uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f3c8c5a2e750e025820bdda80219f2b1381ff8d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f3c8c5-m2s0kjd7_1730059220910_0.6891481285597669","host":"s3://npm-registry-packages"}},"19.0.0-renovate-45fab5-m2s0logz":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-45fab5-m2s0logz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-45fab5-m2s0logz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"716585403cc577bb5362cb15a732bccb56fb224e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-45fab5-m2s0logz.tgz","fileCount":907,"integrity":"sha512-h4vn7MHKCVk096W7cU4XGIUzGowfv8i6S6lpHQ/8f9Ag4hRbIeSg33JUFtVNQi5oHeSVH6mSM7HNXdDYPS5Zgw==","signatures":[{"sig":"MEQCIBWteyeRrYaybkSL8HA4M5tMMDBAQiiZY1IzlLr7m1I6AiBDe0XD47cGost8tnkWr9Wp01Wnnnv73NsIcfUxxqMxcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"45fab5cebd90784555ce5bc84f43c9bfc8cdd5dc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-45fab5-m2s0logz_1730059274179_0.7159770549012505","host":"s3://npm-registry-packages"}},"19.0.0-renovate-6f89e7-m2s0n07w":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-6f89e7-m2s0n07w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-6f89e7-m2s0n07w","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e726c3353c722d05073a60e8ffb6868d572b261b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-6f89e7-m2s0n07w.tgz","fileCount":907,"integrity":"sha512-80L8AS5Ua/oxRH2c3vwDJLMlq1dYOiGg2KAovKtScJKzi0H7IMcNK1mVjM6gLxHulZt2sA2E86m80DX06nfahQ==","signatures":[{"sig":"MEUCIQClIWUAse8kfi27qyApZxS0VFciGxnD2lXaBBk5b+jD1AIgXXxFt4mLbNBA8f5HRNd1irmJ/atcY8y3Tn0ZPo6aQPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6f89e77f6c082e18bd60c569c7763c5402dac495","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-6f89e7-m2s0n07w_1730059335486_0.7565771392983849","host":"s3://npm-registry-packages"}},"19.0.0-renovate-b851a8-m2s0ns0u":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-b851a8-m2s0ns0u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-b851a8-m2s0ns0u","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"221e6ca5cb87541cab3f193ce0053ab66ba03954","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-b851a8-m2s0ns0u.tgz","fileCount":907,"integrity":"sha512-lGGoTYUZOgRkNWgjIvkqj5HehJ9lrE9wxFP1Sxlrhg/rcRe7ynvyO1V4OTRpdGa1zo8mAln/RfReFx82sBq9Fg==","signatures":[{"sig":"MEQCIFKMxjyQmmSEjIHw1ZZ7FffhyGalTtKIR2Utu6tbkLT/AiBbMN69AzjOLG0ypVMgc7S8sCA2dwdY1i6RAUIbBmCkMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b851a8995cf49904fd5b726b7e9f47886a5674ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-b851a8-m2s0ns0u_1730059371228_0.44273484514575223","host":"s3://npm-registry-packages"}},"19.0.0-renovate-353d6c-m2s0osu0":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-353d6c-m2s0osu0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-353d6c-m2s0osu0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3351e527fd25191fd7b6397e95a64e01ac6c5dde","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-353d6c-m2s0osu0.tgz","fileCount":907,"integrity":"sha512-fd/v8oSW0Yufdy7zFx4n72sNOF1Di9eK8JBL6AN+Ysjys8k/pw9jgZpVW70YEQCUDsaVaang0LGlo7p2ZwF8kw==","signatures":[{"sig":"MEUCIQD+BHBo854wYdnLR/5uqrZybu0fRNPFaNnwLQmIO+cSaQIgRB9juTcfRUFQ07dcv7VhC2sClNe1ITw9vecxfbAHJ38=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"353d6ca5c8138a18fd1dc083e5d83ab539e55d40","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-353d6c-m2s0osu0_1730059422195_0.5439268732626967","host":"s3://npm-registry-packages"}},"19.0.0-develop-91aeb5-m2s3hp94":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-91aeb5-m2s3hp94","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-91aeb5-m2s3hp94","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"653780c2d3898bb5ee4415b2547fc52997d4c79c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-91aeb5-m2s3hp94.tgz","fileCount":907,"integrity":"sha512-gY6bovKI/GHhrIYsy+lIUZHeaS34sEBLwVnukKu6B2IMFJcLJKC/Pkjd7hc9+fRR0cFTI+k5UYmEBwhk5keGdA==","signatures":[{"sig":"MEUCIQDNR/hlYhSBOeiw4j+8g2ltwBY1aim0O4RWFmL1LlSapQIgSKUcwF1GpPNvaU4C1jDEQYCA+ZwK3kbOiYxQ1jNmXXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"91aeb53a79f952814850acdfa804edeca1eb4622","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-91aeb5-m2s3hp94_1730064127597_0.00010875653425013176","host":"s3://npm-registry-packages"}},"19.0.0-renovate-16595d-m2s3i4tf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-16595d-m2s3i4tf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-16595d-m2s3i4tf","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0240d82657043ec80244619a86b27b91d299fc8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-16595d-m2s3i4tf.tgz","fileCount":907,"integrity":"sha512-5iI54KA+TTFlq7MfC09+c9ai1iFMPSHq/UW5VA4fBvkWd38oMoBiRR8eYUXvYHIqoXk+TAB6y3pgULfnE+Zluw==","signatures":[{"sig":"MEUCIQCJ3VIUxcmqs3SMlux/RCwJR1AW+BKksYC5I3wWVh9UzgIgTViYw8b3zvoW9ViZpdr+XVsgx8ynO3eMpKPHCkGxAVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"16595de2a47a0ad3c4bc07f2566ce18d8e8785ea","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-16595d-m2s3i4tf_1730064146785_0.5292542683228791","host":"s3://npm-registry-packages"}},"19.0.0-renovate-90bf5a-m2s3is8y":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-90bf5a-m2s3is8y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-90bf5a-m2s3is8y","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b858019e659684c04b8f3c3d6a58e536af875462","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-90bf5a-m2s3is8y.tgz","fileCount":907,"integrity":"sha512-eKn7MsZx0eW6uWEQq485/T8AhyyBCl3442cf61O095wG8/SV/YgTQQykiVBiOTrjLDwWYRQbqoZvIwNv0KGy6g==","signatures":[{"sig":"MEUCIDA3fj6n3+jDXPDqAsEU0K81G27hcODXogkDDDc5xW9NAiEAvMKvP8F7vTnQhJqTthMSrCncUmQ6SCbQOON3P7tt6b8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90bf5a25d38b925360b1e8aab6f53d14c9b0c2b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-90bf5a-m2s3is8y_1730064176760_0.7942332908930319","host":"s3://npm-registry-packages"}},"19.0.0-renovate-52becf-m2s3ixxi":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-52becf-m2s3ixxi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-52becf-m2s3ixxi","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f7576e5fa018f9d5f02ca5f2f17af074684e0b67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-52becf-m2s3ixxi.tgz","fileCount":907,"integrity":"sha512-R1KYrIHGiK6136sT14b73Se8kOLrcqnAK2MnpQGPWphQ+P5FugzkwNhp2aXxjGk+7BXXjkHaFXZ9lLE49ULjVQ==","signatures":[{"sig":"MEUCIQCbJL6GjPPoUdQXhqeAmTeabj0xxTi9tBQMbmqBsM6ZUAIgNuZWUop+QgbylPq5fHI6WIDPRFYJ6gSY/i72NIgQp7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"52becff2e8129020d720cd2f7dd30671a4029ef2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-52becf-m2s3ixxi_1730064184572_0.34925204514035424","host":"s3://npm-registry-packages"}},"19.0.0-renovate-cdae91-m2s3j19n":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-cdae91-m2s3j19n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-cdae91-m2s3j19n","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"06b94cafa4f4a3a7266469bcade7bd0b8b7e1499","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-cdae91-m2s3j19n.tgz","fileCount":907,"integrity":"sha512-wGrlCqZ15r0wfYD/JpgVIQJ3Os3fs0/ju25pdSm59L6TP/1Vs60QIzis171obfJ0NYYip/5dlOYfKw+3riE1JQ==","signatures":[{"sig":"MEYCIQDqpce8UM49KPf2BTWUCTtMF+5chenjyQ7nmmt7cQ18NAIhAPW0Z0IN2THAUGkqFcwum85iH2Rq7XFAPV6AldGBkZxk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cdae912e28dcf137b9582c396775f5ad1a6fedbb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-cdae91-m2s3j19n_1730064188896_0.9733823499929333","host":"s3://npm-registry-packages"}},"19.0.0-develop-aaf0c8-m2s54ck1":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-aaf0c8-m2s54ck1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-aaf0c8-m2s54ck1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc048eafe4c3ebfda6516506d9b1df60ce21aaad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-aaf0c8-m2s54ck1.tgz","fileCount":907,"integrity":"sha512-rjPq5RfWcDeDcaAzEMNG5qAzhRq0NhmZIjkn9o8jTnuIqoLAmegLWesRnabMEUMfeSfx/rx5/f0rgsyvot4nHg==","signatures":[{"sig":"MEQCIHrdVefhwv1X9P7VXyvYpqqiQE5N3/q211H+1BxzcXJ3AiBmjtXc4fuLj8Drt7CQ62Yu0pR8B/Trz/puPJOpn79x2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aaf0c899ffd6285353237558bc3d264f538238c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-aaf0c8-m2s54ck1_1730066862901_0.05417956666429169","host":"s3://npm-registry-packages"}},"19.0.0-renovate-89e248-m2s56czc":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-89e248-m2s56czc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-89e248-m2s56czc","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2a19aad3ec079639c904bd75cb9b5a4ace50e213","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-89e248-m2s56czc.tgz","fileCount":907,"integrity":"sha512-QZJKg2fe8yflspMQgDv0sH5IZLMoX59s5Zqez1/ZdHNONO2YA5LMf1FlU/Nb0jX5ENihxO5SQknQdAEeElWDXQ==","signatures":[{"sig":"MEQCIBiB5tq4CG1T0Ythm1IgUgfWoagYz0kVvjJrfcEQL6EEAiAQRrKlrMxD3MUbU5hVhrCYwzh/rB16gTSu+D3yccYTNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070559},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89e248db9508131ac33e5b8e108fa3d95d7b39da","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-89e248-m2s56czc_1730066956782_0.8199246829919447","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-2ad640-m2spcltr":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-2ad640-m2spcltr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-2ad640-m2spcltr","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65f0c9dc929f20202c11bb81a3a62ea76a317bb1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-2ad640-m2spcltr.tgz","fileCount":862,"integrity":"sha512-den15/THOtfD8yg5DPxLX3e84aoRiKVlmtbWcr9vX80omfFNWr6Vi+fmHrkfbphdqx+O7BVZvR3RSvzRrRMfRg==","signatures":[{"sig":"MEUCIGJR9HQJ/YEMZ+t76Muzlzg65HjXXA0/5m2TtaeWCxZZAiEA/RIj8Cuj7JE3UdV5NKKHOHZ8VdjGyF6jps1TQz9ZPSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3791171},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2ad6405e69db3bfb68a57461eff34ddefef675bd","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node --expose-gc ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-2ad640-m2spcltr_1730100840364_0.35347708588906546","host":"s3://npm-registry-packages"}},"19.0.0-develop-76e819-m2sr795a":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-76e819-m2sr795a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-76e819-m2sr795a","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aef055a84eaf6c5680c2fd414b500b57236b2519","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-76e819-m2sr795a.tgz","fileCount":907,"integrity":"sha512-UEZIVB/GBnj/ofoEp8RRQNgk+9BRSpOdwilFgdopirwtoV79TTxXU1UkJz6qFp/BpJrUKd7RfoyIZt/ubtFLLA==","signatures":[{"sig":"MEUCIQC+s6/tMRU+hg+5d8wcoPGp08fA7mRYG+khAWhKyW5eTwIgGSkaHX2lqiLa6J98R2su5P3OCMAfSDSQ0TkhVAZbzEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4070558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76e8190e693c7bd816c0ada1e6b535262bd2084f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-76e819-m2sr795a_1730103950185_0.09648562736117405","host":"s3://npm-registry-packages"}},"19.0.0-feature-6c5964-m2sskxly":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6c5964-m2sskxly","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-6c5964-m2sskxly","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e95e59231c34fa7d945b1f1ad680d94d21f2b669","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6c5964-m2sskxly.tgz","fileCount":910,"integrity":"sha512-Rl4o7pH6wxhzk3h43ORWLZOEkpIu5EJo0dW22JNUlY7ODihI691gP20jPUCIFQ2BuBt2zzjKELJq7WYxbfP1uQ==","signatures":[{"sig":"MEUCIQDaTeB2XSwQGQVQ+/IIc06C177ZEl64WLJRfYUFsTx95wIgbppnq78VNC4hUp4sMrMvaGRMopY9b7De+VfdODJF84k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6c596402c03ae78ac6af1ddf2edabbd2a2333bd6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6c5964-m2sskxly_1730106268186_0.026189914997927888","host":"s3://npm-registry-packages"}},"19.0.0-develop-3702e9-m2t46516":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-3702e9-m2t46516","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-3702e9-m2t46516","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc95bfecfba16615e57f62914dc86cabaddf4d99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-3702e9-m2t46516.tgz","fileCount":910,"integrity":"sha512-HzlV6kgtQW/ONlV+2TZd5n+dBsUETSCR4esMooM+llYX9wgUr+lh9ELY0ajgb45DLT1/XYiFmr5aq1f79YAu7w==","signatures":[{"sig":"MEUCIQCsXuTX9xjvkPkdKqrwGHlN94rRj+Tv7EjMdKvn+b/FrAIgLEJmKQywn8ggYCqK+26QEaBJEi75OpKPPKKG9Ep2yY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3702e9bb62db5832d959e3b5f93106af96fe0864","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-3702e9-m2t46516_1730125735749_0.44712747964108335","host":"s3://npm-registry-packages"}},"18.0.1-feature-3cdc5b-m2t9gnbz":{"name":"@5minds/processcube_engine","version":"18.0.1-feature-3cdc5b-m2t9gnbz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-feature-3cdc5b-m2t9gnbz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f09140cfc6531aa5ca45a245a6cfb338104b7363","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-feature-3cdc5b-m2t9gnbz.tgz","fileCount":910,"integrity":"sha512-ukkw+17CsT2rlb3r7eC+kFjGfeX+0zyE6DhJUD7UBv4hTTbA4syFds7sBu5ePRfZG65k+edIqjeYrTYzr14CMQ==","signatures":[{"sig":"MEYCIQDYmuo44IiV/iXS4ixluha2/QxPn5u95sKic+5tnetHvAIhAPkdUyMqTVLq+X5E1ik1ASnv7ez3MQJyuJWnw5lsK8Gj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4039288},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3cdc5b5d4ebbbf5ef9c11b9840a87a34ea81bb6f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-9f6566-m2t5whnc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-feature-3cdc5b-m2t9gnbz_1730134623625_0.6951892897957157","host":"s3://npm-registry-packages"}},"18.0.1-feature-fc96a7-m2t9t5ks":{"name":"@5minds/processcube_engine","version":"18.0.1-feature-fc96a7-m2t9t5ks","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-feature-fc96a7-m2t9t5ks","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73ae22a882231e73a7b9e5be7d9563f462cb3cee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-feature-fc96a7-m2t9t5ks.tgz","fileCount":910,"integrity":"sha512-57As3OhDE89J4aS5xFKeOrCgJDIeQcsc4T0lWSWErPgI6zJLZzNnaZJp7Nc5rzxIPU+4YgOn/ZsGFK5ZqMRC1g==","signatures":[{"sig":"MEQCIGiNS84QUBzla4xefYnZTAjsakZFdBt77+I6bZh1DMKnAiBRYJobbILV440B2vgXAk+y6zVA8du56b7zFH95S2NprA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4039430},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fc96a72237d68e3ba0690ce9a6a3b5f857feedd3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-9f6566-m2t5whnc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-feature-fc96a7-m2t9t5ks_1730135206527_0.3257486370471865","host":"s3://npm-registry-packages"}},"19.0.0-renovate-107283-m2tdumqa":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-107283-m2tdumqa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-107283-m2tdumqa","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5da896af97c57fa32d972d114f972e5f3e5cd24e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-107283-m2tdumqa.tgz","fileCount":910,"integrity":"sha512-1Vl2Jhmh6bQkg80Ss2FHE/8zwlvMKXcvyO5AS/N1VZ6grd86DAB+BKj9h10ti978hcuaea2sAS6glzNfcbYiVw==","signatures":[{"sig":"MEUCIG9FShBMPRthJcsbFv5CkMOSTOAjDTJmBbj9PUuZrTjAAiEA0SRaUy6vk7D3X1I0oHH5YjpEvQi+VjX+LdfUpxbauwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074920},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"107283e44eb673b6286e5ae714c25cc52523d938","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-107283-m2tdumqa_1730141994848_0.29502964755317485","host":"s3://npm-registry-packages"}},"19.0.0-develop-60d700-m2tf7ca9":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-60d700-m2tf7ca9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-60d700-m2tf7ca9","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9115cfc7ca05b0fcb4049b6ddb52e8d4b9d18513","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-60d700-m2tf7ca9.tgz","fileCount":910,"integrity":"sha512-0X91D1IOMdcfjjnFXCq7BwCk+f8aVeDH4CRVHXBWtPhehSaQB9V/Lw+FswzV74/F8t7VRoVzqyuzsSHWn9fe4Q==","signatures":[{"sig":"MEYCIQCbgyzr96bnGUQv9uDD1qk4jIeWGMPK+v+BMtVL0h8x1AIhAPSz4+Z6ZcbDZ5JJK/GvZjWBsWlVTF//k8sz1rKguZxj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"60d70031048e5a38f5c4bad779b244668a0d99f3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-60d700-m2tf7ca9_1730144265123_0.563721307103294","host":"s3://npm-registry-packages"}},"19.0.0-feature-f8634a-m2udrpbj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f8634a-m2udrpbj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-f8634a-m2udrpbj","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"838190381dd1fa2ce6698c272f4fe7f469eba355","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f8634a-m2udrpbj.tgz","fileCount":910,"integrity":"sha512-eQ5I/4670/7s9T9HRdi8Ioj2nIbfgdQpqnCHMvzb/i7qdvb+9QnYp80t/Wya4mzOmrm3E+1DHTuTnRPItR9INw==","signatures":[{"sig":"MEQCIDudfnDn3Cyzyb8kqyuHU6XyxyxNJ6ppL62hDYbJiyAoAiBnBnjdkDH4NlN4NJau8WmZMgGlmUVQrb4GF1tXrLx1zQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4073017},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f8634ae9963535925d362a095061ea7efc5c4cec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f8634a-m2udrpbj_1730202322357_0.6890116371870367","host":"s3://npm-registry-packages"}},"18.0.1-feature-ec2b39-m2umdw2q":{"name":"@5minds/processcube_engine","version":"18.0.1-feature-ec2b39-m2umdw2q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-feature-ec2b39-m2umdw2q","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3700ca98d36612aa656a6a0882b91b3120c78a65","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-feature-ec2b39-m2umdw2q.tgz","fileCount":910,"integrity":"sha512-xVOAxPAN4MMemi88ygCZNwvxDTQpevPwladycxnOgn/ry24qxb2tysg/REQ/2hSSqB1Rbvd+OQlIPx/kPAAWLQ==","signatures":[{"sig":"MEYCIQD3BCMyyLtIzqMKdYCRutlRRdzJmHzyNfM1/nBZcCViKAIhAL7bn/bOIr5J+SIU/cRDNe4Hg8md+pTxD7UDwQv5xgQ0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4039430},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec2b39c8eab4e33db63792fd367ac035bb3cabfd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-9f6566-m2t5whnc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-feature-ec2b39-m2umdw2q_1730216796824_0.9666370652663874","host":"s3://npm-registry-packages"}},"18.0.1-feature-aa1959-m2up93e1":{"name":"@5minds/processcube_engine","version":"18.0.1-feature-aa1959-m2up93e1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.0.1-feature-aa1959-m2up93e1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"83a7a7429494bc9bd5589ca4ca6803adb8707cee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.0.1-feature-aa1959-m2up93e1.tgz","fileCount":910,"integrity":"sha512-bCvbIlcQC/PY3F4TBS7kaqkGBo3h1NCSIEJIORvpYpKK1ZHHwb8+0x7DJfHEq04OlQrBPRWsxrlVe1VqN16UyA==","signatures":[{"sig":"MEUCIQCGC6OIqoTSjSNeHo6CGFqNKUhvue9GQsAyfbhECggsvwIgBgNvNdbf3lZSiNSE8KSJUTLt/zhyFc78t0dErH63VvE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4039430},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aa1959b543b3ee0bc04475a4e80b7ae20a8d19b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0-feature-8754d5-m2t62ld5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.0.1-feature-aa1959-m2up93e1_1730221611717_0.2775331575779305","host":"s3://npm-registry-packages"}},"19.0.0-renovate-2113d3-m2upxgfo":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-2113d3-m2upxgfo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-2113d3-m2upxgfo","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"52907c450a530aadd9c3e8504702ededc9f7be8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-2113d3-m2upxgfo.tgz","fileCount":910,"integrity":"sha512-E2yvDN48yCswIWa1EsDNeQPTnOYAS+jy1Vxvc3Akghwu1h3Jn6RLmlfvGKenSGH0ZXrWF9CvBwhWrM2FFDMw0g==","signatures":[{"sig":"MEQCIDDDhPskPGosdjqoRi6wZK4VQaGUc0IZxYUh2d9GajQ1AiBM1uo7Nl5i0osphE/ooloE2tCfNLSH68F5SA5iI7Mscw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074920},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2113d385796bd69567fd44b7fcf3ab089b2f45e2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-2113d3-m2upxgfo_1730222746661_0.1643808834033884","host":"s3://npm-registry-packages"}},"19.0.0-renovate-4f4698-m2upyu9i":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4f4698-m2upyu9i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-4f4698-m2upyu9i","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ebf00845efbcd8b43214209c45b104b53e2874ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4f4698-m2upyu9i.tgz","fileCount":910,"integrity":"sha512-KUk+wUIIZwKK1Yy3l/QKhaoUu6iwNFlFSXDSfLrAIQgE2vOaupnHVl7tXAO5pyi/aBYmUsR+gumOJkjDcQhvdQ==","signatures":[{"sig":"MEQCIHlgY8nbqLhnZC6g4WTE7hfzEARURCZ9cUD7AF7emPkRAiB+GdXtvV/4wYGmPp6Q+MZ5GmzeDRGw1wBhG8KsNS3eRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074920},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4f4698495dfadfb26124528b98dc0d938041458a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4f4698-m2upyu9i_1730222812004_0.7546111893876619","host":"s3://npm-registry-packages"}},"18.1.0-feature-34aa23-m2uqof3q":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-34aa23-m2uqof3q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-34aa23-m2uqof3q","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"20d06d76774c45273505aabb95115b79fcafdfe2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-34aa23-m2uqof3q.tgz","fileCount":910,"integrity":"sha512-w7jTIxMrLAvoTHguOQgU82VlOrB5rTntIGJz6ZsTxLrjDzLpVw8rOzsnzE0KJ2r7bIOBwPCiOGZba+EgtbPpTA==","signatures":[{"sig":"MEUCIF9igUuZZdwr4EYFNjbModTKy/ysErk+8Cx8KCgVr+C6AiEA410NJoS4mjbNoY0FdC+whFnwGS019EO9h/5O8Hmflcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4039430},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34aa239ee0057b32facdb32855bbdb82cbcb508a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1-feature-c8b89c-m2up3867"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-34aa23-m2uqof3q_1730224004483_0.3752961730459681","host":"s3://npm-registry-packages"}},"19.0.0-develop-d35d57-m2urin40":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d35d57-m2urin40","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-d35d57-m2urin40","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b454fd28a3a92ba7e054ce2bc5d12a37302ba948","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d35d57-m2urin40.tgz","fileCount":910,"integrity":"sha512-gTJrFXHcBpQHenDSb7eLvHNQaqeWn3/Kyo2zLeb4Cknsv0uR98qI+7RBPg+Hg27v4nQRvGfNUN8P2ndXxSigTA==","signatures":[{"sig":"MEQCIEjluUnlsuV8ln6Q7AbfCSjBRm7GhYN8eEv/io5Z4bzRAiAGpCNU8oYY9b0xwQVdr3b17QC/4RuVeDp5PCpc70RJOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d35d575a0d327440191a45501147c87113e4dd60","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d35d57-m2urin40_1730225414631_0.6944006031212164","host":"s3://npm-registry-packages"}},"19.0.0-renovate-4db415-m2urjcxz":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4db415-m2urjcxz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-4db415-m2urjcxz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2dd61ab3805fb84c62308ddeedef0ba9e658d182","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4db415-m2urjcxz.tgz","fileCount":910,"integrity":"sha512-tB+ZuJMKRpgL5Y7onlasckS37JgVjTRQc0OTYLyQrz9Uc2gjeYF38OUX6OKXYpT6P7lXV2EqqEwwdqyhEn6z4Q==","signatures":[{"sig":"MEUCIQD6YYFyQC+ev7x/AjLGWkfCBcp3LabXymtWUo/g+0UpCwIgIeOf3AzkdKsJt5VSysLzSXFigQmWaczv9H+M/e7aN5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074920},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4db4153a4bc7afc3554f1fedf4af31b5959f5196","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4db415-m2urjcxz_1730225449086_0.29569228708465545","host":"s3://npm-registry-packages"}},"19.0.0-develop-ac94cf-m2usyc84":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ac94cf-m2usyc84","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-ac94cf-m2usyc84","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89445a09c70f62339e35269b42f6b1b843b85407","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ac94cf-m2usyc84.tgz","fileCount":910,"integrity":"sha512-qbJn3OS3tu9A1v7jJTTTHOh9O4vaxQ5kouP745dWtmhNRQxLi8nAHg8DXoWkJJugDBQKv+NELvJ2OAklGQIMZQ==","signatures":[{"sig":"MEUCIQCHvSWutWjPRR++WXI6/ExZq8A/4LjrH3RdPOKotj30gwIgOEW5wWHTTmo8d2r9brmPorm3i6x7Uz4PEnU9Gn8lFMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4074919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ac94cf2a5de55e0619c7738064103f269672c53d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^4.18.2","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","async-middleware":"^1.2.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ac94cf-m2usyc84_1730227827711_0.4358444037650193","host":"s3://npm-registry-packages"}},"19.0.0-feature-777379-m2ut3lco":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-777379-m2ut3lco","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-777379-m2ut3lco","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7f34d2b208a5c862dac8b707095aafacd4b53282","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-777379-m2ut3lco.tgz","fileCount":910,"integrity":"sha512-+Te4P258xz8at30FUsxbrwauToXdIXRBthFPC8an2XOiQAesjwMDPesZrF41p23zhS0pYATwhUJbsI8I4ZQl0g==","signatures":[{"sig":"MEQCIEc7ThAkijuZEQLdwPkjeR2jbrL2e7W/uUXCX9ft1oG9AiAN9lT7ek8NSJTbC3Fy1JblJ3uvvg6a6HDbGgcazV5i9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4073017},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"777379bce8ff133f70712837e19947e8571f21d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-777379-m2ut3lco_1730228070905_0.027004078487113947","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-fc83d1-m2vp78s4":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-fc83d1-m2vp78s4","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-fc83d1-m2vp78s4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"62645e0bd300a782fac921bc3083a91548058df0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-fc83d1-m2vp78s4.tgz","fileCount":862,"integrity":"sha512-N/xpn5M+uhmYyxyOCTYFKVQiULJyr69BrAKQGj2vHpwfOxZPUrk2i7PXLMsWAItvfy5nMGBKWcswUyV9f7RFYQ==","signatures":[{"sig":"MEQCIHb9AsHFcpMf//UmtvYwy3doKGlRtCYgBcoppHZz1r2/AiBiqrsqnf7aFdiJivB7hXF4IcemLdMgMTeitSJFcQuZCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3791750},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fc83d12c456bc7954300b916000c6291b2a2d994","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node --expose-gc ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"7.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"4.18.2","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.1","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"^9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","async-middleware":"^1.2.1","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-fc83d1-m2vp78s4_1730281991289_0.947012697385228","host":"s3://npm-registry-packages"}},"19.0.0-develop-b6e0fe-m2w125vd":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b6e0fe-m2w125vd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-b6e0fe-m2w125vd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35cf85a8c96ababbef5dc902bf1981081dbfb702","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b6e0fe-m2w125vd.tgz","fileCount":910,"integrity":"sha512-XcgF4Wt7emEjiNLE8eE8q4nAHFeYri87JRQs1AOxK+PhtlZQEtwbFdJGDEtE716h+Fn+ZON45jeiVdScz2STuQ==","signatures":[{"sig":"MEUCIQC3bdCEgK15p7TT7z+KmA6vvY6CTwSYIn4FEOUvkpa2NwIgGK65cPGSp0OdntND6VJxWMIY85S1vRW3vj5qnzcvN2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4073017},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b6e0fe07867c9485ea8c3731f66c3c8e3de29b0a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-5afe4c-m2lwt79r"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b6e0fe-m2w125vd_1730301907676_0.3073311428204386","host":"s3://npm-registry-packages"}},"18.1.0-release-c5300b-m2w19bti":{"name":"@5minds/processcube_engine","version":"18.1.0-release-c5300b-m2w19bti","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-release-c5300b-m2w19bti","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6dfdea14967f61ca87d2abf222165663ca150113","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-release-c5300b-m2w19bti.tgz","fileCount":910,"integrity":"sha512-Q4M/2v3R8BcMpqyo/4RXy8h9BuTaW2utxSIK7oBoO9Rj/bknoBNv4221SlTjMa6csZ1E7+cgC7Ks9JsrH9ktew==","signatures":[{"sig":"MEMCH30jRtMOGG6z7aVUf12TvOCs99RX/ZhKOawOSPc1vrICIHP+3rCtDJf/nzBIVXpNTF/futG5hZypXLJNOcKhPnt5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4028058},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5300b5b800a5f06dc6b09ef100578b662c6e8c6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-release-c5300b-m2w19bti_1730302242773_0.71502669690367","host":"s3://npm-registry-packages"}},"18.1.0-feature-ca56f4-m2w1lnp6":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-ca56f4-m2w1lnp6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-ca56f4-m2w1lnp6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a597ec3b6b62ab4a04a49795ce08504c0f6c6b33","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-ca56f4-m2w1lnp6.tgz","fileCount":910,"integrity":"sha512-IZ7QY3R0CfkUjVsHR8ixEBBEpHkhuJ5gBQd5BZrBXQ4nAfA2pAyPjhzpXUEC/JgKEPwxgyx5+xGSYQ6MDtw7Tw==","signatures":[{"sig":"MEUCIGEHu99YgSmc16cqPfoL+VXT/hRMqRYJCSIbJdm/HAoRAiEAkZ9HMQuoaud7Nh1QWLBbbvn8weZMJuCGXVw7d6YQ8MY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037504},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ca56f4bee9a049ef4f35642a4c331ebaa81b0258","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-ca56f4-m2w1lnp6_1730302818280_0.4163546295063265","host":"s3://npm-registry-packages"}},"18.1.0-release-1b8efa-m2w2haxv":{"name":"@5minds/processcube_engine","version":"18.1.0-release-1b8efa-m2w2haxv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-release-1b8efa-m2w2haxv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"77412f554f44052b0dabfe87fbb17878bec63376","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-release-1b8efa-m2w2haxv.tgz","fileCount":910,"integrity":"sha512-bLiDw2wzzXAYTumhW5CNvBcHc8ENG+R9n2V1EgbKlhsG30pSFtDBYLjvFu1MI0d/sdtmLIAde36UPFF8L58r4g==","signatures":[{"sig":"MEQCIAWOdC8DKZmHTDew80Ik4D1DViIU3JSQlzDoA6rr4xsAAiBKIIaN8SyLP8WBXTnbKKQauQWQ4k+P38pBOCwHKD7oZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4028058},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1b8efa8c7785ffddde895fb8361b0915f5480673","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-release-1b8efa-m2w2haxv_1730304295272_0.8069492968128007","host":"s3://npm-registry-packages"}},"16.1.1":{"name":"@5minds/processcube_engine","version":"16.1.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"38fa9d4632c075dec9f282ba53bf2d92edcfb77b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.1.tgz","fileCount":859,"integrity":"sha512-Mt9guSmr8MfXXO9AmXTwjl9CQroeZCE6PtyyUhgThVrZsl6a7R+iv2mU5L/YQKYRevReyVCf322VnhShOrdZuw==","signatures":[{"sig":"MEUCIBVOWJBAMx4ZVQ8LcHqssFn7JdhmxCaKoO237R6z4vs/AiEA3GlgWebzcDCsb0iKxEhnWy6jCrIdoSWTIULhlUe8em0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3660375},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f87532ffc0a13c8b51f80d624d984cc100013fe1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.1_1730365842538_0.8263523464862357","host":"s3://npm-registry-packages"}},"19.0.0-develop-341124-m2x3ojka":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-341124-m2x3ojka","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-341124-m2x3ojka","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6aa7cd46dc9e771fad881822bdf1f4862c0272d8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-341124-m2x3ojka.tgz","fileCount":910,"integrity":"sha512-2w6wysqwt3ld5dfbTMQzkgEBwCUoc1HElzqmydjvHUW/gAXBucIPWWXT2qeGvnw2ELvsl57G0np2mYlvnM9mcQ==","signatures":[{"sig":"MEQCIG/VlYYeQj0RRLs+g3YFNAlg1ZfYYarvjFNy93GKg+kbAiApXuR56UoA1we6oqWUUId7ruUwEjU6cbABqK9KNoKMrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4082463},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3411242d752b4c62872fcca5f0475f8da9b9a43f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-c4060b-m2w1a1ig"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-0cb084-m2lwwmnb","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-341124-m2x3ojka_1730366777306_0.8430468419186925","host":"s3://npm-registry-packages"}},"17.2.1":{"name":"@5minds/processcube_engine","version":"17.2.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cdff1d9f05a00e7ff0cf98b3f69415f4018a4f53","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.1.tgz","fileCount":898,"integrity":"sha512-1o1U+kDXg1Rf9ZYrrBNTTIJf/hpaN567i1yF4g62gb+p7Wk2ue8GEpdTsDrgiTps9qrF42AXEaVS5IZXcTDjpA==","signatures":[{"sig":"MEUCIQCIUrj9wYkCul0uzd+BTePdiGt/l5Qb+UETcgGQqj87PwIgeptocOR9C+faoSrLnhSiH+b7aX5I8uTV4V9XUE6RHJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3978772},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a91d15a52124e825cf57f4b8d54ecd758406a881","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.1_1730367588756_0.7426953579170283","host":"s3://npm-registry-packages"}},"18.1.0":{"name":"@5minds/processcube_engine","version":"18.1.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0709bc258395c2e8cd0e1bf071ed75356cf1fc9a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0.tgz","fileCount":910,"integrity":"sha512-Ne63X0tfFhBvBFYQZOYWcKozJ7QgEVlkfcMfQRmTRb476/T14D75ZUao/kXjCYloLhZXrPbZ3PNwVr6CFNzv4Q==","signatures":[{"sig":"MEUCIDn9bzOPrOzJaNtCcG1Y2XL8GNi+wt0TSFuVdgQBHxylAiEAnKc0F3pvH3DpgFXFn44cx2KJ0boWW2PoS2ajvSlIpfo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037480},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"455553e591c521baa2a79c19d7f124a8da2426b5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0_1730370516914_0.27622992378784916","host":"s3://npm-registry-packages"}},"19.0.0-alpha.1":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.1","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7051d928d8a180e81d748fe4fab2880f55ab4e91","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.1.tgz","fileCount":910,"integrity":"sha512-KHY9wkLEnadE+V+ed8VKzBeQ1/tFNVVKwnyVI5DT6MwsFeBn/CGs3eQ0GymIBlixgz0prp1IrNlEc5E+sR5XqQ==","signatures":[{"sig":"MEYCIQCSnziUvFC/Iatu8n/vacCctHaVVYlc+Q9jZeRfFEpfSwIhAMEj+oXWk74tHVCwrWGiPu4jHBG4Rq797a9CO0a0C7YB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4082415},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f578b042cad76d8c65ab8b8cd26a5ad344879e8c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.1_1730394064781_0.2892205411140907","host":"s3://npm-registry-packages"}},"19.0.0-develop-f578b0-m31r67gn":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f578b0-m31r67gn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-f578b0-m31r67gn","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6ad558d8a0b0e8644b27c313d35444fec17f8fad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f578b0-m31r67gn.tgz","fileCount":910,"integrity":"sha512-z0F1B6dRTuUtYUqSAvvJRB5HadGMQCHjjkady3HhduevAd2gidu+GN6XuU+x4MAOIx31ZXWETDOZgxD6ziJESQ==","signatures":[{"sig":"MEYCIQDHYyqWKtoKTnUAOIgGqp5fyCdctqmFA8UUMsEfIR/PuAIhAJG3WNaKGvIOF8Abusf4Qpj8vOtJtqt1moedfwJVsgk+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4082431},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f578b042cad76d8c65ab8b8cd26a5ad344879e8c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f578b0-m31r67gn_1730648097862_0.1109249165105799","host":"s3://npm-registry-packages"}},"19.0.0-develop-31d1d4-m31s4lst":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-31d1d4-m31s4lst","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-31d1d4-m31s4lst","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"df32def0700dfcc87011aa04cafc708c4f4ccdda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-31d1d4-m31s4lst.tgz","fileCount":910,"integrity":"sha512-Y1G4t2DUaO7lCPvX37qA/cXydQbwXDFLIKyS/vjO86UU0OArFKBvC8UiuMlPYT4lldh3C/DD8BRD/GvjW/v5iw==","signatures":[{"sig":"MEYCIQD0drL7KKcvCWb5r2201x3wQA+FBCcOJk5w86/IPVIGwAIhAL0KRrcA14KQrg5BUz07cPUIWk18Tds2LYK63xQP3phw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4082431},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"31d1d4f3a9e496bb28bce787aaea2019585d1898","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-31d1d4-m31s4lst_1730649701331_0.2568104778171467","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-212f66-m331ntgz":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-212f66-m331ntgz","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-212f66-m331ntgz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d4f9928a57214442a755c35dc6822987966bba3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-212f66-m331ntgz.tgz","fileCount":862,"integrity":"sha512-qL9UxVyOLlg1cshAaM92ITMFFH8PpnSoq3PadjsCr15pWhXjd/SER2BSRoXTPbaP0OsMP7XlzGCQ9BFNPlF5Sg==","signatures":[{"sig":"MEYCIQCciaeHPWbCA6OTwzESq1ENuKLCSprobm/WNksVydVTcwIhANV1mI9nooKoemYBIflZinrfM5aU45/C1VD5val9N/J/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3790360},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"212f665ea9c1d6999c852c73938ef833d558c3b3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node --expose-gc ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","express-queue":"^0.0.13","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-212f66-m331ntgz_1730726180267_0.6357354010691121","host":"s3://npm-registry-packages"}},"19.0.0-develop-b5c167-m33i1gew":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b5c167-m33i1gew","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-b5c167-m33i1gew","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e719d143738b9c26c503aca16da44b637cb0950a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b5c167-m33i1gew.tgz","fileCount":913,"integrity":"sha512-Mh1lbMja8OyJdFzYMoCBYK8GPhwmVPUkmCS7L6vyIUfVozcE6kWq8K9Kq72wjLYa92lU/WbupBfQ9Z8a1PpVkw==","signatures":[{"sig":"MEUCIGKNVoPd3W5PJKLdgi9cYBkfiCYo879BPgHFNFMvf8Q0AiEApCY0LtJbmCWAcMwbbLO5p4wgYLKU9CaGvNQ0IbVBhxo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098289},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5c1670e1b8a429c31574205138b4bf212d194dd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b5c167-m33i1gew_1730753691914_0.23460286401488606","host":"s3://npm-registry-packages"}},"19.0.0-renovate-009fa1-m347h5pp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-009fa1-m347h5pp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-009fa1-m347h5pp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bb4e510d804fa90037459692e55a16a528d50625","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-009fa1-m347h5pp.tgz","fileCount":913,"integrity":"sha512-fYME+CmZ9aoIIyDc3dy21WFCT/aVSTfqHIy6aqpaZ4YpM5tKNtVP88ponor6pl4ZhiYsc6XjW2KdGA2fzXMVQQ==","signatures":[{"sig":"MEUCIQCRM4zOSkzdhBWVlMy47j9kNF/MVbU8K5CcQ4dNfiBlPgIgd1eLFyO/G6E2PMtWXoidgjGAyEcnCaB/rPlNBQE6M0M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098290},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"009fa1120b2f0c1a25a9ce2d211a9713b0e4639c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-009fa1-m347h5pp_1730796415292_0.2963319478358486","host":"s3://npm-registry-packages"}},"19.0.0-develop-3a3509-m348wqu3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-3a3509-m348wqu3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-3a3509-m348wqu3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef93803a8d412f711cbd65a7c432466d3bafa525","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-3a3509-m348wqu3.tgz","fileCount":913,"integrity":"sha512-5mVb4SMyoJmJc7fuvgTFhwSpsZ0bW2Z+cC3nDMdACe17o95Hv8PFGjWlltF/lDYhIWIW/etGHHM25fCMwX5dtg==","signatures":[{"sig":"MEQCIB5W/NEHldmt7ePHIpsBEKAx784vKl0DWuo0dy3AYyiLAiASjraCYZLvMoWxE3mDzrTUPk3ck3Lg5SVTthhkoW2d8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098289},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3a3509ee9f49ba9c479732138ecf15ba9035e1e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-3a3509-m348wqu3_1730798821107_0.2545527645774992","host":"s3://npm-registry-packages"}},"16.2.0-hotfix-40c42e-m34ou6fr":{"name":"@5minds/processcube_engine","version":"16.2.0-hotfix-40c42e-m34ou6fr","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0-hotfix-40c42e-m34ou6fr","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"621df162b8d6ae48d9d258e10fe74395f0d1e74e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0-hotfix-40c42e-m34ou6fr.tgz","fileCount":862,"integrity":"sha512-zvSb84z3HKTytpQbSh2p1F/PU7PhHL6TqADePKhG9yL5c1vsiDbSOozphTWike3oHAuujheL2SsXYJ8mgwAb/w==","signatures":[{"sig":"MEUCIG/lzSqWYDOusK9P+hKZEGXothLaQz/d01n74D75nSwvAiEAwSm2nz2JSSXVaBqoLPE/ssBSTyFN5v2nk5OvAgmxQew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3790705},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"40c42e73f880e52bd0d16109e1bb775bef076727","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node --expose-gc ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","express-queue":"^0.0.13","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0-hotfix-40c42e-m34ou6fr_1730825574897_0.7804129293206084","host":"s3://npm-registry-packages"}},"19.0.0-renovate-11ae63-m35nyx3o":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-11ae63-m35nyx3o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-11ae63-m35nyx3o","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5701a5ba6b07b8d9bcd3724f7295a369f684150c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-11ae63-m35nyx3o.tgz","fileCount":913,"integrity":"sha512-5+9zhmWer5j4hjVnlh9A7gxvPFsxkwnGmx08nY5QIKejQggsvcQ24XuEQFzFAtVKD5I7p5vPctyxgjVGEEeuKQ==","signatures":[{"sig":"MEUCIDGDg+jyvl55quf5Z/TfRnvDGQhylhp+LAE13zJ6KgkKAiEA5IgC8uPNTgoxKP/1jbrBJgF4IS1nW7NeBK/Jk50H0Y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098289},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"11ae63a209cd62be41b5baf3819537629ac20c80","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-11ae63-m35nyx3o_1730884583006_0.8715496005463634","host":"s3://npm-registry-packages"}},"19.0.0-feature-0e969f-m35pq3g0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0e969f-m35pq3g0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0e969f-m35pq3g0","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"55a6b7c350f83f88d3dfea227364fb7e5bd5d768","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0e969f-m35pq3g0.tgz","fileCount":913,"integrity":"sha512-m3F1JMd4Pzubl1iqrP7+CdGbhBrem4xemCnMkUdZ+jl6qZk1TiiffFvn0WB6lzXnFFNJ8l97XDxI4YYUu77tog==","signatures":[{"sig":"MEQCIGn6ghrL7Uc6ARhaQvc+pbAGeS1Wv9eWfty7Y57wXNlWAiB2XzqJw4dIaEpni5Ra1mQOsJ8vpK01NWGID+pjmlX1LA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107855},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0e969fe26dcf79336b2a4666a3dd351af378fc29","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-023ccd-m35l6tvl","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0e969f-m35pq3g0_1730887531434_0.918684108715305","host":"s3://npm-registry-packages"}},"19.0.0-develop-c5829c-m35prxny":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c5829c-m35prxny","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-c5829c-m35prxny","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"44050c54e5823dd6f8f47c046b126e9bf7f81215","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c5829c-m35prxny.tgz","fileCount":913,"integrity":"sha512-2I+BxIHw3R9HieSZXtWo/WuoTGlhbLLhEBn5bzfGkkIa3xDY9AupAJV2r/2CHS3cfIUKy78D3Q13yzRhyNhu0w==","signatures":[{"sig":"MEUCIQCcaApZj2JoiEStIohduSXT7mxwkWiLARWFJ6hZHHNYhQIgKW/ArJV9IvkGY4YRRYwHgO7p2fruhqpPuvIYTgSaHOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098288},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5829ca4d9872a1517073f7f69f3c746c32a3b01","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c5829c-m35prxny_1730887617365_0.7193983936283126","host":"s3://npm-registry-packages"}},"19.0.0-renovate-cf85d2-m35ps3lq":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-cf85d2-m35ps3lq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-cf85d2-m35ps3lq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8ad3b6aa86cc94775ed166331e400817233f7300","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-cf85d2-m35ps3lq.tgz","fileCount":913,"integrity":"sha512-YeCox1cJwBtS53tE0jTOxCbI3Jy2H6ux8nl/9P9+dcjNpL1bvTWdTQwbHBus/kc7/tu472H5owNynAbizEr7DQ==","signatures":[{"sig":"MEYCIQCWhVG3rjzbOoc1xKw7ZiB/kgZtbYPMs23j/fYEQ/KTDAIhALdMO4paOptmGnTJD6JOEG4Taz485FL1Yx0DVsmqPptC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098289},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cf85d2257bdeb69e6b150c5aa2be3e31a6f0e8a5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-cf85d2-m35ps3lq_1730887625255_0.5942243470619886","host":"s3://npm-registry-packages"}},"19.0.0-feature-c34f0d-m35puf6x":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c34f0d-m35puf6x","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c34f0d-m35puf6x","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fc4b61f282c38f0cba2845eb2e669bda25373fb9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c34f0d-m35puf6x.tgz","fileCount":913,"integrity":"sha512-Z0jeb4QnXQkvYQZ+iXMaQ/X5xS5x9/f3nJvxhbQcflZc3m1ejw0wKCoADf+U4KUERHCuq25F8X3n7TijsiQ5og==","signatures":[{"sig":"MEUCIG+OepP6hqLcBrLNUbk97mQA04IuHCPs2NweRFnwBUphAiEA+kIhFbNc7ChosKvWNayInWRzmO+/k76g0HtNZzhjSNc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098984},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c34f0d755a6aade1c8d13d063c37c5cb4dcada53","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c34f0d-m35puf6x_1730887734043_0.37493234562819566","host":"s3://npm-registry-packages"}},"19.0.0-feature-401380-m35rlg1y":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-401380-m35rlg1y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-401380-m35rlg1y","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ce27db3dfb46698956c5152df3cc1307c5b8a8f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-401380-m35rlg1y.tgz","fileCount":913,"integrity":"sha512-wpn44e4F42R6JIlOW2oJ8oqCxkWPY7tFHpiVi+JAFi9uJq8GAPyLysq5Sn3xasWdnl/IpVqtNRWCfemTmOw+Zw==","signatures":[{"sig":"MEQCIAsZJ4NW27DUFIr+8CxnGKXd6lw/I8KtZ5dUmkcdWLIgAiABLMVlfLjjfF+0ytID3HbknYfyRRFStXzgMBj7/6TNJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098984},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40138008ab7db6cdd5b95e193411467942217de1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-401380-m35rlg1y_1730890672730_0.8481751385959972","host":"s3://npm-registry-packages"}},"19.0.0-develop-5d01fb-m35t6iaz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5d01fb-m35t6iaz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-5d01fb-m35t6iaz","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99fed447c99f73fc058e559f232fb2c18463adbe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5d01fb-m35t6iaz.tgz","fileCount":913,"integrity":"sha512-m3ua0tcgQyV1PytE6M6H6ZX9i13TIzG/rfCPw2qYDd+OfhZbuw1NFHzmbzhP4gJF2TnXLAOBn9R8w8x1lFYk+Q==","signatures":[{"sig":"MEUCICtgHJAaXv/PnRVoXEeb3KopNNVu6msWzF4unTI80XKVAiEAlIcez3afyx88s6KjXt9Vqx6MwHwXjJcPn7eScuEXeL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098288},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d01fb5975172f97c22163b55f9e4d57477e0d62","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5d01fb-m35t6iaz_1730893336071_0.5308893940758996","host":"s3://npm-registry-packages"}},"19.0.0-feature-f146eb-m35tzmku":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f146eb-m35tzmku","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-f146eb-m35tzmku","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe7ff8e12a628900c16933eb15aed2cc7cd2733d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f146eb-m35tzmku.tgz","fileCount":913,"integrity":"sha512-NgKqtUrPitI2ZKB96RxfG3XlgyqYhZUNKrrlmtye+f0OVe/XauOyTLkZrPmMfhE7FyvkDR37rubwInf14OYWNA==","signatures":[{"sig":"MEYCIQDjUXQBSluHb2n0YwBFzM11FNXPGmOezvkRiX93RggLBQIhAIs6poePaq3D9SqfkQ9fL9zbjHNfw8ASkyoQ3ME7eF8P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098984},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f146eb39185d9a4529ffb4f0d13efa6b7adf55ef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f146eb-m35tzmku_1730894694960_0.45358352355181775","host":"s3://npm-registry-packages"}},"19.0.0-develop-2ac65c-m360flj2":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2ac65c-m360flj2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-2ac65c-m360flj2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2b705ca9ebce0ef28997d2aa26ff9c9e6231da3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2ac65c-m360flj2.tgz","fileCount":913,"integrity":"sha512-ohjnxI8QT+1CG+4fsRKfypUWH01JgSr8Pc45FXuURuhvJFfHBXOFhRwfLRWqXpGpFwLgfbATadLckTDiQnw+cQ==","signatures":[{"sig":"MEYCIQCPrio3wTfOqdEJhpW/CynIzF4/7x9oOp58oC+hTRSvRQIhAMNPxst09vHmQz6aEtOmYK9MUvxsGpah8xuHVN6AzPZM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4098984},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ac65c9da3725f31f8b81d107bd1bfeaed83a2ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2ac65c-m360flj2_1730905517595_0.6507357268139728","host":"s3://npm-registry-packages"}},"19.0.0-feature-d3f6e7-m378u3nm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d3f6e7-m378u3nm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-d3f6e7-m378u3nm","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"690a91f04e6a776cd1a7458b1f7b48918aa472a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d3f6e7-m378u3nm.tgz","fileCount":913,"integrity":"sha512-PY+d1elcyXXGnZcR6CLYkJjgJXCWBXPwR8tuk7CIyarDRgvYRocx68bXGgnPcK1ChPYxItgwEe8yFJtktsT7kg==","signatures":[{"sig":"MEQCIHrNntawDbtQzK+Ti3Hp3XBTpUhBEIekRZTKdJ3t5zOdAiB9szcd2I7UHD4awEFiTSvJJjOyAw2r6jeXsVp+kNieTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d3f6e77108368a751f0b3b09ccdd2695d4402f9b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-023ccd-m35l6tvl","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d3f6e7-m378u3nm_1730980097736_0.6572097688087697","host":"s3://npm-registry-packages"}},"19.0.0-feature-2802b7-m37h53bm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2802b7-m37h53bm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-2802b7-m37h53bm","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"13b9b53aee330e37c7ce94a7deff08cdaec005c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2802b7-m37h53bm.tgz","fileCount":913,"integrity":"sha512-26hi1S7NaZjFqnUOxFUZgvcCux0Au9lCLEHY1k+4YcKzcq4jUblwULG8JyTMNQlmsp0eVSMY4Ato0XRYr0P6SQ==","signatures":[{"sig":"MEQCIBb7ofqMvPnJfkzTjDnr+3NubcjpX8j+mjqVo8Wb4JroAiAX/MvJccnUAfPZXk1lz1ZCAiNQEVQO10VX8J9cE02NXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2802b7b3177516eb37aaba93fdcc392ed2028a07","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-056372-m379wmo1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2802b7-m37h53bm_1730994046871_0.842844214293111","host":"s3://npm-registry-packages"}},"19.0.0-develop-cddf8c-m37p9bpb":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-cddf8c-m37p9bpb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-cddf8c-m37p9bpb","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d464356bca2f375f0bde2288b81e9989f250ffd2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-cddf8c-m37p9bpb.tgz","fileCount":913,"integrity":"sha512-gVFJUI6Q2VLfbnONefW5LRYp778d3+PZdJZtKCAU7dK4zQk5euRoT/Jn8LwbojC26w50Ch3C48MSZA4M2oq1XA==","signatures":[{"sig":"MEUCIQCmcwqBzx8XrbQZCN1w5N9wQOMO/Ja53Qimujgw0ThCmgIgM6X3alrhlaLsuD058SPARdEdzkxRdq9CD6O0CumxSpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cddf8cac75ffd627414356585ac02e80d9584d27","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.3","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.7.4","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-056372-m379wmo1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-cddf8c-m37p9bpb_1731007684238_0.39880958152323265","host":"s3://npm-registry-packages"}},"19.0.0-alpha.2":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a362b1b41816e6deb3932129b6dc37204543cc1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.2.tgz","fileCount":913,"integrity":"sha512-vvKpnn9E4anOqSEg0JYCjppgheNqDYvlPeqQd2F2sI1a9EdtSHeCo2/jOu/vyfqESM98r4tCC1Vvuud39MBo0g==","signatures":[{"sig":"MEQCIGKJyOl5eFSrrIKb/pQRzqRxo9wGzhA1AB50/FO2RP2RAiAzTqsJYF0gvP3Z7wA0avr9d/s4Bz42XiojPbkI5wrLrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108519},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1beea33ce6094fa39d4781169bd7a508106ed4d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.2_1731009509126_0.27621489471914984","host":"s3://npm-registry-packages"}},"19.0.0-develop-1beea3-m37qcun3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1beea3-m37qcun3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-1beea3-m37qcun3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f5a4c24774da30aa80bfd26ad43862b6ab099068","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1beea3-m37qcun3.tgz","fileCount":913,"integrity":"sha512-cJ+gtiXeiMHLe31zHbKYnAFGpkisw4Mow1Y2rJPH78wAJ88TZuCOJmB767QgKOisFItu+n+rpdhEPEBBVexySQ==","signatures":[{"sig":"MEUCIEqt7XHUNEiNaA2ycWebTIAknfZRkuc1S0+mar/MYW2BAiEA/6V5SbrxePie7xcwvYd5HiQWB14ZxlKKdWKPzcwY6iw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108535},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1beea33ce6094fa39d4781169bd7a508106ed4d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1beea3-m37qcun3_1731009526195_0.4114077944041348","host":"s3://npm-registry-packages"}},"19.0.0-alpha.3":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0204abd23f65b4d7f5af0e4f450775b3a8787ba4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.3.tgz","fileCount":913,"integrity":"sha512-3JRh/Hp8b/WypIyZUT4X6vpdj+yNJ1f1kURd5ZcRZwGfyaMu0KgHCXie97AuSdCM83N6SSDiU9vjdhrOeidXpA==","signatures":[{"sig":"MEUCIQCAmHmUjT3V82yltLb1O23dr13hx3XEUQT7caYlZsyjZAIgT1dumwiyzOswEjl0k94ev+Tw3rIpnjzV+Lqhn7POBxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108519},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46416c9b6c4c4293b5aaecd9e3c872f9748a712d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.3_1731013639851_0.23825057754761536","host":"s3://npm-registry-packages"}},"19.0.0-develop-46416c-m37trxic":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-46416c-m37trxic","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-46416c-m37trxic","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c47641932238954648eadd9092e4a29b94b8dd02","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-46416c-m37trxic.tgz","fileCount":913,"integrity":"sha512-RTG0vxj+S8zit1zosZTeYqRBeJ0wOQ5sAxrP8BB8f6L9x3nX8hKDLNhMMgTbM8cRQhh2A9xAl7YsjQt3eafcHg==","signatures":[{"sig":"MEUCIQCyrCjUe4EztUqnwGetoC6xp1kVKuLbSO/p2cKso9zH5QIgKWq+q9iOqjn5BvzUhw8XI4KyW82RG2E4tTksMSYrGL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108535},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46416c9b6c4c4293b5aaecd9e3c872f9748a712d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-46416c-m37trxic_1731015268046_0.529521108110903","host":"s3://npm-registry-packages"}},"19.0.0-bug-0b3c8d-m38npx6h":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-0b3c8d-m38npx6h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-0b3c8d-m38npx6h","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a2cd0be531f93fcdef94c9ae12e612b1535781a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-0b3c8d-m38npx6h.tgz","fileCount":913,"integrity":"sha512-a8IuJ+BwsNVjtBhb1JtWFNk5N166A2e5Me3aVKET6t8YEnuw0WU87FDvTmrOaN3J3zl8tDF1BBqXSL2PQwLrsg==","signatures":[{"sig":"MEUCIQCArrdX4WTrJG08l87snNlB/yRFlxNV28p2N33edRgciwIgBg/zYOJprETzxe9utdqq/VLWH+pLFqMqA28gKb4b9/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4109073},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0b3c8d16b4a49ec86e77c07ad63b55a9219d6e5c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-0b3c8d-m38npx6h_1731065563308_0.5296801244936598","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-0bfbf6-m38u27lp":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-0bfbf6-m38u27lp","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-0bfbf6-m38u27lp","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0491a71008d5c372a21864837d7ac1efb0d94c5e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-0bfbf6-m38u27lp.tgz","fileCount":862,"integrity":"sha512-ewzl1l3vNlCCIlHan0RjtuhTkj+aymVhL3r5r6Q9VZW7C20Xz00wmooQh1lpWXx5fEqkwXPaA4gYW+1+7i36WA==","signatures":[{"sig":"MEQCIB8lh8vdA9potA6jR/KzEStyO4aI7C1ckguju3M1evp2AiAeoR2mZdMYU6y5T4P9MW4kpKL4paLl3a86vcUDoPFcKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3665829},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0bfbf608c5212fa1113c79942b242b9cc859e769","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-0bfbf6-m38u27lp_1731076212113_0.6712789247404602","host":"s3://npm-registry-packages"}},"19.0.0-renovate-963e49-m3cclpkw":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-963e49-m3cclpkw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-963e49-m3cclpkw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e4a745fcea132b6171241de0f07539029b936a09","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-963e49-m3cclpkw.tgz","fileCount":913,"integrity":"sha512-iJ0WL8y7xqJGL7X7CNEkT8owJR1DlT5iO4prrL5SLwrqdkHkYkcND4HoLZRG4cOSZP39zOJJa2fd04GQtCHAKQ==","signatures":[{"sig":"MEUCIFzk67nCZE/W//EHTxUfy3iHPbjWfRGn7prT6D369WmqAiEA68joKJmMzg6oH3f/25vL7JxGlqvj13egLn1q3WWNkHU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108536},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"963e497678a0cd931b534cfec27cc2d803d04027","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-963e49-m3cclpkw_1731288756113_0.16579462494679453","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-2f1bb3-m3d6pumq":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-2f1bb3-m3d6pumq","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-2f1bb3-m3d6pumq","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6a7c5004483acb1b5be81debbd417c25c5121c27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-2f1bb3-m3d6pumq.tgz","fileCount":868,"integrity":"sha512-PciaFvO5bmpid1KMgSMLKxnD3x779VudsH6JKrBoeZW7owXM4C8Bt3SYyCoRO+mSg+H2NIaeZX6pQxZuyRSEiA==","signatures":[{"sig":"MEUCIF5NAuWazbh7ryv4JpC3hIYUELq7lflW1FnY/wgoNHesAiEAzN9DO/HtPWH+M6UG5cW2ZlJBvfyFew+aaUu/WmODekI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715352},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2f1bb3e4248c5b435badc0d71c6b113651ced255","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-2f1bb3-m3d6pumq_1731339336897_0.41705274531775416","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-44406f-m3eigafs":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-44406f-m3eigafs","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-44406f-m3eigafs","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"272922c3cc4896e5c20d1d8a4d0520046aa3358d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-44406f-m3eigafs.tgz","fileCount":868,"integrity":"sha512-1puFUaEufTmIG9R3JbJVF+P9K8MXOLKRIgcRmJ3XzmjvWQUBHIP1VYD+mEldJOeKMJvrMG5yw5B834De0TI+RQ==","signatures":[{"sig":"MEQCIF1kAcEyRG6IxYmrIiEZOClQDBtaf8y2/Lqs5pOD1eDPAiBrtoktQm4Np/DQXfxwd4UDG4gqjAMskLQNQza5MHZz6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715997},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"44406f152c2e71d60989a12c32daf4722d29a34a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-44406f-m3eigafs_1731419511947_0.7298374333874362","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-d1325c-m3eyvnrh":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-d1325c-m3eyvnrh","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-d1325c-m3eyvnrh","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2c20356fb803d0aa65d9e5e5e35848f9e5b167a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-d1325c-m3eyvnrh.tgz","fileCount":868,"integrity":"sha512-z/bMglvcyCa2uKcjoh5lcgnkEJGOLkd4+Y1IeQJOdVwK+bDvkvZsikicdyf6NTxD4+NQWbayyuWfTyeHcaYW4g==","signatures":[{"sig":"MEQCIAvFmaTfmptZeuQrYc9c9oCHzlRW+Gm4KfMaB4X9cANzAiAKTmDXRUhWSbWxG8zC6ZU+ng96oswKlOoN57fFpYWKdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738417},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d1325c1d7097caa9b08424ee6b0853f2f8a9c5be","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-d1325c-m3eyvnrh_1731447102387_0.31709876852073204","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-5de6ac-m3eyzmwa":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-5de6ac-m3eyzmwa","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-5de6ac-m3eyzmwa","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"60a1d63428d70ff614b4d870d81e4be3206d2de9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-5de6ac-m3eyzmwa.tgz","fileCount":868,"integrity":"sha512-kR2qVSe237hlnqU2YkTLtgTP+wuHypHQHsmUBi0SIw1aMLEvcdbgbbehXY7xY/EK4Oba+ytLbU5mI0MxT9tfTw==","signatures":[{"sig":"MEQCIHio29bSBhyGifzs1kj4hX0AQirNtESwnF26C6BsQMMLAiAsoJZFMPh+dPaRIQCPfEnjN+JC7gDz3TyH+zHqifCydg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738597},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5de6acabd57eb3e12a1afd1ab63b08f28e34d5a3","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-5de6ac-m3eyzmwa_1731447287018_0.46765641219446086","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-3344a4-m3ez6ygs":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-3344a4-m3ez6ygs","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-3344a4-m3ez6ygs","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"11e2f11331abf01f9283707305d1d6f92745bf5d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-3344a4-m3ez6ygs.tgz","fileCount":868,"integrity":"sha512-+ONTHiEVEkzJh8z23DmiQhAN1elXZVXScf/HsObJDLroL6GfjGOYhzJcYwJjwTttxv6E15ARDMFNUQXYRh7mxg==","signatures":[{"sig":"MEUCIQCHO1dj5Rl+gLvt49clwdjR6T/PC+mQoMk/qa7m5U33XQIgb58xT9s/BsH9vXPKFd0/RtH5QfNmqm3xnNbaG/4rdaI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738646},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3344a4db4089c4eb72fa45b0caa997b280d4b970","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-3344a4-m3ez6ygs_1731447630308_0.6834346927538999","host":"s3://npm-registry-packages"}},"19.0.0-feature-205e0a-m3fqgc0u":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-205e0a-m3fqgc0u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-205e0a-m3fqgc0u","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"47db9b189dc6e18044c9f72f32e4655b729d2c55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-205e0a-m3fqgc0u.tgz","fileCount":913,"integrity":"sha512-LjUHaHS1kJTpVsXnXEOLmWgYj28j3zlmGls5N4X9P4nbSCG6aQjQvnx6qzaSnxmdUCr2eEr5JXtIkwL2NROpZA==","signatures":[{"sig":"MEQCIFza0srbXjfgVJ+C3XvKH0sjTnuYE6teIaopV4xS1biAAiAciusUbJS49K0ztUphI4k5T0Wcoi7sbUwd/7uZHKseDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"205e0af68a047d421e7ebaee6d184038f5e0b966","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-205e0a-m3fqgc0u_1731493417630_0.7728916910261328","host":"s3://npm-registry-packages"}},"19.0.0-develop-d7970c-m3fqzyis":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d7970c-m3fqzyis","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-d7970c-m3fqzyis","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b361758765f7d55072f0effebe73ae51db76b17f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d7970c-m3fqzyis.tgz","fileCount":913,"integrity":"sha512-Hq6dU3nzta26wavLuY1ncXkcN39FlndpL0wZ0FV18CZzoXNehSLwvJrFtR2L3I/j2WheuGSnY03Q1xxAOAyXHQ==","signatures":[{"sig":"MEUCIQDmJ7bO+UqxHGZu5F3UZgyb2XMPaEX2edOgLNUYoEH/PQIgX0CxY2XBUmAaSDJFBIm3B/Q/h1vELqrQ1g0PzC/soEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108535},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d7970c4649ec3005a46e1355e8427d5022a13224","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d7970c-m3fqzyis_1731494332460_0.38682934455034035","host":"s3://npm-registry-packages"}},"19.0.0-bug-cf5f0d-m3frktwv":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-cf5f0d-m3frktwv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-cf5f0d-m3frktwv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3c282223b6c4c25d6a047f609072b866a5d66c13","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-cf5f0d-m3frktwv.tgz","fileCount":913,"integrity":"sha512-BCGufr6IZgnANhQkckGVUGEyaCpL0ftZiNLj94LyFVOqoyKZUJC3uworZ6vNT++jrRof+HnWLg1qxXUk1ZVX7g==","signatures":[{"sig":"MEUCIQD/2G79GBelkMpO76HqVcw54cnc6VXaZOMf5i2Cunw0QQIgQbVQItY93w/PNPJRN2Vc0zB8f/3oYmW61Jw0iUiZ+9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4115308},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cf5f0d2fb7e244f07779d079da8f46e0f3268133","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-cf5f0d-m3frktwv_1731495306039_0.4186116173160175","host":"s3://npm-registry-packages"}},"19.0.0-feature-e323ca-m3fwgf27":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e323ca-m3fwgf27","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-e323ca-m3fwgf27","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91f8c13b50e8d446490be327154f1a46d69daf6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e323ca-m3fwgf27.tgz","fileCount":913,"integrity":"sha512-FY+3zCYRybRmuDT7ok90jiHIv8HDSTsmJZY2G4WXE3vjew+1c5UVCwtdPqt2IZ7KZIEWqiupSw+Ol6BnymJN8g==","signatures":[{"sig":"MEYCIQDq2+04MoOBnkTR7fiDKzMwXYyr5nCVS9WoPQBwnnflagIhALY8kHOsYeMHS7nTORPF3idYa9mhaR4tlz0h96HZunep","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108874},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e323cafdfc9a8574e2564ef7c2b45f8bf673f194","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-976307-m3e417ej"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e323ca-m3fwgf27_1731503499549_0.6189097626147344","host":"s3://npm-registry-packages"}},"19.0.0-feature-78d3aa-m3fwgljy":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-78d3aa-m3fwgljy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-78d3aa-m3fwgljy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"12b3cc224113364df23a18e23ce4d6cb0c594a0b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-78d3aa-m3fwgljy.tgz","fileCount":913,"integrity":"sha512-VXItYq2WbUhIv5DeerE4VPl1lUvYFH5T/MkjKd6pZ/b0rauOGhcTxJogHfiLIXfeCVSfB4y3V/g6CsALwGjj5w==","signatures":[{"sig":"MEUCIH96HThKoDvjabKusul/WjENB9xiYr59ZgTvU57NxBLBAiEAiOx0L5wlkgbw40YEMecdpwczWITI6k4/Bw/Kq7ZOEOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108874},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"78d3aa2fdbba49bded939a36338da86ba9783357","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-976307-m3e417ej"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-78d3aa-m3fwgljy_1731503507907_0.350704125836403","host":"s3://npm-registry-packages"}},"19.0.0-bug-01ed72-m3fz6djk":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-01ed72-m3fz6djk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-01ed72-m3fz6djk","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dda92367ab408215a6bda2757743da41fcf27309","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-01ed72-m3fz6djk.tgz","fileCount":913,"integrity":"sha512-6vKjfuekHIHB7kEatfcg49ahByt+A6WqVGVBZqFhrUBsNA+mf/af9wSTijOLACFYuTUq7hvyIC2I8NLmU+CF8A==","signatures":[{"sig":"MEYCIQCbrBoees8sNKa1RjcqehTwQQz/0EnzDsaJ2SHwz//CbwIhAIJEQ5egUWQRNk3G4SfGtmYsU6l9Fc0l0WRYG+/ls2sT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4116505},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"01ed72fcd432bd1e30bd338805ecdc71fa042771","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-01ed72-m3fz6djk_1731508069137_0.05216477306972256","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-a87349-m3fzfdju":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-a87349-m3fzfdju","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-a87349-m3fzfdju","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4877f82872e8ff0430c49c4ed99575b7699b82ff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-a87349-m3fzfdju.tgz","fileCount":868,"integrity":"sha512-V/ATBk18ojrcYLNQ1mG1Nq2msfDMZmtsF4vc6yxk2gVh1P3SFGeYN7WY+hFxI6hRf1aIODqEsID0gjeUd3m7Cw==","signatures":[{"sig":"MEYCIQCa+4ePxW5af2BFjtbTU3xA3FymMtfuKeuRtE453GrqwgIhAMncJEgm1BDo+jdt0j/evDdi3aASIKkSAbo3Yslg0kiW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740089},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a87349d37563cf1524a51faab78114b3e1640ff1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-a87349-m3fzfdju_1731508488322_0.6232374834153349","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-00883d-m3fzqcqc":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-00883d-m3fzqcqc","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-00883d-m3fzqcqc","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0b024d5b27ef3bbc883b3b0a47912548e7402b2e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-00883d-m3fzqcqc.tgz","fileCount":868,"integrity":"sha512-j+Pl0002s5GMBqNKdBWlMtAW6czVNwkAZ4v0xwg+a2wBAmvrDWY0EEwUjwDvKsCNdEx19eo8WEcMP8WLtVemJA==","signatures":[{"sig":"MEQCIEChzRWKL96c7uTMaUoQvOoR3OwURpIzwlitJkmiZwSNAiAXSY6RXQ8XqDp7ZgxnRoHPRAsWNYg1Tf9XJwHM3fgGYg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740089},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"00883d2f3d21cf75ba6e795b4633287126e5e0e7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-00883d-m3fzqcqc_1731509000121_0.21764069705868194","host":"s3://npm-registry-packages"}},"19.0.0-renovate-0f768c-m3gff75r":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0f768c-m3gff75r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-0f768c-m3gff75r","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"328c223b6ec8b513028229497c34c9536d90c782","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0f768c-m3gff75r.tgz","fileCount":913,"integrity":"sha512-8cUyEACy/i8gG6GNVtnz+QJ7rYtT8SnkPXAj55DKo5yLYlDji+2hBspO/Hn9PltbagRT5ixF+FnLxDUkVuOgXg==","signatures":[{"sig":"MEUCIQDP8jT1eeDR58syT9ia4Oesl+zIXC+crByHBpXb3nX7TwIgGufEWZt8SW8YLEUNM7vjw0s4n5eXuI0SmXNHFNCBHfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108536},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f768c0f67ce8b8bbcd4919d17a1f212f6539758","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0f768c-m3gff75r_1731535355925_0.27400683469498954","host":"s3://npm-registry-packages"}},"19.0.0-develop-0de632-m3h0hih3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0de632-m3h0hih3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-0de632-m3h0hih3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ec9d0bf16094fbb218bb6611701cf8f6b940ffc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0de632-m3h0hih3.tgz","fileCount":913,"integrity":"sha512-satGyTgCKW9+eg9WAzlV3nHioPDXO2Kj++Lapmq+VAHywiI38y1YZJH8dtbLZDV/nnFX/lDI54nzvHg3jnmoNA==","signatures":[{"sig":"MEYCIQCiohmOybBjR0cJCsqJr/h7FOr8VSgcqDlXgEUma7R5RAIhAKDzcSuZe148gGUlIZqxrxCemz5lMIAg1bcO4EoJYnb+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108535},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0de6323e55ea77b65af429bd1506d66c6d216983","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0de632-m3h0hih3_1731570735750_0.8602245239782267","host":"s3://npm-registry-packages"}},"19.0.0-renovate-f820ab-m3h0kiww":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-f820ab-m3h0kiww","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-f820ab-m3h0kiww","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bfd4540f7c2300059a06a6eee4a1e9fc17a359d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-f820ab-m3h0kiww.tgz","fileCount":913,"integrity":"sha512-yvAO00eFLwkNE2LvpaFroFOrZ0aqjNK6Gb/HZTX6GVNN0eCeZc9qxf0LYXdueN/JhxUXIhySgyQ5WfNTjbHcfg==","signatures":[{"sig":"MEUCIQD4jtWy05GuaXqOKWTyCtggLX7rOXaBuOjeN4Fprrr0FgIgZ+K3MVAOI1Y7QJ5J87PLsyiZ0UE3+vjta/A3VFlGGWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4108536},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f820ab89ebf792118f9544d35051fb9196ecd7d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-f820ab-m3h0kiww_1731570877450_0.43541151830839064","host":"s3://npm-registry-packages"}},"19.0.0-feature-ce5b12-m3h1vjok":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ce5b12-m3h1vjok","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ce5b12-m3h1vjok","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a40d791ec7fbdddc3f74dd857a33a656bf412e27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ce5b12-m3h1vjok.tgz","fileCount":913,"integrity":"sha512-48MUmGwCAVqM4o9bHmQxirW/VHQEMHKotm7sEM20ALomQSA9CXw6kQVnnXhutftQAv643kHomwT60URxVJyp1w==","signatures":[{"sig":"MEQCIEmYKE1q9orgNOTVAksS9vpIrNKSCeIOhx/QU2A8RFsrAiBir0ZJ4tAdUSjSRphkkDQXmPp1M181ScsoUOVAqniUAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ce5b129ddd26572f3c086516ced53a50108d0bdc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ce5b12-m3h1vjok_1731573069831_0.9609976081081539","host":"s3://npm-registry-packages"}},"19.0.0-develop-ba8d21-m3h7cyde":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ba8d21-m3h7cyde","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-ba8d21-m3h7cyde","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a32498921e6f4d81aec10cad3ed14685db682dcf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ba8d21-m3h7cyde.tgz","fileCount":913,"integrity":"sha512-d71BegUAUy6DXWBe6l4u/o+pHPI2K4P4oydQeKBg/Er5EFadN9qfGD6+Wzy7ENRsJ9Fj+cIRVI23RzSfI46AdQ==","signatures":[{"sig":"MEYCIQDgXZ+M3T1NNTCg+hGxzDF/5biOEPCK2134+vi+XA96kwIhAIMygWLA+MsKOQrmkvEDhT4Uix8FgGG0obQmp0BO2fns","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ba8d21969d761bc2e578e1939f2a56c48facb772","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ba8d21-m3h7cyde_1731582281461_0.6675349889765911","host":"s3://npm-registry-packages"}},"19.0.0-develop-460af5-m3h93yll":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-460af5-m3h93yll","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-460af5-m3h93yll","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"38c2bcedbb4255433725935f8ef9870fa0e3b744","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-460af5-m3h93yll.tgz","fileCount":913,"integrity":"sha512-PvFurkCl/Ya2Yc0iFVKV4yzGZq2lMX/vGXvSh5MW31ZKkC9YnGGN/KLoDPgBeFwRv0jtpNrnrqPV0NGF2cU2Gw==","signatures":[{"sig":"MEUCIEGXG75IzoLc/S9Ba+Ajvv8gBifs5vnEGw2CAVIeG4EzAiEAqgpDbZx9WFebxL8bu9V9MSdetahDbuneR6SnWYLvPJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"460af563a3d18718fe357d1c3c6a23ebb890b7a6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-460af5-m3h93yll_1731585219737_0.6826559011962536","host":"s3://npm-registry-packages"}},"19.0.0-renovate-6a633d-m3h99r7z":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-6a633d-m3h99r7z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-6a633d-m3h99r7z","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2b28e60aad56301d6e4a6c7ae247fc0846ab856","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-6a633d-m3h99r7z.tgz","fileCount":913,"integrity":"sha512-oyRbPPHkSTwucXKKRDJXsrB7Cx8dwz1PCZjGtZpvuQE/E852zOiPKCRyiNen7K3ysz6ze0Q+zwPajXKB+k+ZzQ==","signatures":[{"sig":"MEUCIBXIiR564AHmbYjF8phsNtbPBAmMrT6jm91FFEmhlNcoAiEAq+CafwEz4WQIe8+yt6IHTc4TbnhQEqPUceFKuFSqJD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110077},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6a633d4d49f56f8b9a92afd71a0c91daf2cb3e3a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-6a633d-m3h99r7z_1731585491379_0.3735676392662852","host":"s3://npm-registry-packages"}},"19.0.0-develop-8ce9fc-m3hbzlev":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8ce9fc-m3hbzlev","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-8ce9fc-m3hbzlev","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"737da596af046b99119ee8e81655d05cd1f0654b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8ce9fc-m3hbzlev.tgz","fileCount":913,"integrity":"sha512-zKYWiXcY4xrJmE9f3IsKX2C2LiyEch2XCog8ODQ6rlCzeCT/a3vaL8y1K/OppaL+Ex1gILzjADFECajBStEgJw==","signatures":[{"sig":"MEYCIQCwPZjdFqh8Iq1TlkVZFBS3BfytXgaJ4wF45F6mkmzgVgIhAJyCChHgTxEfkJhZdE5YzymhrgsHk6B1k4WwE7PTye/I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ce9fc910e7bf62629e1e7c4ac9ceffe550778f5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8ce9fc-m3hbzlev_1731590053960_0.35605443876030907","host":"s3://npm-registry-packages"}},"19.0.0-feature-05abd4-m3hhw51t":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-05abd4-m3hhw51t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-05abd4-m3hhw51t","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a6879b687877a9451783da4d78bc1cff48b12afc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-05abd4-m3hhw51t.tgz","fileCount":913,"integrity":"sha512-0GTf9t9p9ZTDULEQbAM9N/Z2abvWwkYfiyUxFkB/1L5NxAeHHegnxy0LY4R1GWWY6wr/Z0uHuc9zctaQnly4Bw==","signatures":[{"sig":"MEYCIQCPndlTYm9/IxW3JPbaGEq6eLi26diL7AyCUMvlZihz8gIhAPSkLqeIji7V2iHeYM1zKe5O7hbxv2KnLJUUHSaSf6ft","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05abd4d35edcc7a0dfaaccb1ba5757699ed61b6d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-05abd4-m3hhw51t_1731599972409_0.6501271329658305","host":"s3://npm-registry-packages"}},"19.0.0-feature-0e5b1b-m3hjj9lj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0e5b1b-m3hjj9lj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0e5b1b-m3hjj9lj","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4829582d43618a31b49e7dfccef3514309da10c8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0e5b1b-m3hjj9lj.tgz","fileCount":913,"integrity":"sha512-va0r8WuWUWB5lBwGEep8TGzN08JKVgW9t8neUtvh5i0LixVF6lgHkBXU/Rf1w1HphoSbU7L623huO+U267IMLg==","signatures":[{"sig":"MEUCIHbMFBNF/FcfLyOvL20U5xVq/aIXVxwtbTzHh2NJmWcCAiEAikAKZaTjOmOeZu6XL9W1JY4h+fSnUB19Fp5PO2LvOEg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0e5b1bb04ff706edf6fb3835e1f9b4580be96b1a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0e5b1b-m3hjj9lj_1731602730682_0.8689899972166004","host":"s3://npm-registry-packages"}},"19.0.0-alpha.4":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.4","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e2fb6633d3e77ed13f4e01810e28b193de7a4953","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.4.tgz","fileCount":913,"integrity":"sha512-DORv6upnYNHyxyLHCdiOEhpjUUhrnpwRIliUnGNxG8sUDbnX6tVMbyJvYhpC2+vz1gpzDVbl6aqDTVcMc8PGFA==","signatures":[{"sig":"MEQCIEWQaPSsYIjB3XY4/dSFVLfHAq1hzAiQbBwTLUYnMBkNAiB1g3qE3liP/kEclgD9GyQHtpIzWuzOEAQMEl1HR9ly2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110060},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"304aeb2e1f7246c8704946a091446df936f8c4c0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.4_1731611858014_0.5945588087121292","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-99b36c-m3ieuh2d":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-99b36c-m3ieuh2d","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-99b36c-m3ieuh2d","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bde385c800cc61beffb3b79ce04467ae26aab038","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-99b36c-m3ieuh2d.tgz","fileCount":868,"integrity":"sha512-v7NL6fCqJPpZlkYHwQdXxdlDfKHrewLu8g2KXG699HARAwn/erjBRqsy290lx3/dzmACiyTl0VQoSh4hkTbISA==","signatures":[{"sig":"MEUCIGhbx5HAtPF2CVMZIcJrNjlTqYlpEiUwb5DcAqErhxMdAiEAsp6WhjUrEHakiAEeiOy5Xll1ILIqhOkx01NVK4pW4hk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3747116},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"99b36cd0826436c28ac6a4f996f44f0b6dfc05a6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-99b36c-m3ieuh2d_1731655318583_0.27148337961755575","host":"s3://npm-registry-packages"}},"16.1.2-hotfix-7c8035-m3ifcukw":{"name":"@5minds/processcube_engine","version":"16.1.2-hotfix-7c8035-m3ifcukw","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2-hotfix-7c8035-m3ifcukw","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e894c68ccf6a858db76c73bead72517494fea2c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2-hotfix-7c8035-m3ifcukw.tgz","fileCount":868,"integrity":"sha512-97hJ05/Ca6Q3enG7eG1/Lup4h7ysVv2owiB8FW2NX70QGCIav/wIGdXZevjdHfEW3ogp1nOtaiOmLUacMoHvoQ==","signatures":[{"sig":"MEYCIQCEEjQaWof2xBEQoFJPqB6l/P47Vspi/rW2s6OqTYOqgAIhAI33Lfbz4T+zBT9iwE5nhaCpT6Wbcw/Vtf2KUmKtRCUC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3747378},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"7c8035a53a21561c522697beaaeea91c7062b236","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2-hotfix-7c8035-m3ifcukw_1731656177023_0.13288123400001384","host":"s3://npm-registry-packages"}},"18.1.0-feature-34ff42-m3io6ffs":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-34ff42-m3io6ffs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-34ff42-m3io6ffs","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bb21fe3e81894819a52259171c35cdf693bdaa30","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-34ff42-m3io6ffs.tgz","fileCount":910,"integrity":"sha512-b1bn9tmi/EbF3YFv/iatG6cXYYHRp8x37qxqd1CeH2nC+iwIQcxBgazeDf3D3zV3eRiQNnAWTyWJll8BOeSNxQ==","signatures":[{"sig":"MEUCIHkgdjPwhufnI7tblgigvOUaZv03oqJrmD1DoNarc2zyAiEA157xtOT4oP6Hp3i+5eDxZaw5cIwwCGmSGPvhre66gzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4040734},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34ff42ac63d3fd53112dc7890831f59ff878d93f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-34ff42-m3io6ffs_1731670995213_0.707063310347134","host":"s3://npm-registry-packages"}},"18.1.0-feature-077a36-m3ioyycl":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-077a36-m3ioyycl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-077a36-m3ioyycl","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c992b8a5dd04f4a00d3ad834dabecfed4c32143e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-077a36-m3ioyycl.tgz","fileCount":910,"integrity":"sha512-6WtZid2CTT7+AHW9h3Ez65MlxpwJSEwfB1VprOHuOeNJHALk0bl9DbncQjsa0hgKRz+fk0w1EUxjnzJi3Z9Nlw==","signatures":[{"sig":"MEYCIQDl/ycjVufqpuWTLdyB2zUtVQ/PMK1wvrrtZ2wu57F5VgIhAL//7DLA6V+6Qn9uPvOGKl0Y2DrMoMPTkDQOHTbu86+B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4040734},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"077a36f3dbd01e9f723b1ebe0cbecec558c76ae1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-077a36-m3ioyycl_1731672325111_0.37678923207533965","host":"s3://npm-registry-packages"}},"19.0.0-feature-e36cdb-m3mq8fss":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e36cdb-m3mq8fss","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-e36cdb-m3mq8fss","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a47805e915d29e1bf16fb693e88a38c997b487f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e36cdb-m3mq8fss.tgz","fileCount":913,"integrity":"sha512-TUpXhnIJiqIdumKs/ErBmCb75/uf/KZpNSNj5dH4s3hPSqfy3+ttT9XZqEwamlFWyfnLWoUZxyHT/2aFcqKLWA==","signatures":[{"sig":"MEUCIB1XEGW04KV8DHub2ScEkm4tveyrz3grsQmLj/Xurkb3AiEA0REjTYut9UHJ1jr7on2zVfkIOjM84krlfMa2r32EPc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e36cdbcf47c3326223efef8d736061bb785dc240","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-976307-m3e417ej"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e36cdb-m3mq8fss_1731916313241_0.496282483641467","host":"s3://npm-registry-packages"}},"18.1.0-feature-71b747-m3n2m15v":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-71b747-m3n2m15v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-71b747-m3n2m15v","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b35374864571aba66205bbc7590c53fdd2c2c83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-71b747-m3n2m15v.tgz","fileCount":910,"integrity":"sha512-nBHdlxHYj32WQkR3KQwrWkQ5mcCfCY7B/O8UtJa0KcvfRaYpPYvairLHvoFXFIqZxAJTXSD2ghLQE+WOEtmPqQ==","signatures":[{"sig":"MEUCIBv6iMrOWqjHvm7pTgKdesNJuXHrkb/gppgFiHneWpoKAiEAlLKRl3L/FuVL7V+Hmp6d6WZhxfxlkoy29QrIn70xTnE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4042029},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"71b747f48c3fc96b4ba0562fd604b9399cf1dbab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-71b747-m3n2m15v_1731937103404_0.8455251166905422","host":"s3://npm-registry-packages"}},"18.1.0-feature-e49ac4-m3oijzyk":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-e49ac4-m3oijzyk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-e49ac4-m3oijzyk","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"24517dbbad682e999006b6043e24abe86dc8fd10","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-e49ac4-m3oijzyk.tgz","fileCount":910,"integrity":"sha512-oQ56n9NuZjTzqa7x1Kf3DSdUs0fDCKcfreaeezoD1bfooIa4XC8Df8Pet/LW0D1zTW2nHW9coFen1VsidC5ibQ==","signatures":[{"sig":"MEUCIQD+evPgVWNZablNBJJe2HO+qZ1GrKdLKoAjrjR+9IOy3QIgb8m521EyBdjLaCawxRgcDxB/8CayQB6g7yB19GssozQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4042286},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e49ac44b2a8f00fc4f9013c3944f0e4f5039a90a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-e49ac4-m3oijzyk_1732024349952_0.9743759372053651","host":"s3://npm-registry-packages"}},"19.0.0-bug-64bd5d-m3pz7abv":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-64bd5d-m3pz7abv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-64bd5d-m3pz7abv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"659be08b30f405611a506dbf71462fcad6bbf00f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-64bd5d-m3pz7abv.tgz","fileCount":913,"integrity":"sha512-Dfd8vj6vKJ50qi6tsvYe+vsS/vfdETYH+XAzQumB8N58wO2yY9+33fYFw8sKCrQFEjgY7cdIhmoxWccVmIXlJA==","signatures":[{"sig":"MEUCIQCQoBUbEyQuatyOEHA0oBiWabZiLfwvhHEabKuQS6bjHwIgf4sorhybLsuwF9tt9BYogG9tPcN0do5DgagtCcmWXQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4117676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"64bd5d9c2bb8ff79729f7ed5b13522b37b815a22","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-64bd5d-m3pz7abv_1732112775049_0.7149676208450979","host":"s3://npm-registry-packages"}},"19.0.0-bug-04b021-m3q24yiy":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-04b021-m3q24yiy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-04b021-m3q24yiy","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91ac6fed23e56d87489e55e26cefbc0d244f21b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-04b021-m3q24yiy.tgz","fileCount":913,"integrity":"sha512-pZ8h8lr83u/BuT9ksDazxYA2CO4DoVRRZdq37dsmPHcQN1FQOK46MOQ3lp/wPxLkc//8JHbIrQxu4tVJVkfxdA==","signatures":[{"sig":"MEUCIQC3KVTS5uK+X0A5y/HRAvIlrCcwBK806NdbPiVkRbTMSAIgSU+oKTxSUG7bZ7pDlAtVpvdGlBdNDnvpCjqz1vk1WRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4117664},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"04b02166b7f8c7dcf8115e1fe637c29d3d94ce94","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-04b021-m3q24yiy_1732117704071_0.971971436485795","host":"s3://npm-registry-packages"}},"19.0.0-bug-4c778f-m3rws6co":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-4c778f-m3rws6co","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-4c778f-m3rws6co","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"633d92d4b2bc34f4245bef4cbd4b83ad7380f37a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-4c778f-m3rws6co.tgz","fileCount":913,"integrity":"sha512-RF2Rg9+kyjdqkVVhY/jO3rEuBM01q5rFoSnT7ur2FRrudzKrZh0mF54d0cFIEtgJMsfEnWVuBo0bWyjsPh3sew==","signatures":[{"sig":"MEUCIER4zSFxtE7ivYkWAokgNGJef9BuFhPnaSk7iqylRqP1AiEA+r2r5zJqWsZ41hj9RB/evoA5Yq3hTFJs5TFfknOhm50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4117664},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4c778f094c4c76d766225ff62c50c648922f7ae4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-4c778f-m3rws6co_1732229643234_0.5894708391447123","host":"s3://npm-registry-packages"}},"19.0.0-renovate-90ece5-m3srmpjv":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-90ece5-m3srmpjv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-90ece5-m3srmpjv","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fc6af24fc9edc9cd26787da6987bf061d1831de1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-90ece5-m3srmpjv.tgz","fileCount":913,"integrity":"sha512-tisazc4LPx19N0mJZ1vPmM1RcZWedc5mBW+3bsKaDhiCytqBIP0VPS3uqXxImpP9+gi6lsKXHns6DPVI8wyUMA==","signatures":[{"sig":"MEUCIQDOOf+mpFuNXy7Sn6zjyHeM8z8TbGKhdsdoX0+tN41HFgIgcR6/8UttpocWX6s3bDC9LUCY5AbpEaadU1Wlm+Qa82E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110077},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90ece50c966bc9ef94e752208d62ed775bc77dc5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-90ece5-m3srmpjv_1732281455286_0.46207515763980167","host":"s3://npm-registry-packages"}},"19.0.0-renovate-51258f-m3srndl6":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-51258f-m3srndl6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-51258f-m3srndl6","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d6b8d18211fc85b0f52a79f94267b724ed20e1fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-51258f-m3srndl6.tgz","fileCount":913,"integrity":"sha512-vCIsRGwwy2+Y1iXggkvghtjQS89sU0cWHlh7/ybmo7zMHxwNpZ0mj24LVlxRrQgeYdSjk+ViJoJqhv7QMzyNZg==","signatures":[{"sig":"MEUCIFMHO9rQjU1zMkmcH3VQATsmUosVgG5Etow95PiNlo+bAiEAjVgm97iPq9ziQXNvbxi0aP8JLKYM/W9Tt8ZZmd3k1QM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110077},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"51258fb47f7668cc45dfe84270268cb3e2ef0ba1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-51258f-m3srndl6_1732281485903_0.6378705428460847","host":"s3://npm-registry-packages"}},"19.0.0-develop-5b1cdd-m3st2acg":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5b1cdd-m3st2acg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-5b1cdd-m3st2acg","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28e48ed809c8df740c37929c6b6cfe6a607f43ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5b1cdd-m3st2acg.tgz","fileCount":913,"integrity":"sha512-uSGIzecXPvt0UYuUeceEQn9Uj8q8zWnBt8lKzk2iLOqflG0GwokEM9xpQ5gz/NQlhTKuMhj5Ys1z/jVf0DldwA==","signatures":[{"sig":"MEQCIFxgTxYJ+mSllPAQC/Wbr/eSqE2XJlgoqYsYO20xNUKLAiB2Iv+BHA6CsvzxmzwsdigzlZwtEHgigvNHv1rJBeORMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5b1cdd7e1f18e00aa87a1ab44edd1e08ef25feab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5b1cdd-m3st2acg_1732283861246_0.5722181691124331","host":"s3://npm-registry-packages"}},"19.0.0-renovate-8b3924-m3st3f0h":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-8b3924-m3st3f0h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-8b3924-m3st3f0h","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1f90f6510359ffa88741f54d873a9e8a03c5aa1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-8b3924-m3st3f0h.tgz","fileCount":913,"integrity":"sha512-J40Y+IuH5IQjcYeZjbAmJJ2aCqpKzPoQt8/E/gpyHmtmqEcFibwdFGC+Xj8FUWurkiOQqVdElS9EXuO7ytw0Ow==","signatures":[{"sig":"MEUCIAyXX3OCs6RGhS+RHyi0/WPpViWVkkdy5bxBkehVS1sWAiEA1psQkI0EHWZOD3njxpGkCWt0uFQS7JmKnXTlzwyZwx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110077},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b392481aabcd5a58679ba230d5cf4c23bacdb1d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-8b3924-m3st3f0h_1732283913393_0.009176215861668835","host":"s3://npm-registry-packages"}},"19.0.0-develop-8ff990-m3sus58e":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8ff990-m3sus58e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-8ff990-m3sus58e","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e9b089ff2003cd184cf5aa6b8f0cf2ed48bb8867","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8ff990-m3sus58e.tgz","fileCount":913,"integrity":"sha512-YnQQb6T0gDa68Y18uRyLhx/jkYmiTnJxO24hUbKapNJPHXzWVMskwQoXliUImXkGGkT0jaD8101gLVEQLYyPgA==","signatures":[{"sig":"MEQCIC/XWJzqJEbAx/yebx42jGCe9bMc5VJzkYso/AX0uSxcAiAy7eLRFIwI2GGWtVeMNXZPMX4hRE8Je/KNYZxErJQSKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110076},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ff99007aa546133fff1adfdb1c2edd26f635d94","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8ff990-m3sus58e_1732286747511_0.4547079134601604","host":"s3://npm-registry-packages"}},"19.0.0-renovate-66277b-m3u0teez":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-66277b-m3u0teez","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-66277b-m3u0teez","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0d5eb84186131519cf58d61d429f7a5168c37f42","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-66277b-m3u0teez.tgz","fileCount":913,"integrity":"sha512-fXB370Crdc8Gs+cxqIHvYvCQDHLhqZmXJn7hyPkqR890B0cYuaizPaUzevoVXwGfjUz8mLf/tjm77kXSf9MnjQ==","signatures":[{"sig":"MEUCIQD7z53BsgW7oTa2j5qVpvs5dY4LeTBv9b8KFw69iXrU/AIgLAq89G2qQ/OY7wfi/j5tUJ3+yApHTj7jN3PeIrjWpUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4110077},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"66277b14f93192313b54d8b60ed917012113f12a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-66277b-m3u0teez_1732357349079_0.893991860113849","host":"s3://npm-registry-packages"}},"19.0.0-renovate-bb8301-m3u0uz16":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-bb8301-m3u0uz16","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-bb8301-m3u0uz16","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a6401cdaa695c1481a6a5763df3b4a2b85f8b6db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-bb8301-m3u0uz16.tgz","fileCount":913,"integrity":"sha512-P/H6xwzH0enuflehd7kBs0kmdJ74oUKqH7HqC7a2e1gfuGC/Wu/9IxwrsoU9a/E+lHJlX/theFnjWZ6Am0Lpbg==","signatures":[{"sig":"MEUCIQD1/xiUAe22EIeycxcAF78Ypeth76RGrTsgCvjdAJ5ozQIgcai0Z2XHWC9lGIrMFeNNAsjBX8YiL2i+GCh/zeZSGDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4123415},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bb83017e2befc31d61b1a5f2671828573698659f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-bb8301-m3u0uz16_1732357423185_0.979370781594888","host":"s3://npm-registry-packages"}},"19.0.0-renovate-783c73-m3u5qqwd":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-783c73-m3u5qqwd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-783c73-m3u5qqwd","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"375d7498d17215b070758e5772561894969a6fac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-783c73-m3u5qqwd.tgz","fileCount":913,"integrity":"sha512-noqvuFXBZmef8h4lYXSqx8z3OFN3O5VH8NqOzdECOqAyGl9qDoCWuXDaXvlMEvRsvOwsE6FuV5dH3744m0o2Mw==","signatures":[{"sig":"MEUCIQCNEAJXgkznVdWZl/dutaL8gYzPsm+VZOe2rPDwnNP5WgIgNAjZ2U9+X6LyB20Oe9Be+BbHcMJWr7AmTfwLAB0YlcE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4123415},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"783c7383a040cd65833d838095f6bf65d2fea617","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-783c73-m3u5qqwd_1732365624583_0.7503785563833532","host":"s3://npm-registry-packages"}},"19.0.0-develop-34c8ba-m3u5r8a2":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-34c8ba-m3u5r8a2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-34c8ba-m3u5r8a2","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"655dc2932ee996df2e6ffe2c7cfc3e02ba3eca92","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-34c8ba-m3u5r8a2.tgz","fileCount":913,"integrity":"sha512-BytAXer7S2AIC5eZ6eRSvJNE9PQnqu+1P1EeZGrwPiXh0+oWHL3GpdqngS5mnGdinnOlFRVBugDZlMO6KLFtrQ==","signatures":[{"sig":"MEUCIQDyD0tlVGeXd54AzfGf4tFja80iB91PQAxHrxQsOeCtewIgJMTVRbkP+i7Pj4DrbAuQ/7+9z4IYvktoz9y2KJMLyqk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4123414},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34c8ba06e058718373f60628ba77e44891411a8b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-34c8ba-m3u5r8a2_1732365647370_0.8977746950678973","host":"s3://npm-registry-packages"}},"19.0.0-develop-21c7f3-m3u9dcq3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-21c7f3-m3u9dcq3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-21c7f3-m3u9dcq3","maintainers":[{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"acc1fbd10396efe5b7976c3af5d7f2b67777be45","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-21c7f3-m3u9dcq3.tgz","fileCount":913,"integrity":"sha512-mBQVusB94RLVtFHUU2V+mt5X9uKiszQiXI4pkIKN+xmcGWCvU7yFevELR0qUIL+RFsbTLa7JYHzamqPBL2BEeA==","signatures":[{"sig":"MEUCIDyvUemCXYNhvG9u+w5E9NfmANtQHTEBf0/6tEWpY8c7AiEA4HzqRagW1ckN+IPPjbtnoDcxgf/mG9ZBu3ByEz2T5eg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4123414},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"21c7f354b3d2f70b9ae39441c2caa77694742212","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-21c7f3-m3u9dcq3_1732371717844_0.9413178540820366","host":"s3://npm-registry-packages"}},"18.1.0-feature-2c6e46-m3wqrria":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-2c6e46-m3wqrria","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-2c6e46-m3wqrria","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85d80745bbfd0b0aec348a0be587d665c1322606","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-2c6e46-m3wqrria.tgz","fileCount":910,"integrity":"sha512-9Jy1txrlYR1A4T2fYEaN26fDAv5+csJTYB4nHGUSqYpXpxdjhr14Xdl3gE67TsvyVd29OSJ3trAv7uC38tpklg==","signatures":[{"sig":"MEUCIQDtieZkk7vBtoT4ZfsiRxjJI1BsJBY7A94cyPcKQKCuJwIgMgM54Cg7dLuVZ6t/dImb8dij6s3aslt0aR7AxnwmGls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4043115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c6e46087e9498dc62f2798d44d41da38d23530c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-2c6e46-m3wqrria_1732521877820_0.6877362503158473","host":"s3://npm-registry-packages"}},"18.1.0-feature-3780db-m3wr1vki":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-3780db-m3wr1vki","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-3780db-m3wr1vki","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"435f9b821ae4f986cdb900412193edaf2962f6f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-3780db-m3wr1vki.tgz","fileCount":910,"integrity":"sha512-2I1PwmfaEBeI2xhJexyH2c542qdU9Hhxyc3EzOFipL1XvSjkQ0ApEenqXwc2h6r7qZ0hPgtIp8/U0KoLoIKOxA==","signatures":[{"sig":"MEYCIQCvnR285OWKGCn+qzCUkb7mfE3b2tm78opoRmXF/npPSwIhAPhhX/gDMx2pAz/mxiRLQIu5XzEz8++hJMT0mCW0uH25","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4043603},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3780db4c06c1e10976e1118f1c16318e97402cbc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-3780db-m3wr1vki_1732522348737_0.7961082246496078","host":"s3://npm-registry-packages"}},"18.1.0-feature-969ed5-m3wr8c4j":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-969ed5-m3wr8c4j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-969ed5-m3wr8c4j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba2d987b7010fbf34bcd7018f831d761ff350b4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-969ed5-m3wr8c4j.tgz","fileCount":910,"integrity":"sha512-O4GaONLyDoI4aOZFfmcb+axOiKS/d4gVmoRI0+FarLKEh2WJRS+uAnP4meChwcbnjSLhnZI6faEuDeRwROIlhA==","signatures":[{"sig":"MEUCIQCjgwAQ0gE+QpdtRYV8/9tmPUKEWa4GAZRzAFuiQ5E8wAIgcwNOrkSeE/3Pka9CBaMsXRn1UEj1VWaFlzIryA1eH5o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4043603},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"969ed5bb4684ae0a0bc7d48b20aa350c46e4017c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-969ed5-m3wr8c4j_1732522650258_0.09398893243141382","host":"s3://npm-registry-packages"}},"19.0.0-feature-83178e-m3x1skmv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-83178e-m3x1skmv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-83178e-m3x1skmv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08c7f306066c57a2b3c72bdbb9877f48bfe6185a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-83178e-m3x1skmv.tgz","fileCount":913,"integrity":"sha512-26q7Esf2fG3ihnhf7TlkylYZPyi6Ic2XohxXqO9j1IUA9G542csCdGy2gIMzUqYSUoGhqqsiIDy8SDvbu0+n7g==","signatures":[{"sig":"MEYCIQDMv83qWg965erG00GCWESB6uAnB2fjMAxTe1PkNMZ+PQIhANaqZJFQKGjAu84Z3wuTSCHNSDkZd9eYFFMjAmGMSUCe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4111861},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"83178e90f5f0c48f7d60feb2619c1d666298f1bf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-976307-m3e417ej"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-83178e-m3x1skmv_1732540391695_0.12759419019231277","host":"s3://npm-registry-packages"}},"18.1.0-feature-ee77ad-m3x27xu0":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-ee77ad-m3x27xu0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-ee77ad-m3x27xu0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c439b262b5360d52cb1ac666f421379a0f611f8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-ee77ad-m3x27xu0.tgz","fileCount":910,"integrity":"sha512-7JQhbmbIadqAa241EjYVgq8AZkBUNxC+blNUO/xCKR3fZKi0PmmyhjSdFEjGDrfFk2cziBfsssg7qhEBFlkLLw==","signatures":[{"sig":"MEYCIQCfJL/svyX1buVhO78CuK3ZxpaJ0UI2VXVo3Ad8afyoigIhAPzcyaqOUi3oX9AN7X6MAl/jecOS6JnuYdbt8pOa1L3a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4043758},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ee77ad94fe51b6bc5189e4fe22a85fdf17ba139e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-ee77ad-m3x27xu0_1732541109270_0.15207313249856647","host":"s3://npm-registry-packages"}},"19.0.0-feature-542fcc-m3y8kudx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-542fcc-m3y8kudx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-542fcc-m3y8kudx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f792812ec580949db225ab30c4fbba78b27f57d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-542fcc-m3y8kudx.tgz","fileCount":913,"integrity":"sha512-7Rsja7kPvPxbc/GqPW9dA0PGQt4dH7YJndBDPlJ6Mul5MIdQQQx+XI6wJ3WQoX3tabQ3nH4BhtiuS5hhVbwHLg==","signatures":[{"sig":"MEUCIQDBVjsX89lkuUCMLne9W6k0cptYp6mcq6hi3eWIbazxcAIgGn68Gh6U2KcHSlfSdog2+fxVIO8vqVjUaJ5IHOceTQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4125215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"542fcc2c66218b4cbd6648ac6671483be54640e2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-87f566-m3wopid2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-6740af-m3wpnig7","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-542fcc-m3y8kudx_1732612253584_0.3148865998801482","host":"s3://npm-registry-packages"}},"19.0.0-feature-6fadb7-m3y8lbmb":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6fadb7-m3y8lbmb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-6fadb7-m3y8lbmb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b0727ca236902c3dd934a3e2ad046cce258bc82d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6fadb7-m3y8lbmb.tgz","fileCount":913,"integrity":"sha512-1saKt6FNCLhO1WOo1eUJiWpH4+Drzu0FOtaGXsJ0Zvrv67Y3fBxVwM0aPu9B3pCU1FmEC/cQC2eVxirbRCA4zw==","signatures":[{"sig":"MEQCIFijSAZdhUf8jz2w/cCaT5SdnODbkUwViApPZWtg99xVAiB/jejRKChI6AcXqPP7WzcpcGXUAJP1EMXIlZMPSjWRVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4125215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6fadb74c627a2568e112cbe8a730dbdabb304f1a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-87f566-m3wopid2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-6740af-m3wpnig7","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6fadb7-m3y8lbmb_1732612274115_0.023925902642762953","host":"s3://npm-registry-packages"}},"19.0.0-develop-7d21df-m3ybmg12":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-7d21df-m3ybmg12","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-7d21df-m3ybmg12","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e06571d718343a196b9c4998ac8007a754b5f163","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-7d21df-m3ybmg12.tgz","fileCount":913,"integrity":"sha512-YSQe594Dngmhegwpg0Zcttn/W9UzyaPbAecG0UbIQr2euPYEe6XJ2WdkDUr52R+X755AWSCtsz9TJfeC/lilMA==","signatures":[{"sig":"MEQCIEBk0jkyjhcUWD5XvHb8gjTgpLIQTBogCcoQ9RAnHrCCAiBOmA03e8QjwfhkcqVnRwjzM82Gp9Mt6ix/oQyuMW5srw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4125215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7d21dfc71f8cd90ba9e4e50bad375be06d30885b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-87f566-m3wopid2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-6740af-m3wpnig7","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-7d21df-m3ybmg12_1732617366579_0.5365622781918677","host":"s3://npm-registry-packages"}},"19.0.0-develop-6fc98b-m3ygi9lq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6fc98b-m3ygi9lq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6fc98b-m3ygi9lq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c985bffacecd6b518da0ac46abe617fa8c92623","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6fc98b-m3ygi9lq.tgz","fileCount":913,"integrity":"sha512-Ht57EYMDwN0rShC1swa38EpjRJb1RkFbs8zxseo867XiZLnhcCVRvoy9ddq07R/8gQZ4XGq74l/vEUNAbend5w==","signatures":[{"sig":"MEUCIQC0e0un7C/rDE5gXTUsX9Y15Mph8hMaLjaC7JyF8kBkxgIgDolA/rey6QroHg3w9YY4yVeM1jpdPIiuIY4Jt09zF2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4125215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6fc98b27ed2c4f3ef2686cf311b91bc3d950fd52","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6fc98b-m3ygi9lq_1732625569034_0.04438194827725672","host":"s3://npm-registry-packages"}},"19.0.0-feature-bedbc7-m3yifsaw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-bedbc7-m3yifsaw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-bedbc7-m3yifsaw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"26f006e61ccd497f21da8bf2594adbab7165eb8b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-bedbc7-m3yifsaw.tgz","fileCount":916,"integrity":"sha512-wwxBDMgc5+iwj0aij/SnjZOQM7agGFSff/j/gspg5wbJBWal0JRRk+pBQrhen76HvLsVKdH1Be6yVxoit19+xg==","signatures":[{"sig":"MEUCIEMuMHRyKfUFcZQVwu3tnitg1btEqQSIAZqK7JB9fB5qAiEAn/ZRc4TOfnQ6W7jPGEXokp2FoZN4zmXJtbNsSozKyzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bedbc7fe3145105e2a433f961c2f99769ecfae95","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-bedbc7-m3yifsaw_1732628812762_0.5269227946476973","host":"s3://npm-registry-packages"}},"19.0.0-feature-428d68-m3ykyoqi":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-428d68-m3ykyoqi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-428d68-m3ykyoqi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28739b61327f0b3d7115a80f38f40e1820a86441","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-428d68-m3ykyoqi.tgz","fileCount":916,"integrity":"sha512-0AJC9z+QelL298Aa6dc6iH1lZdlrQQzRNntatvkqdLh5F8WYr1Pa9DM1Rz5BwI5fEcTJBJPWsa7/Z3GrKmoanQ==","signatures":[{"sig":"MEUCIQCM48oXHMVwSLftwcXxDtn4UC2PooEvFlam9QJsVANqOQIgYMTg4u9GfWWm0q0GYXE1Y+LM5N/fz56BDMXjzFPXEzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"428d68197f5846c1a6f93fdae6fb5f3d01176c1e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-428d68-m3ykyoqi_1732633055610_0.9702252439560244","host":"s3://npm-registry-packages"}},"19.0.0-feature-ab43f9-m3ym48qm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ab43f9-m3ym48qm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ab43f9-m3ym48qm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"990061f6cf69d15bec23f3be788360a6ffc9fd7c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ab43f9-m3ym48qm.tgz","fileCount":916,"integrity":"sha512-aFOligjPrL7LCdh9J6JARw5F9VR2VYk43TnyMlqxFkD6IhNqQTdjocJ6o7j0cZuBem8UXUP8aJ6qfaF91V6YOg==","signatures":[{"sig":"MEYCIQDzBfEhf+xhMhLd2KrRi3Tl9fBSwAFZRqc8n7j85moSIAIhAMfH+IwWHlsAOVEx1mqWPRESbO67SlVx88YZmGZL3hMo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4130682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab43f995aea5509bc6ab7fd7c90aaae027df754b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ab43f9-m3ym48qm_1732634993100_0.6345425635186148","host":"s3://npm-registry-packages"}},"19.0.0-feature-7a2582-m3ym82nc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7a2582-m3ym82nc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7a2582-m3ym82nc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"062283c467ed88bff476817bebb680146e7ad52c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7a2582-m3ym82nc.tgz","fileCount":916,"integrity":"sha512-+uEELqhi2Q0K09hm5K2rbsLC8a+vBn9DC06Y6foOXOyRZsFMTOJe9MXIE2L7U8+xvdkDIdm04Ey/9zc0zLwAQg==","signatures":[{"sig":"MEUCIHDmpDQyH4iBuTtfVU0BeJTTIkXAtv1m5oQaIswQx0sBAiEArXqfsBsVEMUPXYzhns0P/6Qpr34ylprW1XPkz+Kl7s0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4130682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7a2582df866fbfbd93e816b491562113a64d1973","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7a2582-m3ym82nc_1732635173233_0.09920844641133408","host":"s3://npm-registry-packages"}},"19.0.0-feature-8c7a76-m3yq67mg":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8c7a76-m3yq67mg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-8c7a76-m3yq67mg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"33b87eb715f534c6d9e602facb256e5aad9faee3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8c7a76-m3yq67mg.tgz","fileCount":916,"integrity":"sha512-Ni12vxRyEoIkZoHPMQKjftKQRsF124DUl+I6/b8oX468yhilncYzeP1Xnzh+0GM0gJe0QSM25FlGUzTDDxo3zw==","signatures":[{"sig":"MEYCIQDG16JAKpM11JPLzp2CHLpOuqOiHf5OQAqqAShbQDrP9wIhALo2iIiqBWYSzcbyXjECYFCcLwM81kvrNHB9ZIQEe1hG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131595},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8c7a7600bf541d24eabfaa8a1016fba83a985e45","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8c7a76-m3yq67mg_1732641803699_0.7108353797323983","host":"s3://npm-registry-packages"}},"19.0.0-feature-96e78a-m3zmw8v9":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-96e78a-m3zmw8v9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-96e78a-m3zmw8v9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d98a2fcf74878b1fc714995746bf2bb398396dd3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-96e78a-m3zmw8v9.tgz","fileCount":916,"integrity":"sha512-za8iBdtWS1j5OQthKioxCBmiiYOZoms8kNvv9el+7idUApAaICL8Lk564BoY06rnjxUKuu7SPtYwnX9tnt/+4w==","signatures":[{"sig":"MEUCIE/Wki+SPr6o6mLi8xt4U6b9xSqsC3PcNX7rpf4UyHbcAiEA/q/vs0upVfIsDLc5y1BGyQ+V0aiz3SY8UQbvbw+N2Vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131645},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"96e78ad89c416a30a20bb0fff90e1eaadd614e53","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-96e78a-m3zmw8v9_1732696766323_0.28840318889270744","host":"s3://npm-registry-packages"}},"19.0.0-bug-473f0b-m3zpa3t8":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-473f0b-m3zpa3t8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-473f0b-m3zpa3t8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e4fd6b6fdba77490dcf91d76b729ae9f2183a6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-473f0b-m3zpa3t8.tgz","fileCount":913,"integrity":"sha512-gVlFa3oR8DoK/AQjzuOnBwJ6xBBwne4K476aJG0PY5vfNogetPt2MdBZnHavW9mznEXSBnX1f6cpp5DQa5YDgw==","signatures":[{"sig":"MEUCIDfHa5aVv/tpwWZOeK3ph8nErj+vgXr3MWzXPjAix1ckAiEAirBgILj91H/5k7zyz2FVjHuKg+69LvusW08JPog8FB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132803},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"473f0bc022cd74967cb361c187e0f5d8fc219933","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-473f0b-m3zpa3t8_1732700772511_0.8838869480390998","host":"s3://npm-registry-packages"}},"19.0.0-bug-56251e-m3zpnig0":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-56251e-m3zpnig0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-56251e-m3zpnig0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"79328092be2c8f3a8473c8fb98b3b161c82133a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-56251e-m3zpnig0.tgz","fileCount":913,"integrity":"sha512-ZX7ndHpPucaZyodO3l6m/anN0f2/gkr+QM/BtptQ6nOoUREiHyklk+TM9JhBhNlzjOhcqZswvG41c3zTXjNfow==","signatures":[{"sig":"MEYCIQDd60jCKcTkCCVsB5hLzoivkHppMKgqMwln5ttBj4BeOwIhAOVkt1/dGwfgb+0ms+oV05KlXnXiW8VXeom1oq3Rj5yT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132615},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"56251ed3e0e0789c9d647563e35dd2c9dd26b8d0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-56251e-m3zpnig0_1732701397241_0.538175193681508","host":"s3://npm-registry-packages"}},"19.0.0-bug-46edc1-m3zpsec3":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-46edc1-m3zpsec3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-46edc1-m3zpsec3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd86a500388541673cca508097c0a126f6b28c4f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-46edc1-m3zpsec3.tgz","fileCount":913,"integrity":"sha512-ONuEuvo552CM+PVy8VphYTUJn75My6QcKh6tXv0Bc9dmxMm6LP2iWnsv1gfSmcXOnIz4zJ5h7R9lzuT3DW2P9Q==","signatures":[{"sig":"MEUCIQCsC1Jzxe+bb7rxkMmFjbgKCp6+pbaCB5p8rwqKLQAdBQIgG7hpXeLmbfvEaYkYHaDZ+tYUohb1cMk/ThdBKUwPKls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132879},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46edc186de297ee09c95a8997ef61ba73762c22f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-46edc1-m3zpsec3_1732701625930_0.419392988873331","host":"s3://npm-registry-packages"}},"19.0.0-bug-8ba112-m3zpwl3a":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-8ba112-m3zpwl3a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-8ba112-m3zpwl3a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1d81f73918558c9779c7f15398d4d824c1bbf3b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-8ba112-m3zpwl3a.tgz","fileCount":913,"integrity":"sha512-5yuM3dZhjCgbrZIAkk3CsFbPfCw5Lg+7rvUuagsqltCRm5yrr1YMFI+hGdHZ1T1PLCLnz3QjxJ4/YnDMi61WPw==","signatures":[{"sig":"MEUCIQCLTPqJF6PVG1EmQfel0Oorrr9E3RWu6qAn47b9joudhQIgZooz3+FoaCm2Bc5w/Cvz6O9iX48xVyk8AEvr9V0c9kI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131470},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ba1124fef0679a44a74caf3919cdd200c221955","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-8ba112-m3zpwl3a_1732701819870_0.9543402770355827","host":"s3://npm-registry-packages"}},"19.0.0-bug-3861a6-m3zwnjiw":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-3861a6-m3zwnjiw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-3861a6-m3zwnjiw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"063a858d93e1f30ba5e2eaa221133cafa1732a7e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-3861a6-m3zwnjiw.tgz","fileCount":913,"integrity":"sha512-xEl85GiEGU1s+sqwER1S270qTxJwpSrF6CKrWQPSeP0Msck2aFjR+VPUzqyot6tvrIdHfneSPPJrQUUSxFMbMA==","signatures":[{"sig":"MEUCIArwBiWIBr5XgkUSi4WFDgGiDtH5TAEQxf+Y3cB5qnTHAiEAvL7uA6VvxNDzkuMTvPAi0w6kyZZiSn1X4iq0+JdydIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132522},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3861a66db16b25df7733db6d082b1c00965a86ed","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-3861a6-m3zwnjiw_1732713155961_0.3937446862887415","host":"s3://npm-registry-packages"}},"19.0.0-bug-da178e-m401jwjc":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-da178e-m401jwjc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-da178e-m401jwjc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d3b3c32495b4f749146137d69e5c9b44f8cd4e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-da178e-m401jwjc.tgz","fileCount":913,"integrity":"sha512-TMh4RpADv8r02XayzsH6byPSygoScJ+Or2GxS/LGbryk47cPZkq+WPfq79xRBlnM2jI1KRJGpVI4j3PVTE892g==","signatures":[{"sig":"MEUCIQCHomKqPQBx7FPl1t9KZEgjUoAPkuWpk/lNWWXmRDDO8gIgZf0QIfgimwO7U8zKv7Jf9ofTLuj5FwipeZd8HUTvUac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132522},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"da178ebd2d1bb6f3d55799b623f284070a7a73d4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-da178e-m401jwjc_1732721383596_0.7776899353073452","host":"s3://npm-registry-packages"}},"19.0.0-bug-0cf519-m4026fso":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-0cf519-m4026fso","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-0cf519-m4026fso","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"60e7250bae6cb525c9b7020312bc07fcb0c5669f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-0cf519-m4026fso.tgz","fileCount":913,"integrity":"sha512-3d9LRESR/3iK9aJkC8UNUWHy/gJNdh9vpIKV+OGAXvxSdRPmelqbGJE+IAuRJzXm77sLpwVg1bYl6CSIhs29Sw==","signatures":[{"sig":"MEUCIQD99WUiNZdb2eVlk+FLOwOZIYtKSb6bdZx59stFhNSPsAIgLt/9w+i7T9K6S0CbL4WQ8G5iViSkrDX7CtyUJThnW5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132522},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cf51980e115119c10e2f17cf6f58ee11e255112","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-0cf519-m4026fso_1732722435218_0.36655327835971563","host":"s3://npm-registry-packages"}},"17.2.1-feature-d06328-m414g2v4":{"name":"@5minds/processcube_engine","version":"17.2.1-feature-d06328-m414g2v4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.1-feature-d06328-m414g2v4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a0fdb3cade121b0602a483d50ccc8a33406bd0f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.1-feature-d06328-m414g2v4.tgz","fileCount":898,"integrity":"sha512-RkZ00aGS0mqNBM5L+84eItTv4O/Zif5+0Enef2zYYVCKzZ9FjnhQ4OlJz7EnlXIcM+dmKTFKNSTitIuTyu8e2A==","signatures":[{"sig":"MEUCIQCWMKwzbMtqmRWSc2V6BnzM7cfq+13GJqCj1LXYwOjzbAIgB0J57jqsNxGLTfIILDu0R+wG7f/x+8JZ9QGbFElaWKA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3979772},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d06328c92e8b278839fe2b1861c6489d143fc40e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.1-feature-d06328-m414g2v4_1732786710095_0.6044120862821925","host":"s3://npm-registry-packages"}},"19.0.0-feature-5b97db-m415e3xt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5b97db-m415e3xt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5b97db-m415e3xt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3be5fb75a5e00b435cc712a99cbb3eaeca4ff937","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5b97db-m415e3xt.tgz","fileCount":913,"integrity":"sha512-NhEg9/89VOszdmSDZ+8jIMWJTgrySB1G/S+RyY0OlgTQ5sNiFdzXDEPyyL4kE1eYvuX8kBmrtHutvnJY5+SXAQ==","signatures":[{"sig":"MEUCIQCAllROJpr5ecXDScdzc05Xe6vmP/icuwDBEh3FZJq61AIgPalKCBm8CBbw3cCSeYYsgq7kRgS7xKENxl7qfAzq0xA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4126191},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5b97dbc4466991f544f1a7449376b2bdfe2000db","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5b97db-m415e3xt_1732788299041_0.24716084392321225","host":"s3://npm-registry-packages"}},"19.0.0-bug-06df74-m41666wk":{"name":"@5minds/processcube_engine","version":"19.0.0-bug-06df74-m41666wk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-bug-06df74-m41666wk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3f54497cc528c7ced5ca7db251f9475762148250","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-bug-06df74-m41666wk.tgz","fileCount":913,"integrity":"sha512-W05BFNLN9U7eRxrvvySSw/37DqwKwNi0mL6YRRqAM4la1jCCw0GLTu+OPTa5towYQgdsVJ+UFqTut9HkSby0Qw==","signatures":[{"sig":"MEYCIQCRahws9GQHNx2xvSQV2l7tU67dAy2yG7xnikllis4D7gIhAPr3iB7nVIlgMq/lRoSSpgVQhyS/A4y9tS6Dj9IKVzal","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132522},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"06df74e6e48c3551ac3695683764dfcb77adfa9e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-bug-06df74-m41666wk_1732789609037_0.4555415680299322","host":"s3://npm-registry-packages"}},"19.0.0-feature-a93c8d-m416yf52":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a93c8d-m416yf52","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-a93c8d-m416yf52","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"280343b215df3317f215f66d76d8270d817c1083","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a93c8d-m416yf52.tgz","fileCount":913,"integrity":"sha512-mO3FNzmnsxkGzooev6LcJVGEXcd9aMQ+2fKNVsD5S6Qt6GfGBU06AdaTdJS1hi1OM26WpHMoHYNQmE17LlBzjw==","signatures":[{"sig":"MEYCIQCY3Fn288kz6sPOcbYkdPHXBtKeEX/MxfC2TXewrsGwCAIhANZbTK5Ie+Gv8sHUD1FAza0UvKX7VIM6/KZjlHRedpRu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4126191},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a93c8d533e20549f5f03f6565b8cc3d2a941d835","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a93c8d-m416yf52_1732790927869_0.47230117909575453","host":"s3://npm-registry-packages"}},"19.0.0-develop-03f700-m4184uwa":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-03f700-m4184uwa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-03f700-m4184uwa","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"551380cf4bcf7dcbdbc29a9b771e929e025bf817","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-03f700-m4184uwa.tgz","fileCount":913,"integrity":"sha512-Tbd6EV4AogK9krbSXW7II1EV9dh8oQFKqyG5xZLxCGmFUTmGt/0JS0wuGpT+0j9XlRPVvnGvyVhCWccmudsDsg==","signatures":[{"sig":"MEUCIGZ8P89iMHPefHL9M361Bva15d+dCdP0SdZ37L+ZXnRHAiEAiP2AxOA1hMtd/r/lquSGhWBeHJvsTVYbf0sdvANF1UE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4125215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"03f70074702dc8d08812ddee2434377554ec73c8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-03f700-m4184uwa_1732792904904_0.016594346051609143","host":"s3://npm-registry-packages"}},"19.0.0-feature-0ac07a-m4185vqy":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0ac07a-m4185vqy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0ac07a-m4185vqy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bb8daa746fe3bdee393dac9c65c2c4c03ab41d5e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0ac07a-m4185vqy.tgz","fileCount":916,"integrity":"sha512-BJ4g8lG4E9UI9DX9mhHTg08YFtN6GSnWGhekRTEf3yIME12eYnj7m8edf/nrjPF09oy2hSixaO2uKf6V0xOyoA==","signatures":[{"sig":"MEUCIEZPvLhSfOavA/rLHLysAaa+X6DAZagx/0ZVWxDUdY9tAiEAg/8ETxICsLpErqffWOid7T6ijhPaqS2Gxq73Y1oZI3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4131645},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ac07a9fb685cc6f6afc30510cd1940e9353b43f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0ac07a-m4185vqy_1732792952237_0.10682855313828976","host":"s3://npm-registry-packages"}},"19.0.0-develop-90c286-m4186z26":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-90c286-m4186z26","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-90c286-m4186z26","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"70f0e4b5f07b1a021dfb94f2b909c71cd7da72f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-90c286-m4186z26.tgz","fileCount":913,"integrity":"sha512-VIfx+n5Kn+EA/mBe8+r4Z8BJM1PhsnjmXDe0TK8weNwwBdkx2uAAtIWnLjz/p1Y4Du1V0o1NoEka5lCwgBx7uA==","signatures":[{"sig":"MEUCIH/tu32BsAOn2w/qcddG+NK3lzz1t+o6nlcMXWU72g88AiEA35oKFYvfj5LHI1OJNJvu1XaNpmSmYNk3qoXztupmshk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132526},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90c28669e89b9c2f4de07e4c0ffc9f049d8571c5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-90c286-m4186z26_1732793003883_0.23066492307405784","host":"s3://npm-registry-packages"}},"19.0.0-feature-0bd3ce-m42lty0g":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0bd3ce-m42lty0g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0bd3ce-m42lty0g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ff2cc5690dbbaeaccbd8a346884d63270d1618ac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0bd3ce-m42lty0g.tgz","fileCount":916,"integrity":"sha512-mldfa6RzGGJwdSz4U1k/ekm1BoQAUlDYddxNkwuWd2X/n9mN3/Py/ESYOoLbMcjT49NE2QYcDFrzYmcmH42Y8w==","signatures":[{"sig":"MEQCIDKqlBvR888QaLiKnwrefO4XJhnBf8oxnV5HlkTpWDUsAiAT5wMPKp8fmqyUxlS7jJlNOLUjK353wkRlWKB92/bFMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139292},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0bd3ce864abee967590dad5f24a480b19b041232","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0bd3ce-m42lty0g_1732876376912_0.3224440445070931","host":"s3://npm-registry-packages"}},"19.0.0-renovate-037021-m465d9ot":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-037021-m465d9ot","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-037021-m465d9ot","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b12f961a05344113fbfb36b8561bea7ea76cd6d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-037021-m465d9ot.tgz","fileCount":913,"integrity":"sha512-E/hiO/DAZB2T+EkOskhavcxqFYHwaSAP32UvyuK6jL623MVBB4aO2Otvl30nJtSkXy2Q3+++h9C7kcASi8SKuw==","signatures":[{"sig":"MEUCIQCsaiwl8JZahpCAMDysrxnygP1D2X2K2jODPRehqINwEgIgHiCmNgWYcYxfmBrtvd24LcNBx1V8WXYmEHArRyiLp7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0370216da4a4ff58cff076e8dbf18114bf887370","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-037021-m465d9ot_1733090590701_0.8538620281430338","host":"s3://npm-registry-packages"}},"19.0.0-renovate-47fc6a-m465du2f":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-47fc6a-m465du2f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-47fc6a-m465du2f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92cc565a701da6ab57e45857e93b60dbf7289546","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-47fc6a-m465du2f.tgz","fileCount":913,"integrity":"sha512-rGVIIa5Rfxq8c+wedAp2YjhMIeJ3ZO/74VhGLDuIqW8QEeIS1NKIGpkEYKJ7HZTCcWOG5dZZ6l+vU7TpA0F6NA==","signatures":[{"sig":"MEUCIDRTl1sonApeqvapo4d3Qb0nslSBMgJCnyVzJorki0AbAiEAn5Fd6jSXUAyphi7ooYV8iMIfIAJxCIf4jHz1Y++uIjk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"47fc6a367be1dca5ea75606c255c4dce86170439","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-47fc6a-m465du2f_1733090616417_0.22179197637837178","host":"s3://npm-registry-packages"}},"19.0.0-renovate-6d88d8-m465dwgi":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-6d88d8-m465dwgi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-6d88d8-m465dwgi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cfd929b91f6e1c0b3d5c89e4645b9412ecaee5aa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-6d88d8-m465dwgi.tgz","fileCount":913,"integrity":"sha512-ISRBok9S4bfiIqi/CFUVfY6Qh8gQHLvlHW5BRXnVBGzqVI36X0By11Jm/nJRDlor1noEqLnHuWrqCn3MzcztBw==","signatures":[{"sig":"MEQCIDRSb3SwlGx6h4AxUNATovWcEZrJDOBFtbdWSVcX25aaAiB+UwEjydY6yXzcs6RF7iCvWnBX9ZpBwYdO+xAWt4FrQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6d88d887c9681a0ef8abb8cf39584727acdfa928","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.4","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-6d88d8-m465dwgi_1733090620133_0.38105553391127134","host":"s3://npm-registry-packages"}},"19.0.0-develop-83f913-m466um7n":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-83f913-m466um7n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-83f913-m466um7n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7ea8f2de1aea489d5f0bb13c491f451b7bbf7b6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-83f913-m466um7n.tgz","fileCount":913,"integrity":"sha512-KsrGVfIBgdWlCfdt3VUyyzy0x/+VR5KDeFfClZazry+ifblFX4rfjQ57zR3u+N1QR9ZBOyxHuYsX7zW9oJNi7w==","signatures":[{"sig":"MEUCICN6S9/Be6tId/7KuBYRenNUCeDLxxz5YOZvTH1fI/GnAiEAgp++P6NCogCRiBcWr9e18Zwo6cRrJIVF0tiiobQDW+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4132526},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"83f9136d1492dab5b4c3b5785af20ed6dcebfaa3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.5.1","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-416ae3-m3yaa7oo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-83f913-m466um7n_1733093078427_0.8764495160629155","host":"s3://npm-registry-packages"}},"19.0.0-feature-69a72f-m4677pct":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-69a72f-m4677pct","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-69a72f-m4677pct","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3a915fbcdfd1e52a61f587039912736df71b53b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-69a72f-m4677pct.tgz","fileCount":916,"integrity":"sha512-GNvzQsuly5hki1J7MjuypQKYYnD805+gSpl8aGSFFsQpcSaELW15izzjBhiH6nwUNhrl0xkeS7iAnhHgITDGaQ==","signatures":[{"sig":"MEUCIQCC3XyJsm7qDqnkIcQKPOvVoDD4JjCIyVGJqF7TxIkyxgIgMZcP4lXEx266YupNnFyfLlGeakBVGvQjbwHIz/UHPAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139292},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"69a72f633c3f2f1817d61c58113ed3f18219976b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-69a72f-m4677pct_1733093689477_0.6050353911298316","host":"s3://npm-registry-packages"}},"19.0.0-feature-6e16bc-m46x4k0p":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6e16bc-m46x4k0p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-6e16bc-m46x4k0p","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"476763eb624d5397a9cf3f4aae0d7687edc65a50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6e16bc-m46x4k0p.tgz","fileCount":916,"integrity":"sha512-gAenFDe6bt1UtXFIRXxcmoPLCxp+MSJXSgRjIr5WvDA0o8ZECbg60NoMmt8plwnVbGiqOx8BGNTkRj4sM2eV7g==","signatures":[{"sig":"MEUCICt+WoWQvnU0lUCwiSExrPzU2vskqPTxB9SrdRmqNaFuAiEAheVFHopYYqbqT2ouKXuVKM7ZifWMb0vWpz+ToFfVq/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139297},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6e16bce349fead19e0bee355b4bbd5d9b692c992","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6e16bc-m46x4k0p_1733137213139_0.14883342309844538","host":"s3://npm-registry-packages"}},"19.0.0-develop-6affea-m470gmmw":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6affea-m470gmmw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6affea-m470gmmw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"26d085f254bdac9c1f6c55984610d0aa2cb5910f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6affea-m470gmmw.tgz","fileCount":916,"integrity":"sha512-Nm2aPwYpgwtwraETfj20OFws0ArXREZdk6LM13ipoagdPhWOrTiqJ3E5g8MxScMGm0ZT/7ufpZWNLTS1AKnG3Q==","signatures":[{"sig":"MEUCIGNCM+Wqdw8tnZxTbLtPylcMcm88/yK1NHkHjHq2I9Y9AiEA/7wEoC7W8ohPS/DKMpRStalXn7MmIewa5dMB7tLuF2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139297},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6affea16fdf9b036990657ccb57c8e4105b5d2e4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-603_prevent_infinite_scripts_from_freezing_engine"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-eff1b2-m3yd4pqh","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6affea-m470gmmw_1733142815697_0.8083450831580541","host":"s3://npm-registry-packages"}},"19.0.0-develop-f81231-m471x6wv":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f81231-m471x6wv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-f81231-m471x6wv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2638394deb5976326a57ca4ebb0e037b2cadf206","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f81231-m471x6wv.tgz","fileCount":916,"integrity":"sha512-fPQuXCFPe0DcOT9eaSr3P8ygpP2lNqQbd+vuVU4VNJukyak9iOWPJis82chdbmI4HZF4zEomQW2mgm32WMtE5g==","signatures":[{"sig":"MEUCIGRhFdnX4BqZjkSomQB/O1y2qQOlCrD3AgS07MhBM6XmAiEA+xryKhJqTbKz5PAbJvxwdfUqY4d3Dqu56yS2vKk20cY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139265},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f81231846cc45b81d4d15cb50265ba3ee967374f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ae8fc8-m46z2h88"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-df0e54-m46z917v","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f81231-m471x6wv_1733145268219_0.2539952582051259","host":"s3://npm-registry-packages"}},"19.0.0-alpha.5":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1cb999384779231ecb51ef7ed2140d06aa76e812","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.5.tgz","fileCount":916,"integrity":"sha512-7PBrBX0hcuLi5/H1MFLWvl0+aEdNQjPe1iwfs6jfL122eRgxLWyvjLb8ZewA48NfjRSaoMTIIxdDjP1yQU4EMQ==","signatures":[{"sig":"MEQCIHpm4C8c6+KyCIzjQVXwaqI24YuBqeiO1kjIFyOfJ+QEAiANiOovEROWJhcVpRANZLT5GCHgvTeWcyRBCuFKl9Istg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ccd08d1a26959716b51f48c9be25e5cccf36ce9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.5_1733163622965_0.8106664149926686","host":"s3://npm-registry-packages"}},"19.0.0-develop-4ccd08-m47flulu":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-4ccd08-m47flulu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-4ccd08-m47flulu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e0753a554e1c6e3cae096270028251fe7811f93","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-4ccd08-m47flulu.tgz","fileCount":916,"integrity":"sha512-NwRmJ6TcQx+SvJ+ciCXqYG72KPwHO5BpKR4vsGivy6xPPRUda+iIvnBbwFieKfYnvgbuoaDeLLVK4ZbuSMFk+w==","signatures":[{"sig":"MEUCIQC5Ya3EQmwtsP1V2O6J4hDKKSVgq+9n3+Gxxsqlu03GkgIgbN3G3NpK4htbePx/4eW9VatI83nVH3GSFiix1gbZtS8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139233},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ccd08d1a26959716b51f48c9be25e5cccf36ce9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-4ccd08-m47flulu_1733168253549_0.9234585772026622","host":"s3://npm-registry-packages"}},"17.2.1-feature-433052-m4a11jyq":{"name":"@5minds/processcube_engine","version":"17.2.1-feature-433052-m4a11jyq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.1-feature-433052-m4a11jyq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fa9643da4e8ffd98c6193e242fd5de46b05b443c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.1-feature-433052-m4a11jyq.tgz","fileCount":898,"integrity":"sha512-qZug76TNm9VBR6MNExL3fMhpQIuIc549C+6+HM3kv/QNJSXaRAIF0T5u+kKwdrhV9bObJQSYWjr+JIiETh828g==","signatures":[{"sig":"MEUCICwMTf/Clk7OxSm9vsPUAfM/y3bcrEPWh9s035V74n8rAiEAsSnBkXb+BMUwkTv6qumtPYUOhSCC8oFN/TZRrFt33pc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3979121},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"433052e31f70be7adc023011c77e0110dfe6aaea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.1-feature-433052-m4a11jyq_1733325190008_0.608096168180633","host":"s3://npm-registry-packages"}},"17.2.1-feature-7c02b5-m4a219pn":{"name":"@5minds/processcube_engine","version":"17.2.1-feature-7c02b5-m4a219pn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.1-feature-7c02b5-m4a219pn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"283a9cb3843eb0584a9ef2a973f67ef9aace34b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.1-feature-7c02b5-m4a219pn.tgz","fileCount":898,"integrity":"sha512-TwpxD5v/VSXMY8sXTBn7Jb4Q3E5vVjm3snzPhBnKl1YIMkeGfUsw3LmmWvXr+T0c/UHYIG7OkS8k4tQFig+wbg==","signatures":[{"sig":"MEYCIQDdNLpBFRa1Mc0vD1b+Z9adePlg+rR67ZsYfqtjAwg9DgIhALsnRtzfb9RgLmBiXTVmQ9CYYsXCHFSWPKjAEaj+J/4a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3979121},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7c02b5a692fcb508bafeaf14cc85ac7fc2726429","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.1-feature-7c02b5-m4a219pn_1733326855932_0.8171455953934088","host":"s3://npm-registry-packages"}},"18.1.0-feature-240b33-m4a346av":{"name":"@5minds/processcube_engine","version":"18.1.0-feature-240b33-m4a346av","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.0-feature-240b33-m4a346av","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2bc234f8da43db263232f02bda113afda1c8e503","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.0-feature-240b33-m4a346av.tgz","fileCount":910,"integrity":"sha512-uARFbM/iTcPCU98xG8oD6fg5VRaWyk/+s7kBhbSP0kMb/1+9P1FmjURSpAbEIRdkXrvD9Pqal1x6Gr/AWny9Yg==","signatures":[{"sig":"MEQCIFoG0MBqrx5Ye1Jjc6SME8NKPS7b7C/u1oK4cZZb/5C3AiAcJiSEcHWaes7btgTAD3TKLWIHKCqqVb3MztqqFFhh2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037829},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"240b335fe311cd214bb8e3b429bb4f475b69b4b4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.0-feature-240b33-m4a346av_1733328671091_0.9780917951433208","host":"s3://npm-registry-packages"}},"19.0.0-develop-55b899-m4a555f3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-55b899-m4a555f3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-55b899-m4a555f3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e1c8aa168d9835e34c110b10aad876c37b35e3c2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-55b899-m4a555f3.tgz","fileCount":916,"integrity":"sha512-eDKPBKyAQdH4bMh60x2ppZv5s0RfkMSWUqWVPBRz22fRLgLyIhYn8d56iZyvGea1ul0AR9lkzT8sc0yqcVef+A==","signatures":[{"sig":"MEYCIQDyZJunN8N/qSUSr0W55Yu9j7EBQjmacAhAjaqyx5yV5gIhAJyWjjExWxyRBhjk6LzwNPFkNaCbhK828E2ugmg94QC5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140142},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"55b899456e25063430a4dd8870720a82bd4f9c65","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-55b899-m4a555f3_1733332076060_0.2661681719591291","host":"s3://npm-registry-packages"}},"18.2.0-release-ad1e3c-m4bd65lb":{"name":"@5minds/processcube_engine","version":"18.2.0-release-ad1e3c-m4bd65lb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-release-ad1e3c-m4bd65lb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2d9c58885b1cb0b33bf16692cd534d2b25e7dab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-release-ad1e3c-m4bd65lb.tgz","fileCount":910,"integrity":"sha512-OsseYKh83JlIKq1K3U69Vn71KpSq6a7QLzQvd9pzrWiNe4yWSOejBCutQfvdo4oI8HnQRYnFtuhJyanFh+Ebgw==","signatures":[{"sig":"MEQCIEK6jVZyOxbNIB0EDafkN0Kgy6NQjT/DQ9yBRp2RmUI3AiBWXPsce3O89eaFX3X6WPMSQyu+GzjU/g2UFTKLZUCR6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4044681},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ad1e3c8f1425c13bca1078c50a0e222b0cbaa2b3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-release-ad1e3c-m4bd65lb_1733406026309_0.13349168758473762","host":"s3://npm-registry-packages"}},"18.2.0-feature-5a49bb-m4bd6wqu":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-5a49bb-m4bd6wqu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-5a49bb-m4bd6wqu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d1479f806cb864da1902a6d1937c2a57a4d0b26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-5a49bb-m4bd6wqu.tgz","fileCount":910,"integrity":"sha512-WcLPtCIn8Esq6UtU44YwO8TkkXd64qcKDwgopgKZoI8gmL+wkC3/XnbPRwLf5chpZ6VmjtZbWY0GlVkveWjhUQ==","signatures":[{"sig":"MEQCIEFPK0Udh8ZfHP6MtpUZpWYp92f+4Glxta5+InKxu5jvAiBxPfWLng7pOJzt6aQFFqGPHQZKYO8K16dSNhk/EhWqeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4045937},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a49bb05ba6634f15d9c45e696a3aa2d05ba4c32","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1779_extend_event_middleware_dumps"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-5a49bb-m4bd6wqu_1733406061017_0.7113749014534105","host":"s3://npm-registry-packages"}},"18.2.0-feature-f7c4fd-m4bhv27n":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-f7c4fd-m4bhv27n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-f7c4fd-m4bhv27n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6a51a750388887b6d21044ef9528b274354ad825","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-f7c4fd-m4bhv27n.tgz","fileCount":910,"integrity":"sha512-y7QbawnWe6TIhk8GdFXHk82xMCvgR1f/pIhcU6D9ouwBezkglsjfD5AZqs3Rpd/LcBNV7YuGPAC3hSuQxA6pWw==","signatures":[{"sig":"MEUCIQCLjNp1A7EkMAg3OgEoIGmwZSC8PBodojR8UbXAMflgGgIgaKMmNRAcYByIZLyFcMG2teLC6YgXf61ZLsE71WZAKuA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4046655},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f7c4fd614a6e064ae42d91bd0a06f45fb9abe105","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1779_extend_event_middleware_dumps"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-f7c4fd-m4bhv27n_1733413906785_0.45870309878001714","host":"s3://npm-registry-packages"}},"19.0.0-renovate-40c8e8-m4g52jg0":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-40c8e8-m4g52jg0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-40c8e8-m4g52jg0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f616a84db1530ecab3317e0cc1a068a198e19d43","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-40c8e8-m4g52jg0.tgz","fileCount":916,"integrity":"sha512-/Gjx2xp7/f5I+2d21DKsR0WK2AbVCCdAfPsV0FntRMzt1N6RTSqTnwXu2Ul0zG4DQlh17TrNJk+TQKQhyPcQjw==","signatures":[{"sig":"MEUCIDnT4KTlZ+c4nurbsqu4F83wZwVPF8p3hb6U9SRZ7m5aAiEAu7Sj9eDZc/F5D9zkiIefwUKDdAmzw6ibn7Jo37TTeOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140143},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40c8e819ec864f1682449e2bd2ef44a7e9499864","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-40c8e8-m4g52jg0_1733694752513_0.3546871838954502","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-2fc439-m4g52l0i":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-2fc439-m4g52l0i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-2fc439-m4g52l0i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"04dbfce81e6b2417e0e75b10d7f2558927684ef1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-2fc439-m4g52l0i.tgz","fileCount":916,"integrity":"sha512-iMqc38bi9O5cJ32RAmaGlBLhLuVp7swT8b4oD5w4XbLi0wKSnaSiC1ACql51xNIQ9FqTCHreMyevytp9V2zTaA==","signatures":[{"sig":"MEUCIQCVFBeG+xGz4fEbxIlZ6Qg1Lc3RaZxiKmvLBGk8CgZ7zQIgcK3NjHJzzhXwDQ8J94fP0GPPiyf8FSVisYfVMWaGhi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140143},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fc4393c2015712118465127a29b559da60f4c99","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-2fc439-m4g52l0i_1733694752507_0.19158588019495637","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-4cc641-m4gshxbn":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-4cc641-m4gshxbn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-4cc641-m4gshxbn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8071d9562fc89219d7879c6db4fad597cc68560b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-4cc641-m4gshxbn.tgz","fileCount":916,"integrity":"sha512-0c/NXGd23jNcIbX1YZVM/LRASweZbPNfDkH3NYai9duqr77ImsBWGl7w/2QjbqG14VMTyOkJVTHmnhVZVi0haw==","signatures":[{"sig":"MEYCIQDmclQquj8pQJJ1Ebm+VDYU3xKLyqD6v7VpbQUlKBZ18wIhAObkLtHogtBcrmpEySA9tVyjyikCiPUU/vy/Sy1FyYbD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140142},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4cc6410d38136953e1bab5e47a1ec574277d45df","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-4cc641-m4gshxbn_1733734101390_0.979294381140787","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-fb585a-m4gskk7z":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-fb585a-m4gskk7z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-fb585a-m4gskk7z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1dd3d73e80b1c034e6e44c74ce9dccc8e52e3751","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-fb585a-m4gskk7z.tgz","fileCount":916,"integrity":"sha512-lKrP36ULh3SbG6Cv12EA2EanhQ8bObZRecGgjlbig7/hO5dzggnT6+98sOS2TEjfntPNEHlwu7LcEgqPMnreSw==","signatures":[{"sig":"MEQCIHF14tpNySakIJdJWVrpaluZrzwUv7Ju2YDRCQOfTjmuAiA5jbgGDSGzb+70D+cDBQDWKIynqu0W5DbEoFH8b4bLtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140143},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb585a3ec0245471d47301f0cf870b52d0e6c431","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-fb585a-m4gskk7z_1733734222725_0.8662782555991468","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-79d611-m4gudiwx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-79d611-m4gudiwx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-79d611-m4gudiwx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68e150481c15283d690f2fcfa2ca7e0a0262bb56","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-79d611-m4gudiwx.tgz","fileCount":916,"integrity":"sha512-wCnjmFj2mPlZwUfA0DBqsWIEZKkkg7NLQfXMEtIVlNcW+g3iRjyZqWNhs+syh+lGgqZmwFcfkz4EgQqQ78Stcg==","signatures":[{"sig":"MEUCIAdXeJyywiANlPpQgAEBAy5JLYMSohm/9L7Lesu8AeeFAiEA0f5J3aGB+WvwS8cWbFjBKnAkfLH8wC4+9xKiSLRuPFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140467},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"79d61136cc4791ff062e844b0c57d4e7897287de","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-79d611-m4gudiwx_1733737254270_0.052422230024246286","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-4afda2-m4gv801u":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-4afda2-m4gv801u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-4afda2-m4gv801u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"159de8fe14f2645eb4ae5034621dd63a0b39b59e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-4afda2-m4gv801u.tgz","fileCount":916,"integrity":"sha512-C8F/JxWqqEPG/q6FE/5L4OC6dK6hXdw7BjDBIiMu7np1Ze/Kd4/4bcztRpcgIjAxgwxM3/Ss3oNHjV8rGIMp4Q==","signatures":[{"sig":"MEYCIQDTft4fGk9AEFDOcqtEPfWtZv241v0jlFlYzFWYG4VhNQIhAK4RjNznNDefO4CN6Q/m199vtO+PmyMKY+98TR4GORZx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4afda237f58f079b6ef6ed1bf8b9b202e183c3ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-4afda2-m4gv801u_1733738677426_0.3069287728336527","host":"s3://npm-registry-packages-npm-production"}},"18.1.1-hotfix-509c04-m4gveut5":{"name":"@5minds/processcube_engine","version":"18.1.1-hotfix-509c04-m4gveut5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.1-hotfix-509c04-m4gveut5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a45e56565fc099b92cf813c4035c2ec53f6e555","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.1-hotfix-509c04-m4gveut5.tgz","fileCount":910,"integrity":"sha512-OTn+vRxQaop8hHUZD8smFRrwDEY9/2akVQaEOodxTXpOcymMAK+pUlSSDmiYTxwjScgDGIZLcbthu5p6FYMnHg==","signatures":[{"sig":"MEYCIQD5ErkctdSiIUwIY0xwbYDFykJlLrk4bFlesmLAalW2mQIhAOmxuoAViDqk7Ffm05q7S1ex7gCPm84T1/cj4SNn2Bfo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037503},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"509c04ae33283cba0e977c3d36d4ea9d43432285","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.1-hotfix-509c04-m4gveut5_1733738996340_0.6575870452734156","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-76fce6-m4gwmarq":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-76fce6-m4gwmarq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-76fce6-m4gwmarq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7afee11a6feb7b6a9aac23f6873feb59c8623c83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-76fce6-m4gwmarq.tgz","fileCount":916,"integrity":"sha512-Z8U+ijlRYmJCURK6fEbRw2qeCZiaM79hbs66dzg6ppYRGzv+l6m5dAgG1u6ig1w+ORsNYfT2YLEDUK879NCfrw==","signatures":[{"sig":"MEQCIE6E8KNJYzcprVmPwljkNOwAqic8EEzzQ8hx/XnHQ0YvAiAOa69q/ZvJJRC1mjzFpKYsGcuuXHtMuL24BGcZWteOoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140116},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76fce6065a7513b979c89a510b79b613e9ba9d97","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-76fce6-m4gwmarq_1733741022888_0.23499592581196005","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.6":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cbbb4f22e5f4332fbf548009b2254c8fd5527c62","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.6.tgz","fileCount":916,"integrity":"sha512-uQEzSGNmekDB+6lukDtwwKSskjKwGvTyi41x52l+YQASic70IDRA/2xBvSbjs47BbN10dassKRsOtSPj6uJr2w==","signatures":[{"sig":"MEUCIQDbCjKZwJRhlKaFwjUVO91uI8aHrpnbFG70if8zIUvdKgIgQghf7oEDGciJ/XaFfNe7yJ/hfLqEgK5uqit9FRDmfVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4139217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"250da01f1cc5c9a521f0d364c24e51ba9bd1173c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.1.5","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.8.2","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.6_1733745935847_0.8127672000096262","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ac8502-m4gzkt72":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ac8502-m4gzkt72","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-ac8502-m4gzkt72","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"49fc14bf47623a350c2170bcb89378b9ccbda711","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ac8502-m4gzkt72.tgz","fileCount":916,"integrity":"sha512-B3eTnodnV8RRA2RsF1m/jXbshjumDMO3BU6rcX72nlyEQUYcQ9CVfsFqWQUzjy3zVtaTmLjBfqdCXOK7+LTvyQ==","signatures":[{"sig":"MEYCIQDHk6DxDMRiKXH7nCVqVZA+IPy1yKO56CMmAKg4pl7ezQIhALGYIkIxr81f/0FwO3bTu3LcWnB/P9cLKuYsVbnGXaPR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ac8502654de7c678985507cad246b6c9cbfddffb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ac8502-m4gzkt72_1733745994051_0.2611854481295792","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-7b24e4-m4gzl156":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-7b24e4-m4gzl156","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-7b24e4-m4gzl156","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"55247a085baed551b1500750be90b0b4baccc9f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-7b24e4-m4gzl156.tgz","fileCount":916,"integrity":"sha512-EXUUVVAM19NO3uCcIDefysXDPo9ezbL3FOt7zyZZSu1QVpAErO0cwrq4W2/6HA/cXGqgccSuzFMb2s8gm9+1Ag==","signatures":[{"sig":"MEUCIQDS5S6nvxhzgHDRDAsNpptb7wwFnJGOCjfCj3voDF4s5AIgH/20Ik7falg79nALWNa9lVtwznuyMd65ho9vMnSrOCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140116},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7b24e483a0e6de5211e500bfcc68d0bebbae5ffa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-7b24e4-m4gzl156_1733746002457_0.015945345857176996","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-6c3fb5-m4h3uxse":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6c3fb5-m4h3uxse","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6c3fb5-m4h3uxse","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0d60f5d1b720030d4f4df1ae7f690c0a8e9734e3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6c3fb5-m4h3uxse.tgz","fileCount":916,"integrity":"sha512-V+h7OOccd2EdO8E98/h3FBBB71QTW7qk0dRNSUos+teoOjhIMPSN3jFN0Y22IZH3k7Ool7yFTsEUdgbXBm05RQ==","signatures":[{"sig":"MEUCIC8GdzTnmRmhKBujWsXteEePhVi7sUCVTIzt6fF9rBTQAiEAj+NjnlfM0rNNPdBMhM0UyGlxGmhwqhUiSFiJQ51gaVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6c3fb5569e46d8d4000736b0882de640a0298897","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6c3fb5-m4h3uxse_1733753183183_0.6354426807605342","host":"s3://npm-registry-packages-npm-production"}},"18.1.1":{"name":"@5minds/processcube_engine","version":"18.1.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ddeca49404726f1100ec8c62944db772dcdb2b15","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.1.tgz","fileCount":910,"integrity":"sha512-4CKcYLuL9nLYvdDQycydT09tk5STUUZgIUn7on/TbC3sd0Yk0w/jyr3K/j/HLL0UVbKjqlC2HbUXYeeOj7wOLg==","signatures":[{"sig":"MEYCIQDtvk8T/hYMmnl2RvORVLpWJth65nQE2ZULvnNoXHXQkwIhAOxwk9obDRV8e0aY001AB+HWsVvvNz4v2H7mL79BGR87","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037480},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ce3077721c087ee7c4289143b4e2352c51b1f8e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.1_1733754392047_0.6004656277247205","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-96dc0a-m4h5tlk6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-96dc0a-m4h5tlk6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-96dc0a-m4h5tlk6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73e1e6ea51ccb9118779996a7557d618993a9d02","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-96dc0a-m4h5tlk6.tgz","fileCount":916,"integrity":"sha512-uL6hgUNaaXZxxn+3jbef2JGHCHjIJIJR+1CA7JnVF6sYbd/ZmQbl7AN2vz6s7coxValLIhipA5X6Rd/7V1/O2Q==","signatures":[{"sig":"MEUCICj4EZhQI6Lp3wWhLE3x0yfGQA80zE+GLqwPgIdQashJAiEAr0nZ8DyiKckUJe0e7GsBtuoIjaOLHtqLcc15Jaav0r4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"96dc0afb0ed36b78cf3b18a084eb1630bb57e426","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-96dc0a-m4h5tlk6_1733756481391_0.03548926997874857","host":"s3://npm-registry-packages-npm-production"}},"16.1.2":{"name":"@5minds/processcube_engine","version":"16.1.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bce4016e626ebddd9f7dad2fb477d69a4d7077b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.2.tgz","fileCount":859,"integrity":"sha512-a3mB4/GGAHAMFjIIy326nH33n2oIN53VPcQ+1LvUZtS9TRRCO0B+VYycTlpQYeFZ9ZkD3b7JLiTCDrA1sgXoOQ==","signatures":[{"sig":"MEQCICamZzxeGkasw4ZzJWYp1vziH5INDW/wCx3PhxM4veF7AiBKNipiPS7/XQ97bXMzd5tSEMG0AXyoTQbEQ7SH9trVew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3660375},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"efa57826ffcc0b075ef8f4336ed90c674298b9ff","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.2_1733756626078_0.19134773376698266","host":"s3://npm-registry-packages-npm-production"}},"17.2.2":{"name":"@5minds/processcube_engine","version":"17.2.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.2.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9637c7318c65f95358b33a295938b5bf94587eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.2.2.tgz","fileCount":898,"integrity":"sha512-RXH5jPqEYxnbdxk83iucbA0jWkJunEoBk5O3Hjj/MhyN3t2WD0SrL8dTXf1k2EZDfbiWr1Jk7qparNI5gNNDvA==","signatures":[{"sig":"MEYCIQDheVfDteMDTASCVRf+IcOdMer01yWNcPYkEBzbo73k3wIhAI3Gozk6U1ZDiUHbK5YGWHeDcLiKcJVA/kzCvNZsr21U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3978772},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d3a2e09c70de5562805272f3d4f4d8a08fb6529a","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.2.2_1733756750518_0.6091641952946125","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-535e18-m4h8e9fc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-535e18-m4h8e9fc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-535e18-m4h8e9fc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5b81e88520c5d963aa4ca27a6eac4a3c88858f28","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-535e18-m4h8e9fc.tgz","fileCount":916,"integrity":"sha512-D2qVnzBi5qOukeHw/LgFM2TA3rB4/iCX+m5SmYVv5g0XtxTH1BhDUw+z0nK78bGJqnTpQC/pciHJbzQDscA0tg==","signatures":[{"sig":"MEUCIF8qxieD/tirsZQrABzKNYRyleP8VhWNtlJdF03GEN+NAiEAk2xy29BA3g9eCnaoI8wLXl2XeDGmtj9WDR2JZr64ebM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"535e185b28198ad697f5d2187adfb18d7b32e966","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-535e18-m4h8e9fc_1733760803648_0.060584275311720726","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a424b6-m4hdsuxs":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a424b6-m4hdsuxs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-a424b6-m4hdsuxs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9275ac789880d819148c38ff09f342ed498ff1ab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a424b6-m4hdsuxs.tgz","fileCount":916,"integrity":"sha512-eV97K+iCHSo3ykj+Cm++WIIU7lQe2BmgPF9mVYZcOfcgOxCPy2t7QRfJenHRaJvVAJTyGW7SeVcChaeJoNh+Nw==","signatures":[{"sig":"MEYCIQD31uMnv2DrTCItQIOt3bvrTSC3PuWxXE5qioW8763H3wIhAIN1+1ZL5Vphri9tIPRgigYROFkKif7utdM2cLdOyK8x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a424b60505ec58283d3b247b5efd7dcb02ef2754","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a424b6-m4hdsuxs_1733769884235_0.8350761809866571","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-73b812-m4hfc0cz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-73b812-m4hfc0cz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-73b812-m4hfc0cz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"076a899ebd1e15f372b8ac87cb222e6275709c6e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-73b812-m4hfc0cz.tgz","fileCount":916,"integrity":"sha512-fescWAwVLi/5Dm5sKGy8mAKeGOv9QZQjirXzkVJaqMLf8TcN+8xgdGVW5kUeoV80XLUiaBqHOvNEEB0L1AFhLQ==","signatures":[{"sig":"MEUCIGFiKcXinvYbZ+Y9IQdpytz1dRpP0323YPTJMJA6+HBBAiEAppNKo2dglo/sZuKfpNNCSKgVNnkpprrrxFWq6PTWuIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"73b812bed79b79680454bf66aebaf969e642947f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.1.6","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-73b812-m4hfc0cz_1733772457229_0.3115890457977595","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-a154ca-m4i7hk6t":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-a154ca-m4i7hk6t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-a154ca-m4i7hk6t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d7fc9e2a65b2e8c7649213d69f8718bd6607ffdb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-a154ca-m4i7hk6t.tgz","fileCount":910,"integrity":"sha512-Fhxr+C6TXPiHlRpWaiO4/cfP5rqE045x1eQbPKQQGOdpxWCBSSY87M9I692AqwUgIzXlp7ATFGbgWmxlWd0oCg==","signatures":[{"sig":"MEUCIQDR8KVMfLhrIL+mneKbpph3/k9hNA/kI76rO1WwasiWGgIgdlSYMYfYrY4xp5WPzodtLZIl1lPcWl406VADt+KkDno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4046655},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a154ca1aa9690c9e5066b5985fd89b8bcd745753","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1779_extend_event_middleware_dumps"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-a154ca-m4i7hk6t_1733819744156_0.07443203723385494","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-9b7793-m4im3hkx":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-9b7793-m4im3hkx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-9b7793-m4im3hkx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8ab39e3c3c19d2a3454d57d85cff56aef682583b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-9b7793-m4im3hkx.tgz","fileCount":916,"integrity":"sha512-iyOblJK7vNupGukkW+IsVLpMVPi1N0rCwh6VjFzbs0BH++gQhcezYYbcDdHpzG4gXjjTwSWxA1XI9tKbCwSOLQ==","signatures":[{"sig":"MEYCIQDaYuTQC72KTuDx+MZTFcscx+u4x7M/KiXq7Vjr8XDYFgIhAJoa5tnqj9OkPfeNxpOR+5AB7OjOcVoJ4iqpkEWU/FaJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140116},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9b77935fcea55c0700f9e7532340b2a30fa02630","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-9b7793-m4im3hkx_1733844283242_0.7668666562864075","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-415f55-m4ioh2my":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-415f55-m4ioh2my","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-415f55-m4ioh2my","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"661c9083fdba6c3a6ca258864ab4a385d9ed4cd5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-415f55-m4ioh2my.tgz","fileCount":916,"integrity":"sha512-LgfPwJdN1nzWzr1XMm81hHTd6uhMiYHr95zaqLySpT8L2XWcYZa/Gx5dsc7eLQdZqTRYdBjgx8/zJ167+J32sA==","signatures":[{"sig":"MEQCIEiiXDoYOXoNFAz6Z1SaKITI7mn8ND1ihCpKPWfqFJkGAiBd5DL46VX9kXT/mj/SJPpb/ucqzhCvKB7lu03zfRthLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"415f55a27e1d6a392bd5b0b653d375aaea264105","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-415f55-m4ioh2my_1733848275827_0.06340000535256518","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-7c74ea-m4jtq52j":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7c74ea-m4jtq52j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7c74ea-m4jtq52j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2344da85eae5c50462ec132b802e2ae5e77b4591","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7c74ea-m4jtq52j.tgz","fileCount":919,"integrity":"sha512-TenWnNtJrVtsXXQyr3OVR8aIpBTR1rCpQfVicPiTCbN+xFewqdIkJZloEw8Q+DQPSIXDxO2AhLL875KhlmZX9A==","signatures":[{"sig":"MEUCICa202OuQVboofZcyyBzBWQJn9f93ajrrI4RK++Lgt2wAiEAlORYgSDX9t/kCNdJcCA4zKsKDZ6pvPiaDzn0mtnKB70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148411},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7c74eaa120263e53a95feabfc42d24beedd38d5c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7c74ea-m4jtq52j_1733917564372_0.23548161755178465","host":"s3://npm-registry-packages-npm-production"}},"18.1.1-hotfix-dbcf9b-m4k15s2e":{"name":"@5minds/processcube_engine","version":"18.1.1-hotfix-dbcf9b-m4k15s2e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.1.1-hotfix-dbcf9b-m4k15s2e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"67b7ee6551c0847ef3c326036e70d6fc49951e6a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.1.1-hotfix-dbcf9b-m4k15s2e.tgz","fileCount":910,"integrity":"sha512-zN1GxKE4yM+m2wKNAIZoUakCFZ3FT0T4WgLkDarW6gGnlXg316chJa3izRGS6zrlnk9jkA6/vaiMZa4JG1A+lA==","signatures":[{"sig":"MEQCICsD37fftyP9pzMhm5dkYLXC6MoSsVYop+doXTbZArQiAiA+YxgI+5HWsLyqpgUfCHR3yReF/8+daxYv8OgGtCdf4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4037510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dbcf9bf8a29a53fa4f905463cec56ab39af516b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"hotfix~5.1.1","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.1.1-hotfix-dbcf9b-m4k15s2e_1733930048430_0.02187593809306687","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-c40d49-m4k8uz0p":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c40d49-m4k8uz0p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c40d49-m4k8uz0p","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"364e18a69269e87ef5eeb563d26d96a09b692881","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c40d49-m4k8uz0p.tgz","fileCount":916,"integrity":"sha512-O9tF8ySc59rzk0Ba3ujjD02B+52PgGUxvYERUgQMkUuPiE0NFh28Gi9CRlu69iHZA/wMq5ggWRLgw5dM1tyQkg==","signatures":[{"sig":"MEYCIQCDH9p5j/Q71+EBUFOGb8qQMpMjRm30b+9b7Q0141aN1gIhAOBw+XNQukG5ENCwo3lWR9ALjgi+cyd96hFyJZvQUB06","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140116},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c40d49206d44e772c786b713834036ba23936748","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c40d49-m4k8uz0p_1733942983436_0.27269103218806223","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-0be2d2-m4kgo9h0":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0be2d2-m4kgo9h0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-0be2d2-m4kgo9h0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c115c0a1b6b9767ff67a48b4bd7d33fc9a15dd59","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0be2d2-m4kgo9h0.tgz","fileCount":916,"integrity":"sha512-7YdJuKqDBPBYMjbpnuTOCQKHBx7P0L0gSWc+y7Du6gFGkqD2L29dVSUfxMJ5ShjBxcawsE5YVUyZZhk7/lVlRw==","signatures":[{"sig":"MEUCIGZJulYKBF1BDCcMk9TWC6nQp47H4++3nIQm2+SLxzk7AiEAgj3PBuRnKs8AvEbh0vCQ/e8mKQ0Rq+QAR7T/+Xigyvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0be2d2589c61e6186d61130d7675ef675f41f727","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-de23ab-m4a2nedu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d20c35-m4a2q2vx","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0be2d2-m4kgo9h0_1733956110917_0.4435724165038495","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.7":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"989472f90177efd940e8f7910da2a6455ae49a10","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.7.tgz","fileCount":916,"integrity":"sha512-bUT/G3yIq1OaN+wY0RxGkA1gaRKqEMDDrElxz9Zxww80cZs8RGH7BwgW+OCcFShPRMXGxxsE1/IwstwqWPKsng==","signatures":[{"sig":"MEQCIGYcbTOI+aFloshVLcG8IuO32+fincNeX6jBh6IxzDYfAiBB39+72s6Pf9ALCh2QB44t5XWhVASzZvYsUa13ZJ9vDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140067},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6d87579bcdfe586f904da4d886e27fe4467ac79","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.7_1734027416080_0.4227994215476534","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-c6d875-m4ln8c31":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c6d875-m4ln8c31","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-c6d875-m4ln8c31","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"18c3bba1395838853a0d4a9b43d6e954214bebc3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c6d875-m4ln8c31.tgz","fileCount":916,"integrity":"sha512-DFVnPMeEdWsiJqu5Al+U85cIc8Cj6iCyUmpiu5bL6Y5bvCCwZaVon17pbvqCz0ulKvuOtt5OePISjEG2yB2NPA==","signatures":[{"sig":"MEQCIEEBDVDN+grwMr3kEnbDi1S4hfInUAIDW1o6DqhuUdU5AiAKolrDHo6yhBYI3Ypnv+qpQRZsm2NBpabGdXA+MsUMOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140083},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6d87579bcdfe586f904da4d886e27fe4467ac79","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c6d875-m4ln8c31_1734027587565_0.7392438584134198","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-hotfix-7075bf-m4sbi8gu":{"name":"@5minds/processcube_engine","version":"18.2.0-hotfix-7075bf-m4sbi8gu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-hotfix-7075bf-m4sbi8gu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c72450c0f09d772ad96a3bcc3432139d7c6c7ce","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-hotfix-7075bf-m4sbi8gu.tgz","fileCount":910,"integrity":"sha512-EiQEAwmrJPJnYH7slVwJ4tiZoiM1lm2t5xcTuddEbW7Nl8v+D5K3T46sl5rA/DO+ngF3inDqdHkPjZTNPLllLA==","signatures":[{"sig":"MEUCIEf+hAmCk1eqgXjr49ekpYg6JyGlVWKmAT5nrBHvaob+AiEAzQ1OiX9OeEkKirLWt9up22jHe0PsayHvWQ1Z75jJTak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4044681},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7075bfc0803c80bfcdfe9481fac13e56f9a1f173","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-hotfix-7075bf-m4sbi8gu_1734431156349_0.17464264485232883","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-db392d-m4sddx2n":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-db392d-m4sddx2n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-db392d-m4sddx2n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee069c286c5a2633e94aae23e330dead5a7b4a5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-db392d-m4sddx2n.tgz","fileCount":910,"integrity":"sha512-XUL1wd/j5guSQpJv8YSsLCdr9rEv1fPjLArFl+OgGMgVoxW0fG6ensh9VV2Y5Yxx/6TEdDQolAJ5q9mjBJtTgA==","signatures":[{"sig":"MEQCIFtuVTTUbH75mJOzrq5G7JUg1SnTkUE4fJs/3v4GJCQzAiAV88LPSrk8zDIWVhb986x8suYapehc7eJj5ABKtt3Uhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4046656},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"db392d54afc9f8ccfd0869db1c3bf6715e346333","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1779_extend_event_middleware_dumps"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-db392d-m4sddx2n_1734434314593_0.5138595863249666","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-release-0221bd-m4se4mv3":{"name":"@5minds/processcube_engine","version":"18.2.0-release-0221bd-m4se4mv3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-release-0221bd-m4se4mv3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"48f62a4e221771ff7e21f25fd310582addb9fc7f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-release-0221bd-m4se4mv3.tgz","fileCount":910,"integrity":"sha512-gcV1FquC5JXbPjqXM1HQn4R/M80N5u+d4Vvaasc+LvfcRdH5/DE6TdPeORrXkGyFhOUTqMoxSiYqtgycCrjOQw==","signatures":[{"sig":"MEUCIQC9tMk017Y4byTtBN9C3lwtZZ2RvHKeevjxTL0zYc562QIgHgdsdunp3MXBpN+WVs3N3Mg9Eh3qiW+ier4//D0AlUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4044682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0221bd659607eab98aab9e0c0f7e60abf9fafe7b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.14","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-release-0221bd-m4se4mv3_1734435559087_0.6310886432034337","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-f953e0-m4sfr155":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-f953e0-m4sfr155","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-f953e0-m4sfr155","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"37520e2bc01fcf3bd734b4dc651d52cb28fa1126","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-f953e0-m4sfr155.tgz","fileCount":910,"integrity":"sha512-ESA1ShaLL/28Z9DBEY9wYdPIEnoWO8cEjweXGEInYfZo0g3gnvt0XDGxMZO5k6aD3KmOzybIgAJDKedNTMTX4g==","signatures":[{"sig":"MEUCIG5L6pAe8XYuZWerbJwB+5Nl9Kp8VE31WG5zXam6FYJSAiEAypyUHsYc9My8ADFcCDrpNy5aGaqlILY4QSAd5sxdpXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f953e0e11d1729fcc52e82c806d44d008bc07120","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2-feature-7f7dfa-m4se9naz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-f953e0-m4sfr155_1734438284375_0.5366830155321356","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-d4e46d-m4sgd0cv":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-d4e46d-m4sgd0cv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-d4e46d-m4sgd0cv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b708404bf6da3d6dc855eeb2706a37a729e7279f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-d4e46d-m4sgd0cv.tgz","fileCount":910,"integrity":"sha512-/pfv/IU+yKL/F+VsDMMRqE37Gud0d+PN8pt+Nvla1kTLxcUQuqI3MmNRsF8Gv3VUW+8mJeLncp0nYuanX4hfjQ==","signatures":[{"sig":"MEQCIEPQGwuIFA3gwRcYMFbOsL+eZ8eGoMf98zrUG1vt+iAdAiBDMTsnZ+DBD2cs1JvZjlC1KiQ6y9K4ZNb9slRHb+b4Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d4e46d44d1f07fdacea74ac66141ca7efc65a6d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2-feature-7f7dfa-m4se9naz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-d4e46d-m4sgd0cv_1734439310864_0.7949138624716927","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-10baed-m4sgrry5":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-10baed-m4sgrry5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-10baed-m4sgrry5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c2f2bca837d86dc91e7522c7529f6fa437b1a24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-10baed-m4sgrry5.tgz","fileCount":910,"integrity":"sha512-tk+U2oEq67radAh/LqWwdxHvVrQAhfhYXxm5qPmv3k7c+vLi2++usJHzB+hgshPIT6Zt5Q29gG6WZ1t7/8PTBw==","signatures":[{"sig":"MEUCIAEYn0NpBeG8xQTqY3T5q1g+pDrvHV59dyWBrR942YblAiEA6RGNOdY46ROAyTquqm51N+7KhXlFmta7f+kePzSi85w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050904},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"10baed7f2e03e0656b73d0953fca42dbebaa0f89","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2-feature-7f7dfa-m4se9naz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-10baed-m4sgrry5_1734439999826_0.23022686480427823","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-3ed4de-m4tmvdw3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-3ed4de-m4tmvdw3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-3ed4de-m4tmvdw3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"96ffed63b49f0fbc378b07de04f314f830daafc1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-3ed4de-m4tmvdw3.tgz","fileCount":916,"integrity":"sha512-V+mwR62RgR2ZB50F76vbjf+PP5O2/VZAEa3l9AnCuTdp4+0SMc5OPpJ2lehcKHWY1eLrpo30l8fdHK991WQx+Q==","signatures":[{"sig":"MEUCIQDm4771gbAiXJtlHnzglw4RMd8pUsZKHjP8mpPwqArwQQIgP7Z4NBHYm1gYSU9agz1LhbD4IYdXTtjfz71YVr8YyCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4140083},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3ed4def648add1b7db23d28d5553959b9904a6dd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-3ed4de-m4tmvdw3_1734510711736_0.38100205743421234","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-bf5548-m4to5qrq":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-bf5548-m4to5qrq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-bf5548-m4to5qrq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f20857896ecc1ef5b5f9a34bce243d2b2100d1f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-bf5548-m4to5qrq.tgz","fileCount":910,"integrity":"sha512-Neu4cvAKpWb19uhWX8B52HEI9GaCJIDt9FrBBdzXxBruMMkMjwmf3SEqi2FBD7l6k1UOPdF++hbHAMx/30iwxg==","signatures":[{"sig":"MEYCIQCrkWJD4NDJcadLjNGDPngApHVVnkiGIRnqFHweQV9BKwIhAMrSXZYZZjZ4uXLtqfcG3Tsx9sDMpaS0nXNf6NMIm8x4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050880},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bf554893f6e86fae2b5ae404b5475d49f6d27659","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-bf5548-m4to5qrq_1734512873782_0.8986419804390531","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-release-c3eaf8-m4tr4nm7":{"name":"@5minds/processcube_engine","version":"18.2.0-release-c3eaf8-m4tr4nm7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-release-c3eaf8-m4tr4nm7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"82044927951552d2ba09f51bfd64405c4fef6cc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-release-c3eaf8-m4tr4nm7.tgz","fileCount":910,"integrity":"sha512-Mr6lm3NRLJas7mcoDWllxEv8DFHDqsHogiiHQ5bNQroCwK6SHVX3kFynhUEk3AgA2d7efCcjcA3iFchzxziVTw==","signatures":[{"sig":"MEUCICV6LjBL8Ke1Lkz/+bOMOKlx2AKFSGF8MbR/ZZm+klnXAiEA1cukwUxNkIJzu2fr4PhPAXzOLgWIOfVEvc63jbFg4wE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050880},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3eaf8c3f086d732ade78e47bcc93a68ad506f24","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-release-c3eaf8-m4tr4nm7_1734517861552_0.25972494859076267","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-f47020-m4v4veuy":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f47020-m4v4veuy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-f47020-m4v4veuy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ecc57b3faa11b670f2498060c11e6165d0140dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f47020-m4v4veuy.tgz","fileCount":916,"integrity":"sha512-Qwib8nInFOHt6IM04+zEtiWl14EJG3j19TtczTz+aW06ADPCUEGrqZ+JR1E3HoDfmiCZL/VZ7K6sv1szPgWP+g==","signatures":[{"sig":"MEYCIQDJ8rlsKBpqb/iJUxIYVTWFZ9Dt9T8qg9scLlA5cjE/QgIhAIj6zfuxBYejsyy63wergDPWr5VECVtb+eo69yo0mGq7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4146314},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f4702047959c27656a9cff2ab8627b9aaf6dfcb0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-9ee64c-m4tmjk8v"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-ada556-m4v0qh3m","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f47020-m4v4veuy_1734601413503_0.8788114772037965","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-release-89729e-m4v4wnf6":{"name":"@5minds/processcube_engine","version":"18.2.0-release-89729e-m4v4wnf6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-release-89729e-m4v4wnf6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bb94e255c106047d7f23ca983b5ba901e48fe4cb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-release-89729e-m4v4wnf6.tgz","fileCount":910,"integrity":"sha512-0pJ2dZKuMLlYUZmy+SvwegD5pc0y1w/Ht+UOTrXiKY8MRqigJ+u4ptFIMMXTpWcYMUCq8gtC4+bmcw3/F78RIw==","signatures":[{"sig":"MEUCIQCj/fBmftctefpay1ox5GBaesAybx1KKszkdAfREzD8aQIgKiU1CT5FDAX3IIlmEfaAEu2ks0swV2Dqhl0mNGIcrV0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4050880},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89729eb8ff6f48fdf34a5d8b6d220a7a6e38fda3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.4","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-release-89729e-m4v4wnf6_1734601470092_0.12401076177319292","host":"s3://npm-registry-packages-npm-production"}},"18.2.0":{"name":"@5minds/processcube_engine","version":"18.2.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d558b62dfbfefaf4e1385e180f853b0ac365602b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0.tgz","fileCount":910,"integrity":"sha512-nNPNx5l2YzOaq5DiawsIJZ8Z0iD96sAiFJiPrvNxWNvTS2AhhucVJI3tyCbOWDxHD+ffSNjOclUCBMzlZdiJXg==","signatures":[{"sig":"MEUCIQCWr81zW/lYiq/Xwm84veZVyRrk0j2g1Xc68G9+eIX0LwIgGLgRwDWzZswRPyq5eQvlWRabq8/oEZxiK5ojTEb16wU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4052789},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6fe92c4c8bf17df2ebd75bfe5ec28a7063c219ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0_1734611712667_0.29521736140412647","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b757c5-m4vb824o":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b757c5-m4vb824o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-b757c5-m4vb824o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"22438d20fd2de8d30d42de096ffc37aff9f4a2b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b757c5-m4vb824o.tgz","fileCount":916,"integrity":"sha512-YA234iLWzRVu2AnKFcO/qJe/Pe6WaU0aR8tVstn/H0+U4J4WkxdLCSwnTVUsyEdRfj9PnGEH5Y+2fyKfQhHz9A==","signatures":[{"sig":"MEQCIH9ZNEJpB+qIfVYa29ajmzGt7ERPhqlrwCaRYPW5TBjTAiAzDOIJZgAJTUk7pFBBCTs0KfkJZ8APq5VYy5mQFTcvpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148247},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b757c5d0f84a803de41496fdb0a5fed4645faebe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-2b7026-m4v7hcnd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-f8dc3b-m4v7ungg","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b757c5-m4vb824o_1734612081743_0.019591496426868638","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.8":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c8b99326346c93185410f1427cf649c24be83bf2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.8.tgz","fileCount":916,"integrity":"sha512-0lXOR3R0BE76C+H1qm36q20GjR/gJguySrGExHwA5or89tc8gzgzOSYgU/FtSYdCJ79SbQ5zlYRuHYlrtU5VGg==","signatures":[{"sig":"MEUCIQCvUaUwiOAH+7CKPhn0SWjc1uq6x+4fs+a3uMSWkMuveQIgLXA7q3qS9DpGgrC4+p9PKbxyTSKPx6HZdDmd4o7JM+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1bacb2076afd19bf957e2b5f51eb434e69594348","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.8_1734614210878_0.4234170957755803","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-73105a-m4vdztt8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-73105a-m4vdztt8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-73105a-m4vdztt8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0dca94a4983476bae88020aa045d906eaf78b959","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-73105a-m4vdztt8.tgz","fileCount":916,"integrity":"sha512-aIDqkxjU7hRVDHX/wffL0h7m+zT8DAV6HrJFddFWVXhALphQlpvHYKr33iPuB9+JlK7TyLXh5kOMk/8gPoGbcQ==","signatures":[{"sig":"MEYCIQCQbfRUcJwSm3aozkS4zNVG0Gd0lx4j0tXDlHMcY27rqAIhANH8AHtcG0UhhDFEtGzNgz6V+fOdgDA9ySSENDy7lOJ+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"73105a8330b1e7e950a8c5767f2801c9b97a525f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-73105a-m4vdztt8_1734616735700_0.8270430711177146","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-1a36a4-m50c1ch3":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-1a36a4-m50c1ch3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-1a36a4-m50c1ch3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"acdf7597448be9613df2b6a78d49edd7490debb3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-1a36a4-m50c1ch3.tgz","fileCount":916,"integrity":"sha512-HwIPfkzHOKAjaT2hje7X2lM43+f+nlkR+2f78z+V1IDsQeNwdSqlKM4sE5ClCHRHGGsd3EZBdLh7ohZs75LQuw==","signatures":[{"sig":"MEUCIQDV59Eo6BELzZGuKMeQE2WRiCgaUrtDM5yiBjUGdUcYWAIgf5gKPozTzA4kYCY/Fs+EOJCl+17q4KV92TcK1RQkDlQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a36a413f9408c506b1e7d8f498ce937e35e09eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-1a36a4-m50c1ch3_1734915779141_0.5747898619510108","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-78e248-m50c34qu":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-78e248-m50c34qu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-78e248-m50c34qu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c327d3fbbdd1beebb84f79ccdb39f2c5b13ca85f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-78e248-m50c34qu.tgz","fileCount":916,"integrity":"sha512-ZuPq2jgGFkkVJo3M+UjJRNpEE6YeR99YgDtuoOxBDAeWTdjKj9v7oL3sDRM7a3o/D0TB1HmAJA4BjAbldLuyEQ==","signatures":[{"sig":"MEUCIC9aS/jkqVbtPsrq57aHeasOMHkUQCizneWzZWPtlLvWAiEA94hGw/kHk2a3CHne94Cb3YCGipg/b4rn2NhZAaYhKQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"78e24890bfee905f0e5fd03da04e568f3d3516c1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.5","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-78e248-m50c34qu_1734915860982_0.2437888029073283","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-8bec92-m5abv584":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-8bec92-m5abv584","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-8bec92-m5abv584","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2958909c7b5219e34b33726d5f04a51d82086124","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-8bec92-m5abv584.tgz","fileCount":916,"integrity":"sha512-ft7PX4qXYdQYPWFO7SQXb6BwxVVKv9cNdRcC/pDq6yUxECA8gU55tfqdVmyx89efHxAg5HSsjinHuMQOgw114g==","signatures":[{"sig":"MEUCIQCAs8pXHzKhxCqve05oO0j9hDVuEBhc1SC9wzKRMzfYtgIgY59e1KdW+v+rqggRO7/K0MYLhDMgfDLXBjiNyBiLaek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8bec92cc21d497431cedbc890afc64a09dcbd947","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-8bec92-m5abv584_1735520151402_0.415540835266788","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-328d44-m5ahv9m5":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-328d44-m5ahv9m5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-328d44-m5ahv9m5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d501b58a4d4e1fffd9e83424a9acb17a3efcfbf5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-328d44-m5ahv9m5.tgz","fileCount":916,"integrity":"sha512-JHJzj9CBjUBy0BeT23DvhijfOuEyBU3j8cWA3r+HooaIKyMUeqpmH2UT2v0LHveYgGDCnw7tL3kBFkWUf9ovyg==","signatures":[{"sig":"MEUCIHUr04X8gXF9rI2ekS0DWOmT5k7gOoG7CQ30GB9wcjdsAiEAj+98JnHBkDJZu527hv1J5Xxy0aSrs+PQrzLOqLHL+7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"328d44ea777fa86eff864ce75d3d7090238ae5a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-328d44-m5ahv9m5_1735530233343_0.5298125095439337","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-a67fe9-m5kc0821":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-a67fe9-m5kc0821","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-a67fe9-m5kc0821","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"860fbacad5bc30050b2f6c7ab88695a371bbcd66","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-a67fe9-m5kc0821.tgz","fileCount":916,"integrity":"sha512-AJHRNDRZDuN7yfeDUjuLAGB9rDGxCXhD6zeBT9c9y7QOEef+WmZoRXHPwy47/o4eHIHXlVMXiw57yFl2ufIl/Q==","signatures":[{"sig":"MEUCIAYfndNPUep/EjSaLoKKQQ1h3yedFkJIODer8/wgSemSAiEA+riYRZYidlpKDrbKRNUVytsIJOWMEEwIyjwMC2XwzDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a67fe97ecdb82425bbd9c7247ce1ce5b8feb4246","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-a67fe9-m5kc0821_1736125049782_0.9027632465289064","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-fcc5e8-m5kc0rnc":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-fcc5e8-m5kc0rnc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-fcc5e8-m5kc0rnc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"709baae063d8e106a300f9fedf01489c8ebd25d8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-fcc5e8-m5kc0rnc.tgz","fileCount":916,"integrity":"sha512-Wi7VL7bglPeln99sh3mfgtosfqN4DnYWDLEwrcjtyWvI6vkr8HXqcm1I75s0YVWYRojjiCgtsVOzlUK/9ISZaQ==","signatures":[{"sig":"MEYCIQCtZ1HpEfrnv9eibd/NAiSD4dwoq9/4lPT0wZDz2ama5QIhALxSq6t8KbsTmV+0d4j4cnywUlZbUY0vR1ldtwMZSr9E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fcc5e8dec06d1b00109890799dd0a2007dfb4924","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-fcc5e8-m5kc0rnc_1736125075311_0.5495897433957444","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-1560f1-m5kkcfpf":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1560f1-m5kkcfpf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-1560f1-m5kkcfpf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"41657a73a0ffd3a24cda02b63d6f2dd0a69b36ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1560f1-m5kkcfpf.tgz","fileCount":916,"integrity":"sha512-P9ggLu9PZOKTT+Mr7q+urxzEzreBo3/fQ/HA5pDNSkpNu0oE/S4QirYd1w7XQY36PSU5qF/Z3d0UINqk3vJj6A==","signatures":[{"sig":"MEUCIAk7eq+N9Lnds3t2oHm8S0Id37HiC8ZN2Knv8Ep7XNFwAiEApLeZ7rRE6JQJnbUPFHKSBkOikR8xTcUGuykWOMPfvCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1560f14d343f19db80583865039885d55c11f6e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1560f1-m5kkcfpf_1736139055579_0.3328430791293948","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-9abc33-m5kkd5cr":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-9abc33-m5kkd5cr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-9abc33-m5kkd5cr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31673535f45ddde7418cf95ca8fa8298dfceb843","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-9abc33-m5kkd5cr.tgz","fileCount":916,"integrity":"sha512-iuelEeO2OFH+L08R7dCgtENymmghKi056yQq4JVwHwxdQPG29PWd7tCKIcp/V9967o9PwhN6aJzkNY3An9p6Hw==","signatures":[{"sig":"MEUCIDpKFGCe8KwK9TZOcMqwXamH3HULiHpPBIKiXOE8ukyGAiEAjwdeQuIodiOMMtPOVdGdoHPt9P+Uy2n8pXxyD3+v0gY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9abc3381daeee4d18e2b8b95af86dc7a3376e422","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-9abc33-m5kkd5cr_1736139088809_0.37293380546311705","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-fe238c-m5m6e7zz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-fe238c-m5m6e7zz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-fe238c-m5m6e7zz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"486a6b39453a355c1c427dbe9687b946f70bbc71","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-fe238c-m5m6e7zz.tgz","fileCount":916,"integrity":"sha512-94+VSXfWY1zZT6xsai5NW6KWCde84+ziA6QzNdiSkR3F4s1O/6xu2j3szgxPXrgXsD3Gaw/21gN4v1vAnh1yQg==","signatures":[{"sig":"MEQCICfv9q+/4ITQr7ERwYHOzPhJwc8WKY1TTtXXcGjMtn9YAiAwgzdf3UUUYyy3F0eUJJjqt7eAR7uFvN3gQVEVQov86g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe238ccb6f9364a152ef1f94417654de73a1b03e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-fe238c-m5m6e7zz_1736236556686_0.04159971441931698","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-5d0aca-m5m6i6y5":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5d0aca-m5m6i6y5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-5d0aca-m5m6i6y5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a7a1f1b4d71a2b7bdc9d1a62dfbea7fa6889ae24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5d0aca-m5m6i6y5.tgz","fileCount":916,"integrity":"sha512-UNMk/wMpdDtPicjMCDeQypstzqly6IQAC7JAnELyERXhLHj9ksvIgH47PpkctLifRoW0+RSLm3U1Eeo1ThsvgA==","signatures":[{"sig":"MEUCICHnjtaKJbIHVPeyjWw/ad57nyPqxddu/qSxooil4c7kAiEAuCLaz/0ejBwQ4D2C+0MIgJv4jM4RLso3T/7OgnKB26Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d0aca7e2bac6436b1c8ee16cb49eeac019267ef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5d0aca-m5m6i6y5_1736236743214_0.6348252818178031","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-fd97a1-m5m6jm96":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-fd97a1-m5m6jm96","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-fd97a1-m5m6jm96","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"838c0ef8a92caf0034319fd7ae7d03ad16bc29cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-fd97a1-m5m6jm96.tgz","fileCount":916,"integrity":"sha512-k82i9Bh39dHnpmsyEjJ7fPaIj9SsdVcU3eG7SMuS3Pd+yXwLC/nZXTDdvW2CZATxhSjCeuSbwrjxWdnMsYq7Uw==","signatures":[{"sig":"MEQCIA5pzxoMwjrClYvWeZnnzFxbn0TC1u6753Y4388s0tteAiApZigYvr05LiLHvJ3X6Q3JPo4UgyTLeeC1GLEwDmERgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fd97a1675b1f883d9245cf3f02ac7c2b75a0944a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-fd97a1-m5m6jm96_1736236807727_0.5460435255855993","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-f6c931-m5m6le3r":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f6c931-m5m6le3r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-f6c931-m5m6le3r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc2342ac4d79485a206ae91ae25345cb65e11a4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f6c931-m5m6le3r.tgz","fileCount":916,"integrity":"sha512-O6AuYxBPOI2zwxPh1PMDDaMLuZo+Ku3pv30NoJkBugbw08/NtQH/d/7D5VH6Vci9p64mXT6Im6iD1amozhfAOA==","signatures":[{"sig":"MEYCIQCLS6JIXOeOgAeTgvRrAyajL0wqDo6wpgxjOx8rftAQfwIhALmmspKsxR1sfuYDDg6RvdOuTCADhKgJuMrkZOVxajQo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f6c931d0bcb865568e53a9739d8a999f8213e960","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f6c931-m5m6le3r_1736236890905_0.455851720127026","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-1c55bd-m5m8z9v6":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1c55bd-m5m8z9v6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-1c55bd-m5m8z9v6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75113dc1ca47fd598db02dec1fac512e6f617d78","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1c55bd-m5m8z9v6.tgz","fileCount":916,"integrity":"sha512-idbU5RADVskRb7r/hVoShlAyyxqT8Q+BIsgQiJwGMDhW3UfSSWlGvzoJqI29XmHq5gIrvgrrxMMuH65wAhIEag==","signatures":[{"sig":"MEYCIQCneAQ7E0uUAbPQNtiEYZettUNflHAxGGpOwWhTC3ru7gIhALqddwkv+7ZivPna/hykpsyIefzVxHY3MZhzqMqehmpz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148215},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1c55bdffbf6b6494db474c50ea9e682083f97cf5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1c55bd-m5m8z9v6_1736240897659_0.9065936634230849","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-53e770-m5ue2sru":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-53e770-m5ue2sru","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-53e770-m5ue2sru","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a35497d04b9d0e4528559e9a8fd8a4fe82611a1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-53e770-m5ue2sru.tgz","fileCount":916,"integrity":"sha512-alCTWy1+TELPJP9rJ0FxAA2sqF/KTkSz5+WMOmq+KXgMIvv3Knsm2JKsBoohyeGJz8QsAB3r0qwkWXC4t9Z6SA==","signatures":[{"sig":"MEYCIQD58IGcoHnu3fxoKW1696CZvE/Xx3ZG8f3rqsUcHPeCBwIhAJ2yZ3w6b7dSTu1u1LgNMSjfR8yCbCW6JWQfAJDOZ22t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"53e7704f192478fb2a86513ca0ce5c977799e05b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-53e770-m5ue2sru_1736733190624_0.8855340848442854","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-1a082d-m5ue2vki":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-1a082d-m5ue2vki","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-1a082d-m5ue2vki","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fae8623cefd5516b170fe8c77ab1ccd8f1213d91","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-1a082d-m5ue2vki.tgz","fileCount":916,"integrity":"sha512-XSB8DHET4i5gYCw6lCm1JWRmiESq1UCpIM79kTrD9DAoXTDCjc+KtFCbCUeGCnMqkpYUg5JY8lZcswpI1hYIvw==","signatures":[{"sig":"MEUCIQDTHveX5lJUKMjwtyHWkoJ6j47VdmVtuR/YRsr+1wzl5AIgM1ysqap/pAU7QEV1c9j1/MEFU5lqOXiLt0sb8uzJEaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a082d92bc1823991d111aca169e976789ed971a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-1a082d-m5ue2vki_1736733194126_0.579097981893343","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-3cacc2-m5ue38j4":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-3cacc2-m5ue38j4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-3cacc2-m5ue38j4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"738b7953772503834e942df52eca7a6044182c95","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-3cacc2-m5ue38j4.tgz","fileCount":916,"integrity":"sha512-T8QL7j9cV4rbuimgic33Q6c7ZHgy7rFMwYOjmzXESnz6fhhL0KLgjEmedVlSguWvy324VCtb1lq9KkVO6UMzSQ==","signatures":[{"sig":"MEUCIQCCGQ1MomSnRusDljKlCEU5EGVTn8PstGu74/zm3usiLwIgDT1Kfni/38ES4IvjLzQW/UEkLhev0Gb3l4Bx5ZkD9nM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3cacc2ef9f3ea808758c8c83816ba9ad7d53df6c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-3cacc2-m5ue38j4_1736733210278_0.012989705146188468","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-c59b03-m5unnjl7":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c59b03-m5unnjl7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-c59b03-m5unnjl7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4621d8782581bff94b2ba454408054d996f52b32","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c59b03-m5unnjl7.tgz","fileCount":916,"integrity":"sha512-8XuZVtbHO6Fzc4SVR+BFDBfNviMceP89Zd/aqU7HlV4Hyg8lbLSOP5Lg8IYTI3jiQLrsav0ORgO0Trtf3GLQOQ==","signatures":[{"sig":"MEUCIB61zHdjEOUtNq3DnOH1QR9PFVxXn38P4HjYhTmUYFs4AiEAywl8GQHk8+0eresQVoBgT751MvNI2IH3zeJTOFkbpxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c59b03b73e54b3bc682653a9fb685c91a3de486f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c59b03-m5unnjl7_1736749274007_0.9064792422105659","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-8bc02c-m5uufngx":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8bc02c-m5uufngx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-8bc02c-m5uufngx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65d80e174368a77e0f8148b2d8dc3e797a647e3c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8bc02c-m5uufngx.tgz","fileCount":916,"integrity":"sha512-0X2ZtRGLb1K07nxx4Su0DdSXP692UtACoDMcQTVat4urx8TufJaHs8np8snUzmRePith3R0p8bzYuUWW7KVB/A==","signatures":[{"sig":"MEYCIQC24w3RwhKN/S6A7DmYPgjZhaCITiP+HDxSFtwqXHcI6wIhAL0pUZQ9tyXR28dWnO+/yIwZKoIYi3PTb4GuHCb2wdMR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8bc02c499764b738e6eaed45804667aa09dd07ce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8bc02c-m5uufngx_1736760663891_0.4572321341769281","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-abd7a7-m5v29pjq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-abd7a7-m5v29pjq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-abd7a7-m5v29pjq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b950c786fc450843f7113d7a3118bdb60655dfa1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-abd7a7-m5v29pjq.tgz","fileCount":916,"integrity":"sha512-BW4BVHKU2lIV0C2aK67q0+lsSRUvQ0va/TjsM8RMttRqahrCFMJ751xWBeF6UP/fYjcJWscKTqpeb/G2NCqRYw==","signatures":[{"sig":"MEQCIALDgIj17OTC12PtTybgePQfCOeX//JOd+uELJkRuCP5AiB5y7cCRsxjfGD8mtkeP9kgRQEBt3p1QdFVb8tcehGd1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"abd7a7bd7e040bec4bb71aa9ed5a12cd042a9b40","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-abd7a7-m5v29pjq_1736773824070_0.09138116688853093","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-d91c79-m5v2bosl":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d91c79-m5v2bosl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-d91c79-m5v2bosl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bcf80724c7462a8102bd83ca74baa707a32acbd6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d91c79-m5v2bosl.tgz","fileCount":916,"integrity":"sha512-lXeqQg0Zb4MikzTrraFxwPOGo5xeREic2TluvpWc9eNZdDF9X2/guLqo2OAcAXE8wMNeo7hAH6pT4NFIn2Skxw==","signatures":[{"sig":"MEQCIC+nRqETzxROpdW6AZUxbTx/aU/w3RUooVYOoz18qGzqAiAgo2rTlhr1HVGq8nbkUiR2uu9NJTbUruxHeqWAA3g9/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d91c79e93070c476d224cc09b3f839fc408fbadf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d91c79-m5v2bosl_1736773914322_0.21301090244834042","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-7cd04f-m5xqcqst":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-7cd04f-m5xqcqst","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-7cd04f-m5xqcqst","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1db47e4613116a65160eeb69e5639555e0447948","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-7cd04f-m5xqcqst.tgz","fileCount":916,"integrity":"sha512-1HfqlVSBEWEkIPdnFp+i19lEb0LcVFtD7LFcTU9aJmEzdGvbYH02QPCWzCJYSHEKaEFHsj+pDVodSFGSSgVg5g==","signatures":[{"sig":"MEYCIQCMEL84c5+gBdUbMhp+gqVXFmhRAxEHtjtORicImmm/uAIhAOR5rBFmSStRJM6+EMRIiXTAV5IYTRDVi3oniESZvInF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7cd04f68e9244d04a143819c8b968a3287d8bf44","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-7cd04f-m5xqcqst_1736935208984_0.007609520687544835","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-aaea27-m5xvpb9r":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-aaea27-m5xvpb9r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-aaea27-m5xvpb9r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"faefaf90d43803a13b86a70ce681b7437dcdf7cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-aaea27-m5xvpb9r.tgz","fileCount":916,"integrity":"sha512-du8eypbSyc37V70b8kleqxeOKlfRkya/jH78YO1UyAQqHhLZhyHXpm2yZ96XkvcncyiGlo4q4knOsoY0VmBl8A==","signatures":[{"sig":"MEUCIQDPukUe7Om5BiVieL1mNtv2RmOKbk+ELQC/EvWMNJgdygIgRJFr8fDJ0fgCIQXnw4DyD7ALfOk79olVDuf2pMUwPgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aaea274528ec26fa6d234d2392a2200a85d8e5d8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-aaea27-m5xvpb9r_1736944191526_0.8310761594165725","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-be61f7-m5xwgydk":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-be61f7-m5xwgydk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-be61f7-m5xwgydk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6cdb3f932ee86c6293d5be322e7209062ff94d4f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-be61f7-m5xwgydk.tgz","fileCount":916,"integrity":"sha512-ihQW+NW1VHInffHQ82CIgs9b6MToEMTzCc3lzgr1N8NxEKAqvBDhq7wV2kzpTHLu551Ijbaf58Dn/FuXywjgfQ==","signatures":[{"sig":"MEYCIQC9HtpNNM3vhOkoIZPvbHeZh2b8XiGDq5ku3fRHEawKjgIhANWpTXkvdkcfM59Y2+0VATnMh4fl8vIBovqcR01Fars8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4150666},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"be61f7c3d322ac9bdba3a62d62bc0dc0855595dc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-99080f-m5v2k1l8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-be61f7-m5xwgydk_1736945482100_0.15165543234174494","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-af949c-m5y0fnmx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-af949c-m5y0fnmx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-af949c-m5y0fnmx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"327a6bea5dbdc7839a8c696b6c3a25fc7e45da4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-af949c-m5y0fnmx.tgz","fileCount":916,"integrity":"sha512-oOFe1Evq7eyVt9zyYci/Dyg2dxXgMJtLwSXSUTdG4QQ7yGmRlhBDPNZsO25d2boQ6hcTb46lSAjPHiFJK+f7zg==","signatures":[{"sig":"MEYCIQDy+1Heb5iffxzaf9P2weWjgrhu+p5LPTUeh6B+gyQ/TAIhAJHElxrxlLzPsyT4PntOkLoxiDaCEiFAHoSdHI0+atUk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4150827},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"af949ce890381063bbaea945aba7e34a6f10b4bc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-99080f-m5v2k1l8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-af949c-m5y0fnmx_1736952139935_0.287524315098344","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-89614e-m5zbxnd9":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-89614e-m5zbxnd9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-89614e-m5zbxnd9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b99fff24c40ed0b387959f6f8795ecc396d99eb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-89614e-m5zbxnd9.tgz","fileCount":910,"integrity":"sha512-AdemqGhWAj6VjeiGW5PZUv6mBAmCmIF4A6tlv5XLdAbW9FjUoSWfos0TTkndQ1LEYjiIOPSxH4lw6AR8ydOy8A==","signatures":[{"sig":"MEUCIQDKyX/XdWSndLJPKvmAPpg047qHIZZiGtlPN3p7YqpDmQIgUfc4CucR/xuvxm3XTyP+Rp4dYhkr6z1YmgmReH/2K9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4055272},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89614ed5a6f515d27691318a6b3cce4126528493","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3-feature-cf973c-m5z77wem"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-89614e-m5zbxnd9_1737031921203_0.38288125925423455","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-44d8a5-m60i8u6c":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-44d8a5-m60i8u6c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-44d8a5-m60i8u6c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e271a7f8af00671c0bcf050386490369802546e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-44d8a5-m60i8u6c.tgz","fileCount":916,"integrity":"sha512-Bv81yKPqbVKip3KHJgI1kaQYpNryYb/Vc9erW94FRTzIwP6t5PXcJYLnZa+F/i8T57zEQxcO34Hd8act602x0w==","signatures":[{"sig":"MEUCIQDXvwJO4C0X6SsQoG8PoReXx82i/gtUtCFQ+qT2/ZR6gwIgf+J+85xM7NyNVLrv1+clarzhv5UcnZccRL5YHiU7xDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4150756},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"44d8a55f40b8f5479b933567496ad57d53a93651","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-44d8a5-m60i8u6c_1737102986563_0.9035126340145558","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-90da5a-m642sh1j":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-90da5a-m642sh1j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-90da5a-m642sh1j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e605607218c06e453d913225331b0db97d9b381e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-90da5a-m642sh1j.tgz","fileCount":916,"integrity":"sha512-dSzy2Ztr2K6ZY4YBMsibzmAjD869dNZ0rgUlFCogvaCKf2h9ZbpBl/1b0+Y/OHcq+FhD0ahKg8hIYBNJl/FAuw==","signatures":[{"sig":"MEUCIQDQ6A1ES4OPX1jbuT+H+y5bDRNFImNFSW0lq4ZEwjCnqwIgJHpfoqnChW9Y225pliavQUy+aaZcR0g8jXDCbmN8EgU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90da5af54cb7e4c510bdaff539697df95a79e927","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-90da5a-m642sh1j_1737318894444_0.9338038821159977","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-0efdb5-m643qh8f":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0efdb5-m643qh8f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-0efdb5-m643qh8f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c11ea679668ddf26c23c6b1cb131799403975ce1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0efdb5-m643qh8f.tgz","fileCount":916,"integrity":"sha512-VdlJcg4au95aNFPHxqyt8pszyfub0biiJd+hk+B3JKX1+XY1yI98eOep74Q9waEKpi3XMWBEnNcG/MCuyvP9XA==","signatures":[{"sig":"MEUCIHPzIHqZUPRGwvEo3pd1t/aQmEsmC9P89iEuJ56Cpd3jAiEAkQWxg4tKUENuHzdWmirZb/7E0P48KlJw2cDMu15hzR8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0efdb50c9544da162d9e832f86fcad8701c16397","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0efdb5-m643qh8f_1737320481513_0.3880249727795193","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-91d6d0-m64fxq5f":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-91d6d0-m64fxq5f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-91d6d0-m64fxq5f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e54178f2150bb509747b6167d9d0d853226b39fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-91d6d0-m64fxq5f.tgz","fileCount":916,"integrity":"sha512-X+LlaWJLeJVfqeRlfmru8IWY5Ma4L63yNTm3J4JE+TgOTgJm1z2WWAvm5UmOH5Fia/+J6vl0gd8ueqnQmVtC2g==","signatures":[{"sig":"MEUCIFN4VVPgKUZJb9lEEliNh4TCKpGSLy9DUavR+uN3LFt5AiEAgrJdZDRnbPAjKKVvN9a3u5o5mHEnPWTA3Ypj4MwM+RU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"91d6d09f697fa0503c6be5170d13d28c81763c78","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-91d6d0-m64fxq5f_1737340973904_0.08476415008910232","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2191dc-m64pal0n":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2191dc-m64pal0n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-2191dc-m64pal0n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"49f5151c1da5f4f2b9487ed23ef7e3088087099b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2191dc-m64pal0n.tgz","fileCount":916,"integrity":"sha512-WnnztXnSymh1TM/TT+Ytlj72MR+53ztS79KFsCXM0po5pr7MoKn/OPpYYl4MmOm2pTj5EqedvFOxxt7IYPhavQ==","signatures":[{"sig":"MEYCIQDe0zUfJjTULy01b0vGouIFiUBEbj9EQCmNd3VZ7QmSPQIhAK/HiYJidhO3gigFGe+O60KcYMIefRCDWnDsrAxYxy8u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2191dce9434aeca397c322b9946be9c105b6cb3f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2191dc-m64pal0n_1737356689503_0.960111443614379","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-07250f-m64pcgsu":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-07250f-m64pcgsu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-07250f-m64pcgsu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5d459a719b27c2d9477c710053b67ff0822a7fac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-07250f-m64pcgsu.tgz","fileCount":916,"integrity":"sha512-YiYn/bzaijx/pFJYjkwYX0dPxARp+F3lXC5TyFlWOWYtyAg+s/v5hcGdSeA6yaYMaDVI9vBTUt/B6P6CCIMOsA==","signatures":[{"sig":"MEQCICLPsaGKPBOGAzLVkBl3pnVzaxVTiJDQrfl5S9S5pX8wAiBTFLpKGDyN4YkKUPVFmW7kR5fQT4bxQCqyutCotK6nhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"07250f9fc821bc18526adc0814378c5fae194624","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-07250f-m64pcgsu_1737356779371_0.7559600579824541","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-0bc9f9-m64qoha5":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0bc9f9-m64qoha5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-0bc9f9-m64qoha5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"158d3a0af87c69f60e629b131e3e9c8fc9b37ef1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0bc9f9-m64qoha5.tgz","fileCount":916,"integrity":"sha512-Ao9GKE6WH/mQpmTZ5nR3DaR74g+DbaWS+KQJ9bg/ZNWVDZuSo8gwjSxO/nOdklGxaXumWe809x72LdrW/cBjUQ==","signatures":[{"sig":"MEQCIC5jjB77/GVolgYBmC9n8QmPBk+2OnGzUyktHievuCIiAiBXHlMSklU08VnK0InpgTWkATmLTOlz9Up5FWFojOYo0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4148216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0bc9f9e5867627c5182e13db8230e90eee2f8c10","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0bc9f9-m64qoha5_1737359017932_0.9659320300883867","host":"s3://npm-registry-packages-npm-production"}},"18.2.0-feature-0cfa7e-m67s6ndm":{"name":"@5minds/processcube_engine","version":"18.2.0-feature-0cfa7e-m67s6ndm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.2.0-feature-0cfa7e-m67s6ndm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9579e73fc7969b17558173bdff92b56467928842","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.2.0-feature-0cfa7e-m67s6ndm.tgz","fileCount":910,"integrity":"sha512-g4iw6VHzKZPcii9tQz7T6PRMz8n7bfMvDRg/ndSkSAyt3juRxVXiCWE/v4cEFaHQ2j4+HNsP09n94rwM6PIu7g==","signatures":[{"sig":"MEYCIQC/IIUbvzjNfRDOYRclitskvVUSzHVxesoHCIUJO2GCXQIhALBNxHpHfBFGMJkEju4qNtyJad5qvePy8Z1hx0Ffn9Gw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4055649},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cfa7e92c38551673e9c5cfc7b15478ea3abd547","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.12.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3-feature-cf973c-m5z77wem"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.5","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.2.0-feature-0cfa7e-m67s6ndm_1737542945510_0.7587988866393569","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-dfdafc-m6aj8ghl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dfdafc-m6aj8ghl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-dfdafc-m6aj8ghl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d0805b8c2ccb12b2ca2a17ad9a0ac2ad9fa3d8c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dfdafc-m6aj8ghl.tgz","fileCount":916,"integrity":"sha512-KJ7jSJ86yn+mPBeW8+vXQZPxmhX6MjHNbP2jaNsSfO0xy7tRCgb31shStrBaQXa/jD4WYugcVfT/oHx+VB88XA==","signatures":[{"sig":"MEYCIQCStDk34k5lSeH6GD1KrdpjP6d7h+b+H9vzz0xGTSP9dQIhAJZ3CAgU6mSXCWpTwhhHXfutRzIPtl2VTQ/DJQtrVvY4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148346},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dfdafc6b13fadff7f1a65b498e50eb9acec9ea3b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dfdafc-m6aj8ghl_1737709310269_0.6369298972703814","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-45435c-m6ajfit8":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-45435c-m6ajfit8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-45435c-m6ajfit8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8fa2404a71894e59e8d10422572a787f91d20394","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-45435c-m6ajfit8.tgz","fileCount":916,"integrity":"sha512-OyRdKCnUwAMuH750VAjgnQbJd8DpMLPrR8FaBUyS2iz1zxHt+P/hOKiteBnVLViuVnl6c9HHQCpanLCSdmZLVw==","signatures":[{"sig":"MEUCIQCjyTfkCpcJ3PB8wssMEXy6Mk5xUv6joRcCy728k+ccqAIgIeft4LSSDruybiXX05aDOeCk40BpXGY0RStwEHTzdzc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"45435cf9d02ab0caebebf75aedf6acb0f743b35e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-45435c-m6ajfit8_1737709638592_0.7332170090818702","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-bedfb3-m6aln81i":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-bedfb3-m6aln81i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-bedfb3-m6aln81i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f7629869f47bd6fd412f2a6258db1f223971784","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-bedfb3-m6aln81i.tgz","fileCount":916,"integrity":"sha512-nWg3e6KpA76cjL9o5Y/DuLle1x/+kMB7HXgR3148uHtYPsKxjbnIfOkzpdMB2n5wmg9aZB1ucswM3qa6mIKISQ==","signatures":[{"sig":"MEQCIE34wJECd2H2hRCK47ZGQFeGEmTz2iX/mV/ghQETUCz4AiAzfu4dAG5VAMDU1MBg3UcTUjNbjZeel5zeBBFg344Jog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bedfb34e244063c84cb1cd9a4bad415b4230a490","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-bedfb3-m6aln81i_1737713356715_0.2619952398520742","host":"s3://npm-registry-packages-npm-production"}},"16.1.3-hotfix-218b75-m6b3hxp7":{"name":"@5minds/processcube_engine","version":"16.1.3-hotfix-218b75-m6b3hxp7","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.3-hotfix-218b75-m6b3hxp7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e64c79b673d014ddba79441726da8cf305d054bc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.3-hotfix-218b75-m6b3hxp7.tgz","fileCount":868,"integrity":"sha512-1q2VguWOM14/uh8qJmz3U3Sji2mOIK71K9roOgHT/aX55zrTIdpniK9+eZXADd4EuKC5n54/2HFyFF/HyItkdg==","signatures":[{"sig":"MEYCIQD/DyB8O2Y8Rhub96CjClxe1Xc3OAc++ysUqHsX0doz7wIhAKcx8lLI54D70zcnMJRcBs0QYVwiYes4AJMO2GcvgcfT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3747784},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"218b752052a96e63b7d99caf05ad537e293615b5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.3-hotfix-218b75-m6b3hxp7_1737743344425_0.18557329883307627","host":"s3://npm-registry-packages-npm-production"}},"16.1.3-hotfix-84406f-m6b5ac17":{"name":"@5minds/processcube_engine","version":"16.1.3-hotfix-84406f-m6b5ac17","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.3-hotfix-84406f-m6b5ac17","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92bfcdd5e8ad469c5ad5996de947bb69ea8873a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.3-hotfix-84406f-m6b5ac17.tgz","fileCount":868,"integrity":"sha512-wwFlfOX+c4UiKB/O694vzUUzItIoZJd6aD+KXQELRqLw2lW8y5d3adI+t+471ZKptNwsvxoByZJipfJE1qhUlQ==","signatures":[{"sig":"MEUCIQCMWaRE4n+gCHi2qHsMe9XOFgvZtVzn5UE2mtsx0QUvzAIgQIL/f48TRNEELElH/oC94XzsYlre2ZybnHO58gm/C+g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3739193},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"84406f0960434d38a0db8eecb05b85d7d2198c83","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.3-hotfix-84406f-m6b5ac17_1737746347397_0.8064544566453353","host":"s3://npm-registry-packages-npm-production"}},"16.1.3-hotfix-d44662-m6b6cxzo":{"name":"@5minds/processcube_engine","version":"16.1.3-hotfix-d44662-m6b6cxzo","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.3-hotfix-d44662-m6b6cxzo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"48c873e42c2126b3b35de87673338b93f5b34ad3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.3-hotfix-d44662-m6b6cxzo.tgz","fileCount":868,"integrity":"sha512-DwvgsXWEtGa7qd7OUz8FKKz4kqXEDbaCp6GpL3PfClAt9VsHspFs/Q32Zy89otXzQTaphmC/me8q0/jpjRxQhg==","signatures":[{"sig":"MEQCIBpc62832jclG7s0CnrxHVu1ItQ/izCPzxqjbgPwwvWoAiA/9GBpD4CkOg2zAEu4qkcZfItEAebVmq4KsFyZKQMJIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738333},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d446625c5e74272fea9e3b6b5db86089499b274b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.3-hotfix-d44662-m6b6cxzo_1737748148740_0.6676023983853754","host":"s3://npm-registry-packages-npm-production"}},"16.1.3-release-c72125-m6b7cpbg":{"name":"@5minds/processcube_engine","version":"16.1.3-release-c72125-m6b7cpbg","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.1.3-release-c72125-m6b7cpbg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d395c79a3105f2e78bb31f842d72dd4e7222a5a2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.1.3-release-c72125-m6b7cpbg.tgz","fileCount":868,"integrity":"sha512-tqECPGUG2b9S8oBR63UjCCc37lx0NR2vS3XX5Fqr1eGI+P7cAz0H1bMGoPm98+EItf+anuIh/mRhSV5gMJBHZg==","signatures":[{"sig":"MEUCIQDjk3VWRcVj/gpXmCPA97zJGUV8cTzcYc5iGNLFCQswfgIgfJ3Kt9X7aylA/kxGz+4cjS5lKbbZ8YNqDew+rhnfwu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738334},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c72125cfe136a26576ff0ef81acbda1e942e18d6","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.1.3-release-c72125-m6b7cpbg_1737749817009_0.48973054662231297","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-9ab9ef-m6c4vf4z":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-9ab9ef-m6c4vf4z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-9ab9ef-m6c4vf4z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da6d8788a1a09b6be18e200aff8673817bc8e3b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-9ab9ef-m6c4vf4z.tgz","fileCount":916,"integrity":"sha512-LnVbHEtI5lgK+nacydYFsUfINKqNXJqFmZfzaLPYLbtNjAYHtrxiaMUTnoZuR+bCiOoHL/OnfVbuurORwob8sA==","signatures":[{"sig":"MEUCIEgqA5MiGm2vrk+js5bTcKvQF2kKq/mDRji5+TJuzACaAiEAjXYDvRyD705jPC6av08t3P/MuEJcByYyJ9lwanbvqMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9ab9ef9c2e10559f986c4da31e707b7988d8b777","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-9ab9ef-m6c4vf4z_1737806118826_0.7981057746262306","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-18970c-m6ecnlwl":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-18970c-m6ecnlwl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-18970c-m6ecnlwl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab022d5ef5319e4361e749abf312f72f773705c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-18970c-m6ecnlwl.tgz","fileCount":916,"integrity":"sha512-OItR1MaM/gxHBmbUlf7mSOJce7KCo44OqY5z0i3Ne4z8bOhEORkNgf4E2uPJS/iSVERqI2dlb8CYw9SIqs+R+Q==","signatures":[{"sig":"MEUCIQDr1SDFAlzeOLjxop2xOtjA3zOUr6jH5IQ8ENMMkr94OQIgDXhNyHqgWdVLKW/D7LBbj76Ws7wk+f9YgMYI59rLM5k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148551},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"18970c08e78d7201da5139d15f32375cce64f5f0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-18970c-m6ecnlwl_1737940124459_0.5936998320792175","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ec7fe0-m6ecnn1i":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ec7fe0-m6ecnn1i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-ec7fe0-m6ecnn1i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc60c5e47bcf9e26cdd749b029af18ecdaba6d89","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ec7fe0-m6ecnn1i.tgz","fileCount":916,"integrity":"sha512-njgXmUDkFGsMpAkJHFNt6nHJxqyzhRGRY6eBCtTehrGJBtTjpMnOPRrbDnbkf69XFIk8OmhD8dAM2xLs3rLXdw==","signatures":[{"sig":"MEQCIB3MlgIwrphVdABpfmJ0A3VLu26mzBLYHM2BnHNbuqdhAiBR9vJXfJCvdPeB6cECFuj0Ux6Wd+bT0SL9IoM/qEmAMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148551},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec7fe0d56843c34f542fa9435d8808c90fec270f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ec7fe0-m6ecnn1i_1737940124754_0.3496753855541037","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-26a7a1-m6ecoazw":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-26a7a1-m6ecoazw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-26a7a1-m6ecoazw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8283eb3658e1139aef40b56e489a2610fd582b38","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-26a7a1-m6ecoazw.tgz","fileCount":916,"integrity":"sha512-PMZXGACTR2IEQKAH/LO+pg3v0714yiLfvNPOPCMG2PlmyKq3JJ900Mdd/BSgH5PILgL5nGErn2rS6MlPcRm1Pg==","signatures":[{"sig":"MEUCIHB5NccNqrIASH19qFZwwL7LXHy+yMMRj+ij9qAdsq6yAiEAjvRo9SltjbFOTCmrib4YPb4wStR0tvvZ+zuYd7BgSDU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148551},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"26a7a1584f6eb7eb3f9df88ff15bd28a99808ec7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-26a7a1-m6ecoazw_1737940158753_0.3659474505345801","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-084cc5-m6ekz4f2":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-084cc5-m6ekz4f2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-084cc5-m6ekz4f2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e09ed19a025492584ad0e0b3860a1dbb9f27c4c4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-084cc5-m6ekz4f2.tgz","fileCount":916,"integrity":"sha512-ZGNhlYS6JBVxfS2KtxCy0D7L1Wq5hpif/XPypaxe8H2gnRa1KN4OtH0Qh1jp8DW6xp5Q1KBk3HoRwDiL3I/pbQ==","signatures":[{"sig":"MEYCIQCS/NJkZRjQHmWVv3xeMatkDKJmtAKJhDfU1zHqHB5HcgIhANDaychaCrz9svwPq0pEKoQCvxuDjbNRKmTgEqLJkCf6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"084cc511cb559e60264cbfecaadf4b7e5766f1cf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-084cc5-m6ekz4f2_1737954097415_0.02319423492233552","host":"s3://npm-registry-packages-npm-production"}},"16.2.0":{"name":"@5minds/processcube_engine","version":"16.2.0","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"81357d974ea1ad8d3b6ced211f3ed70184a92308","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.0.tgz","fileCount":868,"integrity":"sha512-e7wYCcHmczBzEPcqIxNMdRUg6BETS71zTf3Sh1HKBJ+Iq6rWK//5DK1QkvKlYoHFhNnMFhydLWpnJU0PthrZ+A==","signatures":[{"sig":"MEUCIC2Wo0vKyVEcnot/gprSBDT4zO53fdltv/mgumv/RHXmAiEAnF/GDJDPriSecnJT+oH+HkEGElgnDTrKq+gCL4jvx8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738310},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e79aa6c531941caa55d96f78014a1664b0e27c99","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.0_1737958606782_0.7666243522718803","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-769e11-m6epac7k":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-769e11-m6epac7k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-769e11-m6epac7k","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ad7816c8270069b3226b96c4b49bb1211b00515","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-769e11-m6epac7k.tgz","fileCount":916,"integrity":"sha512-55P94gkQbkt5meseBwi9NW+oqA8Q6b1u3z/KhojTVe9/ZAX99tb1G6ZRb5ZnVh7zYHGyRoYSghADH9fKtbZppg==","signatures":[{"sig":"MEUCIQCzMg1tRQErJHAro2brzHekAq9oEkBn4j5PnVCXHnFkdQIgdgZt3uuqwsa6xoDLcI2rPH1czSxinTMe5PPWVDON69g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148551},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"769e1105be24ca3ae03919cdd6ee8a56a48f2f14","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-769e11-m6epac7k_1737961340346_0.7728661438921849","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e543bc-m6eqpsnn":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e543bc-m6eqpsnn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-e543bc-m6eqpsnn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"01af344a1de7c0e5206b1524a05e36c9facfa510","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e543bc-m6eqpsnn.tgz","fileCount":916,"integrity":"sha512-6kmn4A01VM6CDkp0JLw07gZLDNiX79p12yOh91lSepIZ9Mpo3MwM7lqrkGfZLwcGsnAH0XWG+1Km0sV7q4a/vg==","signatures":[{"sig":"MEUCIQD755F2ML+DBAwQKIk8BhMrKhTCjRYgDAi0Ehne6DhUugIgH+5dVDaxDqhYlJ721bdXXjXWs/uAybj4GNqnc5GOiXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4148550},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e543bc7834181bc7a6ad727e63eaf93e01ec9ebf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e543bc-m6eqpsnn_1737963741348_0.18840915263071234","host":"s3://npm-registry-packages-npm-production"}},"17.3.0":{"name":"@5minds/processcube_engine","version":"17.3.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.3.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e156c9a429e91189bcf10073190b997c8de670dc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.3.0.tgz","fileCount":907,"integrity":"sha512-bLXEVHouWYJvsDfyK+dRkqX2kUajEaKDGxJvc1Wmm4QdunDBnGkYzSs+5URE6gdHFlIvNrL0YC4rjV2VDnUm6g==","signatures":[{"sig":"MEYCIQDp0Rp2VQnoKF5AB6V0zusw/G1d3c4NSEOnSbR6EO+lzAIhAMTFmeyCR3hWfgcjrlNrkrnQ01m9Mm5hhWSsTef2gM4A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4058837},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"50614259ebd4fa96d0ec8f09d09f4933c135aa5e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.3.0_1737969223830_0.34966014561084524","host":"s3://npm-registry-packages-npm-production"}},"18.3.0":{"name":"@5minds/processcube_engine","version":"18.3.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"95d46b6807dba3fc512a11f816a452fecf5ca34d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.0.tgz","fileCount":919,"integrity":"sha512-ryHrm/nDiRbk5UGViqJ3bvT56a7hF3h6B4KfiGav0Q0zxWA9LB6cY3zsSqjWpMqkgzAocftCj/fTLiNcBsk2tQ==","signatures":[{"sig":"MEQCIFF9hSkoI58SaWUQPocShtOKSisOM+RvuBtLa6NmpjOjAiBmIdYklxC4qvbIdfUPrBTvp0LXrsB6an54fdWmuPvz/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4133036},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19497efcfcaf182bebff12678e8340d8248cc0eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.8","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.0_1737971785727_0.15307066029664518","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-43f5dd-m6eyapb0":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-43f5dd-m6eyapb0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-43f5dd-m6eyapb0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"de16f00195c25734ddfa24e34114f324aabc097d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-43f5dd-m6eyapb0.tgz","fileCount":925,"integrity":"sha512-/O4Sbv6m3nXjCPGe8410Sy7hrK1G/OrPy2tYeOZEzhfYGQKgFP2EZ4b+zm1CEYQZZETaD28oUoMla7sBjxKD1A==","signatures":[{"sig":"MEYCIQDe/h22ldY1Bs0rgyJ7oro+Inuyj+1Q3iUWalGqwkD6igIhAIqfTY4J03ixT1nmdEOaPtNSs0B7d2rXoG0xUDy23Khe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229090},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"43f5ddf1f4b206576264e81a9ee9115b39b63580","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-43f5dd-m6eyapb0_1737976472911_0.22840385732140556","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-706179-m6gnsxo8":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-706179-m6gnsxo8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-706179-m6gnsxo8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a63af327d92d41302f7467635b05d8f397ea9fba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-706179-m6gnsxo8.tgz","fileCount":925,"integrity":"sha512-k/b8jniqwsvSoZ3lVPj95Gou7N81ox9dXjbhixiPHiC4+41U0C99atApaYKicnbppx8F6feap76LxmFoOi8NKQ==","signatures":[{"sig":"MEUCIDLFjHspB1gHm+6+fH0UXJoWubVl0Lc6XGFmP3N3i1M5AiEAmuBdoufmenMN53mhcSNtqtRopoMn01lmTMr0IvxXOJk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4226951},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7061793748079972ca1f79ef17248179a54824b3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-706179-m6gnsxo8_1738079784129_0.2559007803198359","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-10796a-m6gocanv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-10796a-m6gocanv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-10796a-m6gocanv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7877fd0854beac27298be2aedf058b6a6c6ff86f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-10796a-m6gocanv.tgz","fileCount":925,"integrity":"sha512-0kVU2PJ28rNnmLcFTWJGmEBRBKXofiFEmOgAwK6ivP0+nuZn8Vawb4ycBGgKc9uiEHYnaXkv9X8MF/brljssGA==","signatures":[{"sig":"MEUCIHaDUmiRuDifae423hww7Mt1GtmrITKR6u5GmCHghxS6AiEAodGijcS3fD7EI71tCV60BrNREKRuaXNV52LMI6bqj/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4228426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"10796acfe1f99166f4b10030eb69548bcf484bb6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-10796a-m6gocanv_1738080683072_0.5815695470530431","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-143d34-m6godcuz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-143d34-m6godcuz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-143d34-m6godcuz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3484fc7f6acc76a284a2ec80f264e42f01d80e02","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-143d34-m6godcuz.tgz","fileCount":925,"integrity":"sha512-WQy53yM4PM+LwKD4ptVj/nkH713mdDpCjqzZQKSFVXyCm6gACrSoiT+crLadYulpM6TvRwnTyu0c7G/9FasRmA==","signatures":[{"sig":"MEUCIQC0t8wISUkVuFAd+1umqCRFfzdRUqBY+6FJ9PHs7ElV6gIgZ22X+g2sfLOGBtMfSRnL77Vpo5Epwz4H1lieSmb2N94=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4228426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"143d344f792a0bfdc91f005f1dea74c955bc10ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-143d34-m6godcuz_1738080733432_0.6850908336735868","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-88618c-m6gqq0cx":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-88618c-m6gqq0cx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-88618c-m6gqq0cx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c5731f44baad35e8d4a8ab431a8383653d03805","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-88618c-m6gqq0cx.tgz","fileCount":925,"integrity":"sha512-3Jl/Zc6OjKsJ6GbBk7X5iJTNG3v1wpd8Jnb6S8H3dVkg9fO4blEXR/rrHuralor9/I2oWc4C5M4YvMvji06XIA==","signatures":[{"sig":"MEYCIQDbRGPfiusx0scm4reGgU7/1pSRxLi3qZtU7vsNPCKHMAIhAJg9/FFT6CZvFBvhNkSvQ1oGOD/9x/xdtVsbueKqn6r8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4228641},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88618ce5f83a5ad1495af85ae1eab457e4b89260","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-88618c-m6gqq0cx_1738084683942_0.584365357042129","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-83c2d1-m6gqv4hd":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-83c2d1-m6gqv4hd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-83c2d1-m6gqv4hd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"07d231d2874c49377a71b37ee1fb64046f278ffa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-83c2d1-m6gqv4hd.tgz","fileCount":925,"integrity":"sha512-hWRT2NbOXRToR6Voub60q1rC8PUj+zwBECejt0woIMHqkJK1LmIsIsOzC9AxcTc+QVJQy4Gck5+K6C8H7Z5W1Q==","signatures":[{"sig":"MEUCIQCGuLPoNcabtQO21jg15oX7FdxGQiTcvVlGnPYphqC/hgIgWEbK3dAZ5d90LU+uVXXgRjFIOANwtMSkHtz9P+hlank=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4228426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"83c2d189970fbc50d370a7fe7f7b379ba3f7a920","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-83c2d1-m6gqv4hd_1738084920549_0.8182143428436179","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-30e4ad-m6hpwuvl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-30e4ad-m6hpwuvl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-30e4ad-m6hpwuvl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"34024fb1c248cc53132d3d29cebe3ecba561772f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-30e4ad-m6hpwuvl.tgz","fileCount":925,"integrity":"sha512-IMeuESQCwpwn0s7SdkOrkGqUZOIFpWZ3q17y7pevRW3JLllUHy0ZLzE79//2XM/HCjwUnnGG0Oq8vCYaW8EVcQ==","signatures":[{"sig":"MEUCIQCSmQzEajMmKWwviYQRnvk5mIkC0zbxAhQ7wiX2cM27mAIgfVeetvRuUfH11koUr8WOiAOpnCpqvu+jjjKcn7BmzrQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229224},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"30e4ad83ad4b3bdd3fe2eba90129d07c67cbd52c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-30e4ad-m6hpwuvl_1738143788383_0.9270209175043509","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c29180-m6hyucyt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c29180-m6hyucyt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c29180-m6hyucyt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e7bd0cede752ca05ec3bfcec57af6b701c000dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c29180-m6hyucyt.tgz","fileCount":925,"integrity":"sha512-kT7mdKQvX44aEx1zApuJ2ywPGMwYALm74YmaaBQBT4h16xVCb51JXe58a4tf7hnuRy35d5lOI/jsreYIodT0og==","signatures":[{"sig":"MEUCIQCi2hB07Hd2M3GE7FxKw6Rwdtzri/S7lR1IjXH8QYoaSAIgAQFOcEL36aStZAu76Kf6PUG+dsiop62ugLAe+qMdja0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4230419},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c291806d8db29aa0bca9492370708ac33465a812","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c29180-m6hyucyt_1738158787970_0.3815176249607797","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-424f90-m6hzk3hu":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-424f90-m6hzk3hu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-424f90-m6hzk3hu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf8d7e5cebb6213b03f5cba267d12d7696fbc30f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-424f90-m6hzk3hu.tgz","fileCount":925,"integrity":"sha512-kyrjHZLDLE71j9KCq2k9XnQBV5eXu04DbBZzlwtgqri7U/o+0cxVkysdTqTCY1Lb4niBT2C4nyF2rB3focWECg==","signatures":[{"sig":"MEYCIQDVryqEkmBuwsf0wPYmHQ7Fvv4mWqWXe8Itxf4R1aZLwQIhAKbdK/qnn9bq/ludtx05LfBVjKAO+C3lcXzOUtDzVpbV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229836},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"424f9090d2eaa79f16fd5bb720e203dae47ee232","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-424f90-m6hzk3hu_1738159989852_0.9525361780878987","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-2d4c12-m6i3r1ng":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2d4c12-m6i3r1ng","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-2d4c12-m6i3r1ng","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c0d812afb0485d99f632c0d1516793f3704ced94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2d4c12-m6i3r1ng.tgz","fileCount":928,"integrity":"sha512-NgMtOMquCKRFMeU+6LSarfzgkDhGJenxcSvf7VXdWaIoYylROW/sA9KqeMzYUs/eZ1/9pdA/G4ujY/K516n0HQ==","signatures":[{"sig":"MEUCIQDectaqeWG/HF01m1xS/R2/hK1bJGgAgK+T95s49Tp2LQIgSAmqx2Pjtyi/E9qk/Cpo+yXlZrZtDZR8dNUt/z/77Ls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242387},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2d4c12dcb2ad13cfe93f91a05d169999bc17452b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2d4c12-m6i3r1ng_1738167033396_0.8902176013551768","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-dd2dce-m6i43jy7":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dd2dce-m6i43jy7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-dd2dce-m6i43jy7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e499d4e1703c3b1f1f1652ed545442507e3b01fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dd2dce-m6i43jy7.tgz","fileCount":928,"integrity":"sha512-8kX6pWJsaCsFnokSC7emg7JLcKZQVF0IMvZ0P6jcnF1sqDqxVQPruab68VTf8zL91ufI4ptJnhQIRgworoZPKA==","signatures":[{"sig":"MEUCIGAJsCzlz2nw1h+XRWp0npCPpLp2FqOKV6ERxAkSRpflAiEA8gUGS9IcdmhruW2DVqlQerDz9uwKSV/A5RXrPY5TnOA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242387},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dd2dcec883e51ca3a8f04797685526a8cc930f78","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dd2dce-m6i43jy7_1738167615529_0.1658547958420955","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-a1c5ee-m6i5itze":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-a1c5ee-m6i5itze","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-a1c5ee-m6i5itze","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c13414bb0a8f161105af6b5e6665167190e64b5d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-a1c5ee-m6i5itze.tgz","fileCount":925,"integrity":"sha512-A3k0niGTaN3c4Cv6XkyBsM+AJPGd43D3j2iU1Q7Q1zFTIYBsfxD+PMPaCMBpvuqEWa9HeeI2qxgcgslr9N9f/A==","signatures":[{"sig":"MEYCIQDprXluiS4xzF4bHZhCcupJR15SZE4xPmUSPmjEaU5ONQIhAPeLIWxOlAMbvmkmaDw+zvgnWsEHf21+P5DIamp8IIxF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229837},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a1c5ee049120c967bcfee603c1283ade83acf18f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-a1c5ee-m6i5itze_1738170009152_0.8906879152208191","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-922d32-m6i5lqml":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-922d32-m6i5lqml","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-922d32-m6i5lqml","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"20cf5543dbdef09fd045195ad39608a912a16c2b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-922d32-m6i5lqml.tgz","fileCount":925,"integrity":"sha512-j7zp7UicRpKd3bJrRdPC2iSHCpSDewfeLeUuoeexuPqzJEkphC2dw60dQi0wXiDJau59o+WqHPW5kMAnQ00fDw==","signatures":[{"sig":"MEUCIQDmGQXP1IqewGW5Z7TsS3Mbo8eAnU3a5CzBtWX7cjMroAIgSmL7LsZ1PGnJ2C603TZEhg2eQ0PkyEakzMuKITQf2ek=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229837},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"922d326af2820fe3ace5bebcf8bf2ed6989f0e90","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-922d32-m6i5lqml_1738170145397_0.8462020994702966","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-d9d42c-m6i7rtzt":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-d9d42c-m6i7rtzt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-d9d42c-m6i7rtzt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"deee357e063a89b632683749a199688c89edd2b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-d9d42c-m6i7rtzt.tgz","fileCount":925,"integrity":"sha512-3kva4s+AcBzVK6YYPwHDsD9PX4wOG08kc+hVDcZlNSBcMIw6jaNMo4zXIoQnr9bJ0FwXY40YHfyhW+szstHOPw==","signatures":[{"sig":"MEYCIQDE8I9+gcl4oz9RoHUB/YNSAezXJ5qJjfik7p38XJLGnQIhAKidGmkYxC8glvnCNTaqCkfkNtkuuMRzgOVNH1kYC+Qo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229837},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d9d42cd1de3862b4646a0e544b6aae717c40f43b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-d9d42c-m6i7rtzt_1738173787944_0.7940198813100618","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-6620b1-m6i92kzt":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6620b1-m6i92kzt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-6620b1-m6i92kzt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5169e182005100b5289a8776aee9ca5db42e6041","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6620b1-m6i92kzt.tgz","fileCount":925,"integrity":"sha512-AzfUOLQ6nAq0kLQczPLP4sEr53xeHdw0F5W2cUpQNWSTKeJ+w4oImQX9FbRsBT5d2yhguKU3jz2HKXPTb/zCVQ==","signatures":[{"sig":"MEYCIQCoD/G1foP6cM7VLHEtSvmhjDbAMWZPIgmIYA7+yJZGhQIhAOGG5gHfgtCVpL0+2cFNYuLIrjh+ptezmCM9T6CveT6J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229836},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6620b1a60c24859780be531ec02ff9f4ab72da1f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6620b1-m6i92kzt_1738175968374_0.14121309000863835","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2ac12e-m6iagowu":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2ac12e-m6iagowu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-2ac12e-m6iagowu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e5cc8470ac90d196a43827715fcf0616dd8a0823","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2ac12e-m6iagowu.tgz","fileCount":925,"integrity":"sha512-CjwGO3s7CjHc+BHMoYfqDudIMkR9W0/lXh95kq/5HF7SDwax+wedQmmN68zIBqzEYNtnA1D22L6mmckT+UID6w==","signatures":[{"sig":"MEYCIQCyiwYk0nP/L2GqkIJn9vhTdLzMEfYwqSxZIQ/G9xhFyAIhAJkvOJv7ncCj1hoVQjz3AhuvLa8DDFlHqRuFFkqy3ySN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229836},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ac12eeb80dd0ea47d6a7bfc6ddadc0480da1e5d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2ac12e-m6iagowu_1738178306264_0.6848912937530305","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0a7c66-m6iai4u3":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0a7c66-m6iai4u3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0a7c66-m6iai4u3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2fa867e0e7f18cc171197dd9a2703055a8e509ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0a7c66-m6iai4u3.tgz","fileCount":925,"integrity":"sha512-XJYtqKbEjUNHDG5jAjTjb1aZB5y5uvgLIJkmfxIlDerS/WIVvh/gp8Gr5etCp0szmh76DLW8cdhZdJF5WuP5/g==","signatures":[{"sig":"MEYCIQCNZecuHOyEd/bmW/Wywmpj36HLHaIrkAt8aUSBsgo07AIhALDyPHJnNkLS4rWZN6XLBVQFUiIFk/HT5A8Rz1cTX8bV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4230419},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a7c661abd14a2b007e9ce41069162b39fd16b45","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0a7c66-m6iai4u3_1738178373851_0.8247425743159533","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0a9061-m6iaidg0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0a9061-m6iaidg0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0a9061-m6iaidg0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75ef28042102b1cc2f5c2c14db8a4ac884c9c457","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0a9061-m6iaidg0.tgz","fileCount":928,"integrity":"sha512-sgFVExWDvk8QL/g3L23GCCeoWnuol9Pwu/oJUGmLJaj3xITfz19qyO2i8xODcpmQDCImQhl/V8JTl5qCuUDzCw==","signatures":[{"sig":"MEYCIQC2rPyS7HBdF8G9WWuHC6Y813ozNZTS/W8MFvLcXF70NAIhAOJdjlM47/eKN7vKlXyQKkNrQt1GDms5LWCY6JiBhoJx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242387},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a9061fc5bbe7629285b6ca11de7e55e3c29a564","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0a9061-m6iaidg0_1738178385603_0.060691457591623754","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-120367-m6ibbrha":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-120367-m6ibbrha","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-120367-m6ibbrha","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91f798e8cb71d2e8e33751a644ce55d02c5ca09e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-120367-m6ibbrha.tgz","fileCount":925,"integrity":"sha512-3th3dgUMqb+eKtiB4SU2gYmKH6PmRyV5G5PWJtn+cUrkxc5ZNWpN2I5Nl9tr6NxcMWr5L8p2fIHawjf3dkm74A==","signatures":[{"sig":"MEQCIHcxkS59gq5Z94pG+x8t/NW5JUnVXjJ+f2TIz6IhmscxAiAkB3syMHkwW567KVZBacUieoVZejbvLk1m8f8HWnuSPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4230425},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1203675c4812832e7039f9f8f42773ba754eb6d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-120367-m6ibbrha_1738179755944_0.45338901595945114","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-9266db-m6ibzimg":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-9266db-m6ibzimg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-9266db-m6ibzimg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68cb0ef10fe6657d453c643de90ea561ba9cb916","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-9266db-m6ibzimg.tgz","fileCount":925,"integrity":"sha512-3SYJr1s1FUClGpqG3n5AR0LwuBVDJEsg0IyAlOTnzvOImT4JqbiNEL4iicabHpgewovcpvfTuteuyhAiLzya0A==","signatures":[{"sig":"MEQCICMyamAp3BWwSe5n4a/Y4vDF7HB9GdgNDLaRBblwU0QEAiAxIc9VKesLiMWCAeDcl5l0JZmVDck31CSGPVAmGIF9kA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4229836},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9266dbe108e627c9916fa636a8f8d7c4cad80c32","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-9266db-m6ibzimg_1738180865546_0.826255148887477","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5d6416-m6ifil7g":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5d6416-m6ifil7g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5d6416-m6ifil7g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0197b78acc50dcad46eaacf8c7c48c3945ccdc0d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5d6416-m6ifil7g.tgz","fileCount":928,"integrity":"sha512-LUZdrfjNbAM3am71u0FnbwYy5JYWqQlTw2zshmgb/WFSLIz2YBK4Ns7Wg4TPV885nfPeo4RHg/l3UA4L60fh2g==","signatures":[{"sig":"MEUCIBeADH8SmSesdDXuqVH11kF+7+rb+GTAbD4zzkqEDc2MAiEA2c1kYk0c9rkE59g4xjitUhgGZzUYx80PsQ0rrrgUgNo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240337},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d641651a6744e9f1fad4a514cd3cb5c87472711","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5d6416-m6ifil7g_1738186793386_0.6022005932865666","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-3f6d4d-m6ifrtz4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3f6d4d-m6ifrtz4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-3f6d4d-m6ifrtz4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d731ef4fefd1df64710c00b4b3b284b4c61cac8c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3f6d4d-m6ifrtz4.tgz","fileCount":928,"integrity":"sha512-6f9R9SOPXTE0Mw1eO4Ty9BbDnTe2PkR/LU12fphFS81PlqtFjHjguh5onuh4KYzEoSjnn2YjAX3p6hJvXgiV6Q==","signatures":[{"sig":"MEQCIHKMoOa9A/56zWBAByRUh+tORcJVYazHl15MTT8rjU82AiBr/qkvIPJGLqIgTAqrJMXlCbH60rwP7ASq0AvMmLlVnw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240807},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3f6d4d23598a89e251bd47d5f4af0eccdb90c1cc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3f6d4d-m6ifrtz4_1738187224809_0.880609718324614","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-41a93b-m6ig8yd5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-41a93b-m6ig8yd5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-41a93b-m6ig8yd5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8cbd6f2151bc99baeb8c38b424383dc45a8cb850","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-41a93b-m6ig8yd5.tgz","fileCount":928,"integrity":"sha512-Q05NSyTRCkJkzQeXAFxhA2Yt2ogTVyz4jS4jujqEh4NCdlIz1bgAhWmwKN9Ip35ARECHlq8/UF48WrN4HjYWlw==","signatures":[{"sig":"MEQCIAQorS9WtL4+iTfykn4RKuzFeDWI8qI8ckMzwPFhV/xMAiBK+Q/MvDFQ964V+yFt6G/UwipLXmRO0bdOK3ATCwwEDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240823},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"41a93bedbb5174521cde5552ae16c2a8be40d2ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-41a93b-m6ig8yd5_1738188022666_0.06732820533783301","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-34ac20-m6igbdac":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-34ac20-m6igbdac","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-34ac20-m6igbdac","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"53102e0be7baf4ae781f29ebb094a2959179526b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-34ac20-m6igbdac.tgz","fileCount":928,"integrity":"sha512-1Fgx+wEOpIcueAOUjbJhd1cUoEPJBNtP0yc4TCPmOKXAVoDAj9SXBPPVb0MPweigMpWCiBjHWhHtzzr5tobrHA==","signatures":[{"sig":"MEYCIQCWdDsyiVyLNxHDF3qbbTEID10eaj2HUvT17P8mDfLFCgIhAOWl2ixmT0QwVSD2zpKn7QAZg44Zz9494NZZ7CcBWdA2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240823},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34ac2037ef7213f2d814308930e4969f35ceba34","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-34ac20-m6igbdac_1738188134740_0.6899587797744837","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fe926e-m6igdpi6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fe926e-m6igdpi6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-fe926e-m6igdpi6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"42d0244cf98919396de28fb35de9609e02dc3bc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fe926e-m6igdpi6.tgz","fileCount":925,"integrity":"sha512-jj2Kk2E3w3h7RyYdFbewEcJqYENfgtZEc44QhtvXu7CEUmlOElE/ziwUcSQyKWyJ5NA3y2ywx+bTHqAgoSbXgw==","signatures":[{"sig":"MEQCIE7eEou/wSyz4GIgr4DEdV9Ruxzeda1a88g7EGOutPAjAiAaloTkhP7XUzBnk3zYixAbGrypsNkPiCyzL2nEBjXT8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4230425},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe926ed2c6db328b03e84b03be570e02ffeca652","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fe926e-m6igdpi6_1738188245516_0.8229048443095222","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fb5dad-m6ihg9ed":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fb5dad-m6ihg9ed","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-fb5dad-m6ihg9ed","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d131d46bb6024ad15a08a271f4df70e2d73e59fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fb5dad-m6ihg9ed.tgz","fileCount":928,"integrity":"sha512-HGjCWA8n1BjnsY2nHWGcJydsHVO73uLqDkl3CRpFx/w9BUcG4tujVinKAnnPPioQKNqrr+vv23Ew3fFCVJJD7Q==","signatures":[{"sig":"MEQCIAFjQ/3ggRrzvy7Wrxgi9B4QRhZnrhQFWERFB1XOYUp2AiBrDFb5LXTC4AXt4FrFawfE4vTO1F0YCmR6azutgnljRQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4239614},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb5dad35f355862daef98166510bb06848a79823","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fb5dad-m6ihg9ed_1738190044632_0.8214760842468156","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a0695c-m6j58916":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a0695c-m6j58916","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-a0695c-m6j58916","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c76811171113303a94a0c861606bb02ac993ff9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a0695c-m6j58916.tgz","fileCount":946,"integrity":"sha512-m2MAN0jSAdtzWFCg3EHTk1VGxaJeW/cqvOreXwKjMQ1WOp+Jw6ww4uBMUoTssS/KH9w0xX9w6f4AsCzpA9yQqg==","signatures":[{"sig":"MEUCICRPFfqJDmTOYhWCCnlTixx3ICE+IAaARaf/Z/mEq3D9AiEAnqF4+3vzwahTmA+LBNsSCIpswBF9NKoE/h2KOiZ2jl4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4347918},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a0695cd976036aa11e3a37a34d115bbcc3775e2b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@kubernetes/client-node":"^1.0.0","@5minds/processcube_engine_sdk":"^6.1.0-feature-e48e48-m6ht0bjy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~hydra_swarm","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a0695c-m6j58916_1738229983893_0.019831327964400458","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f0d713-m6j6hy8w":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f0d713-m6j6hy8w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-f0d713-m6j6hy8w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6ff82309cbe75ebb0599540db540e4420dc02d29","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f0d713-m6j6hy8w.tgz","fileCount":928,"integrity":"sha512-zjyZAKdaOXS+hZZNF25QYGfFse4ifRF3cPpfLoLoU33X8hP4QUc2jzxivOFkF0ZC7AmvH2EjbXyFBmO3IwZMpg==","signatures":[{"sig":"MEUCIQD5IoNc0Op1cQriVdskuTEDIW9o72CdzycVViehBCaUtQIgB84/pYLLwFr2ijyo9ZIYJvNucSldV+Xn56/WFMOv38w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4233937},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f0d713e77356ee7baaaf2e7ade34d93021c85103","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f0d713-m6j6hy8w_1738232111837_0.32969108520992885","host":"s3://npm-registry-packages-npm-production"}},"18.3.1-release-7ed2fd-m6j6oqj5":{"name":"@5minds/processcube_engine","version":"18.3.1-release-7ed2fd-m6j6oqj5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.1-release-7ed2fd-m6j6oqj5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3da4284aa903913692651f666dcd9163936166b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.1-release-7ed2fd-m6j6oqj5.tgz","fileCount":919,"integrity":"sha512-SoWtvwJM4IsZrD7+Pt/NC1rwbg7zs8p0cS2T14qfGN8S2PzBeQXM2oYvuM/MugtCfDeTECWCo5QAk8q3acVwXA==","signatures":[{"sig":"MEQCIEQcooOIBAo5d1hDBx5WpbtktA8nhrtx4jH+0MoQeBywAiAbyWyF1Sp5K2/CVHaqdSusWl5na1VGfIOS/nT4ORbE3Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4133709},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7ed2fda1944bf879a0a5fbeed0baabf757d2be8b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.8","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.1-release-7ed2fd-m6j6oqj5_1738232427871_0.03619804382205327","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-7cb885-m6jeel0i":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7cb885-m6jeel0i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7cb885-m6jeel0i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c244d36c81cd205aefbe751f5294fa7537dd8e7b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7cb885-m6jeel0i.tgz","fileCount":928,"integrity":"sha512-1iPlNBjkAnKi1emFvJwgx/n1RtULa8F2U+fkVR7Ploj9AdRcdxk7+rPMK/SLVzUR6PQIcJOSZIk0fQ/cg914SA==","signatures":[{"sig":"MEQCIHRy0dMYG1+O08rGCXkeHP9UToc5Z26XEKMbNIsEg2nPAiAWLyYrfjJz0a1nRn/3EKYNV6oyGALTkWgf19dgF680yA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4233937},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7cb88530e41bbc07591e6e672088557ade0ea286","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7cb885-m6jeel0i_1738245392963_0.014559593753513234","host":"s3://npm-registry-packages-npm-production"}},"18.3.1-hotfix-076f54-m6jetmoy":{"name":"@5minds/processcube_engine","version":"18.3.1-hotfix-076f54-m6jetmoy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.1-hotfix-076f54-m6jetmoy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0566a62f880bced817829315a281b7742a34c099","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.1-hotfix-076f54-m6jetmoy.tgz","fileCount":919,"integrity":"sha512-G50KYDHGN5/SxhbdW7mTG7G+hIvFzHUgdNd4A8X0GXaF8Sl3RQ45lajRF+o09tj2tnjFQmv3gACioihqb592iQ==","signatures":[{"sig":"MEUCIQCyQMr3fv3Hhrcaotv2YtWwp1sLYNmcWZw1LAymQRTyIQIgZcc3Fw2bnUrF0xFpReQRk0aHECDRnNQrOABitGvuw0Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4134242},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"076f546c54b9f377f2bb372a9c4a53816900a998","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.8","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.1-hotfix-076f54-m6jetmoy_1738246094444_0.379336141723402","host":"s3://npm-registry-packages-npm-production"}},"18.3.1-hotfix-c3ccb8-m6jfpuj2":{"name":"@5minds/processcube_engine","version":"18.3.1-hotfix-c3ccb8-m6jfpuj2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.1-hotfix-c3ccb8-m6jfpuj2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c59a6b26565353279a22533901c878fa929072ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.1-hotfix-c3ccb8-m6jfpuj2.tgz","fileCount":919,"integrity":"sha512-E6fqDTl1DFQwWf77Xq3BF382bFW3Ux+nOyU3QnrKug2fYSZSwkBpNFcQG/8K2Yu/bdyjsMqaMZR/K0KJIPgGGg==","signatures":[{"sig":"MEQCIFOS6EhvUTgQnyBXgZDIr31W/mJhE/tkjg8PEsdO8iUVAiAHwv7peSVgnfbptaF87kQcLFm9KC4UEvrASKRe9SnRQg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4134242},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3ccb8def62f050734ff2cd8fc8b3ae0c1abeff5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.8","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.1-hotfix-c3ccb8-m6jfpuj2_1738247597182_0.9457531267443062","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2bb059-m6jfvw8u":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2bb059-m6jfvw8u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-2bb059-m6jfvw8u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b761ea0f7a14f0c5c1bdf2719bbdc34c4f20a2fd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2bb059-m6jfvw8u.tgz","fileCount":928,"integrity":"sha512-KbGqj+3b2ayAdboEnegvXmNet5wG8M1z2L33Knug8JRXTjaHwI6XPSMNUv+Sk/e5TBWql297wZSiU+Xt33AkXw==","signatures":[{"sig":"MEYCIQDka4kGs2qvQrTZzdbjnftJhcQ9Wi4qzrHsxziJ2bK8DQIhAMtVIV60ijkuhjXv+KYIWkKdJorrASR14YzmdZcIBFAv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4239614},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2bb059f8578a59e7b9cdd546925bb129b65d3098","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2bb059-m6jfvw8u_1738247879478_0.9587544455831769","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5a79b5-m6jfzjes":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5a79b5-m6jfzjes","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5a79b5-m6jfzjes","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dea5c4dabfd6ebe24be25de3220c590ed568cbda","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5a79b5-m6jfzjes.tgz","fileCount":928,"integrity":"sha512-SIwf1CGHsKCyv22tABCj2r+Qq3Ds87M5ELbFdr/Ib8ijpi8fzi+Hiouz93Q6mtxSDfMyQaofacPugCVNQoxTkA==","signatures":[{"sig":"MEQCIDYgN52YcZBzaQ1B0UmoVvdQKk1w6m7lq/dY0fzNN8j6AiAro6O+aQcaFzvmT2DWQZEHIGMMINO/oHPr14wfuL0QJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240203},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a79b5e3677190e9979c123494acb9ebf6b66cd2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5a79b5-m6jfzjes_1738248049628_0.5586313118777766","host":"s3://npm-registry-packages-npm-production"}},"18.3.1":{"name":"@5minds/processcube_engine","version":"18.3.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d12990c3174d0d4ea8ed4b1d86694432c51f68d5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.1.tgz","fileCount":922,"integrity":"sha512-+VUIHPexfnEQ+kEpnHw3yrQJLHAQwCCQzIDkK+X3oyXr5NVnrNFOBgkRo0WRJUKC3zo9fu1o1yLQDLz+wC96mQ==","signatures":[{"sig":"MEUCIQCh5yZcadLRaHAYJdbASf8hT9uf9GiAOrTGOCUx62pvywIgVH8VrzpnJ22EIDi8iMQPucvMBxjvWbAkSEzYt/jAFqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4138320},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f62c009a369595b00a761e99cdb936c4845b6df6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.8","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.1_1738252495654_0.623536256188715","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2c1e7e-m6jjki56":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2c1e7e-m6jjki56","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-2c1e7e-m6jjki56","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"890c3b6b18b5281038183b2e65a8307be2afc33d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2c1e7e-m6jjki56.tgz","fileCount":928,"integrity":"sha512-Q3ggNGuLtVOgkhjzX2noBxYyXMSjRzO+G46dnakq8J6Aj2dgwfkDOzKFDUz2ZFv2PjkJBnnsTtu6XA4+EgnqHQ==","signatures":[{"sig":"MEYCIQDel85i2P8/4TKnW3FzmtLb7FduuU3nhhTcXxvBDbEy2QIhAK/MUkpZOZdcGxmYAsOiqCzxV1/O9znph0cTo1LxUtgK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240203},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c1e7e1a9faa552d61823f078cdffdab6ee5520d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2c1e7e-m6jjki56_1738254067756_0.6902297526892396","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-1d2088-m6jka886":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1d2088-m6jka886","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-1d2088-m6jka886","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bda8b6ccdc57c8b9eeac2139fbc50eb3e146f247","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1d2088-m6jka886.tgz","fileCount":931,"integrity":"sha512-Dr3zGWKe6LxVrzxviwFV6Uv6jMcK8gNzjMYp3sjbMpjg77tZO4Wy5gM89JyEFauIXD6H6BhS10V00weM2Bq6yg==","signatures":[{"sig":"MEYCIQDUMZjuFHzR711ue+3rbpsrkzSlxHeTPShdwCbXJ2zC/gIhAND3eKgi1CV+UMZ5Si8yf7ujdeYAdPYRbVvp09kAMDYW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244838},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1d2088c9b8d611a175cebc31aea81f01809db812","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1d2088-m6jka886_1738255268465_0.680867728818354","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.9":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"916860b9911c01b8efa1c28ff7bfcfad30e28d3a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.9.tgz","fileCount":931,"integrity":"sha512-HavU57IM1GK88tXQMnyJsV9TgEy1c5tqu0Z0agZIKb/Y2QQzeYHqXvo+hQxoRIdy9P5V69Mn+O3dSqL+qDwMyg==","signatures":[{"sig":"MEUCIHa2eyTYMb0Zn+b/DnLr8Q1uRGGDWcgZME6JydwPrhQ/AiEAxdNkSqXmyQl7lFCXsHFEvze7o52Z3b6J16xcCKLZSsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244822},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"56a4f9892585b55a4a00d9cdff95fd6d49c1f8fb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.9_1738256991447_0.4010632248945183","host":"s3://npm-registry-packages-npm-production"}},"18.3.2":{"name":"@5minds/processcube_engine","version":"18.3.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88d4e53fdd21a1b8bfe47709ac3b5e2d5f10d7a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.2.tgz","fileCount":922,"integrity":"sha512-fu5aaQquaIf0MykhiG6nXfZ4oJ4uKZbQ3RR5ZNi1AshyiBPPhsIcjhDcNUBB1+3l18LDXTu7vtQ+BPKWha4Ldg==","signatures":[{"sig":"MEYCIQC7XjPakGF6h81kHDLq9MnMjZJxJ+irsEi9GmjxIG+AZAIhAMS9ftbsDzq4MgEyoe2/T+tIQ0VpK2UINSknag2hbuhI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4140089},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0358c2b0d87528baa62cb0689c89818b4504dbe2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.2_1738270326203_0.15048667635077484","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-1ce33a-m6kt03z7":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1ce33a-m6kt03z7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-1ce33a-m6kt03z7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dea8db6784aaadfca4f6bcd7e3daa1ee94dd2dcf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1ce33a-m6kt03z7.tgz","fileCount":946,"integrity":"sha512-K1ZQ4BfLk8Mgj2kOwhxmc9rRchqW/i0Mo8G9Xx7jB9WNDezx7bAVdtb5P4facOW5nZ+MqwH1KZILOCdZKYFN5g==","signatures":[{"sig":"MEQCIFkUSWKIFSWx3PtDXoO3xhVBj9y/va37KfVz4tcZedgkAiBMJhtR2uiP7jtV5ydUM2x83qxirdGeq7btrX/AEu61XA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323358},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1ce33a451c22300ed8fc51e0364ee95e30b25c7e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1ce33a-m6kt03z7_1738330381526_0.010852911186538972","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c29135-m6l3v8a5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c29135-m6l3v8a5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c29135-m6l3v8a5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bf1540aeb2dca9ca753a1a8c001256e1c1403aba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c29135-m6l3v8a5.tgz","fileCount":946,"integrity":"sha512-55vGRnXmT7M9faxf3x02FyVBdTf02EpFKm8tvElcgZHyOw9nclECSs3GFsBbiN5OV4MY5aq+x9eaQ4Ru/UeuuQ==","signatures":[{"sig":"MEYCIQCG0bKdnVDzyNWbo7A0dEdaS+c0iYL6WeWP+jOrfdATsQIhAOm3UeDhHz/vD7iDDrsRNZlZDwRHLHW5LTo3fXmMgp7o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c291357bc0f3dae3b03ba2e496a1dbb86db56a15","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c29135-m6l3v8a5_1738348626672_0.23624917001670465","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c29135-m6l43zpt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c29135-m6l43zpt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c29135-m6l43zpt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3ea899b89d0065d1cfc3086f09acd67acb3e852","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c29135-m6l43zpt.tgz","fileCount":946,"integrity":"sha512-2j/ugpzI1lTG/zK2IcH7ooxe1I9nFU13/o1RZBUar8eak8Rs2svWU0creIcmTcktEZU7DiE1JuDtUu+n6QlxGg==","signatures":[{"sig":"MEQCIDzqowruGpVHnd8C43iJJF8EUIT+jqdchlIvoGkIdk7vAiAbMPpBMIoG2aBRJGUN0dQr4LCFXa2sl7hLt4xw4s1n2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c291357bc0f3dae3b03ba2e496a1dbb86db56a15","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c29135-m6l43zpt_1738349039152_0.2859878384532861","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-f55f6f-m6odddbx":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-f55f6f-m6odddbx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-f55f6f-m6odddbx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd0b834a469add0b9d91e4971f9fb1ea57607d46","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-f55f6f-m6odddbx.tgz","fileCount":931,"integrity":"sha512-XFyKPiL7iyFgYaJtxAXoj2Hd0VrT+C1ifFS1favhxvh37mqR7bKqom5eet1WdAA51eXFToueF/NKEhH28kTFXw==","signatures":[{"sig":"MEUCIQDAz9thq7k6SVgy12N0wSZ8gyb+CscHmLLx8RWq7wFSSQIgRsARd1ho3XrRbt8+etT9rHsCmoC/2Di7Z6RKMOBzlag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f55f6f175bef4fafe3b82dafef87b27e5f070b77","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-f55f6f-m6odddbx_1738545987694_0.07272147153397834","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-438b79-m6odewaz":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-438b79-m6odewaz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-438b79-m6odewaz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5490d65afb9298eb8898aaf44a39d105e71d1587","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-438b79-m6odewaz.tgz","fileCount":931,"integrity":"sha512-7t8ZM1E2KrVEeEoAZvH/u7I0SjgK7EORJpW7Tl+3IyK4pQt738KtG/jm+ZALP+rTSZyiqzPlDaKDtxO2FOAv0g==","signatures":[{"sig":"MEUCIAP33mFOO0rOdDbyWcA+oX436XZ2J0dWYGNx/Yi0TdEoAiEAvwMOO1Jn/lYG9mhSlzMKyhAH9iQrsumgyigjQ0fbGGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"438b799b7449dff4cccb35000b4d1697c0ec901e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-438b79-m6odewaz_1738546059920_0.7672746069302403","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-be02c7-m6oniwte":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-be02c7-m6oniwte","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-be02c7-m6oniwte","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a74caecc3a0f10abaa86b2e05879e68c30790772","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-be02c7-m6oniwte.tgz","fileCount":931,"integrity":"sha512-APR+uK2KJ9bQYZcE780tLYVwa0aiE1Xi/2SeSACTzIQ50lwXaxNL3CUPxOzgGcA0MujLE02NKFCEbB75vYQoiw==","signatures":[{"sig":"MEYCIQDPIq4i+4F8IhAYLtM/7LhAoKN/BVt+AHgKi/5OZP9nxwIhAIVKWqF3/V7wpoYHpCcNq/P+rTqmrcNfJJZGLljeqL2j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244838},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"be02c77d3949d4b1e7e9a68ca538ec50d82ba33e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-be02c7-m6oniwte_1738563042376_0.8915198035404766","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-aadb31-m6oskmki":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-aadb31-m6oskmki","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-aadb31-m6oskmki","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"56139c9294d927dd64424572dc4673df10723508","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-aadb31-m6oskmki.tgz","fileCount":931,"integrity":"sha512-XM95eUTjSF9QHgVE4qn4t7/jm7Mml6CHc3s0gkDNP6v4X4QKBQ6GicN0E6BVXFlgEltshtMXzA3aOaTsM2GW2g==","signatures":[{"sig":"MEYCIQCFm7xwVrAQmtZQsOve4PTNz4LhOKcfh1xWLVmmpCVyPQIhAKS/itjrLzRBQQkvQu3zM00FgME9MB07fl5Tbr8k+8LO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aadb31a096a9a4f1949136586d5dec37c4c3384e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-aadb31-m6oskmki_1738571520048_0.7653435494199747","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-83b231-m6ou1one":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-83b231-m6ou1one","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-83b231-m6ou1one","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee6edf607ec09c9383a74eaf72dc775155cc083a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-83b231-m6ou1one.tgz","fileCount":931,"integrity":"sha512-oR0FbfNHgg2l2ruuLOn0HZNNbUfAsGpeYdnv5iVhGcYCGCvSdBjfN9iWVSvvyT6rGyFFdVmRC9g5SF65ErsR9A==","signatures":[{"sig":"MEUCIQDZvi+dk51TQ+WoNFzrNqOJDroiom0AWqPt0iNQ7lqKfQIgAiF3Ox+ydoYB1e+XwvIeII5d7exDY1h6fdriZd3bpqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244838},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"83b231be45919d5bae53fc8644e331db7e0197e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-83b231-m6ou1one_1738573996774_0.7232288246638525","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-523282-m6owhb2n":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-523282-m6owhb2n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-523282-m6owhb2n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d2707a33112ef3026b47149f3db2e7688bf6493b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-523282-m6owhb2n.tgz","fileCount":946,"integrity":"sha512-2UnxiA9qxd9h/lR9/fIb35UWh+uM5fweMszebo9GY70TegRFrUW355aClIq71I6Zk9eWsrHLSQFXkgW8MfBUxw==","signatures":[{"sig":"MEUCIFr7R7X3uqitpr6IWMBS6kkUoTBhfg63eeSx51n77yZzAiEAtxju2UX/H7Qi4R75dreoiAy6HDU5PjFL+Yl6aK8UCK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5232823b21fb115cb4a06733f6edc36b36742440","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-523282-m6owhb2n_1738578083256_0.6656766334785162","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-523282-m6owq7s0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-523282-m6owq7s0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-523282-m6owq7s0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f390871c23a7723ba293e02aa1e5cd38abbe3aea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-523282-m6owq7s0.tgz","fileCount":946,"integrity":"sha512-xJXo6rhx154pYBjTUjaTw4/o7HU/D87FMFlHsjZ7WMjVvLaKw8QsJacCc4cOBN2+apGESsKCyV4D2c4/cT7izA==","signatures":[{"sig":"MEUCIFhJlIOs+Kt+sOeMk3i30ZZgUb+iUCyTLinBXXDvtMrMAiEAkWazHvJ3DUILpHmRFRHKzX+OfTeOoYuqLHnKJzm8rxk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323566},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5232823b21fb115cb4a06733f6edc36b36742440","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-523282-m6owq7s0_1738578503713_0.19954673359027497","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-72d1dc-m6ox1ahz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-72d1dc-m6ox1ahz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-72d1dc-m6ox1ahz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2c9814cfed87a95619a46d49fb40ffc7bc58e7b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-72d1dc-m6ox1ahz.tgz","fileCount":946,"integrity":"sha512-pi+ckXhaY87OHOkuhO7GiD8hlwRBe+9xVrO4T/5eX2HeP1IBXUrt+dath+SenUeUNlHqzkvUYH56BDujQT4VNA==","signatures":[{"sig":"MEUCIQCylcNwT8YT8XptIlxrABhQu7T4DhKhT7qkbyeH57/f6gIgG+X/3inH7QGf0qPjPSyFRpXDc+v3h8fQGghqZYa8tbo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323740},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72d1dc57a431c24031dbdf26e63e576f6f05a7d7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-72d1dc-m6ox1ahz_1738579017630_0.529018121238692","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-72d1dc-m6ox9wy7":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-72d1dc-m6ox9wy7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-72d1dc-m6ox9wy7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"689509e281a9484b964b732d22eff6d698a3936d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-72d1dc-m6ox9wy7.tgz","fileCount":946,"integrity":"sha512-skCueM4CdhSS0ijxprVpjK34MTrIUPEktM6jG2mT9tZIhng+9SuZw9HQC2FWJ+NJe9m1H3uv5WGhSXjzqTz0DQ==","signatures":[{"sig":"MEQCIEFbAd6Pr1Nt9FQshMyQElqykr7scwHaP08j6ojU1fNcAiBsSpy/0MS176nXkHt/PUfy0hkdjGBhWbMVpXBufWLYKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323740},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72d1dc57a431c24031dbdf26e63e576f6f05a7d7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-72d1dc-m6ox9wy7_1738579421143_0.77240055282965","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-88f79c-m6ozzyw1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-88f79c-m6ozzyw1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-88f79c-m6ozzyw1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee380e93c31855a92a23a000c35da6b1c5bb372b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-88f79c-m6ozzyw1.tgz","fileCount":946,"integrity":"sha512-K5GYtR1YxtAEguZ1e8PEceQM4czUwNoBoxVHsa/UkJl1oMyDSucT+DdoDqIyFsxUQ5i+8y1HcFXrgQmTQAaIHQ==","signatures":[{"sig":"MEUCIQCQJiJGOfbcSSyNw/dQ8U3gmkFueA3U+yFwl8f9sOd9VAIgcUVBPDuqS0I4XzH/wFXMduYNqMGl5/8knZiBMGF3aYA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323678},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88f79c6211adf0e694f8cc708b88205fc8d1fb62","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-88f79c-m6ozzyw1_1738583993372_0.11204099015115676","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-88f79c-m6p08kxt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-88f79c-m6p08kxt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-88f79c-m6p08kxt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8441caf5beb8d8264ce12b2e90a3293a8593663","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-88f79c-m6p08kxt.tgz","fileCount":946,"integrity":"sha512-52ljoULLzJPr0725wG2+X2VYUoWhUfSFfJ+JsuuHRPX6Ahs0FCIIC7XcsXkXdJXtzl5Z8YEUyZXJry3mh6bC2w==","signatures":[{"sig":"MEQCIGL1kIn5f5VWH2C8BAxOPCacZYqwi7Girn1FhITBHjXHAiAIekl4MiUAM/TKXs1MPhdV96JXuLz3Fzu3MYP9Z6kGUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323678},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"88f79c6211adf0e694f8cc708b88205fc8d1fb62","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-88f79c-m6p08kxt_1738584397836_0.8697259689495884","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-411a97-m6qbeanx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-411a97-m6qbeanx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-411a97-m6qbeanx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a4340448b0bbe01afdcacb998c275ac438bba869","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-411a97-m6qbeanx.tgz","fileCount":946,"integrity":"sha512-Js6aAXcitJeqpPGjfkDFtNSFetoCcphlZF+RzNwiSOBmawqxr1pfPWNQtGeXT8bMVbJdPJxyxdkwk2Fa2YRaNQ==","signatures":[{"sig":"MEQCICtgXf6y7BKjz9fsm4P0OmYhbKs27S+m1A5yWNTvj2n5AiByj6bXWo6Atc7XoyuG2wT3QpDjgrhuAzYcxhHX/lgp0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323678},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"411a970728e8acfbd7be12b9ab1f9682b5687f4a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-411a97-m6qbeanx_1738663605090_0.016384715456289944","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-411a97-m6qbmnrx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-411a97-m6qbmnrx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-411a97-m6qbmnrx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"25d89ee053d081dd708d8415be461182776802b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-411a97-m6qbmnrx.tgz","fileCount":946,"integrity":"sha512-+KgckLkCqKouiocAsqS/SrPwxb61qQcZKJGOAb4zB0uagQ9Go3NOVLcHbEwn+CFCKpQVC4JWhwAIwOfSjY5A+Q==","signatures":[{"sig":"MEUCIGNod3qsVz4f/Hqbnl6a3Bn7qYI51yPoBSw0hlVtwPueAiEA8rW72ZgUz2dPl15oGVelmRl09WJqJHtri4pkVHvBhlE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323678},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"411a970728e8acfbd7be12b9ab1f9682b5687f4a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-411a97-m6qbmnrx_1738663997069_0.04500279538948382","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ae0927-m6rlkypt":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ae0927-m6rlkypt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-ae0927-m6rlkypt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"846908138947897c8b2474531fabb7a69826ab63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ae0927-m6rlkypt.tgz","fileCount":931,"integrity":"sha512-7JtgmePPDnXdy2ZX4hs3k5qXHStS+ykiA0BdLsqrRCYNtxXaFxkVp6I0ZHcWHYZ2xkaP3TA8S2x9EgcnbpnwkQ==","signatures":[{"sig":"MEYCIQDTMRWxCNpldApQ82QphbHvcSyQDMLeR0PYT1Wf5LVzWQIhAP8icMbRsZAOYnTuWqF/mfBWZHzkwE6ys4kCjRG5eAoq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244839},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ae0927f52eeba9b8a16a1acaf67c08b7ccdae994","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ae0927-m6rlkypt_1738741179409_0.96173068454367","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-35d5da-m6rp45je":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-35d5da-m6rp45je","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-35d5da-m6rp45je","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89b56634e5d41162f6f6956113fd1bf2ac110a87","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-35d5da-m6rp45je.tgz","fileCount":931,"integrity":"sha512-G5NVE65v8wAQjniaR7QIcQIzUBRA4d63Be5Y6xh/IQiDaHePOxNRu2y1XchYISDma/VS+wdZks2Bvlf0x4UfIw==","signatures":[{"sig":"MEYCIQCjWh9egPB0ZETrTeTHtb7ipywkvwNBoL3b9NQ2Ah817wIhAL3WOqZnqynEXXILUUMHpqbDcchbcZjPhpI7llc4Bo3l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244838},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35d5daef2d8e3599366cf07633f774b33343aa54","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-35d5da-m6rp45je_1738747111528_0.16118227434154275","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e3e0b5-m6rrztnm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e3e0b5-m6rrztnm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-e3e0b5-m6rrztnm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7b500c41a4e096bc92909f74bed37bb7971a854c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e3e0b5-m6rrztnm.tgz","fileCount":931,"integrity":"sha512-bjLT4tGIwXDGO70kgGw39QhhS/ytydUG+hD+esyIxrcuA9g259tCr5gYjB77GYHIdVy9UMuc1ROeZOuFxNjXeQ==","signatures":[{"sig":"MEUCIQDpcKkbAk4frJ2eQkuiYgjF7vWsE27gy5GXoVgHjxIhxgIgPNBE2WtR0x307QCkRThRdpRwc3L5+mwbcRNlt4RIhzE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244855},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e3e0b596636db6c26b01c429a47a37f1942ad373","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e3e0b5-m6rrztnm_1738751948547_0.5593181716877573","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-c1f548-m6rzchyk":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c1f548-m6rzchyk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-c1f548-m6rzchyk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4fc30ffb40e3201e294c844400cf174959ee4845","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c1f548-m6rzchyk.tgz","fileCount":931,"integrity":"sha512-bAg25fvNy3HpESs65Dv/ID5MdZg/J3PjzlRHi9+Rl8lQ9PWKA2LSffPmdaI0WcL2vAngeyuF6mhvciT0rDeVyg==","signatures":[{"sig":"MEYCIQDIR1zJfefehpbb0kDJF1jBK5xrSIx9+653tWK2ngvgmAIhALfQ9Q4OB+IopQ0j8F1jLOtYg2W3ItNRQjPGVCbCa7wx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244271},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c1f548f887b0c0755f7ac7ff6eb6cdadad1ef883","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c1f548-m6rzchyk_1738764297085_0.08628398920660518","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0ca750-m6rze92f":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0ca750-m6rze92f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-0ca750-m6rze92f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8019fe78fed9d846533b1ec695741489b603446","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0ca750-m6rze92f.tgz","fileCount":931,"integrity":"sha512-FIS2LVCKFcF3xnuqbOahAqY4COWsn1cOU0TKnqZTqTkWFWD+hlvxzXtLXG2EpZK51z45zLJptl9vlw5JWdu9tQ==","signatures":[{"sig":"MEYCIQCHznf+z6T4UcKCqey+4FojvP1RTfkDRT9rdcXxSqK0ZwIhAL96/zguR7QHVhqudsi36eb/VgVw3YL7lre1edj1dUiD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245153},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ca750b34cbd79ac81320bfe080cf343b4a1d885","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0ca750-m6rze92f_1738764378354_0.3065139757727162","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-afa67e-m6s07jnj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-afa67e-m6s07jnj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-afa67e-m6s07jnj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"118a162d3a6b1798654dc6b644dfb7a301a9e97d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-afa67e-m6s07jnj.tgz","fileCount":931,"integrity":"sha512-kdglJgbghIuVkG/lJhxHjeuxfYT7lyAM1wGrxJSM7bYkjxz5RzJ51DD+2vt0Q2FXvR5PAVkW4OYLqxOoM7vx6g==","signatures":[{"sig":"MEQCICKTZNiZ5ilRZBiBkF7/ClnFaP2tE8SCID9B6bXWb+crAiAxr/Be8cSdLuAmFKdqM5oxbFa2hhI/uoSdyvlzwssx2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4243706},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"afa67ecf528c0a1061401ffe05ec4b98028ab563","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-afa67e-m6s07jnj_1738765747722_0.7530900268529923","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b19e5c-m6s2yh35":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b19e5c-m6s2yh35","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-b19e5c-m6s2yh35","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b3a008d714f29069e83ba332ade8b05254a29a0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b19e5c-m6s2yh35.tgz","fileCount":931,"integrity":"sha512-pY5OScGDEkVER0/SvpQd18u2P/ZIKZ/ch6ITbBvEUmO3ci1ynGUiNRmUAmiNQD45XYoHb9Ug7ac6Ztu84k57Bw==","signatures":[{"sig":"MEUCIQDemXtNXrqeNkLOPRFf2hG9cJZAIYEiDdcBNP3cQaBZDQIgW/DFnhbwOU8oSiCsYT/psWVE4PLpanouJ+X+LFnMXLI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245153},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b19e5cdb404ff0190d3bf69e7fb7f753320d5b52","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b19e5c-m6s2yh35_1738770361146_0.13995494739499015","host":"s3://npm-registry-packages-npm-production"}},"18.3.2-hotfix-a6a38f-m6s35nc1":{"name":"@5minds/processcube_engine","version":"18.3.2-hotfix-a6a38f-m6s35nc1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.2-hotfix-a6a38f-m6s35nc1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c45757df80050065343791dcf79734fbd1d5bbe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.2-hotfix-a6a38f-m6s35nc1.tgz","fileCount":922,"integrity":"sha512-n6SlLhA01mX3aNRYW8n2oKXvuuUH5j8yGJsJsk4sEoLGaMkTrYLLbofyGpXpNA4ROzIp8UPDpYxcLjnYub7E9w==","signatures":[{"sig":"MEUCICY9rXDAyFReL0H9Cid9zsLruQVkVMyG7zohtju+N72eAiEAqhkU6q+WvY84PKhfdkOtuEYhNPVBbrNOg6JpEHFwLS4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142041},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a6a38fff6b9235b14f689685009802f955182356","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.2-hotfix-a6a38f-m6s35nc1_1738770695887_0.08715206346987614","host":"s3://npm-registry-packages-npm-production"}},"18.3.3-hotfix-c319e0-m6s37alq":{"name":"@5minds/processcube_engine","version":"18.3.3-hotfix-c319e0-m6s37alq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.3-hotfix-c319e0-m6s37alq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0d6ccde47786c1037421cbb656f7fe36804d765","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.3-hotfix-c319e0-m6s37alq.tgz","fileCount":922,"integrity":"sha512-W9YFVaRYpyD4DddOnVkEaJ8/F69XsWlKj8Jv0EozxUF1whGY/+Ai4lY1Y15LToeiRZay1DzfeJaFpOclbClWtA==","signatures":[{"sig":"MEYCIQCisU4n2SV3F91HC+4HdjkmVD8TMsj6f5RW+LfgTENhpQIhANvOVV7iwzIp+Yn9n727drXWbtbupKAXgp8bSJNIuGIM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142041},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c319e05c00471c2717cb774796150214198ac90f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.3-hotfix-c319e0-m6s37alq_1738770771052_0.3334097319669995","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-46cd4c-m6t27122":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-46cd4c-m6t27122","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-46cd4c-m6t27122","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b5f443a8ed7188f9cdcef91b13e3ca97720a12ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-46cd4c-m6t27122.tgz","fileCount":931,"integrity":"sha512-B0NZ0HcrlJrCh39p5ukVtLC+rEH1XuCclP5VAyru6BVrZKJB/1TUwltnxIYpAboJH5TXJWBLaWIlAUJvaLT+7A==","signatures":[{"sig":"MEUCIH064B7tqM/Ekk4UZuKy/HTZywYtE9XR1lxlecoRhXEuAiEAp5OJ9wVs9RLjDZSQLVRcLN8CcSFbXGrBrNJu0gp4X3o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4249193},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46cd4c0f8fa7a282c57dffb86fec1bcd33549fb1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","bottleneck":"^2.19.5","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-46cd4c-m6t27122_1738829550410_0.8088880236984219","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-647e62-m6t491zj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-647e62-m6t491zj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-647e62-m6t491zj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"36a904626944edb1d410a538b10db9b62b13453d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-647e62-m6t491zj.tgz","fileCount":931,"integrity":"sha512-XY0la6TO+rCpqqL+WA8b+UYt3Mf+QYbbbC/HdGtQWgUoWWxyDpuIm89nt77L12u3m2xvHVdw/TO3YVCcm+MKuQ==","signatures":[{"sig":"MEUCIQCdyZL5d60pGmkhIsaTTk03EVVzKO64oPW6Q2gpVvqTywIgVcwNFBXeC7Wd8rzmP5U5PTIhQK5rgjojSNdHeS7UF/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4253920},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"647e621003ee6fb5476e7157a2ff71f16032bafa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-647e62-m6t491zj_1738832999991_0.12219652196890474","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5ae6d2-m6t5v03w":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5ae6d2-m6t5v03w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5ae6d2-m6t5v03w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"59da5acddd601b83bc826950bd771d08106a067e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5ae6d2-m6t5v03w.tgz","fileCount":946,"integrity":"sha512-Xj7vFgDbL1J3VGsNox8aGZIGljQPMZUnSV/ITUFPsnarIh5acvY4ECv/L6qCSUGjRaUdElMU3D+vfMHmI5DU1w==","signatures":[{"sig":"MEYCIQDbEmAgoMnPwOPf6s6itZsV+ymhhJ0x86MOY4d2dXwhsAIhALsUS0c/1D8FE/TkLWFkYKJP0AR8+WiQsRg0JRcFBNx/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323022},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5ae6d2b15dc92f1a2e17d5eb871974186d4e3273","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-086e86-m6krxsym"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.1.9-feature-56e04d-m6ks0rqu","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5ae6d2-m6t5v03w_1738835703895_0.46616203792853783","host":"s3://npm-registry-packages-npm-production"}},"18.3.3-release-ea7fd8-m6t9obsg":{"name":"@5minds/processcube_engine","version":"18.3.3-release-ea7fd8-m6t9obsg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.3-release-ea7fd8-m6t9obsg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28c36905b6a07b624276f6ea1377c3957edb5428","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.3-release-ea7fd8-m6t9obsg.tgz","fileCount":922,"integrity":"sha512-gsYsdrJzxCkWqHEaPeK39DeCCR/hf3nL8PWGnemf8EF+2OceWoDWp1GeH3/+5QmP7Dc5rbxltm4d+4/Z49v5cA==","signatures":[{"sig":"MEUCIDfN3JZLwDxOD+QDNtiHozxmUA0uWxfHs0GoKMn9BSgDAiEA+3F1FvIBoGaVACRssStf6C2R8XoOebzRT+bmKFj5+p8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142042},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ea7fd82219d7c9616725a72868bfbf664721908b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.3-release-ea7fd8-m6t9obsg_1738842110175_0.902788070294055","host":"s3://npm-registry-packages-npm-production"}},"18.3.3-feature-483d86-m6tajgs1":{"name":"@5minds/processcube_engine","version":"18.3.3-feature-483d86-m6tajgs1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.3-feature-483d86-m6tajgs1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5fb83048f4f319dafda02382c6ea68709b42aeaa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.3-feature-483d86-m6tajgs1.tgz","fileCount":922,"integrity":"sha512-z7uQG4qX/4JS9QJi63n858KK2LlvzEissxbVXTlWhHVl5pYTGYpwlHCj1T1npNClu2H5REGJzkQKjBogtGS60Q==","signatures":[{"sig":"MEYCIQC+7rDnGazmXB0QG4nS7rwsVMBCpDg3H24ozvTwzeE62AIhAMv8nDRfz54q33qUgDbejhqzgLbVWwasgbK4eOoyMR1Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4141537},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"483d861c95a41d554e865da61aa1de9e91a51caa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.3-feature-483d86-m6tajgs1_1738843563609_0.22557408574640947","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-bf7bf9-m6tanm6w":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-bf7bf9-m6tanm6w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-bf7bf9-m6tanm6w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aad4437ce8bbe4669efd383e0ea4bc59c4b43e30","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-bf7bf9-m6tanm6w.tgz","fileCount":931,"integrity":"sha512-OWWo7Ka1a6gpyNg4smfACxjUD2xiuflMkVKhxlBEHdXtMKlTRpq2DpwoXQOa4glWoA9Znl85W12iXgjbHLJSYg==","signatures":[{"sig":"MEYCIQDXBikyceotRF5BUzYYbsV0rNZ83GOeV80a8RVbdxt8GgIhAI/8Dp5/Xq2I4Xz8L2m4SnqMnrvx+n8HNe8RZOvEKWbl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245153},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bf7bf92c97e8b4e96201741eef00654993d8f5e5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-bf7bf9-m6tanm6w_1738843756917_0.5492024241488929","host":"s3://npm-registry-packages-npm-production"}},"18.3.3":{"name":"@5minds/processcube_engine","version":"18.3.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6d4f72ec915e802403d810b8544caa892c2557e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.3.tgz","fileCount":922,"integrity":"sha512-mg3WMz/XPtzcUtGMLhePR9j41FpNsdvs0I+ZMgVIiQNAvoBvCqdcDwLWPSJooAPKrqFvg75sYaO/a+lueEqz7g==","signatures":[{"sig":"MEUCIQDdRIE/0IasESHtOlRooXlwLXFaprMfV2NHlAIX1vjoLgIgFyRU2NW99LhDvxK8kiKm2yXv42ehEHM6iiJm2bLe5SE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4141513},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c7ce885b8334f9fe9004250bc8409d26e915efe1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.3_1738848131218_0.7049882129835492","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-441519-m6tdjlwa":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-441519-m6tdjlwa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-441519-m6tdjlwa","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ddd37cf0d30c5993e9791b2c1a9390d69659290f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-441519-m6tdjlwa.tgz","fileCount":931,"integrity":"sha512-nmXnMYhaUhu9y0o6HtmhfFqkYkIJql5peJqOcABrWffaEKguQdlFrL2ofmd6DlZ62m58QpBajp/b+CyTet+RDw==","signatures":[{"sig":"MEUCIQCWMjNxDkz/aIx29ZnUBNQkgYkaNX1O6xzVqUJ6z2WnqQIgZ3OJQ/L75jrQhhL2CVMKtzApo2uAZ209DqpnpmPcYM4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244648},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"441519652b27cceb465308895b8fc4fa3b26ab43","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-441519-m6tdjlwa_1738848608324_0.253898324115035","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.10":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.10","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-alpha.10","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a8678d8b463c349e789e2e52bd1a37283e0a3199","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.10.tgz","fileCount":931,"integrity":"sha512-vuKM3CtQiTimzHzQi6B7IBV3LzZ3pAj04JKWXDdL1iAVKyh9WWJOPlHSc3Ow2H8kgj0mx+Wu6I4fCWd5jtLb4w==","signatures":[{"sig":"MEQCIDzhDw30+dkI87D3O+TLzqT+dX9kdttOOrAxnZzBO/PUAiAHWJvysCN5xyaw+1C4QhHNAXo19KIiPhSX2bYqWlL4uw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244634},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0772cef44b5015ccc7de698b9bd7dcf2c2c19961","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.10_1738849303502_0.9541741201382148","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c44389-m6tftvze":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c44389-m6tftvze","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c44389-m6tftvze","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5f98823c356f96903a10de04344aacb5b9f80cd5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c44389-m6tftvze.tgz","fileCount":946,"integrity":"sha512-ILUhGKrwKmiixQkuJB7nN1Dvt3qWW8q6KLQgxXtWeASemvmD91FYEmU3PrregGUByFW9b96UWa//BrTPUe2LIQ==","signatures":[{"sig":"MEUCIQDb4AFXFJDG65DioZzNsThqlkWmAq4pnH7HQThjOQH1OgIgA/3RhTC0CgaLbWsVMZPlDnWaxc5cibxTEysp+rlbvgs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323385},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c44389aac601f651e4c558e82c3a3f9f06b7af40","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c44389-m6tftvze_1738852447672_0.44414710229645493","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c44389-m6tg2gsk":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c44389-m6tg2gsk","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c44389-m6tg2gsk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bca6727f87a69b998b345d4f9178d11a41c6129","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c44389-m6tg2gsk.tgz","fileCount":946,"integrity":"sha512-RAVx0M8gtgyfjcRHVrohpe7e3bz2f0PytGjSfp4JU0rYLCXa5STHYXSrDPe0clfrkbunkyabUpqiKNOUTGfvxQ==","signatures":[{"sig":"MEUCIQCHAMyfQkdIppQbTeTLQlK3eMQrdJr5CMgSpvKRFl4IFwIgFCLb/VYzYXylJ2DDkkWXYvvYEB6+C3htMpMlDZZxgRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323385},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c44389aac601f651e4c558e82c3a3f9f06b7af40","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c44389-m6tg2gsk_1738852853648_0.167072690310198","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-672c22-m6tgj483":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-672c22-m6tgj483","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-672c22-m6tgj483","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc61f90ce8d98ef0ed34d587050d4acb2ab3115c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-672c22-m6tgj483.tgz","fileCount":946,"integrity":"sha512-Fkq0nr6Q8SgD6jfOf0HrIT0krB8iAarStvZ/jxOBGfLXR3Kby3PEPMqbl/fInwqmZDxMoJF9Zse+sq2tUNg/xg==","signatures":[{"sig":"MEUCIBHwWqyrye8puv6ylCcyTSwL+5Ji53g5KRbBZliCsO2WAiEA1cC7amm5Caq51fKRomo78p8aRxHvwFU6hwVNNOvcaf0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323385},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"672c225af5ea1a6386c124460d0da96a1d0343bc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-672c22-m6tgj483_1738853624978_0.5024231759362885","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-672c22-m6tgrq1n":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-672c22-m6tgrq1n","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-672c22-m6tgrq1n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c4c18517eda823ceaeedfa39f84b732450d5abd5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-672c22-m6tgrq1n.tgz","fileCount":946,"integrity":"sha512-+Z5zioq9K85yY3oFoI60ZZlJ/V2VfR8L4yvZ4a78MRqmwJY4ccts+afAVBwLFuQIwJVXqb9NyLfVYi3EKvwnfQ==","signatures":[{"sig":"MEUCIF7/ZqoG9+B5OPZVL1fHh6WiLkBUdUiAiZLY4bbRJQxrAiEA1Ts5VXvg3Swc7P6PZ77eNd8afbpQVG2/43HYQSUiAb8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4323385},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"672c225af5ea1a6386c124460d0da96a1d0343bc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-672c22-m6tgrq1n_1738854030166_0.9754410627566654","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-de7c7c-m6tgtkxw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-de7c7c-m6tgtkxw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-de7c7c-m6tgtkxw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"00b68da39e4f99acb0c7aaa829d2ab239a07c7dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-de7c7c-m6tgtkxw.tgz","fileCount":931,"integrity":"sha512-sjYkWtkNIg424BZ8A+vOF1JxcKOobGsrJcWv3/Y3ltjzLzjAI4Xybl1x0luH5ZCu7Jjj6MV1Bhdnhl6h3QGoVg==","signatures":[{"sig":"MEYCIQC5mj51VZLtkV4bsAIfAEk4+cV/XZbVlfw/u/o5CANuyQIhAMPY2IEzjw8IhNsFFXOyQ4xzp/QSeGA1xKN8vPETAqQe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4254309},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"de7c7c9f6ab122244e30aaabeea71c9d799ce9d1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","supertest":"^7.0.0","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-de7c7c-m6tgtkxw_1738854113893_0.6330926440290574","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-cc38dd-m6ukr15w":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-cc38dd-m6ukr15w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-cc38dd-m6ukr15w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bfd17a176ac50237fa0b864bd2d2f3f00b664e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-cc38dd-m6ukr15w.tgz","fileCount":931,"integrity":"sha512-ctU3aKIR1REhLus+cSs5Rtestqv5NWPQ3+uLlpFxoO1i7QAQ0mQgoWkKInTEtZp2bjc4Tf+mx8F7bx2yaFWolg==","signatures":[{"sig":"MEQCIBN76Pgj+NDq2lQn+QM0UkAOVoF1i4Jmm5/8NWDPbtFVAiAyC6KVT87DCFatVMENAklK3v+TpZaoCeVyYYmI7n5s9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc38dd33490f2d4f001c0fc058cef729827b28de","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-cc38dd-m6ukr15w_1738921181558_0.08344378642803307","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c1bd56-m6ul2n7t":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c1bd56-m6ul2n7t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c1bd56-m6ul2n7t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8bdb88b25ffe864f84d52b16f25e3a270bbdf4c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c1bd56-m6ul2n7t.tgz","fileCount":931,"integrity":"sha512-9J43D8/R/RVn//9uCKryRzwlbXcZMqV7Ay95oA0QEFUzif1Rc8m6QTXvDf2rxBexTMgll6NIjPkGNdTQB6SkSg==","signatures":[{"sig":"MEQCIA8RHNhFm1xwxHKWLs/B2y/nsxsC6Ag6S1/K4RE37SpEAiBovYdZ89kLsCbUU+TviZXqNa0Ero6fv8l+AUfHE9S4qg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4255336},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c1bd56bf67055c60fc2b23f1da247636859b91fe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c1bd56-m6ul2n7t_1738921720631_0.08100926987855339","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e12519-m6ulzugk":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e12519-m6ulzugk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-e12519-m6ulzugk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"46609fb519b584e422a747510d074e5d9edc58b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e12519-m6ulzugk.tgz","fileCount":931,"integrity":"sha512-3h8QR8nxREctFyv41VbQmhmDa2ZllFsIhcf3CGpgaQE0gC3i1EtjCu8FBN68xMondRgDhRV65PjnWAfYBvx64A==","signatures":[{"sig":"MEQCIAh/YQFXBs2dX1hR7JSYKs33ZR+lxCfrZvmfJEI/gaQJAiB6D0F6Yn/qtisZfn9GVE8urYXXTx97CRJv8yJn2A6NKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e125197eae10d9c2f6cb5a6c2aa2b1dd81a08ddd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e12519-m6ulzugk_1738923269919_0.2651576834226024","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-309f66-m6um2oy2":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-309f66-m6um2oy2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-309f66-m6um2oy2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4687817f97d29b9567f63ce31ae85eb91998c5a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-309f66-m6um2oy2.tgz","fileCount":931,"integrity":"sha512-VB4OmStXBXe0B8pSXIOs4YZuxMTo+6fe+hRs+xC9YxFbbgLu03RJXV2v8tQs5diDehROHydrzKurw+A2qSp52w==","signatures":[{"sig":"MEUCIQCm2SfjkZch+PKd5XB2FxYQ009SxiPTOEnSX6BXXm6AsQIgbX6Lq+X3ZGoulDA9dLUweYL+k2Y9pj0EPSAedUvGVOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4255336},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"309f66679448638cf12ba9303d8839b553e07d79","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-309f66-m6um2oy2_1738923402698_0.17275985597925558","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-6ad37c-m6ur7093":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6ad37c-m6ur7093","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-6ad37c-m6ur7093","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14ac447e4065f049a7a9a6834d84dadd06caa6c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6ad37c-m6ur7093.tgz","fileCount":931,"integrity":"sha512-0TrHsNlqopi6/tKMrL9e9hxMb6TSDD5waNvThakleDsZPKeMTek/67EmYKciRjiobqpJ5LCbgUfHKR5p8MTzFg==","signatures":[{"sig":"MEQCIHGgCvlUfhR7Q2K/U8cNeZr9Dci8KKWN1k6B4BY8cu5lAiAXDdTzR304jFuRfywcNipYFv9NMVXzcOfMeE5TbesqiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4255336},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6ad37c1e965f84f008f9153ef268884d794f1a52","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6ad37c-m6ur7093_1738932002028_0.5701355016111118","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-067fe0-m6xxapq1":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-067fe0-m6xxapq1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-067fe0-m6xxapq1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed132c6745360e20c29164a93ecd648a98d2709c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-067fe0-m6xxapq1.tgz","fileCount":931,"integrity":"sha512-65NyG54QiwlKcQA6DHWzx2uRMLU1ZzAPpinPZRKVWd8sYT3ytLZCps9RVXOGKTs8hrF2+jmKED5CMxc9lLgdgw==","signatures":[{"sig":"MEYCIQCajUGAn6dz1pjbJINP3m//xNjEA76iMbz5eg3aKc6D/AIhAIFRmlRZ/ZZpPf2dEF3m0e2XGRRetS0Gvcdx/5x7PWfs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"067fe0e8cd8282e6aa769d426f22ecb4b9186781","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-067fe0-m6xxapq1_1739123652999_0.024554716703649726","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-7e9568-m6xxb525":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-7e9568-m6xxb525","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-7e9568-m6xxb525","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4f0cae0cdbd54f7bf21f18257ef82217f2b9172c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-7e9568-m6xxb525.tgz","fileCount":931,"integrity":"sha512-D6mIWj1Y7HKuqg+R6FI1Ev8FWxMzKl4IEpTOuXTPKCk1kKBb/Kz5VjQRG+1Zrh3I7+iHoBJeRPae0eB4UVY22Q==","signatures":[{"sig":"MEQCICcryyF07/zgb2pTKfN0OBVlI3GBf8SypeWWLzP6wTq1AiArc/dr+zcJ8OYe4sFSjfoSZ+9MPsC0K+YSqEAN0jLkyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7e956832561316baebc38ad42e8989654ee0734b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-7e9568-m6xxb525_1739123670767_0.5274296003203045","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-aa6159-m6yqzwh0":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-aa6159-m6yqzwh0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-aa6159-m6yqzwh0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3cc1c91d9ea592a3d28baf1632080d45ee2cf123","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-aa6159-m6yqzwh0.tgz","fileCount":931,"integrity":"sha512-re8mFCZ88/Ja0gdBqyj26eKwPnxJk1h2Ah8wOpH6/A7H1kYtrqWlpf9huaXXpzgnqXa2Mq+4jfyMSsWrL1XeOQ==","signatures":[{"sig":"MEQCIDA9djHKcrSyxXlGdvPeg8s6Z5OBEQS4u3Ht7vRUbXKjAiBinwfxqqGgVBIO90t8c8LxiQ2GTXlMZiv5E0tF6TZASw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aa6159fe5d54b81ed2aecb45edef859548fbafcf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-aa6159-m6yqzwh0_1739173532594_0.2594759841735612","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-e237b5-m6yr2kdf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-e237b5-m6yr2kdf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-e237b5-m6yr2kdf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7a488cbd27eee24fa1e419aac7a8e1cf637f4a6f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-e237b5-m6yr2kdf.tgz","fileCount":931,"integrity":"sha512-xNNFd6SpXlLu1OZvcMqPdqsn7SFYobgehXiKcvijHDBht7RJzV/Fkx0fZ6YOih3tPqLZOuJ9D2LZ+MRVccQlIw==","signatures":[{"sig":"MEUCIGOPiqOiu+Eq46++kKNIzUS7tOXwSuyl5MXoQqZc8OWBAiEAk1oQaNez1wG8cv0ZpgR7flDJ427z5ugSX4xc87Hl54s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e237b5e4e139ede58601a9bef0b1b7b9e093cc44","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-e237b5-m6yr2kdf_1739173658312_0.948135188854089","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-093b35-m6ys3edu":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-093b35-m6ys3edu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-093b35-m6ys3edu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"137ba312191fe0483a33691b7957d06e3c651fc1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-093b35-m6ys3edu.tgz","fileCount":931,"integrity":"sha512-pBHJAsfhQlrJNZQNH2VpTve9mLfiz1r2TCu3mB+nNEIz8W29zV1FaNr1Qrm1sYNmzoii2yZf+/365IgQxE1p6Q==","signatures":[{"sig":"MEUCIEzV4+28PskY9OlWjfQkPQcCO5yPYUMMeYZC49fkeZkqAiEApaNR85P4Pw0C48efYW06ebzUWySKX2BhgKzlK4pfmqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"093b353b4a2a5548a1df88ec6095c2696b979731","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-093b35-m6ys3edu_1739175378658_0.9976694977870582","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-35d9de-m6ys5ia6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-35d9de-m6ys5ia6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-35d9de-m6ys5ia6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6cc5b41a1f0e37c979919ee64b7c29314ca2694b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-35d9de-m6ys5ia6.tgz","fileCount":931,"integrity":"sha512-PNXiMQ4arMp67VXa2Ap0DMZeXVJEHJKs60tV6RRedu75zwsvAdh4cxnFopo/O7MNJI+xq7y5yacZ/2iJjv+8YQ==","signatures":[{"sig":"MEYCIQDYOs/M6/vovZp56kVx++W5pbOX+uAxknJmkM/Txeqm7wIhANFQBuVdVmxBGqxhUZuIfDuiJszXg8xuxh6pwzFBkMjD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4255336},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35d9deedf6a3f0caa45d65457f296b910b657b1c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-35d9de-m6ys5ia6_1739175475905_0.8485437077958369","host":"s3://npm-registry-packages-npm-production"}},"16.2.1-hotfix-e4a7c2-m6yxbsnv":{"name":"@5minds/processcube_engine","version":"16.2.1-hotfix-e4a7c2-m6yxbsnv","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.1-hotfix-e4a7c2-m6yxbsnv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"70dd718c1482ecf08ce0c1a4ad45528d0d831aff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.1-hotfix-e4a7c2-m6yxbsnv.tgz","fileCount":868,"integrity":"sha512-eUPMvjkkIxg01j4Cz1MMJofrOFI5tcZbSAFCNkpKaPjHtld+QSjjw7y0nW38MZAs0yHOPwGvsgAXhSTzwJkOOA==","signatures":[{"sig":"MEYCIQCfajjOvyZ6lD2KHjYMRCspuW7ZWVo7opUTkVwvDMk4hgIhAPz10phIvqikVMdmy8HMtbq1oGDFfIDcMMAwZfHz/02L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738497},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e4a7c24fae2a44bcff6871c1e7d6f2caacc9e4ea","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.1-hotfix-e4a7c2-m6yxbsnv_1739184167195_0.8985963441249618","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-1f9bd8-m6yxfrzu":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1f9bd8-m6yxfrzu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-1f9bd8-m6yxfrzu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"82e3e7962504da61c976fd6a256f8ae62bceae3c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1f9bd8-m6yxfrzu.tgz","fileCount":931,"integrity":"sha512-BxyUXVaKX5XCxuJnJ3EdxnM1NbSZg21DCuOaGcFJFbhANX5xXKqCgm4hdi0EQNYKsGBbmhh4+IfQLZaYpUaHKA==","signatures":[{"sig":"MEUCIEY1dOxddR7SsGHGf5Yr9gwLMKeMmUcuWD7M5WL+yqt2AiEA6c/13tAuxmm8WO3XB2F382zkFWl+b+l/gQQHRBs5kdM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4257822},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1f9bd81559f97daab6be494aa48597915511acc2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1f9bd8-m6yxfrzu_1739184354518_0.44397479717718924","host":"s3://npm-registry-packages-npm-production"}},"16.2.1-hotfix-6a9658-m6yzj6ii":{"name":"@5minds/processcube_engine","version":"16.2.1-hotfix-6a9658-m6yzj6ii","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.1-hotfix-6a9658-m6yzj6ii","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe30d2c93a7c50d516ee3a2b4381c8faf1d8381b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.1-hotfix-6a9658-m6yzj6ii.tgz","fileCount":868,"integrity":"sha512-WdxBwExXvicwNbflk/Psj+BZU65+ZwXYwuzk7zZxTSjdILzTKtOY+8b3jPr8yeE7uhSXE9jIanoqpZSxlYsysA==","signatures":[{"sig":"MEUCIAcF/zMa/9/3EQe5LJWOGyjlaHtJj/1gUlMCv0jnNx2XAiEAnHj4CgQ0IVF8EzOW/J5LK4TVv035MybKY26LSd5dVQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738415},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"6a96580908e1d44982f810255a4c0ff08ad55c4b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.1-hotfix-6a9658-m6yzj6ii_1739187871437_0.047412606855368855","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fe6378-m6z5r9zk":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fe6378-m6z5r9zk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-fe6378-m6z5r9zk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b29549d4c75ee2a97a755ca4c2f051cade459e5b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fe6378-m6z5r9zk.tgz","fileCount":931,"integrity":"sha512-QyhT2RZX3gxB8zV8B3MOjRoe5+OyILqcerRDJM+GImBQ3XAoX1tdwe2JLlPMIAWmeVE0RZSwcTPQg67+pR8jFA==","signatures":[{"sig":"MEUCIQCy0MU41CQtgj188h77s0FOLBqcLz5lX3C4wj1XpS9INgIgVeOIGkkbYDosvn2BFgf/HQCZehKCNDXSEnnNHHhD8nU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe6378dc36ea2993b5b8347cdf92844f946aecdc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fe6378-m6z5r9zk_1739198328130_0.11527819206512624","host":"s3://npm-registry-packages-npm-production"}},"16.2.1":{"name":"@5minds/processcube_engine","version":"16.2.1","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a888bbae6748ad87ed40299dda3ed354238d05c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.1.tgz","fileCount":868,"integrity":"sha512-xrre6zCRl4zNms3WIjulytbJFlL6/03c56z4H5Nu709v2psuQvku2LPm4nflhLMaCFTzM4aGz+XMKU3CHwzQoQ==","signatures":[{"sig":"MEUCIFLM70l2UJP5WLTFVpqwFNFZbiQjysTJhMMToEzsrul7AiEArjkHZTtCLccvmzofqxdxU38qvxuLHQSM+SfEQRETIyc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738392},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4242d125266a4b0b46f03de3b656e785477b7479","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.1_1739201213651_0.44904288586737295","host":"s3://npm-registry-packages-npm-production"}},"17.3.1":{"name":"@5minds/processcube_engine","version":"17.3.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.3.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2f022344fc467e76d3eca1227d630c8959fece9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.3.1.tgz","fileCount":907,"integrity":"sha512-3kPePpu1h1yLI9QuUmufqAPmWWXL2K1ZRb5YQK48TpiTXbP57KLBR8uYrCcchAjLR1/8cxKIhHKQzx2OfGaK4A==","signatures":[{"sig":"MEUCIQCAq8rhd8Z14FqlqBhzGL6Kbk+9hAq/zHjSBBw+vPe1swIgGX7Bpm9f1i8QLuD/WRwrj88y4qZdtTLAQiwZ7SwjGhI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4058919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"67a49ead0ead8e64eb403a3f16853366c76be494","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.2","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.3.1_1739204763965_0.9414794573372813","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-33ff4f-m6za80cz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-33ff4f-m6za80cz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-33ff4f-m6za80cz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"134be8286ee32a447f872bf52d3efacad3c2eb97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-33ff4f-m6za80cz.tgz","fileCount":931,"integrity":"sha512-ngOhz3ZeQlOQF9Eyxu8y4CmnzSOojPG/8XYnbPlcouAAwc2AzZKPdZmcNuP42oStG9Op8xAxsmjdAIx3JnmF4w==","signatures":[{"sig":"MEUCIH/VZLP7MlvGxoeSf6NuPRgQh5LaFo79CsiJioP0oEHGAiEAue/xCeq5UF27eXBjO+l58uLD0813dMGR8uLbTJ7sPT4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"33ff4f18d3dfae3ae596b41c58cb61c950ba6867","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-33ff4f-m6za80cz_1739205826003_0.9211950363861336","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-4a8c7d-m6zag1fx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4a8c7d-m6zag1fx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-4a8c7d-m6zag1fx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5520828f80b687d7316789a483592c0a3657243b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4a8c7d-m6zag1fx.tgz","fileCount":931,"integrity":"sha512-1fISHicMI2sOd+9+9+ETJauKmnpAlY4GN1OHHOaJOp2S4ebplp1GWkkDZG3jWqAalaa56puN1Vp2/kP9sis74A==","signatures":[{"sig":"MEUCIQDA8VaSTpv4HsnyKY6eV0D2OfgbRkNW27eUWMr80Yj83AIgCdMeINI1J1O98qRKI+dCKLqctHdqrzugVRAnLKyYANM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4257822},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a8c7dc870fe1c82dca8035cb9b968754353d962","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4a8c7d-m6zag1fx_1739206201227_0.608890385040884","host":"s3://npm-registry-packages-npm-production"}},"18.3.4":{"name":"@5minds/processcube_engine","version":"18.3.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1fefdb87a0f978e7b200940a6a033092448f1bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.4.tgz","fileCount":922,"integrity":"sha512-azsX4dMumuVLwW4rNq3VmJCp/NnHzmNTIJ6zzA4ZpGInDNTG5+DS9kW2pyWk5jcc6eWywCtMJH7To7DwSSPM3w==","signatures":[{"sig":"MEUCIQDeljTj0HeHvN/Uv2yq2xLvH2iHxmB0XQjk0n3eOvHMTQIgFmru4+5WNhkPPu+r2wVRurG6yng3gnnNTy/6MPaIp3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142704},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1a3fb7be3c1debfa2e5fc8d62ac31aa7dfb1f099","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.4_1739206947960_0.8278126400646844","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ae60c3-m6zbcf6b":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ae60c3-m6zbcf6b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ae60c3-m6zbcf6b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c0f261c77388ae2bf99e23178c65d6cdb62bab74","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ae60c3-m6zbcf6b.tgz","fileCount":931,"integrity":"sha512-wNf8/EVv/YOEFg5ksUM3Vc02ha7AdvSQS/lU1V7UDvhYcSurywb1Jakm63WKqsJ38fgJ8LhV1U6LTI4ooaLZMQ==","signatures":[{"sig":"MEQCIHIq/licsnGZyG4NBtq6ISrHxUdqkAb3cISLU/ZBSK4OAiAIxemQHcPjUw7zSC3KkM8gXW2Et2OF+jaoWiP/hSZexw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ae60c3a5f8a17c60ee909f1b547c50563785833d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ae60c3-m6zbcf6b_1739207711562_0.8854481174612054","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ec0978-m70a8vw6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ec0978-m70a8vw6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ec0978-m70a8vw6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2b180ce1beb68c0cf766eb61d29793822c948548","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ec0978-m70a8vw6.tgz","fileCount":931,"integrity":"sha512-faQtUcsCqwIDq0TiHUzT/xfTT2+UJEubQ9rl/fxQqf/1QtWKQb3uqVzr8aQ8n20x0ccFm33ijSaF4Uk4hd+Giw==","signatures":[{"sig":"MEUCIQCPiaK8XRzjtAs37elvI1ifHmpiDsDvceiE5bkBCNfZtQIgFF1cz2FQKD+A7YjeV8ZaH4U0uYcElL/DMYcEuhd5i1I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ec0978e22ebce354e0fd649b3e0710dc24dfd507","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ec0978-m70a8vw6_1739266334485_0.2642710544892142","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-dea6da-m70ahoqe":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dea6da-m70ahoqe","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-dea6da-m70ahoqe","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"43ab155bf13fd83a0be6081e70e80d53a185d2af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dea6da-m70ahoqe.tgz","fileCount":931,"integrity":"sha512-t+3gDmf34plKcX/Ips/bkiFGqpiZcR6LPwCepP/0R78uGaKKnYT81O0L8BOkuVfFsYG0aPrZMBTxIZErxPVuJQ==","signatures":[{"sig":"MEUCIQD2wGB3OFhH6SzO6cn6K4HtwFY/DDsmanD49r1MG9iT3wIgYea2b6IDJ5+KhO0oGRcfC/+hTrukM0CbXwnqSkaCVIQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dea6da7ebe2f84356a03834d6791a31df8679768","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dea6da-m70ahoqe_1739266743845_0.39787867839238955","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-593dac-m70c6mx3":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-593dac-m70c6mx3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-593dac-m70c6mx3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac6ed8dd3183dc54392c502d337ff4207ae227de","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-593dac-m70c6mx3.tgz","fileCount":931,"integrity":"sha512-LufHgBCPF1OFr9y24Q5NHZpVRX7E1V1AOtlYDlcxxUiBEb/bWr9OZIHeSzJTPDHd37hTvw0jYJzHA1KNNP9eHA==","signatures":[{"sig":"MEUCIQDKoVP+qngckkUhQNN285syC6VBIVd0MPiJq3awjDSheAIgfj2zMawqWjAFsFQ7ZBxXeZSfr3srF83FyGv/2NAtxDQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245931},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"593dac36a8e1e2ed1fb2dfadd34afdfbee311da6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-593dac-m70c6mx3_1739269588725_0.2649475688763858","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5e4a25-m70cbre8":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5e4a25-m70cbre8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-5e4a25-m70cbre8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3af1d14c792ea00b5452c3b85ca878387535c9c4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5e4a25-m70cbre8.tgz","fileCount":931,"integrity":"sha512-Zk48sZkX0F64lDKu+SWhQnFbHaxmpgd0wQki6Q4EB7Qai9KKQ7pbxKjQfnwKfzvuECuDIE7jDzyII4k7epwmzA==","signatures":[{"sig":"MEYCIQDl/HGF6f+ZA5llTgnIUhfPKjClti2HkHxHpRbEmjgRZAIhAILViQ0Cp6F9/nrMSCn3T39lTd+t5ZoxKwD9cKu2Z3I4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5e4a252d5bbfbfdbff59f12518f21788024c2ff2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5e4a25-m70cbre8_1739269827451_0.19588620220027386","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-646ea8-m70deybh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-646ea8-m70deybh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-646ea8-m70deybh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8c4b3bdd15dcd136e8f7b268d02584b5e5140bb5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-646ea8-m70deybh.tgz","fileCount":931,"integrity":"sha512-CBlgG6yYktgkgJCB/WBZFqaik/t85FJPICa9pXV6G8JDwh/w1xfZsLnXHk5UwySYr3aVUkqSXQsL3HvMkSsSYw==","signatures":[{"sig":"MEUCIQD5aDAZ4vF8m1BhefpS1R1xW84lLvbjrMuq5UfW5O6j0wIgC2nN1PQ7AAW0oO2Qum8zCH6Hx6cMi7tERoR3gJVUUFY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245931},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"646ea8a121c2e5368724b8fd58a9cd0c1bb93647","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-646ea8-m70deybh_1739271655352_0.7265005314760855","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-8e6550-m70dhm5d":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8e6550-m70dhm5d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-8e6550-m70dhm5d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"556121ab76f426e893db5b616141e9b926ca438c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8e6550-m70dhm5d.tgz","fileCount":931,"integrity":"sha512-BuvkcHsuu8oLNuO6fegTckLKocZzbDdxXsS3zH7bUL6109ypX977LIkC+S3gx95+W51DyKqeihGd3/SrZfzk2Q==","signatures":[{"sig":"MEYCIQDSyrHZa9jt1zJkQIDGOsjcODCKktaxHWVH7EfBz6XTFAIhAI8bnyBqw2pZacDaOo8sxY6qy/Si+aoN2g3T67vPs8F5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e655060d8c8039ad2004832e17e28875a1d0ca2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8e6550-m70dhm5d_1739271778464_0.7068028085955282","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ef7d50-m70euz5h":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ef7d50-m70euz5h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-ef7d50-m70euz5h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"308281b470451033fb1ac78b08cd94060f269488","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ef7d50-m70euz5h.tgz","fileCount":931,"integrity":"sha512-vGtUugDauzODu/TCOTEUL06U7Cd8xK4rrLR7xqvcIoNAscjMR0rJXLLsEn47ltqFVRrArIxADOjGgb+PUyTN8g==","signatures":[{"sig":"MEUCIElSYAvBjf6cW3PIzDNSsZg67WcH7C2ei/HxHjP3POWiAiEAhJaEuw4KNYKdcoCdC6IUfGuFt70iNUHATdg8CFwIHJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef7d50cee2a8b2b69943a7a478b69d6507e8cde2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ef7d50-m70euz5h_1739274082075_0.3100583218812829","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c9df81-m70fz9yu":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c9df81-m70fz9yu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-c9df81-m70fz9yu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"40bc02321751f93fdc3b9d1077d021006ed19d57","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c9df81-m70fz9yu.tgz","fileCount":931,"integrity":"sha512-EGgDS4/8DdRgDGLZde66FQg0MG5QqoaUqz/iVLwjCBNdKK1/Fq1+50KDGG49E6YcT1LX89LD6+3baUgs2qNQgw==","signatures":[{"sig":"MEUCIBOzKPYJPSmS83jfnb9UqMAmLEntVVCs75kSYF804ptNAiEA/Mf0+LIs4P2uv1GSpcJjy7FPZ8e0o/OJPtH38Z7rA4I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c9df81b3860f72883403c3b08de20af5822e4bf9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c9df81-m70fz9yu_1739275963215_0.21244692552032407","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-40de32-m70hlbxg":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-40de32-m70hlbxg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-40de32-m70hlbxg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5e3a4780b925a65c2e8a685c476f7597d3e62dee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-40de32-m70hlbxg.tgz","fileCount":931,"integrity":"sha512-TXiziBOU7jZsfZs5ieCvS0DQE1x2JeDPqvrsz9sd2+uWG0NITuQhWswWDw+JEJrxeQtvoKyB6XVGkLYrXAmM1A==","signatures":[{"sig":"MEUCIDqh99y9CBbgEiPGd+w6F7Y7plCzFKISOXOX+7RpUl1sAiEAhP7AKkcUVV20oFlORucJYNFz7UR1Zj9gv9QDeMmZbGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40de32aa5311faa7366838208cd26e53c643f14f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-40de32-m70hlbxg_1739278672197_0.9195547214814408","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-659f9a-m70mepu9":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-659f9a-m70mepu9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-659f9a-m70mepu9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8dc74885b1ac423a6de4641876a8e75ccc2a4f07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-659f9a-m70mepu9.tgz","fileCount":931,"integrity":"sha512-vdTEiEJsLcJoiIlS7rupIiFteTx0/DSLXNv8Y7JSDaW+OMpCPayOBd5qGB9G9zTC0L+dK5Z1uztO7loKcgflSQ==","signatures":[{"sig":"MEUCIAdvlPwCzM4OVuVZszszamHpNSe3PqI+SiasRyad0LocAiEAqkC6LEok+KfzIO6266hE08TBC0cflTjTqm1NlBrHk54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245995},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"659f9a6a721a4f09f6bc98adad6f2bde608ddc0d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-659f9a-m70mepu9_1739286759936_0.3952124422038441","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ab3282-m70wvzyg":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ab3282-m70wvzyg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-ab3282-m70wvzyg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c91d0f06d799c7f279f17df535b889f78db6db27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ab3282-m70wvzyg.tgz","fileCount":931,"integrity":"sha512-Ns9dzSYWc/Egr36Y6em+2CQi+kbm/OceOQ8lbDcSQtoHDieAEDCj7F4VQJkaJMw48xZWrkQ5JsvbbBFRIcmeNg==","signatures":[{"sig":"MEYCIQDwonmk1vch0pGvoe9DLhQpSroEEEzKvZjq00YBgY/SIgIhAP30+i60TGUL7h5JSSu6jR14tRN7E4tDcbNSgdrckC+J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab3282e90c3bb82bc14aedcd08aa76f9a83d349b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ab3282-m70wvzyg_1739304363222_0.8804599851696351","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-e57612-m70wwaas":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-e57612-m70wwaas","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-renovate-e57612-m70wwaas","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0304b6feeec043dfcefe2f8dd0b85c875658862","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-e57612-m70wwaas.tgz","fileCount":931,"integrity":"sha512-z1i+FpZazUz+42lvPpLZTyu72v8pzMS43Cnz/rbuQ5f07jbWKMeZnNxcd5HgUzsoihlHSQoZb0BVM10sFPh+rA==","signatures":[{"sig":"MEUCIQCWcJboLGvtsq2klrtBcGeCb0U8Az7FkJeSXRyljeHDQAIgEU02SSeto6R95gOxgTe4mpUM4NhzjTzrAjjiHciRO9M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e576125d736b96273ed2e6a9ad041d7e209ca542","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-e57612-m70wwaas_1739304375997_0.8354388774650146","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e1004f-m70ybj0n":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e1004f-m70ybj0n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-e1004f-m70ybj0n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"53aa63c4b05ef59bfe7026d25ac479230bb66869","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e1004f-m70ybj0n.tgz","fileCount":931,"integrity":"sha512-ldnczpGbywEVCh1s4LyhV8ShuLDt4zOxGKalzRnveQJbfOx1Sf91+CDc37Oux92Mqs2Et0G7vOqoU48UUa0/ig==","signatures":[{"sig":"MEUCIQD+8Z1CwjOZqg1YtAzPDTJbBbEIEU7X6ZU+Y3oLhDwxiwIgYTHEcLDAYAnMlxE2gn/ae1AxoxhuGxQs4eBIoOldae8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e1004fa3df3954902d61bf578a36a198e92d8a57","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e1004f-m70ybj0n_1739306767486_0.5867232240151659","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-7b61d9-m70ycw2c":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-7b61d9-m70ycw2c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-7b61d9-m70ycw2c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"372f9fdb7520d0a42902383e268f8f183ef32398","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-7b61d9-m70ycw2c.tgz","fileCount":931,"integrity":"sha512-gwwRFaxhvdUjPkcNwHBpPcSx8hxUtV1A0nrEBVZeQSojEYRayJd2Eo8Mk1qoM8eRRaNtCF8xsMgtUow7QkLrVQ==","signatures":[{"sig":"MEQCIGJF2Xy/ak2+odctRqYnoOa0FQiXjRh5MUY/GE+Pd6MvAiBmMnK9VSOH6Lq6zOPCHM520hz3Zk0j8P6MqdkradkdRw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7b61d95e0a43cfd45ae131e112d8c504faa1d6ab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-7b61d9-m70ycw2c_1739306830131_0.14337371057871917","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-bed0b6-m70ye971":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-bed0b6-m70ye971","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-bed0b6-m70ye971","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6f5498205984dedce5874d65c2727dc932f20bd2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-bed0b6-m70ye971.tgz","fileCount":931,"integrity":"sha512-lAETZtIizLUiTwwCof+jcfTE3Sshcw83MP8r0EhYWy/2Q4oWHhNOBNulnOhXO+G2SDLUMd4WKWP9UFI7Bz40pA==","signatures":[{"sig":"MEQCID2X2Td6bDV4E6sB4qCRq7nIR3R8RKoKtiBKlGbydS6pAiAvmH2LUdq0xakKfbzgE7eLl8oA3+F46n18mPKmHfF6Ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4257822},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bed0b69b02b09f2c7731b5f0dd129c1566a36904","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-bed0b6-m70ye971_1739306894678_0.4402174718238978","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-db29c4-m711yssv":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-db29c4-m711yssv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-develop-db29c4-m711yssv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e0fce9560b21531928b76d67086203b90cc5aa5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-db29c4-m711yssv.tgz","fileCount":931,"integrity":"sha512-3ameiBdziK1R3TUgu4vn++9mHmy6r/ULhsmAOedN5qXW2nVBPIilCuffo/1LcmK/U/UTs5s37OjqxmpPReQmgg==","signatures":[{"sig":"MEYCIQDWWZMINd0yteWFkeGE+4euXvB7/YlAh4Fgfymlrvk3RQIhAJ0y9GMZ69V/c6P22pjfjJOG9OUIrIaHLvrKRrLNK+Qc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"db29c42d3f2a2c987ebc21c0132a3ca0333e3215","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-db29c4-m711yssv_1739312890614_0.9322582034462221","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-dfcf71-m71mzgjv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dfcf71-m71mzgjv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@19.0.0-feature-dfcf71-m71mzgjv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"49f410c66dd3abeada2e6fc31ddeb7ce2603541e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dfcf71-m71mzgjv.tgz","fileCount":931,"integrity":"sha512-qFnWkCdc0FgDyK5Jk6ADmd4eLoeZcyat65hGh54PwOb2+9qD4XEhsqRB0xag5TSL2Fmmz7zEyhTzIKqNoWzFnA==","signatures":[{"sig":"MEQCIGlQFOn5frzrZx5JFYVVhS9mTd674Bkbql1zT6U9YjIeAiARPGYwY8+OxwxlF2ru54wj0NLiVipSErNzkiBU1J5F0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4257822},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dfcf713ae0280656bbffca14a066e8dbcaf60c7f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dfcf71-m71mzgjv_1739348196168_0.061782195324304734","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-47a681-m71qwl7i":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-47a681-m71qwl7i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-47a681-m71qwl7i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7fd3d5a8cbb0e19d3a0f3ed17538af069e613ae9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-47a681-m71qwl7i.tgz","fileCount":931,"integrity":"sha512-JFXXbtMk6JzeclcZYDzkv1NDfqyGIreQDRZgavC2tXwZNTH/AXLrL+gVbn4KgebAA1MKDH1d9TGIonFziHgP0w==","signatures":[{"sig":"MEQCICo2wGS+TMvpjAzw3qyrtBDKxwjCKNHv+6pxTfuXBbniAiBt8gnpytBxRITFMsSYw+jBuYTM+TA3reVU6t9sBKGDAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"47a681819ac991057f321c7b9a82b8f93f1b7b46","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-47a681-m71qwl7i_1739354778792_0.7246120135457013","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-6bffcf-m71uqwha":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6bffcf-m71uqwha","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-6bffcf-m71uqwha","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"264b6e3f5afdb2641112a73977f8cf2f9a1b74a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6bffcf-m71uqwha.tgz","fileCount":931,"integrity":"sha512-Or8rLwT1BDZQELrpnMAIq//zs4WhVjdIXO9+Yobh/H7Zm6Qu7D+Qd08U8ZwYWGUi1cTGSrIwqyqH+Pn+9wu0VQ==","signatures":[{"sig":"MEYCIQChSkVTlX/PJQgk7R7Wpu6cQz7bikKr0+vdPE2jAs+RcAIhANygYscy4g0/IKfNtorQ90/Xbpvn5cqdLcKsIb+UVwxa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6bffcfe1e270a10e02db8621cdc914e7f2ac368d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6bffcf-m71uqwha_1739362823541_0.14015430828985864","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9839b4-m71v21bf":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9839b4-m71v21bf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9839b4-m71v21bf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1de0f27a45c56f3d08ebec340cf08cb65e22fe17","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9839b4-m71v21bf.tgz","fileCount":946,"integrity":"sha512-nDnDNwilhHGzh2Vczgx84TSaJM7otCaXrLqK9yZ6hyEd/6HHxwJQkvLDkwppIO9Lmxdrm+MoPbPRC3HDzEhsvg==","signatures":[{"sig":"MEUCIQDt0XQU1X7jxwc3MtZHhx3tdAvvLhDruJGmATCU/NH1+wIgT5AFyhvcuAC2mBAOzHNO/Fhkf4wPCLHuJ0oKNp+LYyE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9839b411e89c42ee03200fe62c104666c46e542f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9839b4-m71v21bf_1739363420525_0.9162704237630781","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-49ec96-m71v3bp5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-49ec96-m71v3bp5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-49ec96-m71v3bp5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5e76cc69317cf159c064c414c8828cad0d442d95","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-49ec96-m71v3bp5.tgz","fileCount":946,"integrity":"sha512-D840gWOe0Q+47UlgUgi3LeECk7Gsb2FXT7C5MUioDkMkTyAZyLw+uo74uOatYb97FJKlHGORROXvQ8R0Ctds1g==","signatures":[{"sig":"MEYCIQD1JzwAFLBK4tT0W57biTmhgJ4hVZaXVc/d0aql83LizQIhAOD2AoipC/7LjAqPjBmKWXNa843EqG7+GIm8VKEsSVVM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"49ec964ce5d0bc1bdc00693a4291989616f2818f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-49ec96-m71v3bp5_1739363435419_0.5970065537055631","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-edebfc-m71v890a":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-edebfc-m71v890a","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-edebfc-m71v890a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0850ed0753841cc11c582bf52d45ab796b2654a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-edebfc-m71v890a.tgz","fileCount":946,"integrity":"sha512-t28aQ4rCrRf6xXdEj3Nefj9VkBY+tfasBydNVKi8zITvdIlTzVw3NN+efUkIUP7YTh7u46yr/CN1lCNPMN7UXw==","signatures":[{"sig":"MEYCIQCS0hVI10zyKegQYB2fiYLVQCDlg4chwPN8/mtdhto/XQIhAMbvBP8v+ZZyDIAFMkcMGwSXLwZ76hT3+sjQFp+Xp9qd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"edebfc5996762bbe8a99caf41cec850d37501c6f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-edebfc-m71v890a_1739363676864_0.18421843146336503","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-3a9811-m71vhrau":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3a9811-m71vhrau","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-3a9811-m71vhrau","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b559653bc48b42f67a6b8772e730d643aef06319","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3a9811-m71vhrau.tgz","fileCount":931,"integrity":"sha512-ikKgJh/oPXstBS00PSbohDAhKiRGiVNb7YvDZmiAtdE5+tUf1Au85YdwX9U+ZKZgJzPdxYd3BG1hcNuXzqJIZw==","signatures":[{"sig":"MEQCIBBY0hJDOdtpsasEH07TN7BtSpZLg/dNrxPaTSHJyRSxAiAZIRJHuXs9jxC77PwNDmjOg1CEj15noXaWtaauArgD+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3a98118caa3b2e0f96384d217d5cefa1fe054430","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3a9811-m71vhrau_1739364073740_0.869823686651064","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-43cf75-m71vldss":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-43cf75-m71vldss","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-43cf75-m71vldss","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"25328b213aa82956e5ebb662d640be1ce7818687","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-43cf75-m71vldss.tgz","fileCount":931,"integrity":"sha512-YmnM04+T0480uUa46lBWDwftUWce9E9exfhSI1PHSCbL1tM8a/xWfztl5BcfR2pfUf/N+BTMz6xImRN9xPPbxQ==","signatures":[{"sig":"MEUCIQDjJyT+zSLz4VYWBgmhNUPxylPOBfuMhOS6qvo9m/cEWgIgY3J6BVKfgUrNpXclLPyQOdX1IOz5OyBVYh7mjRfPpnw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"43cf75cb02426e5bef170f21738af7077d10ad39","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-43cf75-m71vldss_1739364270092_0.35007916261222816","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-aca216-m71w48mn":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-aca216-m71w48mn","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-aca216-m71w48mn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"27b3287dd607530ddb06bf5151014841cda379f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-aca216-m71w48mn.tgz","fileCount":946,"integrity":"sha512-d2YNBoWp+G4nKkHiaKV+y7e0NrX8OXwIvakty/dSp4tH1Jk1yzgBPkuTN1zm3iQ3QXu+9YAYLrGUt5hsDtAx/w==","signatures":[{"sig":"MEUCIQDPT8CoKpi/0sWzyg+VtxQ9xkjbRo8cS3L/76omYpO69wIgQT2Jx7ef1didX0kYEA3wxei7IMFkF1+oP8OuFy16lZQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aca216665520c4a4c2f6f33688c7438f5f91a91d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-aca216-m71w48mn_1739365191764_0.06664938352402539","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9022ef-m71y2xjh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9022ef-m71y2xjh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9022ef-m71y2xjh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"337d567481806b11d5ff68b2f946c41a1322664c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9022ef-m71y2xjh.tgz","fileCount":946,"integrity":"sha512-nd/IXHQmjeZM4rn8aUmwEF/GVzEv8XZHCWmJ4fJyTFcFreaFrtvUcSi9qfgcBiuE+dB0Rpx7WXmpioYpDNpTIw==","signatures":[{"sig":"MEUCIQDjJeZ0Y7uZTvq1TL9fZw94C3FYHDvNv0XXuiV6DTM1SQIgHccUhMBdou0t2h4aBhVmJ60roUEf8lSDj2dWxewQpc0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9022ef6ddb345ea86abc7781fad8f9adf02d464c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9022ef-m71y2xjh_1739368498901_0.4977653914500828","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-171c64-m720b9fm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-171c64-m720b9fm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-171c64-m720b9fm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3616754d7372e13b59fa626e213cd561b2573263","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-171c64-m720b9fm.tgz","fileCount":946,"integrity":"sha512-Iho/AL/zpK3enj4b9OB57XktaUplXO7LwiwVHfT8+qLYVutve0X7VAV9bAEuzWuxU7rVSgdNMECom1yULdpRbw==","signatures":[{"sig":"MEYCIQC2r4fleNP6YMLtzJKtx299tcPlDwKRFx6iDcvi+Rs9PAIhAJsxDQ9hQiZud7M9OiPCNiOEFHZ+7zeCMVEFyIDcxTwG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4331199},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"171c64a021221060615072cfb1f1b03a58743df2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ee37d5-m6tfjojr"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f18305-m6tfnxld","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-171c64-m720b9fm_1739370600977_0.584698308639849","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0a9e5b-m737rxvw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0a9e5b-m737rxvw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-0a9e5b-m737rxvw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99851683dd533cfa469a01caeafcb672467067a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0a9e5b-m737rxvw.tgz","fileCount":931,"integrity":"sha512-g9+ohFAd7B0VjLiS0ynPUOmuiBx8OGmwylIUPyef+S1jQ4//pbJw+TY4g2fkvW3WOzp9GiyasAn3mOBZ3FcyKw==","signatures":[{"sig":"MEYCIQCiiiyBLUAhDEhFj9SMovRRmXdN4wALh8v2OA8RgzU9ZwIhAMaY+gywK4VWHqtsiMenBd/VmXDxDZRe4LfxDsAX1ctC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a9e5b8e1459e68b5ed654fc18570bfd623755f7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0a9e5b-m737rxvw_1739445190215_0.8828875925910957","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-bbdaae-m73d7u6z":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-bbdaae-m73d7u6z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-bbdaae-m73d7u6z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"23a0da7ac4f59a5c248fb1d87edec269110cae1d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-bbdaae-m73d7u6z.tgz","fileCount":931,"integrity":"sha512-XyBT5ARtNQ5pcx9ziqKvvQUWdauaMRE1emv7v4bwvHKpEmIsd/bcJ0xPy8pRJj7rNpoot4JT1duj0pvBaKrjQg==","signatures":[{"sig":"MEUCIC38GjFqMtPuPriG+Y9ihJfheo6sOeFy5ncicKux6o9UAiEA+3vI+EZRCn/a8M5FmtlTHAkjw4E+GyH/9C7DmCclv0c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bbdaae22647211f4968fa38efb34c0b6088dff23","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-bbdaae-m73d7u6z_1739454296223_0.5228291794073272","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-8a4ffd-m73e78em":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8a4ffd-m73e78em","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-8a4ffd-m73e78em","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"34557e58b30c71e19aa31c0cd8c4a91e51a74d9a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8a4ffd-m73e78em.tgz","fileCount":931,"integrity":"sha512-Ye89Q1+qgTFqBoULbS6n45eNMq+18KnaCoVnuZ8iaFNRI0Hit64TLXNajWx+AXdpVWHgl66kDTCv5A1ifckJ+g==","signatures":[{"sig":"MEUCIFXAXP4G1WvsZFUGLILOX+SOu+Tos0iZrhkvP3ZEtnObAiEA1LgcS+yavqH+WyzuaNFkO+PTlOz9OQz9oMOSLHW7unk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8a4ffdddbb1ffac9d0c5fe631a844ca7a7a5cd0b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8a4ffd-m73e78em_1739456018898_0.96848076302069","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c7ccb3-m73w1qj7":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c7ccb3-m73w1qj7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c7ccb3-m73w1qj7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"264f21d127c41b17f6a25a2b7c12ada1318e819b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c7ccb3-m73w1qj7.tgz","fileCount":931,"integrity":"sha512-NxDIhNJVPfNm9jx8PI93VW8LlQW+MUUSQkOAu1jQKJkgLAOTdNTkuzlFx0sZk+WDdsOrSvsV1UeJSl899/q01w==","signatures":[{"sig":"MEYCIQCsSYjni0QsTpNGA8EluCAM4T40R6U7f4aF1QFf4zDWcgIhAIHTS9+epVI5Q5HWMvVsj4gIWm6zJ85nf/2/KRinRnbr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4264782},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c7ccb3784b647a4f89fdc9645c8b4203665f7102","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c7ccb3-m73w1qj7_1739485987851_0.9092925922404456","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-221038-m74jox16":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-221038-m74jox16","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-221038-m74jox16","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d7ad9e51d85b9409d073b817d27490c2642a69c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-221038-m74jox16.tgz","fileCount":931,"integrity":"sha512-djMJ/7tKzwyPPHtrcdv17qZ2GNUU12Xxi/19UEvt0czIRBeBHuCLwq+R68T2AVko9p6kkfeFPm2HpEgllnrWnQ==","signatures":[{"sig":"MEUCIERMoU47Osj/7omVW6Bh0PZyi8FIi5NdVvlIcxxCixPqAiEAu6qlDWH8vmb/IU9SPPZSMAQf3N2Q4wzZ5cvQb+WXOX0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252955},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"221038244f6f53171cb5c66b0991a80f7abb31ad","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-221038-m74jox16_1739525651078_0.9792526049956569","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-1360cb-m74jrcer":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1360cb-m74jrcer","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-1360cb-m74jrcer","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ca27052069f1f9df4945e59d2a5f602c89b021d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1360cb-m74jrcer.tgz","fileCount":931,"integrity":"sha512-SNsbCBdyrcS18PnCxlSLy6Eoe67lOtX5N/D43kpPoxXUcwPvvZabqVE/bOEWQ4RCisYDvP362vhUzu3Gd8WNAA==","signatures":[{"sig":"MEYCIQCVUSkjhh02l2DIHTrHgKGwq3DiBZtf1u8edOmf8n2E4gIhAMIrc5HNjQKwy90z5Fs2IOdWI1kPYqdz/ThoYQja5nvS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4265101},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1360cb8a0682e9fa27c4697ca8bb673547cf8848","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1360cb-m74jrcer_1739525764115_0.1654247552905712","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-086f5f-m74pf80v":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-086f5f-m74pf80v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-086f5f-m74pf80v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3119014cbcdbb558342f7e36d6768775e27ed97b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-086f5f-m74pf80v.tgz","fileCount":931,"integrity":"sha512-pl3UsFEeQAXwSK0833hFpeK04DrmxX+lEF8K3byn6+MupvR8OWIboiT1B1j0jct4M5NvXGr569dmoX/cJkg3oA==","signatures":[{"sig":"MEUCIQD77VDrDOtjvTOi4bbZVuNUVpCn63Whe4Unc8pvEVaQYgIgZkoSN0sl5RqQek2HCuas5PtltfA33uaLMTT64a5b1AU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4265191},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"086f5f500701bafe0aa3770e1cc1544dd28a1b7a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-086f5f-m74pf80v_1739535283455_0.32211100261022474","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-1539e9-m74ri80i":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1539e9-m74ri80i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-1539e9-m74ri80i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"343bb54dcaf8e44950cfcba2986d61165639e813","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1539e9-m74ri80i.tgz","fileCount":931,"integrity":"sha512-VswQTDrmXh9Q0YeUapglh2dyftMcabb699QarXei2mYwrfQtS1irq2zJfv1tHDV1jA1b4U+J7MQT0nMXbRTVqQ==","signatures":[{"sig":"MEYCIQCCRx3jVzXYvq4ddd+XC8MFeozrRhP4DyI6CvdcPzuQNgIhAKvjHrPyXAEzLQ8BR9kk0J4yNZCy6MBUs3ffeHiZ9t9p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267634},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1539e94cfb92933b82de2221de79e72790b810ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1539e9-m74ri80i_1739538793806_0.06562226899495394","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-049f02-m74tlwqb":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-049f02-m74tlwqb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-049f02-m74tlwqb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b49fa5aa09f626956dab2d2a94fef0508b485cf5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-049f02-m74tlwqb.tgz","fileCount":931,"integrity":"sha512-BP6WX6TMk/eFawPS8ScU1FkZYskxnD9O+Y2SRHLZXZG07UMSwtMf7hmG/oMaJggiZrYiySFvEA6h/zMKkhRedg==","signatures":[{"sig":"MEUCIQDRO09P3z9qFsbQNiNn6iYsudiwkELmfliba6D/vtsVIwIgHv68kEmCFPdFUuumJd8JmJEuXRCOxAJE9nw6Vxajt8Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267634},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"049f022aab15dd025d9f6b3d11e37e6eaedf9a02","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-049f02-m74tlwqb_1739542355817_0.7948489259802212","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-a9e34c-m77skr6f":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-a9e34c-m77skr6f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-a9e34c-m77skr6f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5bbf842bf78b7240f0ef5e7deecb3ce5d29536cb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-a9e34c-m77skr6f.tgz","fileCount":931,"integrity":"sha512-3K8qZRjDhzN2xddrCB82Ro3F8Gi3u0hmVRYshaID4Aoa9iuo12fQNOLeSxemrUarb3Z6MiLEXGR8PO89sOq11w==","signatures":[{"sig":"MEYCIQCCHCG0Ue0u/o8gmvUrRnQBPReKszT/ZjVrUu/vLxN6KwIhAMkYsWJsl6/mPaIfzZBmVHAi7d5kxh9i7fh2Y4+y1uL5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a9e34cc866790d2b8d607bc7cb811d4edc0b75d2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-a9e34c-m77skr6f_1739721956055_0.45933610253608825","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-d0b5be-m77skjtf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-d0b5be-m77skjtf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-d0b5be-m77skjtf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f376b41e7e18f86e3e5a1af93d13a83ea3f7239c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-d0b5be-m77skjtf.tgz","fileCount":931,"integrity":"sha512-eZcuOHyP3TgGFiww9VctIbZGpqmxUNjxeYJf+2pZj1tNpcLFFQQmF229Bu9POTnOc2hO1WRlpzjue9fxdH/B4A==","signatures":[{"sig":"MEUCIGL+kdDwGACeLXa1E211aO0sHt/3KnQB+Ez39gdkzdASAiEAvIXsX7ESCsSsbj5gDK95txPAF65n+xWHhEKlP2jrQOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d0b5bedb7c2bd5f266edb051a16cdb50adf70a74","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-d0b5be-m77skjtf_1739721964931_0.5269133656026166","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-743758-m77skyss":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-743758-m77skyss","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-743758-m77skyss","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"374fdc66f815a904704d6b35671a9462ff40ee6d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-743758-m77skyss.tgz","fileCount":931,"integrity":"sha512-PGmD8E14xnyGYUZ2SUglT207i0mwtZGdFo4lT8TNbUSXhzrpxm6adx5xxdxFC5ZNU1g7IlrEweX/JSuN0SZJ2A==","signatures":[{"sig":"MEYCIQCg5H9F3AR77idc3o84Z5u7xX6BZJwUuS8ov6foNgvXCQIhAPhWpl0UrpY/VJdh/Mb0qdsMSQSSGnFDHWmuA+HH8+YJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252956},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"743758d21393a08c989896c4011f8b8a822a2436","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-743758-m77skyss_1739721978247_0.4130748352811875","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-21d23f-m77t84st":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-21d23f-m77t84st","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-21d23f-m77t84st","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f8b5f040792c675e271ca09b8db329fff903d16","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-21d23f-m77t84st.tgz","fileCount":931,"integrity":"sha512-UIM7NsgjXDUeNcsDj/vYK5DD9c+V9hJEzJRxPZYXJ0zMDvINroPhlW9Xbw4JSqCGi/ZPHHXFY9YDpcyZEN6PsA==","signatures":[{"sig":"MEYCIQDFBXbc+WuVXH/KFH9uDiVUkMcCVIyAwBbjosOvlYFGogIhAIu38D30+kCzWcwbDMcu/c0gZqaSj8PBRh3jqNAK0i9c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252906},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"21d23f342320a28eda40c3e4d338e579951372e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-21d23f-m77t84st_1739723087263_0.7118152217946216","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-d405b8-m77ucuus":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d405b8-m77ucuus","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-d405b8-m77ucuus","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"49973226a8211e7ec19cf556d508fc62cf879995","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d405b8-m77ucuus.tgz","fileCount":931,"integrity":"sha512-8126wztqo33UxN2N3W3yhJ0w4x6iWrAsdKcKN2MyLwPZ41Is6lQmay3NUc8Uv8XfW5Y872578ZO1KYb8mkl+5g==","signatures":[{"sig":"MEQCIFJmr4vEoC00XEdiHfwUEnaRcmSXhl5cOZ4kzMbfxYGRAiAnozjcAvudUwDFsh4/Jcd8QArUnRS4F2giaA451pumXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d405b832d243860fe99e3b041f47899978ac8e7c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d405b8-m77ucuus_1739724978341_0.9433316849747535","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-1b3036-m77ua5rq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1b3036-m77ua5rq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-1b3036-m77ua5rq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6d09b17d6995ff26e9f6cd30f6a17b2ac2681a01","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1b3036-m77ua5rq.tgz","fileCount":931,"integrity":"sha512-ttcomL23i4V+b/5HOfKyfI6XsVOOLKWaKI3q+ttt0wYTdWJFdHGymZJH/V3gE85OftAb1jctXD9t4tFPg79HRQ==","signatures":[{"sig":"MEUCIHEzw952YEAvoIwovJ9+G+spqsWNxAJzViG9g4lyqgsrAiEAjcRfD1AYYnBrnB0OQhkEAngDQdb+hPOwAnctqxr1xVs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252905},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1b30361a2e3696fb61b1a96b046dded1750bddbe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1b3036-m77ua5rq_1739725098656_0.005797827629081542","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-b81af4-m78e6rdf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-b81af4-m78e6rdf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-b81af4-m78e6rdf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4fc1bc6fd14b5c1c0d978c2dcc4264a8e8a41671","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-b81af4-m78e6rdf.tgz","fileCount":931,"integrity":"sha512-KDGNMWJp3dBdeL6WXmlSRA4Z5kbimahg8xh6Cnp3uQSQNcQ9nt+ZkX0cNTqaoI0QDt0ehTRHAnq291UW7GS7EA==","signatures":[{"sig":"MEYCIQCpi5LquOMJJ+8KtSotP7tXY5MxfJGlD/BKeHeYHZOo2wIhAL+NjioWL9oNjyi1ZPI3vKzEBWazUbkkDxEw+QU6TBxo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252906},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b81af489c4b761e9750387c40a4030a5c755866b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-b81af4-m78e6rdf_1739758274053_0.5098486976832628","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ce13f7-m78o5vgd":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ce13f7-m78o5vgd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ce13f7-m78o5vgd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"64c4d0ebcd12d49bed1df0522067c456f494fb8c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ce13f7-m78o5vgd.tgz","fileCount":931,"integrity":"sha512-JvLYU1mi1op7/FcGltn0eeQUwqa7UkAFZ+MJRhMuNLS05g88RS9jeYWYag3AUEyyaXMS2hDpH6YGmv5/qhIztw==","signatures":[{"sig":"MEUCIGaYcyAgnvdJ4+3El4E688filkldi3+bYWc/lk5ihTYCAiEA5E7KMJLpw8ONXT6AMvXSJHot591Pn2ADnmnvTcGJo8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252905},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ce13f72a211099b5c1622453ff172c647cbdbdf6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ce13f7-m78o5vgd_1739775034987_0.929530593603459","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-4a4158-m78o6zd4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4a4158-m78o6zd4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-4a4158-m78o6zd4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8466901340c8608a5b5d496be781c2d737de398","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4a4158-m78o6zd4.tgz","fileCount":931,"integrity":"sha512-wZtiq1DJ7+zDb5iRuV9tJlgggV3wLl7DgsfKXAVk8OmVujPhh5jm6Nvl/jT7NntWiXrKVO78wkKe8YHODQqzYg==","signatures":[{"sig":"MEYCIQDEjrPbCtRKHBglVqkk3WRBwzl/rhEdGSfURfMKvOh/kwIhAP8GDfGf9nVDeDF8pHmYunL4oP9Eo+QC4cgkAYx0lxlf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a41588bb3e9b1818741367fc32b72302777a176","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4a4158-m78o6zd4_1739775162546_0.5349939391261949","host":"s3://npm-registry-packages-npm-production"}},"18.3.5":{"name":"@5minds/processcube_engine","version":"18.3.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9325750025921d38881b57d381637eaa6f8858e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.5.tgz","fileCount":922,"integrity":"sha512-frqQdXU9GPGFwCLdMEDYXlXzxOy6IUBgDcWCz1UKxKvclbZWL/7mWYiegpCMWXyaYLc55oirop9dayk+912kYw==","signatures":[{"sig":"MEYCIQD+TJ52mOK7vN/U7RF+n4mA88DHCAA/c04S4YGfTkzA2QIhAKvs0vbiilwa1BpTk0BK9iGSZpa0oOJhllDpLWyEwatp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142723},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3360bbc6e10a93482fc3de4f00cded712e893a52","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.5_1739805868593_0.06845736012838821","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-51c496-m796p7ld":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-51c496-m796p7ld","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-51c496-m796p7ld","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c95a1183429151aa65933a007d8bf88ec5e1d02b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-51c496-m796p7ld.tgz","fileCount":931,"integrity":"sha512-GY84SBXCoIRhrkHEvrwf8LiGxNMR0LE+w9uzu3kS2h1ywSKkj3+EdthpNLXzbqswsZu1VMW2WibD+rxF3ef+9A==","signatures":[{"sig":"MEQCIAwxDmAzBZ2i/72mzhH1YH5mAEnBfHYr95hRh2N/PSTGAiBMP9lVdwBWd+zSLeDJExl1JvcUjh7ALd3yRaZB7bM72A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4258217},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"51c4962426c55c8e872fae4281708c97da06bd11","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-51c496-m796p7ld_1739806229291_0.024382823972978862","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9e12fa-m798h28h":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9e12fa-m798h28h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9e12fa-m798h28h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e00127383832479b01552c8c47c97110e84544e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9e12fa-m798h28h.tgz","fileCount":931,"integrity":"sha512-fSy4Ckbq7uLSzudt+EuC0AbDUzi7odkNonf/n37exdUfcazQ4RNC1kBHrKELsTHXvdj0xEnYdbaXvwTK0yivtQ==","signatures":[{"sig":"MEQCIGJnxfhF49nIAv0G6IvxfPeXICEnsY4K/BMZKszmF8QhAiAKn7nauZ0OqGdh90X1/x4uvamzQ4bP8CjlBVgMhEH46g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9e12fa65ef77a3fa28ea69981e5affc071c57721","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9e12fa-m798h28h_1739809165762_0.464384256640364","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-5aff28-m79kjvpp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5aff28-m79kjvpp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-5aff28-m79kjvpp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9abe2fd77fd32d09b86605d63f2923320a2f6df1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5aff28-m79kjvpp.tgz","fileCount":931,"integrity":"sha512-hlCrVm+baHreAv6gLUSU2WYxk0D0JhSuCLlunxXNl33LhylNjzMM0xbegEAVjWzmo5ifvv0LOBHV5hGNNoPHvA==","signatures":[{"sig":"MEQCIC56ept+PKuC7kjdD8sGQc74qBr08hkR9PhHrA55PnMHAiAkUyqjU6eOlC+o5AmAx7enFRTwV9A7H5+KYmz/HZ44Ww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252906},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5aff2854eac8aff2f3149f318bd0fe532ac140ee","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5aff28-m79kjvpp_1739829436358_0.012571100739726893","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-cb21e6-m79kjrzx":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-cb21e6-m79kjrzx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-cb21e6-m79kjrzx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e046e5ab2e325fafd4486456b19430516da6f8b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-cb21e6-m79kjrzx.tgz","fileCount":931,"integrity":"sha512-8EQHe8e2EdAElPHiw8TJnyGEdje5/ExGHXz2k/CIvAcuYBo5hgz0p6n6LXIAlt0+SjwarWc2K0lYVXJNUEhaqQ==","signatures":[{"sig":"MEUCIDiXI1rAzFfRJq62s7QDYesBKxk9LhwMIb6e4wKgwZYjAiEAnzGQPeDrnHRQ5NzValNgGqaXEBaOBpvT925vYmt3J5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252906},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cb21e606ee7fa42d1e127d1bfbfa0993b0bee372","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.3","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-cb21e6-m79kjrzx_1739829436593_0.9967408097486421","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e86b9d-m79lo5bq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e86b9d-m79lo5bq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-e86b9d-m79lo5bq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7a0b541e5805fbbb8f86cccd6cc83abdbea0db7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e86b9d-m79lo5bq.tgz","fileCount":931,"integrity":"sha512-jwd1cdIrvgKhVg+pxoxShZtzZvJM4dbgFN+Piib2Kmps0EqQrg72FlW2iHuU/JU9d4MnDTIbkf9F4kUyGNrMBg==","signatures":[{"sig":"MEUCICroowV+IAb0eunosJkGxOKcX25e8z8do/PC91V3ZI5sAiEA5XEtWFodutNwbRtu03zdY488c/puqT8MMez4u4KUIVo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252905},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e86b9d5b6ab81dd7dc603368cdfc3628fcc0a917","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e86b9d-m79lo5bq_1739831303048_0.19121284166687014","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a152d7-m7a8oc44":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a152d7-m7a8oc44","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a152d7-m7a8oc44","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b156bf4389b0d66f55d79f1e8c96199dc3be9345","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a152d7-m7a8oc44.tgz","fileCount":931,"integrity":"sha512-iwFGiODrzJFXHj/k5DLH1AayBzje8imJfyIzsB59C1quWN3yPNUIhT4Wr4o97UXpZDdgh+jCxa4ePthXiiKIOg==","signatures":[{"sig":"MEUCIQCZ82ELzftbUhG5cijQvPnADh0CpgsQrRZIF0vO+DaM6AIgJuDOLxLft37Qiz/fIGLZJxWBMItU/tfTZu/ifi28diU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a152d7847319c7da10264e22ea859ed3b493d5e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a152d7-m7a8oc44_1739869946799_0.508963813513758","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-041cd1-m7afa30d":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-041cd1-m7afa30d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-041cd1-m7afa30d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75ecbc46f232ed44dac8793fe7c62b890ba2926c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-041cd1-m7afa30d.tgz","fileCount":931,"integrity":"sha512-ALL8hdq9PgvUdF/URGzpkuMoyE7ytmDhb3F4rTFp/PXmrrdMjqk7yaFHDTqsBeIc2MZot//c5zKcWekjQdtjIw==","signatures":[{"sig":"MEYCIQCL0PBNJKqHZae445TxK83MVkb7hQqzJ/FT/suVd2WVsAIhAK4u2X/x6awXtlInj3qU3/y0PT9BDDtCl3Auo3CM8PvG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"041cd19f90ff6f1eb4a41e8cc7405d06094003b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-041cd1-m7afa30d_1739881083720_0.7236048513105571","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-4ad036-m7al3ss4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4ad036-m7al3ss4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-4ad036-m7al3ss4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14c7177d32f5e23ec973b5e4eadb87cc00513830","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4ad036-m7al3ss4.tgz","fileCount":931,"integrity":"sha512-P0d7nof08rX0yS8pYiGgJxO7N7eeF25JRVaHVEMmJAGdcA0cExlmDUqlqGyr1dzi7Wbyi1Fe9DLFt5pWUCKRjQ==","signatures":[{"sig":"MEYCIQCb6K63XdrmJHqlKA9+WIkVK6W64KVhiHPW/2Aw8hINSQIhAIELosShK7Q5c5cX+xVjP3lFmhQfG0UluVo4KnEDCWGk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268115},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ad036ff2e9125d3da10d9d5a69e953f2c9f81e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4ad036-m7al3ss4_1739890845867_0.3803830007046154","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f63c01-m7am8eib":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f63c01-m7am8eib","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f63c01-m7am8eib","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7da6f5a3273dbaed3993b5e944bc200593a67a08","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f63c01-m7am8eib.tgz","fileCount":931,"integrity":"sha512-kPu9u4ilTLRbbIibDNd8ELOKn5qeyke4HdYdVO81Mo7CelairWKeVf0g/rhSar/FgyiNFsh2SN1zG0TPoEHjrg==","signatures":[{"sig":"MEQCIFn8As6Wz9/U/mySwvxo1xGiEwElsee3+9dYR3mECKKYAiAsmta0OgVEN7uNHbLAVhbCGiYWMXh2JrZmVY3HAMSwNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268195},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f63c0151302f00093b87f3893c5f762013a414e1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f63c01-m7am8eib_1739892757575_0.41575159431264463","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-4a3be2-m7bjgxnx":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4a3be2-m7bjgxnx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-4a3be2-m7bjgxnx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"53bdf061e957d14a4cc1930525a83d145d5f0900","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4a3be2-m7bjgxnx.tgz","fileCount":931,"integrity":"sha512-uojBgj5PyPNyyw/D2OwW6K7ujzCzCAASHLUAKhxNm4LzXJoloDVjJEBwPq5PSAnIs9v4Ei2CGTSLq8gkd3xYIQ==","signatures":[{"sig":"MEQCIAPVlHG/dJzjonb+1cFJqnn9AlsQAaIOgJhjjb6YSNOFAiByxZkyEZwdMpUaeosiZ8wMzF1wyVZg+m07Bkx3DG7iJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252906},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a3be24a23de95c040093d82e1983e63b51f1197","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4a3be2-m7bjgxnx_1739948542949_0.7954560560650039","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0ae3c7-m7bkdqyx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0ae3c7-m7bkdqyx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-0ae3c7-m7bkdqyx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed88ca4d89219b3db1ecc157d2b0bedd2400111a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0ae3c7-m7bkdqyx.tgz","fileCount":931,"integrity":"sha512-YaMwlfs1sBot1kgQsXS8A/FZiFPJ5wHvcjz5tPavJLqzGj7/w+oD48UWNg4ra8fu8BUWxQC+q1e8mtLcsNrNPg==","signatures":[{"sig":"MEYCIQC2SFdsWdGpUs1mhWRpGP+g9UZVKjoYDKDIk1NIYU9dQQIhAOFVU8ves0z075c4RhT4Rso9QAO4O8qySONjjekPb2cB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268195},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ae3c7775b185274bb539d5c890abf7332aad8e6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0ae3c7-m7bkdqyx_1739950087250_0.4343237629908774","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ef71ba-m7bkv0e8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ef71ba-m7bkv0e8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ef71ba-m7bkv0e8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea58ea9fa95815009a1dfe3b43356f1e549daef8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ef71ba-m7bkv0e8.tgz","fileCount":931,"integrity":"sha512-MSHDIfpBljtHjSvHmw3fIk3ObLMzBPHZ3WnHkrGiWuMbSYLTCFfTW71dAvjQ9H5XD6LDQjyrq78qLOa/exig0Q==","signatures":[{"sig":"MEUCIGPsisksZNotIsTTx2ZXiIL2BQVS0FVz9ZdOaw03j50cAiEArZ2h5WY+vN3rYDciCCibAmrK5UDN4vS5eUWo8PHq87Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252905},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef71bad3771d458d11f6437f8434a655fa1c831a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ef71ba-m7bkv0e8_1739950896754_0.6670494040223345","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b16899-m7bp4y22":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b16899-m7bp4y22","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b16899-m7bp4y22","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"699027bf1113b4b7527974b73e07bf6d010e97b7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b16899-m7bp4y22.tgz","fileCount":931,"integrity":"sha512-4btCBPhMR7IHABIKP3HQIHoga3uMe6gRQPPcp6YFJt+Knl/J1tqlnnxCXhSW9tOr2fo+BF7jq2EpQdzlqR6WsA==","signatures":[{"sig":"MEUCIQCJDUVwSVcU5LzYCyQ2i7EhCLTnPbSoxHfXPwPkOk/QjQIgYoEDDWehOhdrXADLh6ytZa4sY2iOL13dbw2c8OWEtjU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252975},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b16899c9bafd67332275d34029128db7ec10b889","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b16899-m7bp4y22_1739958071449_0.04377691588565047","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b16899-m7bp50ry":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b16899-m7bp50ry","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b16899-m7bp50ry","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c6aa468b02f49a7056ee64fdf79b97047a248a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b16899-m7bp50ry.tgz","fileCount":931,"integrity":"sha512-bDjGvkesThpI/kgIpu4Bar0baJXA5ouPFT+OKwcBe7D4QkBMnXpfl+SkpKMWZeSi0drI8a85h9MHVBZX4+O1Dw==","signatures":[{"sig":"MEUCIQDIpdXyGR4seI9FyTJklFxEzLxgX83prBcdmPKc1ntjWgIgAPLnqdfcKp0t1FGjJzbAsEYmthxAXY/4UxY/dIJxoV4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4252975},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b16899c9bafd67332275d34029128db7ec10b889","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b16899-m7bp50ry_1739958112973_0.07155952189731485","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e7dc4c-m7broqlv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e7dc4c-m7broqlv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e7dc4c-m7broqlv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7873dfc560217da6984861a8273613ef1f5e42e8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e7dc4c-m7broqlv.tgz","fileCount":931,"integrity":"sha512-F2V2dBKniQZY1a3BxW22rHPXb7Kmgd7yh0uAdAT0cqm/n3fstO01vjSNc8C2I/GvyLeepc1as6VGyoJp3YENKg==","signatures":[{"sig":"MEUCIQCaqgexpkHW5Y1EHwURCqMws5IMA01iIECLYf9iyEpLowIgAaFMsqDS5iuTDWV9ZPwJN7HBAsAAC8GD86bAoSyRKDM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267584},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e7dc4c5292c05403a13bf4720b6f3627ab06d512","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1860_observer_mode"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.10","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e7dc4c-m7broqlv_1739968780937_0.6814121171174259","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-72e489-m7bwmrvl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-72e489-m7bwmrvl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-72e489-m7bwmrvl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d85f120f5933104ee65af774e02661421d76b53c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-72e489-m7bwmrvl.tgz","fileCount":931,"integrity":"sha512-iYnAoJPR4ntMKo6aGoZM/1L2Of+5/mAVocVqDusZlhhPIIMkctqAGNm2Q4d/vlLPdVrG5QCcOLp3SVdwAadX4Q==","signatures":[{"sig":"MEUCIQCf0svqvSrTYnSMKg296voMKqmHCTmEC0lWV4jAbTDzxgIgR0i8IDQPE5W4GWh/hmflXA79fXFkXqDA9I4K7xUZQmI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267598},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72e489e97ccdf75638510f4a5b9d57f9c14e9e9f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-7cda6d-m7bw6wqd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-edbc48-m7bwjd2k","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-72e489-m7bwmrvl_1739970646441_0.5693466899933783","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-f73d8d-m7bxmaed":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-f73d8d-m7bxmaed","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-f73d8d-m7bxmaed","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"48910e71e748302f0e55f9ff309d6bb700737477","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-f73d8d-m7bxmaed.tgz","fileCount":931,"integrity":"sha512-GLvhIXMDz+1Az3O6qaVc0QDD1bgu2cjgYNK121AVM7jL+Ek+1XZq/Q5yKk4EsuBjndeQ6EjOnpd7jY/1keBwDA==","signatures":[{"sig":"MEQCIGV/uDSev4UcgAOfEkBkmC1BsOJEbH9GrC560qfjFfaXAiBvK0wm+tzpTuIgRb3ofYLCEOkeWBPdJ2uIGzI97XBt7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267598},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f73d8d330627080bd2edb70253f001b97e7d4f2b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-7cda6d-m7bw6wqd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-edbc48-m7bwjd2k","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-f73d8d-m7bxmaed_1739972348834_0.19826324547374718","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a3f840-m7c12o9v":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a3f840-m7c12o9v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a3f840-m7c12o9v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6b7acb0d6a5898e04bcad55ffd61cfe1dc8f6b51","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a3f840-m7c12o9v.tgz","fileCount":931,"integrity":"sha512-m6k0lMS3f0jMga4+Gz6hIf4hIduIFvRHw72Hh6gwoymugMI0N5dFEn91sNaghooxtg1nbRO5louHAiqeuzw8oA==","signatures":[{"sig":"MEUCIGYtA8OZlZDwd0doB5/944nClA3hAYUaYSA67By7SjJ6AiEA4pypXJ2QLnV6SYMxN/GZmfsafNTusxpXpwhW8J1kZzI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4282954},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a3f840cd41ea981dec885cb02fcd10b20a5ff367","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-5c7d1a-m7c0uzeh"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-10f4c9-m7c0x8b5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a3f840-m7c12o9v_1739978173717_0.48665229529163767","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-alpha.11":{"name":"@5minds/processcube_engine","version":"19.0.0-alpha.11","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-alpha.11","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4bb0b60f63a0a3393d88a835a8db4b3c21401c2b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-alpha.11.tgz","fileCount":931,"integrity":"sha512-c6trKLIZaF7B5AAVRqj5xa2LcGEaDXKYvk21v+rrS02Q12f5WQcdQJ73G0DasC/XVKD85OCB3S6+4yXxU8QBmg==","signatures":[{"sig":"MEUCIE4fQal8Mvl/nrGhtvFGtggcbLpN07M6If7XT9eqvgutAiEAi72kvD9CG5VVUGpBNRqfbRigU6CCfpYqKuE9a9t5HJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267552},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"94e7f4b55c929d97cf3e08224e7a8428a38f0773","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-alpha.11_1739978898054_0.2048227181006994","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-release-4e69a6-m7d4v29s":{"name":"@5minds/processcube_engine","version":"18.3.6-release-4e69a6-m7d4v29s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-release-4e69a6-m7d4v29s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75dd771b8d9aa0d86899ae904cac91ec68acb8a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-release-4e69a6-m7d4v29s.tgz","fileCount":922,"integrity":"sha512-2Zi1iu5FWOPK1f6wi94sCEUaunpu2imc5R8QOcWadVlBVNleUUVOo+XkDq6jE/CI2lxXqN9KAV5Grc927gbdIQ==","signatures":[{"sig":"MEUCIQCnDQT3SVmDPS5IiQiT2Z/BeW75ja5WTUQ7JcA8b17WZwIgUUbUDoEiHKbDIfYIK/TqfeFbEkub1I2uGODiMqPZslE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4142747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4e69a6641f3257fcd05292a67037cd3749836618","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.9","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-release-4e69a6-m7d4v29s_1740044850150_0.05408741132456352","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-release-e630c2-m7d60fvd":{"name":"@5minds/processcube_engine","version":"18.3.6-release-e630c2-m7d60fvd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-release-e630c2-m7d60fvd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b27445d2687d7162e75875726e1895af348176e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-release-e630c2-m7d60fvd.tgz","fileCount":922,"integrity":"sha512-6hOVgh2RTMZKZftn8E1Hu9XreyB01/pXkAPGKdp1OouewhvJAlPa48RhOI9cOn1LvJmXOss+wEUcIQAsH3Ywfg==","signatures":[{"sig":"MEQCIFm580AmWeMTFyvfTCA29R27DKUALJIl+6l3A8yt50pzAiB2tav/dbVZIKuiyp9rc0tRZdhftp4Pz4UOlXVNz5m63g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4145560},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e630c2c142a009230fd87a0d1b9951f75654a847","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-release-e630c2-m7d60fvd_1740046938041_0.5087932455469588","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9f2d33-m7egpvsi":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9f2d33-m7egpvsi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9f2d33-m7egpvsi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ae6ecc76eb045d6ef43a42bf698af8e1b95cde0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9f2d33-m7egpvsi.tgz","fileCount":934,"integrity":"sha512-YdI13WWZfj99Ahio8S4pZYNFM5R8Iv7iQxbhWhhVokv8oTY1QB2ndOBgduKqyUXQyIknKwYGR0BKfSzkCo0lAA==","signatures":[{"sig":"MEYCIQCxva5F/zD4sgADSvs08BCUu+j3Xw5r6SJsgJG/J2j0pwIhALqd9hW4GD/zAvnjKkmRywZ2feu7T4qYrSRAYmupUln1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270705},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f2d3339e0055277a9b12acd6feab638047c15fa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9f2d33-m7egpvsi_1740125319467_0.9196176819529471","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-release-89bf55-m7ehgrv7":{"name":"@5minds/processcube_engine","version":"18.3.6-release-89bf55-m7ehgrv7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-release-89bf55-m7ehgrv7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f5cb38be71965bd81d796d86bd011d75cf20164","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-release-89bf55-m7ehgrv7.tgz","fileCount":922,"integrity":"sha512-Bb+0XT2DEMU4ZWhB4KW8BliXpWvbFt9005yrrOioDWFTqgwO+OFh84tY7kvGIkWJGKJRXLAo886+khdRcVtJfw==","signatures":[{"sig":"MEUCIA3fUH7paN6lDCUhBHAC+VbWakzBdDdldfU85YubH/VSAiEAsRGK9v917uZpH4RKWQ6dwpKt/hWLU1i/Qs2WO5atg8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4145648},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89bf55047adf1baaec16af50021b4bb92674113f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-release-89bf55-m7ehgrv7_1740126599658_0.20554902369994732","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-fix-faf387-m7etisil":{"name":"@5minds/processcube_engine","version":"18.3.6-fix-faf387-m7etisil","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-fix-faf387-m7etisil","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a896f09daa6c6a0a2310f7c3d00b7379ca3fa943","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-fix-faf387-m7etisil.tgz","fileCount":922,"integrity":"sha512-kLHsnLiNmCDBztCLDvHJTofXXaqEiKT11w2jSb3/D9NN4tAhatjdoD0pK3oV+s6apG0io/oXXH9tSPLn7PhtQA==","signatures":[{"sig":"MEUCIQDA+ms/D1A2jNbdBxCrD+tk7n3z10WYQv8H/fAkzVpBcgIgNnepcHj+sk40r15DMp/p2AJBdUTc2LsRk1XhLtIrZUk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4145679},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"faf3873a2e954c1e29f5a7a99fe340e094f40fc8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-115_Fix_double_triggered_message"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-fix-faf387-m7etisil_1740146758284_0.9574954639458801","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-3b41e1-m7fdgnnp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-3b41e1-m7fdgnnp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-3b41e1-m7fdgnnp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"02de3024363892092582a7006ecf0db7a381c265","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-3b41e1-m7fdgnnp.tgz","fileCount":931,"integrity":"sha512-fiSlRe//UClKNR1Cr2b5NWfb+zC4ldGIhlLn+Ec51rmoioBilmajuxkbCC/ITfo+L4EDvpoX+pOo5fKs8m1lqQ==","signatures":[{"sig":"MEUCIHaP8JEPFqrNQpbvjsRA2wslEG3lFrBYEg/2A9W6vXrWAiEApJYMRyrnj5xia0y4AIV5agiuYX2lMbgZM6iJcC6E3J0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267568},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3b41e162f3cb56f825a6ca05b8b24c072e619c79","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-3b41e1-m7fdgnnp_1740180328470_0.8167137609870418","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-0583b7-m7fdgjcl":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0583b7-m7fdgjcl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-0583b7-m7fdgjcl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e8bae9103be90ac0558b57459f01932162ac3661","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0583b7-m7fdgjcl.tgz","fileCount":931,"integrity":"sha512-iVQLf6Cbuf5CUQtT8MGPpjr5f6JoZbZ3R530gaKki4iBatiBcfZnjK2yvS6Vt++dAwWc83XoItGxnxEWFV6Vzg==","signatures":[{"sig":"MEYCIQD+wI0tf5ki+YBENiohIQ8onJ+hVVd9E2bb1T1CCWurgQIhAIKCYNKYRZHiiMif06NB1PlUEbedsHX+yq2Gzlx5whuM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267568},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0583b7b07c89fc8f5f79d4fd07089a0881d71424","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0583b7-m7fdgjcl_1740180348110_0.9227838041116412","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-b11585-m7g8dnlo":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-b11585-m7g8dnlo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-b11585-m7g8dnlo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed477857269125db71b8854fb23805821ba91064","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-b11585-m7g8dnlo.tgz","fileCount":931,"integrity":"sha512-tVqwGd9IbWyjdM2b996OX644n58p8wqtjyU2T3RElZ8BnB5MFhaC0zVSiIqkrnZM/ZHM5OtDF5zwNAzbCwgnfQ==","signatures":[{"sig":"MEYCIQDmnUpOVvMpCdQ6aoMxkTF/bdtFf8RxJJ1njqTJZ/oLfgIhANk1ODuQ1xgIJwh+lkVCQvogWjEQ42tKITGmITfkxt0v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267568},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b1158573b9c5690e5dce1a26e915dfa9b4c5b1c8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-b11585-m7g8dnlo_1740232234346_0.5861822196519826","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ba7085-m7hs6uts":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ba7085-m7hs6uts","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ba7085-m7hs6uts","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1ce36beef17ecad476a1e7649e1811d6dccc0fb1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ba7085-m7hs6uts.tgz","fileCount":931,"integrity":"sha512-MGv15iAnrO3PlnKrvX0zuLjSlfBARyMqWzk0BrvHgf4zRibOhp7Fy2/FmwYWnhmrpB/ujDXL30hxTra7/83mnw==","signatures":[{"sig":"MEYCIQD4GnravaKIvtCJetLDON1ne2wF1B6j8aa6FAC1Xv2tJwIhAMIW+UGgjQMFHxVDNJsYUg/m0eI1JYicPoL7UOBbbQm1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ba7085167b67f2a71dff533b9ef5c125f35b6056","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ba7085-m7hs6uts_1740325984330_0.6945254451389047","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-344c71-m7hs9p9u":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-344c71-m7hs9p9u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-344c71-m7hs9p9u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9db13ceff7469469e063bffeb318cf6779d691d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-344c71-m7hs9p9u.tgz","fileCount":931,"integrity":"sha512-ZZZ4mDdzxT24MKX987V5Y3/RK8Yb0b+pnwfy2HEkxJ2Wgvc3aSzIIJ23y4JXiin0SloFWQBlZZn0hFZf/ke3JA==","signatures":[{"sig":"MEQCIDzncqhCcgQlQsiolyMfRB5OKOEFH8zfB/lLAgei3y4KAiBHMd7GJGjff3JziAApiq3KPWwVZGyszf4BZz4kIQOqsw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267568},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"344c71c722821210a80a8169413d059ef51115bc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-344c71-m7hs9p9u_1740326124522_0.9435080028108067","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b7426e-m7htcz54":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b7426e-m7htcz54","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-b7426e-m7htcz54","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7800631e0729be867344d6861bdf5a9ba31bb3d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b7426e-m7htcz54.tgz","fileCount":931,"integrity":"sha512-egfPZ3k8QgGGLG4+4iijhSMgcn3QkRWF5RZ679mXd/uNncbHkTdTTfEqsI9+rtTFzU3fcLnWkksonal4f/LyfQ==","signatures":[{"sig":"MEQCIAa5YAjl8bO/uEWgAyramyWjvY7rn2Y2LgYd4xiGOp01AiBQWacivWpuRirdtQ9ckxEbExIA98hPrHNimIScvEchwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267567},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b7426ef30f69260fe800c2f05ff1f8244ac2b2e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-alpha.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b7426e-m7htcz54_1740327960136_0.3699518328116038","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-d1afb7-m7j1gut4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d1afb7-m7j1gut4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-d1afb7-m7j1gut4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8dc4ad5b990f5f2134bbbaae70b7cd9bbce6f765","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d1afb7-m7j1gut4.tgz","fileCount":931,"integrity":"sha512-LWbnkNuzoY7RM98LsQC/Nv7Jitnco1UwYFSkOhrdjROVXJhpxRO0K59pUSMVFbQCVEMrJrcFPJJOGUniLrRwkA==","signatures":[{"sig":"MEYCIQDqlphkYjz//mSj6FXwyeVdgqOilY+sSR6nzYcGCEq7hgIhAO8UNqpUXeWHIeUt5gQJwzYMe2sVAR74XiFCkm4te4a6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4273341},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d1afb7606aca22a2204781458dcbaaf2120949f7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-0c4d8b-m7c1i8sm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-3a4f04-m7esx9ho","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d1afb7-m7j1gut4_1740402066891_0.5212607528482993","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9ce449-m7j38rjo":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9ce449-m7j38rjo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9ce449-m7j38rjo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ae2efcff94ea2f6d48cc8b88f7da55087a42e971","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9ce449-m7j38rjo.tgz","fileCount":931,"integrity":"sha512-52JiibPciML3fmVD9gi5jP+StZaDZGhHtuGHgM9CcI8q8JOpjVfi4485BcvUDLzbk5KpmjxtjLzCqYlJUgA1Ag==","signatures":[{"sig":"MEUCIQDOsHn4IOmuOVdcT3rCnD1cAyO1GAk/OEYtTxLwwhYdjQIgZrjxkHF8JfEHpjbrpuZexC+SJSkP5VaEuGbpQmYalGo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4273341},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9ce449caac58c4a127cb17e9f9b5ac92c1774021","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-0c4d8b-m7c1i8sm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-3a4f04-m7esx9ho","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9ce449-m7j38rjo_1740405051568_0.06278631639803267","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-12a667-m7je58jt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-12a667-m7je58jt","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-12a667-m7je58jt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f2b8985f463b700117a365189e7c1fc1508e3c4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-12a667-m7je58jt.tgz","fileCount":946,"integrity":"sha512-rt09L8Vs2xr9M8JbdnWspVHv1yiXZH0rf4gTg/7tNIMdeTHEFysJPWYaCXK6Nhj7GPYgBfYT/rQmdl7EynjoOA==","signatures":[{"sig":"MEUCIBO95hkXobNFTL+ajB/h2GANgrAziptg7lXZXk2pA1i5AiEAuf20/HytbbyjFYLGGLxK0QkogPM7AcZe6NwNr5O+dW0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346577},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"12a6676e53bd49acdd2fcc65c6d23dcb1de930de","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-7aa93e-m7itxgfl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f8ea82-m7iuejq0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-12a667-m7je58jt_1740421759437_0.8065000532961051","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-6d5928-m7jfn5a4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6d5928-m7jfn5a4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-6d5928-m7jfn5a4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"616136a64e5b66d21982417b29a99853c22052c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6d5928-m7jfn5a4.tgz","fileCount":946,"integrity":"sha512-nsjFvjOO+r4k7RX4UuX8gonj07QYOsP84DrVItA402pqIokS2e3Yz8SCpegSQF33NCuVyqMYmQeLcAdDON1Jrw==","signatures":[{"sig":"MEYCIQDvS4Rg6LI59lJU2pFUFHAoWggHckwGFWpihXd6N0DxbgIhAKXyVMnY9mK2VcV096mnkLHJnzsLTwezYthrwtqToRbM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346578},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6d5928eb14871b9bf55de4a06cb0ec994257cc76","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-7aa93e-m7itxgfl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-f8ea82-m7iuejq0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6d5928-m7jfn5a4_1740424276767_0.4680514556180433","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-97d795-m7jhjt38":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-97d795-m7jhjt38","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-97d795-m7jhjt38","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d49758eb70cc9f4d6434780fa21b94126da937cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-97d795-m7jhjt38.tgz","fileCount":931,"integrity":"sha512-Zywiai7Dmy5VUHIja+nllntR+ZZNHqB4+Hw6BviREAhwgbtH01TW9Z8NwT6Hx17M7FMp0To5uDYpuz1cd8iBLA==","signatures":[{"sig":"MEYCIQDCbmbE7yJZ9bIZDRkGvQtDbpT29BHbEA37JnB0ORHknQIhAPnZFaLAtwogml58oJR9ejLvpDRpX++5tXTHKYXHImxC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268850},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"97d7954933e8937b5b351491bcaee0e916dffa16","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1901_ProcessModel_In_RuntimeExpressions"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-97d795-m7jhjt38_1740429112531_0.0642372022336164","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-35786f-m7jlfxan":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-35786f-m7jlfxan","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-35786f-m7jlfxan","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b919b4fde1dd1bcb9967fe196706c3866ebe7abf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-35786f-m7jlfxan.tgz","fileCount":931,"integrity":"sha512-iStJ7Ig0JpSuTAAgQOylegjoUUC3fqVZuAEPJhANCZk3zfFdVpk6O6Q3C9QybTadCm7IDoxLVefbmSOjTfTrTw==","signatures":[{"sig":"MEUCIDLoeeW+ukDyUJbc0GnqHVAaRPwvdZv1gsur35JQzvN3AiEAzXg0W+6kZRvt/6m0bo5JIy3X5aY+mE4dEi0J5nqS1Qs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268850},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"35786f7e72c4447c0e1b588868cf129a78f5a2f7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1901_ProcessModel_In_RuntimeExpressions"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-alpha.12","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-35786f-m7jlfxan_1740435580902_0.7347007190786508","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-73c633-m7kiov89":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-73c633-m7kiov89","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-73c633-m7kiov89","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e5cbcd2236c92a53bdb9a1cd15a228ead7c36402","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-73c633-m7kiov89.tgz","fileCount":931,"integrity":"sha512-4vb7y8apcVbaE2pzJjjF+c42DjSDwvNIrdeDsHqBmUEUHn5TRB5sguh3Lb8G89X9RxlvErB3qiHp+lf+8D6Fmg==","signatures":[{"sig":"MEQCIBwEuzc5Bu+X7AM9LZHFTigRI3IFlrYqmee8SNnG8fB2AiBnWYsXEHnwt2HzOzfhkqHVvWoqBHPkOIhHTsGSQz13xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"73c6332214dc170203cf52f5281b557fd3d6adcc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-13fafd-m7ki3bcz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-383521-m7ki9jqy","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-73c633-m7kiov89_1740491449376_0.38767607824209227","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-5666d8-m7kjovs5":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5666d8-m7kjovs5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-5666d8-m7kjovs5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"63962a8a5172e2db925395ee6f17aa3fd017b2bd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5666d8-m7kjovs5.tgz","fileCount":931,"integrity":"sha512-DDjqIS9/qkhWDw3aOUScugxmd9XUtD9tuxeOe7hiKzCT/b+1q9YPiFQkfoIYtIY8dXOiaq4gc8mB1nIu34dGoQ==","signatures":[{"sig":"MEYCIQDtrI4LLmhyQ4Bu8dySHWEYafpaTjSrdl4L+ZHpxdVyFQIhAOA26BMoTuauLK/77VkUWFXo/rF+c3vGBWcLwAW8djQg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268843},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5666d8d073d10e3497584d72c3544d491d5c8d4e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-13fafd-m7ki3bcz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-383521-m7ki9jqy","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5666d8-m7kjovs5_1740493123646_0.4881644198790327","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-fix-4655fd-m7kkxf9m":{"name":"@5minds/processcube_engine","version":"18.3.6-fix-4655fd-m7kkxf9m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-fix-4655fd-m7kkxf9m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6da39d86b8138a60fe3a4a3fba613f7a65dba9e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-fix-4655fd-m7kkxf9m.tgz","fileCount":922,"integrity":"sha512-pIpm8YDfQo2epyuIT4kKoBu3LrlKKCqFZhC4+d0Q5jsWQ1goRPeHuh1gjrRVaa+B84pciyySVs7Y8bzfd/QWHA==","signatures":[{"sig":"MEQCICh3CwG6nj0syqa3LVOiibNrJHenLe+CWr5yovOlToglAiBkL57ZjUl8EzqFFlhkgvLFY370by28qCJ8TsAbvQw9qw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4145679},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4655fd627cd19edc5f1eda100b2fa2ef4698bbd8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-115_Fix_double_triggered_message"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-fix-4655fd-m7kkxf9m_1740495066149_0.6205711313307831","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-fix-1137ad-m7kpfodq":{"name":"@5minds/processcube_engine","version":"18.3.6-fix-1137ad-m7kpfodq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-fix-1137ad-m7kpfodq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"559618d311f612f07cb9738fda7cf8e91639eafc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-fix-1137ad-m7kpfodq.tgz","fileCount":922,"integrity":"sha512-J6eRqZoKghXRx+mUIejpbiRVXEA1N+oboQXydM9ucH+qNgHj3Pdtlb1zv2y/qWPAC1cuAT0qQ/QncyYxZrwhEA==","signatures":[{"sig":"MEQCIAe3r+z27oCXwYAuxt0vXmRn6AJroc1TfPrXLRvps8uRAiBoUXsYPrrC73GsFnxvwx1VopNDScWd29rNKcYcXn8cfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4143571},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1137ad2a3e77bb95b2ee22e6f8c22f1fcf49c3f9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-115_Fix_double_triggered_message"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-fix-1137ad-m7kpfodq_1740502783162_0.8597436555010325","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5bab6a-m7lprgqh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5bab6a-m7lprgqh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-5bab6a-m7lprgqh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"abba8f87c90cefabe5fa0d6bf0004f926a88848a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5bab6a-m7lprgqh.tgz","fileCount":946,"integrity":"sha512-NKqvcFCqCySAxxpVt0Ujx6mldv8ZUCNH8Wfr+Gh3TgStYEtXEOzGRKqBjeC0lA8dJ9KXRjkeQrF8dI/gzc888Q==","signatures":[{"sig":"MEQCIHUlNQPfh9586r/CxSLuTWbO+MitC8cC+aNItb+jQ2BPAiBTXI3tINznSj9npVmBVChgCJs3nXhkbvt2WJRSBrnFTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348103},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5bab6a05a7b4cba49b25f35fd0ec314a15fbab19","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-e7b898-m7lp9tlv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a171f9-m7lpldcm","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5bab6a-m7lprgqh_1740562208820_0.04776509006521645","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-924332-m7ls7ou2":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-924332-m7ls7ou2","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-924332-m7ls7ou2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78ad83d675ea73aba320c4e12c8a9f35482ac81c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-924332-m7ls7ou2.tgz","fileCount":946,"integrity":"sha512-3OTB4RtdJguxu2REajOsU88jLiBPCH7slBkAs89EiWAlIbhpPje+hC12YQegx72mhkk8HjaYYGqHbt3pTeBSGA==","signatures":[{"sig":"MEUCIQDQol5ZFRYqIJNVXL1uNidXIYVdxxYf1kNsHJe9MAndvgIgXYz7QktOEi68zh8NhkZM55D+9ZJnynsZ/bpWA97+PEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348103},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"924332e7e4d11bc8e73f9bc75a3bd0d7a1673e95","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-e7b898-m7lp9tlv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a171f9-m7lpldcm","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-924332-m7ls7ou2_1740566329792_0.19675762899347737","host":"s3://npm-registry-packages-npm-production"}},"18.3.6-release-f25f4a-m7ltgcog":{"name":"@5minds/processcube_engine","version":"18.3.6-release-f25f4a-m7ltgcog","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6-release-f25f4a-m7ltgcog","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97c172b8e97470b518b84105640fc87f867012e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6-release-f25f4a-m7ltgcog.tgz","fileCount":922,"integrity":"sha512-C731QFNBQhAnJLhppacX8OPChKCGF/2hljtTzmBGNgqbrek7XC+P+9cdMsHctBwsiqcY7Qzz4Jy7Rokr5N1o/g==","signatures":[{"sig":"MEYCIQDdRPzdtP9yDbhtIK5mE4KOlTX2GFjZlL/4FbqQBdvk+QIhAPOQFuGGBx7Z+VTELl80SpI7OlFP46SKXg/w+q88MRnR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4143540},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f25f4a7728207bececffb73621404a88fdb6719e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6-release-f25f4a-m7ltgcog_1740570016067_0.5115140323033898","host":"s3://npm-registry-packages-npm-production"}},"18.3.6":{"name":"@5minds/processcube_engine","version":"18.3.6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e4c362a79483a8d23a761035a097ec44ae539f8e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.6.tgz","fileCount":922,"integrity":"sha512-JZU7hN4wy0SyRAqDvrtgkY7SxtzzkwUWVw2k3UJ4b7pbsB+htSc4Sj+9+G0O8kIn2IRTLGsILjbsYI5eqR28rA==","signatures":[{"sig":"MEUCIQDj8i19UPxH580ZuCQb0AdfQVeQN8RuNaILeOhGckp4gQIgKw3OQSLS9TB8dk/VOJBgLU1nwdp7McwYibCz4Mvfz3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4143516},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0aab18cb93fa4d1eda4f6d7fd8adac365e312855","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.6_1740571268400_0.10883730962602733","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b5fb31-m7lvx78z":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b5fb31-m7lvx78z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-b5fb31-m7lvx78z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8dbe3efa7d1cefbbf1b057e23cb6b1325a093d34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b5fb31-m7lvx78z.tgz","fileCount":931,"integrity":"sha512-v5nP6EME54OQYy/z6vcp3CLjR5YWY4kxbI3oFEHkC8/FvrWkb3H1h9I+m4eo0Sg8LJZpr424hYoLgG/JXHyzWA==","signatures":[{"sig":"MEUCIQD6cbPAK/PhdRMbrOE7AkeTeS6DzRksUnQ0dokVQs/GfwIgGTg5DBez0wBYLZEY27otZKuHUvVegVRfvlEhA53wDbA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4269208},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5fb31ce958f988b5b173cd0e66575e6f4c1fd2b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b5fb31-m7lvx78z_1740574151066_0.30059756497864565","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-996136-m7lx0yuv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-996136-m7lx0yuv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-996136-m7lx0yuv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8629adb97d3aa3f47d4e654c729fda52c49577e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-996136-m7lx0yuv.tgz","fileCount":931,"integrity":"sha512-c59k/WNBE2rV3F+91k3TrA+LTv7ORmjMJYeyHAPAb0XA/K8RJ8dNwWQhVyUKt2wx0dC8Enc8hLN0JrSXD+cbTA==","signatures":[{"sig":"MEUCIB4JhP+KMGAn0YEZFhZj6Gxx3tTExEgb0m/cc7uTrqT2AiEA22VdRTxFM//dwvtRzHy6Olr5JB9Vsq56wvwKxo59Ai0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4284565},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9961369a799f40083845681a09c7c1ffb2212e6e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-b035a3-m7lwndsf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-d91ece-m7lwtoom","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-996136-m7lx0yuv_1740576007093_0.0814386054863423","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-52987c-m7m2t8kw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-52987c-m7m2t8kw","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-52987c-m7m2t8kw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"43fbf31ab8d9ed3d2c25bdb4c198c8aa8fbf9a3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-52987c-m7m2t8kw.tgz","fileCount":946,"integrity":"sha512-w4J/7EwALe0gKcgPq7514Dszs9S4RBEvTtF0Bl2NR2UKAplGgMWArUPddLk0w8fpoAbajql8AJ46U4T2OJVI7w==","signatures":[{"sig":"MEYCIQDzkvJTO7PLL9kvqZwnFfXIU1MPDddbistVy6gNxkRcuwIhALlVUT15Iic7VT+uDpBRG4yOCr+dtzGKYqASv4j3EJR5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"52987cb381a330e5a3348fc9d9ff1d0936cec4e4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-52987c-m7m2t8kw_1740584135099_0.13937001920892356","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-231c61-m7m3vkwc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-231c61-m7m3vkwc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-231c61-m7m3vkwc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b3c011ca0e9e8fb32af9322eee2eefd686cb1d8b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-231c61-m7m3vkwc.tgz","fileCount":946,"integrity":"sha512-nmqJOAJg25YO9JXz+TR6gcapCyDWlHQVmCgLRFcgDv0VVKs4f8EdbcR5CRuj88ywevXWfgQU8oFb1FZmZ0EWPg==","signatures":[{"sig":"MEQCIAsRVZG4q4Bxne/s6hBbSx2aEKaZvjmT/UCofAFb3IxAAiB8Gx1JZkbKzmjtw+ZSfNcPHQab2+DUMx5W1zHaIodoLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"231c61032b1194e7fe15cd731e8031545fcc098d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-231c61-m7m3vkwc_1740585917911_0.36612165645689543","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9020be-m7m4wdyv":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9020be-m7m4wdyv","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9020be-m7m4wdyv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be75a982ff3bb6d19671f7be8e61ce6e0079d98e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9020be-m7m4wdyv.tgz","fileCount":946,"integrity":"sha512-MrvjHQqFgyyFO5r/0cUiDAZTSUZQClc31i5nyuzELFOkRhHx/XScMsO/PjeMqdm6x+KCoXBs5P1D38EGYotgCw==","signatures":[{"sig":"MEUCIFbRWat0QWexDh4LJbK3MXCzqIt6T3qHfEGgGWMAzrOnAiEAgQXkCb/5DkAVmL+MXmJeLnc7J9MNatRzuVPF6LMlgZc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9020beccb69bb41c323a9ac84dee5538751d2117","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9020be-m7m4wdyv_1740587638979_0.19394286378659142","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-370060-m7m53tgz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-370060-m7m53tgz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-370060-m7m53tgz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ca8abe883fb8414cecf3704b216a57852376b97b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-370060-m7m53tgz.tgz","fileCount":946,"integrity":"sha512-q/9ag/0LIvg3uUAUS+J/+nIWJyJ8z0lRoJ8rDyQmP+O1TWk2SwkrIDhUaLDmt2/x0hlxrzyhVEzPltx++isaGQ==","signatures":[{"sig":"MEQCICZmnaACyWtoxwKmQ61MgS+JV+HYTP0nopCFR006VuIjAiAL8bjRevP8PENFh5qTNlMPHRW5GL+yrHdKMGoKilhI4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3700608e9d44536dc2865b35912b96422e9d5932","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-370060-m7m53tgz_1740587989629_0.9150993237040999","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a3dfe1-m7m86z6h":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a3dfe1-m7m86z6h","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a3dfe1-m7m86z6h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3376370206896cb168da144152a9bcba68aeb736","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a3dfe1-m7m86z6h.tgz","fileCount":946,"integrity":"sha512-30JTjDgAXHRXkEuR/MBk+JoOSS5ad1YsMGJ2fBTtKeedu67iaePy+fOUJWD5RpgfHzrc4ae7qzxHkVqR4pmBxw==","signatures":[{"sig":"MEQCIBI/V8a+FVrXNM29C/M0HCnK2STpVexeWFy5tmiIVVVOAiBah/NmKEsoDUxkfGfaC0jAOYWhfZZM6m3FNBpmN2ehoA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4348311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a3dfe1a73ab6e1cd7a7e96597a48392b9ee9cf10","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a3dfe1-m7m86z6h_1740593168785_0.7392934897284578","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ece5c0-m7me8hop":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ece5c0-m7me8hop","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-ece5c0-m7me8hop","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"66227ff54ab2334a537e83b2d79e439e1f0eda42","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ece5c0-m7me8hop.tgz","fileCount":946,"integrity":"sha512-wjITOaQ2wucJgn+BPBBmCp9Pk97jHyW5mNYjzSVlpXpczeH2iF6Eay4MVQ/lxIGMc+IYookIJ6OPj3AT/dsdSw==","signatures":[{"sig":"MEUCIEAPmyNJq+gktZd+MHmViu8/sCQtZFvZGAX0Pyq0XVpgAiEA8Cyg/axi2Hc4faSt2o6YsALP2cHFuVg4mgNhCrdBxJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350702},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ece5c0c7d089de09f0d5034e18c908dfce948716","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-45b9e3-m7m2cnyz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-cb4f8e-m7m2ger9","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ece5c0-m7me8hop_1740603318285_0.4173423611762075","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-134846-m7mei12s":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-134846-m7mei12s","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-134846-m7mei12s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4feeef98e4f2ce249fbd69f9b83cf156dc9f056d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-134846-m7mei12s.tgz","fileCount":946,"integrity":"sha512-ur8CSeiSYuB4rAd/F45vFmsjbjTw5YUm8n7V2lRCQ24c9w4rkYxTvUPBKvoZGn8Ps/JlcP+kwk4dbxWmjolh8w==","signatures":[{"sig":"MEQCIHP/XSE90UQmZIFEenNUp9Ma6UWf18a4n3p1EnOkBjTlAiAHoL91xgePKoF5LAXy9hOeTxvNnWPvpTIuvmeTtJYfdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350702},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1348465f18ccc8cedc5730a539b094f54c27639d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"6.2.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-e7fe5e-m7me9l6l"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a4c45d-m7med6bq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-134846-m7mei12s_1740603759811_0.8064441008346008","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-0cf173-m7mi98xa":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0cf173-m7mi98xa","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-0cf173-m7mi98xa","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8eee4158ed4dac4a9d01e4f604d5f167589c56b8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0cf173-m7mi98xa.tgz","fileCount":931,"integrity":"sha512-sMrGQv3I2edsYHyiNIW/vSPGGY8Hu4W/raNi6QZSqtzkc1koJPFe48C5NtwErDxNqDuFeZO+5flm3AiISPK0uw==","signatures":[{"sig":"MEUCIEWozl8xdTeY2mdOCTBDxlBlJ+IwWKNF/+D4I0cdhgHMAiEAh/1OzEb8a4MT5yO2s+WUQFgBoBbvT7prF0OjOQOIv/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270255},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cf17393e0ca373c00f7668b6562b397cf148361","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0cf173-m7mi98xa_1740611699273_0.4013363620997046","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-09254f-m7n00rte":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-09254f-m7n00rte","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-09254f-m7n00rte","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2cdb6985261cde7d8103f3789b911dff5a810ad3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-09254f-m7n00rte.tgz","fileCount":931,"integrity":"sha512-ECpHnYqrdYAtRE6Bu+cghHWWL0n4k34eCqN3SUlVZ/QnYaLr34gHZZIYsZdQqaLo1oauvnkRC/6dcas/Cy3feQ==","signatures":[{"sig":"MEUCIGn5EsTIyVnSbKAvG2jw3ZymY1u8eSVFqBk1UmjcQoVxAiEA0B37ahQq1BgmrYTqUQDqTlDLvFIsfFKPM2UGkmhEwHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270331},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"09254f08a7cf2b6e3f67370ef1fb5bcb4aa23b37","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-09254f-m7n00rte_1740641462361_0.6349563310331543","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2be79a-m7n1689a":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2be79a-m7n1689a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-2be79a-m7n1689a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87d1593ab6ccd51f08175b6235aa03444f618d03","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2be79a-m7n1689a.tgz","fileCount":931,"integrity":"sha512-YGSErJ9RjlYoTkQX1HJPx5POSfSLy0NwwOehxAAAdCXh/VWum6AnvCAOLoNGQZpgo0Qjr5ZJp9OIUsXwGid18g==","signatures":[{"sig":"MEUCIQClggyp/iQ2Mw2g9GgruAfi9PtWIY6Klyc3pXhoJv5JsgIgOEYKuLzHTPE7PjV2kjOvou70JD9+lo6UZmMF3ra/sHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270330},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2be79afbd38c5bbeb7b575c8f7ce1ac1a9119063","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2be79a-m7n1689a_1740643427879_0.5471832804345813","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ff435c-m7n5rlb0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ff435c-m7n5rlb0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-ff435c-m7n5rlb0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b6ded56cfa7fc2a077deb4f66f14b14a8f88796","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ff435c-m7n5rlb0.tgz","fileCount":946,"integrity":"sha512-rpRRyvLNMt79YaFcXYExL/MDsfr4zTC+nAG+tqOGbOo3yXDkY951SkQ6fsDV0JtnuGUXqADiUDlyW8uyfDIOLw==","signatures":[{"sig":"MEUCIAw17yPBf9skFA/1TZK/GdoBPddG8GalNzq7VzsvYh7MAiEA5/IF769IaLEH5ALPOzlv9AEjeylXyVcDs+h6fJxhzWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353249},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff435ceb1af7e351c9ce1df4520d762be98f23e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-e7fe5e-m7me9l6l"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a4c45d-m7med6bq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ff435c-m7n5rlb0_1740649554833_0.5049705107940019","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-066707-m7nmrey1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-066707-m7nmrey1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-066707-m7nmrey1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2271d08dfb311fc9ede16ccf5c46d159b5fe9f6b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-066707-m7nmrey1.tgz","fileCount":946,"integrity":"sha512-A/rZPuTI9TaHLWFF4bW0d2rUrtVR/0qJSig9ovrYXV3twxkF/OLJ+tOxyCZDh8IrRXlXINgUNBw2J2o/0qyUrg==","signatures":[{"sig":"MEUCIGXTflYrUyJ1fVjaCowlxRD956Qa9SafSQQTbsXBlXA6AiEA8lv855787Qi95wzwVkyZDsW724df4xjMMIpUn36+UpU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353080},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0667071e1581400d7cdd824d15c01ec4420a7551","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-e7fe5e-m7me9l6l"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a4c45d-m7med6bq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-066707-m7nmrey1_1740678108060_0.9911365907027088","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c3decd-m7or6ayr":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c3decd-m7or6ayr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c3decd-m7or6ayr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ff01d5850ed6f81e911101ba938ae1a1015bd611","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c3decd-m7or6ayr.tgz","fileCount":946,"integrity":"sha512-of5QflpyZPSOdoDgxc1H+3Xq9WTr+NujsN2HA8VnnNVof9fIrgQ36txBxlvN46kjnqOtRm5x6oaf3+jXtQ22Hw==","signatures":[{"sig":"MEUCIQDfK5puuWVR9tUd1MD05nBAr8oRPCd39B5EVzb9Qhfw5gIgQDqUUI0L933z3CJPKVlxCacDQtqL41/iGIheAHk88R8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353865},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3decd87d0b5f60c778abbedaa644ef808d9f3e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-c1c48d-m7oqyn61"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-727c9f-m7or1xen","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c3decd-m7or6ayr_1740745977274_0.8955634130374353","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b0168f-m7owavwl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b0168f-m7owavwl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b0168f-m7owavwl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b7e97b21ae02f61f68976339675c85c76f151ba2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b0168f-m7owavwl.tgz","fileCount":946,"integrity":"sha512-q8VCtDcloIBW8eEJxaCMDAvj0jzrMHqQmnvzeuG+yjoeTFhgqJG2gO0K1xl1ojWgYqOGMLj0TDPboVN2owt6LA==","signatures":[{"sig":"MEUCIQCaMdFQ8T1O0GqHYEuqnqvVZ89tcEqhCeqYomeT+G/ETAIgEDj20BHhWjP0O7EpscM/DzAXo5brUgv4TC1Kd8C9s4w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353867},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b0168f5392acfdf1aefc0d1548582ff0703eeb1d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-7da747-m7ow3xb5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-1a0142-m7ow5i3y","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b0168f-m7owavwl_1740754590531_0.9374363647173123","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f7950f-m7owi9wd":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f7950f-m7owi9wd","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f7950f-m7owi9wd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb47c3975d983abbf99276149d36dd575c2c5aae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f7950f-m7owi9wd.tgz","fileCount":946,"integrity":"sha512-aXEHaBPNIG9PKig0ahFMbe5T++ynVW73KtTheXpVzVsLPdrQWuL3aKU9kybhy/QR1Zszy51P8zl6ayj3kuyiig==","signatures":[{"sig":"MEUCIQC0B3sULpIKghtgqRIZb3qMi4amgpkC63PlG9Bbm2BdggIgNCqYGMrQWnqcifmz1bAYZam1fLMmJTNyn5EeVAIdntg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353867},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f7950fc66872ac7c3faf79c02a0cd257a4eeb2e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-7da747-m7ow3xb5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-1a0142-m7ow5i3y","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f7950f-m7owi9wd_1740754933245_0.9935510797241536","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5a1ca6-m7ox86ov":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5a1ca6-m7ox86ov","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-5a1ca6-m7ox86ov","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"55aadf10e3083eb478cb1dfc4fe4e6b39e602352","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5a1ca6-m7ox86ov.tgz","fileCount":946,"integrity":"sha512-h6sUg+uYh118zFDExM0UZ+bFw1VzXpWS/gDrfUh0Mb7xz5P7TfKW6XIAiamOxuHVeHfKJioNRhs7wIJxadF3Rg==","signatures":[{"sig":"MEQCIDHnmaH685UbUlSw+isHNGf/iSQkXTT5bQKsk301veX7AiBlFF00xMTxxxeEVxKDMbej1yPO88W31OBpGIOOk5CPuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353867},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a1ca6abc5b327356ea35c9ed3e03de5f1f83534","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-c6dc4a-m7ox5far"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-b857a1-m7ox6ul6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5a1ca6-m7ox86ov_1740756146192_0.18174979357634058","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b69fcb-m7p38vfs":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b69fcb-m7p38vfs","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b69fcb-m7p38vfs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ede73fcbf2092d4f3ec5997117a5535a29e3c3ff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b69fcb-m7p38vfs.tgz","fileCount":946,"integrity":"sha512-5JI6kSxvmvvpg6h+ZlirOvuGCoi/ivt6fzhCasDKIQYIbxkzriQeRpVF/c1hPvFEXtNK2LpC/KNG7NG+lQ8FiA==","signatures":[{"sig":"MEQCIEk7+L9Xctj7jjfDg8cSyKRkMKYJN+X+M8c35tdRfkIIAiANZFXC3pGhE+fGOqmDIY7Q+fxlVdo8JkKDLBUK5Om7Xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353867},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b69fcb0e8749c52156f69892cd0772903170ef39","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-82b788-m7p362ae"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-a1eda7-m7p37h81","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b69fcb-m7p38vfs_1740766252303_0.3911664928439691","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-0b5641-m7rga72w":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0b5641-m7rga72w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-0b5641-m7rga72w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3eb0bbe6308b8a57e80608bf21a3702cd71ac0b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0b5641-m7rga72w.tgz","fileCount":931,"integrity":"sha512-QdQym9mUEb4iZldMiwieGTyTRDBXE8Df/eI5jaM1JL57Dv3CDcswYGtCgAaJ8zhOpUtSh41GikEDQ57Xi+F1gg==","signatures":[{"sig":"MEYCIQDFuyjKiwMnbIccJxaSHO5wHOvnCwqoUGGpgutEa72gwgIhAJ22qxts55x/zj4aYSuGR1HhVmyH4N1zyBCfnYnm4nWB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270331},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0b5641476441cbb8a5d73cb290d69ab44f42f2db","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0b5641-m7rga72w_1740910643771_0.48449069718870996","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-61d9aa-m7rgabt6":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-61d9aa-m7rgabt6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-61d9aa-m7rgabt6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5011143d6b96c05403001f1c39ebacb93dd6d1fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-61d9aa-m7rgabt6.tgz","fileCount":931,"integrity":"sha512-rTF//4N4kpKCVxNW2j3ljvbJNNKvcr3sRcQR+kTO/Ev7MM4xCbW2HkaLj34RCiIYh87iNOylBiewlu3bMC8vPw==","signatures":[{"sig":"MEYCIQDmnlvRB0+JAdQgoeBqTjvHpj02mHtrxhWpPR5AJPMsZQIhAKPJxCANApao8WmOqNewuPdJ3ixTKWjA0bTt+6LafnIP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270331},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"61d9aab3351bd44d1912ee255503c9b8f8333598","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.7.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-61d9aa-m7rgabt6_1740910666454_0.7751059657010932","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-5262d0-m7rgaoui":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5262d0-m7rgaoui","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-5262d0-m7rgaoui","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"06fa9a12a582e95a730282fc9fe2baf6b34ea9af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5262d0-m7rgaoui.tgz","fileCount":931,"integrity":"sha512-x0w8AvHo2+iU8sGRzuZle5Tm4tjIERPEQq4zV9i2ibs5Bi1iFnuGu+3GJ3u3fwla8+S8URvvsE0OAV/oPzFtnQ==","signatures":[{"sig":"MEYCIQD6OW8jWWZKs8mHdlN8iLAe5p96msYQPHIhFHBk5T3RoQIhAMG1kJzVVjLHkJSyOBF+877dbwSC64C5hXUBxd6s9ZR5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270331},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5262d082b58f2d6dda8c3718e06b86aae9e5cf7e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.19.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5262d0-m7rgaoui_1740910695365_0.4286634784965404","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-d8f025-m7rherjn":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d8f025-m7rherjn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-d8f025-m7rherjn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d711bf67d2b5da91504736218cd214e89ecfb3b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d8f025-m7rherjn.tgz","fileCount":931,"integrity":"sha512-sq5T0FpTuBINdAusJv7+FQdaWP5211ArNetRAv9sHOPX/GRLEkkwisKytN05WYRgeYE2BYhXieqQVKlSbsknRA==","signatures":[{"sig":"MEUCIQDrGBi8+y3CGJbj0ewQ98rqCVcZJ56ilaLEB8c4GtqkYQIgacgwZR5qa3wI07iEQ3jKxlLNlMxdUU3Dhznoajnr1Xc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270330},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d8f025093bbe10a058b3a6ea07b6adb81d47b228","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d8f025-m7rherjn_1740912558926_0.11744683720597182","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-eb809b-m7s3ieyp":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-eb809b-m7s3ieyp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-eb809b-m7s3ieyp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"07b2c1642d17d4e2f4e2cac55c129145ddedfcbb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-eb809b-m7s3ieyp.tgz","fileCount":931,"integrity":"sha512-AXKnLLcJiL00Zyv+8td3ADwNMYe8JMIJKDKYwRSXBDIOqQuF8LMvGVWAUaf8v6inW6WbT2TEfrDO260Kdp1Fdg==","signatures":[{"sig":"MEYCIQDsURXNRNvHcXGmWQxl1R5VOSho5dbg5p9knGDq9UZoyQIhAKVlZeop9LjoncLfRagJ/XSIrOUo7paPhkCajStOpYdd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4269462},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eb809b073c00f5e6f79f6d497bb3b598eeb328c3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-eb809b-m7s3ieyp_1740949637445_0.03046705167987862","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-cb52fe-m7sh4lv5":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-cb52fe-m7sh4lv5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-cb52fe-m7sh4lv5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"665e11d5bb0d9e4e88abec53821ef4a79964818c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-cb52fe-m7sh4lv5.tgz","fileCount":931,"integrity":"sha512-trMWg99QCJMFUUjdRxBmOHJMQmJruPTtjMjoyaWfsOlSoM1ZWpVR0vbbAQeCWaSiZJDfaVxcFKgo3m8MheIhuA==","signatures":[{"sig":"MEUCIDxjdqt3wpvnUneKNRtvlx6j6SNdtVWtpnNZJrlmfJzSAiEAgUguM+GLqAnTSt6NJAhrMbRwJhEtdkxZcvM8rVRA1mo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270331},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cb52fec5fa65baaea761e2edd519f762ff9d582c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-cb52fe-m7sh4lv5_1740972663069_0.5529467963637882","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-bce63c-m7so7dct":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-bce63c-m7so7dct","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-bce63c-m7so7dct","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b21fee173abf6ade28a272f44645fe34879508f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-bce63c-m7so7dct.tgz","fileCount":931,"integrity":"sha512-IjswUUWZuT+pll3V5t/Bg1pi7G7zP4ub0/SEFbxmc24vnPZcB+HYx3YbWebcCHRfj6czavGTyjqPcZ91getW/A==","signatures":[{"sig":"MEUCIEO6uqxqjjK7zcDepoSmqmcW1+3IfS36qJc4q9ixFbkzAiEA5HUO4UoXDQ0QG2soOOdm5TyrP70ktN2WYDBCipbdBR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270330},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bce63ccd228f92887e62d949f77d1fe98b977f1b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-bce63c-m7so7dct_1740984441773_0.9294844533410305","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-25bb15-m7sv4udk":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-25bb15-m7sv4udk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-25bb15-m7sv4udk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f5f88b45c0d40eafe31b67663682852c5fa0719e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-25bb15-m7sv4udk.tgz","fileCount":931,"integrity":"sha512-+phW21KqSEktWrhIWhD9UV7B2DHsXEs70X3LgJuyM+csDlW2HOMOgKZ2Xm/Py3AjVDgEeV1UprPfvJpa0wgoDA==","signatures":[{"sig":"MEUCIQDzOac7n0YQqel7cKK2sbKN0Q7PT9f1qp/jZeW1PnsX3wIgRUOC0VnXjrewQb97zlJzPB4onFToKh8eY0+rgPPb7iI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270904},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"25bb1567ac1efce9b135f5f267e2ba336713c4e2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-25bb15-m7sv4udk_1740996063147_0.9248072233244851","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-67f93c-m7sv7s88":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-67f93c-m7sv7s88","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-67f93c-m7sv7s88","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"52660835b56fe41353c15f2b5f06e36649128973","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-67f93c-m7sv7s88.tgz","fileCount":931,"integrity":"sha512-i0lafXxtIFJGud89yy0yTT4nV3dPZIY8INUNuiL5Yc+bnG/pKYxz+yGUFKTwd5mZs5YahOnUEgi8B+2Lnx3W5g==","signatures":[{"sig":"MEUCIQCf3xyUNPEQpeHe+8dB1G08KMnlflONojpYtgW7Zou6VgIgTX25wXsDCsAfWgd09pUWmpjNnDLQzxoEcrvTyy6vl6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270036},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"67f93cf83152442b8a62a08ead6e197ef6dd10eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-67f93c-m7sv7s88_1740996239239_0.8983090242263978","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-13780c-m7svc0ub":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-13780c-m7svc0ub","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-13780c-m7svc0ub","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"650b2659be2bea8de31a725731606f6651b33db9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-13780c-m7svc0ub.tgz","fileCount":934,"integrity":"sha512-gfwxbR96RDHXD5YxJE8VDcdeJrPFbI6fJCEhCvQcUd5vPWN0W1pU/zlbZc6+pqHOzALdZdaHIoQa2vqayRINqQ==","signatures":[{"sig":"MEUCIQDLR7ZfMvq3hFcMOE0LJ8swRSBkdMhJ1BdADBvv+BGsqQIge9dMD9ccqiHddPv6WCfvzgUbJfoBQIDBuSspo6AbSpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4281268},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"13780c5ea4bffb537bc0a1044ead177cda02a39e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-2a87d2-m7sr8ggq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-13780c-m7svc0ub_1740996478347_0.18512093347062275","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9a967d-m7syrg51":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9a967d-m7syrg51","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9a967d-m7syrg51","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f495fa0ff9a3f9ff784e7a8e78fda9f408d2b06","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9a967d-m7syrg51.tgz","fileCount":931,"integrity":"sha512-Wrlq4lYuCcWsCZFNEfLayNus5kRstWp1uUCGoXcQsSVSBObqkuf+sKUw4osF5qOoQIVxtTLxvTDHk4AKnPzB1g==","signatures":[{"sig":"MEQCICEAxE1PkzGBiCcH0I2CIl6aWNsDWbVyCVngtdPfdwGhAiB2XXNz2ENDiGOetl55gK3qmpW8E6RTQzbjrwxn6/RVPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4278672},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9a967d8b7c84d357275d2d0f8e21d953b8f70f4b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*delete_process_instances.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-89e733-m7svteyw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-fecc06-m7svw7mq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9a967d-m7syrg51_1741002183362_0.8215205373575154","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b28a51-m7t15mvl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b28a51-m7t15mvl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b28a51-m7t15mvl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0373d89bca5aca429c1dfe33812cfa8c392bfd59","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b28a51-m7t15mvl.tgz","fileCount":931,"integrity":"sha512-bKAYmt2cYjtTaBHff26CCUYW3Yk5vo2y/byrIq6oYiV50dHgZB4aYS0c9rGARnx+0woCkEWTdMzzPes9aAt+iA==","signatures":[{"sig":"MEUCIF/Wosr4iMO+tHpw0TOzEiwo7DxVIaysSUBcP8dzuBY0AiEA3cdTDsvWIRIpcg2z1sPBM8y56p/2ufDIB9/8vRosuHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4278672},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b28a517a3e984c27f845e62a29a54a35805da7c1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*delete_process_instances.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-89e733-m7svteyw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-fecc06-m7svw7mq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b28a51-m7t15mvl_1741006233877_0.9557458394452965","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0ae117-m7tcthhi":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0ae117-m7tcthhi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-0ae117-m7tcthhi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"39f8ab90f407d477ea578a9afbe6a176f91ca88f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0ae117-m7tcthhi.tgz","fileCount":946,"integrity":"sha512-vgujtDnSYKKGPpke1w2sayKAp7nf0BEtPNyvVkMOb53uVaITbmQFEHcu8Lhj5b8f4PEKTkK55BI3uB18jtCsxA==","signatures":[{"sig":"MEUCIAw7Uepb73Wz+/F1sU6J/oN7Z79bld+o9VQqlxiX+T/tAiEAs0RvSwoUphAxpojyM1G7E0sI8pevYfK8fn7v6NCXffs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4349677},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ae11750a363764d02d962fa59694923018137f6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^6.1.0-feature-ea5c59-m7tbvrmu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.0.0-feature-3176e6-m7tcm7wf","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0ae117-m7tcthhi_1741024197377_0.5663283836397899","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-cc24ec-m7thiq7s":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-cc24ec-m7thiq7s","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-cc24ec-m7thiq7s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74cf20f52026ff9425e39864fecc0d2f9b6e5892","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-cc24ec-m7thiq7s.tgz","fileCount":946,"integrity":"sha512-x/0mIi9CWw/c8+NVVJnznItK3s1Z34oiACseMZMYEkTQag8pKUZcmD0tS08+zxfCqxAPf4xT9S2ZHMJLLe058Q==","signatures":[{"sig":"MEQCICBDwiAP2pUcGEbW52ByCYozrhOgO+Xl86Rt4loc0xtqAiBPxBPWDZB3KSeAK3XCCV4YRfAv0UngXiHVBKy/Oau0fA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4349675},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc24ec4119e00dcd258eeb9197cc099b9ec00004","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ea5c59-m7tbvrmu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-61efd0-m7thhakt","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-cc24ec-m7thiq7s_1741032095597_0.6665230418264994","host":"s3://npm-registry-packages-npm-production"}},"18.3.7":{"name":"@5minds/processcube_engine","version":"18.3.7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"914da84aabf9855888a4d729c85fea4683eaead7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.7.tgz","fileCount":922,"integrity":"sha512-8Olc6DbAJxjKISpjvq8zvYoT+Fdlw4BCBUHokhCt1Ln4tfXW2K3OtfAjs8pBPwhlWo/9CKDdm4z9675pi2Gf6Q==","signatures":[{"sig":"MEYCIQDZ7aZVPMk/N+abrAxiZ0UzvPFBSW2E8cuh/DEfgI5eggIhAK5Tj7QlXHi7O90aaHqDBZ+Ten0Ho4hguE8r6XjC9tnp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4144090},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6e2f8bf56d10923268fc47088f610d03415983c7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.7_1741080950314_0.8784539900098658","host":"s3://npm-registry-packages-npm-production"}},"17.3.2":{"name":"@5minds/processcube_engine","version":"17.3.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.3.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"770f307625fd8d3236b08068d456baa8b4eb450c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.3.2.tgz","fileCount":907,"integrity":"sha512-GlQaXPFQzvNYxN06vRnIY7Vqf/A0VtVPTGY/MgAjYT2Jtxh9Sv7g4ma8+h+iyQiUMHLlnMYvFxIiFnEsGUguUA==","signatures":[{"sig":"MEQCIDPuxT97SmYL1SzQMgdefDQLe+CQM68MXhBb0q/BmBrdAiBf7lR7WwyOyU43APtZR7Di+EyeU2OcLFdFnmY9/j4UBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4059493},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ed8ccaf9a5b9bc3d8e1bdbaf21692154596b5353","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.3","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.3.2_1741081503406_0.6043528759168455","host":"s3://npm-registry-packages-npm-production"}},"18.3.8-release-8ce4a3-m7uni2wt":{"name":"@5minds/processcube_engine","version":"18.3.8-release-8ce4a3-m7uni2wt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.8-release-8ce4a3-m7uni2wt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31761aef66fe34b923cfd107bb97906efa0639ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.8-release-8ce4a3-m7uni2wt.tgz","fileCount":922,"integrity":"sha512-1SkoTzpfJksRmaHk4yOVFz6xsjlmzwwVGbfE4LR1ZEPm41y/L9RtjN5drtGeNtN5ygjoe3k8ei1+cH7HdyYztw==","signatures":[{"sig":"MEUCIQDuNvlczrQJipWC+RpSTBGkbJcrDXxOSa9EQIPC5RlhqAIgGqCKEgfRK3sBvd2KRH1SVUCN70YLRGFp1Sm88iFP578=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4144114},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ce4a3eb1154ffb42a322d51a15d19ce064717c0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.8-release-8ce4a3-m7uni2wt_1741104047663_0.6300131753913774","host":"s3://npm-registry-packages-npm-production"}},"18.3.8-fix-e2b5f1-m7uns6k8":{"name":"@5minds/processcube_engine","version":"18.3.8-fix-e2b5f1-m7uns6k8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.8-fix-e2b5f1-m7uns6k8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1fe86855f63dfc101bdf097577d761f3828abc9a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.8-fix-e2b5f1-m7uns6k8.tgz","fileCount":925,"integrity":"sha512-p25Vg/tdjUxVbpWA66XQUmf4LkEoX+/rHtpKOS12BEOuigNS7iTOEzjHS3bkIFnlPAVPbpcRnOTNT1iGV+OV8w==","signatures":[{"sig":"MEQCICa844bN9aIgU44OzXgPb2ZufSiDbfodbD58KDfo/Kz3AiAVayQZRWAVOvb+8JKVC68GYQ6z3VjrR/rAIUe7n9VFEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4146236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e2b5f178256ef7dc8df779c886f437bfcefd0122","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.8-fix-e2b5f1-m7uns6k8_1741106095310_0.2743480839502439","host":"s3://npm-registry-packages-npm-production"}},"18.3.8-fix-987ad8-m7up2v09":{"name":"@5minds/processcube_engine","version":"18.3.8-fix-987ad8-m7up2v09","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.8-fix-987ad8-m7up2v09","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bea4b61f76f01e07516ca1e87047e2ddde2db510","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.8-fix-987ad8-m7up2v09.tgz","fileCount":925,"integrity":"sha512-Wk2EdCYaeiMX2G0sGm41/8hGtrp8pPOEARqkFfVnOokuCoaSDNU2BT1sRqNynhl9a8Ppci6xtDnPqNkBKdFfQQ==","signatures":[{"sig":"MEQCICg2XxlyD5Q7YMaxVEIqT0R35ZxhTif0vmFVor3cnE7+AiAsxf5B2r5wZCpqhf7uQ3wT7ZCBhG2YNDTAuV/uNnJJXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4146236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"987ad855d813a70902f4f88aa180d8c92412e87e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.8-fix-987ad8-m7up2v09_1741106735247_0.8222055821956538","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-c4b29f-m7uquf6u":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-c4b29f-m7uquf6u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-c4b29f-m7uquf6u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"36f0bab42382b3b0537b6eb5fc239109f7eec855","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-c4b29f-m7uquf6u.tgz","fileCount":931,"integrity":"sha512-6DxVOiceaLn60Wn8jeknXXScxE9K9Tb8c0E6ScRQdk767Jr79E4VbKEfxRqQnW8pL2qqwJV9Bufh1nXCVJ0BZw==","signatures":[{"sig":"MEUCIGL4MYnEmDjYP6AScLJOVwxXQFiHUyfFUE67Tr80KHV+AiEA3j4MB/pgpxdFrDVS4+2UEqnzxYuxycjX+GYcmkfgXDg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270036},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c4b29f08ca3d79bfb56ff3d9f70e5c996f428be0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-c4b29f-m7uquf6u_1741109816936_0.082925884376438","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-409c1b-m7v0pp4o":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-409c1b-m7v0pp4o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-409c1b-m7v0pp4o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8510ed88b7aab9aaefbbaf67aba66eda85645aca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-409c1b-m7v0pp4o.tgz","fileCount":934,"integrity":"sha512-/NTN9RziW9C13/lQzG19UL2O2wcd5uIn+inxyKp1VvClnkZUFK1dMKWBkjI8iVWMopXE8xNADMwGplt4KvkFuw==","signatures":[{"sig":"MEUCIFu7Zn8U5HVemER/1Vbdq+o8Bk7PFvrDjce0eOLgk+YWAiEA9HbsmB1Dbp3cSvN/GGSn1lCC2RUIHoA+ntjRUYsB5Yg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272156},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"409c1bdb69a0f3c313b8a549e3d2645e46e31a42","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-409c1b-m7v0pp4o_1741126376030_0.5414742898916147","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-5b52f3-m7v1fdqh":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5b52f3-m7v1fdqh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-5b52f3-m7v1fdqh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4712e8cd5c9341ccae2fd38ee808a43b11ad67cd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5b52f3-m7v1fdqh.tgz","fileCount":934,"integrity":"sha512-Ltb9MzhocQACPF6Otb7+Y8OpHLEPFbzbSVTqx1iHgt85icGPmSV9WhGhwdaZT4N5fTuBnoFX6/e9XVx9QrNlHA==","signatures":[{"sig":"MEYCIQDe6qlFESvvf0nNyIxq0sAo02fpfzFOG7pfTAUVXJYPmQIhAKFdEhknPjiQPAkKXoypCVNSUeG4qh8L73Miljo9y8vK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272157},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5b52f339ffb413e885d35e6f8ba032eadd783eb8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5b52f3-m7v1fdqh_1741127595801_0.691995547855285","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ee4ab9-m7v1fm6v":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ee4ab9-m7v1fm6v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-ee4ab9-m7v1fm6v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5ff4eb05627fcb759d4c3e1e50afdcd3b4e53db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ee4ab9-m7v1fm6v.tgz","fileCount":934,"integrity":"sha512-1jwrewFlPT7fC9iMN2zTFwnRyeG1XbXI+cXVYvKif+lZO4d68h34YFrNSJRL4wd73ARlutzHwpHXRzikMhUSpQ==","signatures":[{"sig":"MEUCIAvb5O6LNg/cwpZ6oNfMhXEk2mlNWbMzi8XfuyrpZxUhAiEA2JTALPahq7YV06SqWrNNBInGxE7NKvFwsIhxomU1y9E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272157},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ee4ab95d8ec54d6318744a72a2fb7acae422d3ab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ee4ab9-m7v1fm6v_1741127604667_0.37089731749914256","host":"s3://npm-registry-packages-npm-production"}},"18.3.8":{"name":"@5minds/processcube_engine","version":"18.3.8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"230b11c5126c438a73ad906f3364f4cc41ffccf6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.8.tgz","fileCount":925,"integrity":"sha512-tBgdNKh81mrSciQ6lmxO+0PR0uv36Ol0j53TfFoVuaeeyUPU+wx0WFV15TvXL+PF+Hg0g4knQG+ZVYe9zk6ZcQ==","signatures":[{"sig":"MEUCIQCc6C3XO0pzwle5qO2FKyJ9rIKX002aFwxa3NRy0JYgvQIgDjs4r21gW9rmxIVhwHnt3AWIQEaGnyUI/Doii4BpfG4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4146216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c23b395ac0bb6be9cf3fc16ff91ac2bc61f912c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.8_1741127614763_0.494030413105899","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-8d73bc-m7v2fm8u":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8d73bc-m7v2fm8u","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-8d73bc-m7v2fm8u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"144895f22fd81404c8557f0ff4ab5af4b09e6927","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8d73bc-m7v2fm8u.tgz","fileCount":934,"integrity":"sha512-k0dd6GdYW3BSvSWbQmDkrtv3adDawsCkik03rRliDaq7JAm5Mjb1MgSQZib9fdu27ccdsTvKwQnJxGjmrnL69w==","signatures":[{"sig":"MEYCIQCUFdGuU8yjVAuaIFXDgJbX/VsEBodXFy225p/M0w9HhAIhALs9CrV+Ljhcxx++G153TEDVoO3I49CjI+8NboNOnS0r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272156},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d73bc89de61729541d1f1a2c8d22ee100c96604","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8d73bc-m7v2fm8u_1741129275452_0.88222173669085","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-8cfeb0-m7vco0cl":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-8cfeb0-m7vco0cl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-8cfeb0-m7vco0cl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"754800c57e18cc9a1e65d57a18e0486da9b55a46","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-8cfeb0-m7vco0cl.tgz","fileCount":934,"integrity":"sha512-KFkSYZQm/rc9gd/C4yDS7jWGJzTmT/HLShVcqOgAa+y9pnClF05mQYfNJ0LEufrbTiss+qnuloXCMkEm+kWKIw==","signatures":[{"sig":"MEYCIQCISxVC0AJcbkoApM5NIRrEJJOL23FWReTUv4DvOaPyXQIhALP4J8xOyn1M3j3cY4J6bok1wk4NTvWp6mNyFR2zZbHD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272157},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8cfeb0e84d716150778903cdab3d37511faddf70","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-8cfeb0-m7vco0cl_1741146429417_0.6784820858061553","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-3f9952-m7vdnd9g":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-3f9952-m7vdnd9g","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-3f9952-m7vdnd9g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"edbbc37351ed64ee905751e303ceec6136eee74c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-3f9952-m7vdnd9g.tgz","fileCount":934,"integrity":"sha512-sJ3FgfYlFKG7aE7rGSD7s28oNkvxHC0a7WPaMTp+Xnu6t/Mp7c5wG91xbv/6m7J5cXDs1INFoHWZPXlGJLZBYg==","signatures":[{"sig":"MEUCIQDsB4gnWKjLMfbS6TS/31FGLZqM4bweUoRJcOuM3KlD2AIgYasdb2bpZjvlx6GofO33JZo+r/qGpHlMTsYM6i2iAh0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272156},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3f99525cd024787a10bd2dcc476c070fad50fe91","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-3f9952-m7vdnd9g_1741148100814_0.42737255864488644","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-eeb638-m7vmuf8y":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-eeb638-m7vmuf8y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-eeb638-m7vmuf8y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"21aadc854dee50673019903af8036d05c3577a8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-eeb638-m7vmuf8y.tgz","fileCount":943,"integrity":"sha512-xpxVjaQE+jFqxpzsUKNfTEpMG9V3PizysNpIoXOK5nIyWjISqCaMQeQKqRXrSf35MhRumJGRSZb1gRvJsCX0fw==","signatures":[{"sig":"MEUCIDPeDgZIFTUOiexhLJz0L7XBCm0YculkAzX7NLdC+emmAiEAvHp/nRtST33o2UbGFovIsi5oQWDtWkLjkc9JI29VL20=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4361103},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eeb6388cb834f3c5214c70aa3ebb9b77e38e0a3a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ba6320-m7spjqu1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-eeb638-m7vmuf8y_1741163684533_0.993500923067334","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fa0c9f-m7voxq0f":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fa0c9f-m7voxq0f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-fa0c9f-m7voxq0f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"66ad24ce0c658e91ad92062782be1345598bd8f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fa0c9f-m7voxq0f.tgz","fileCount":943,"integrity":"sha512-8cBEVL8JJjbZ4dC4K2P5yOunPs9TzImVnFExbFR5/yuTo8SACDCzHkjp1hq7Yw2c9mn1zxLFFKRKIUyiHmYNbQ==","signatures":[{"sig":"MEUCIQDCkAeEo3VrteLi6+VTbW41irx0nkGtipV9UMO4WtikWgIgK6lHUY8fWK0BjnBwyzTWzaIUMdq/3LO+49L4oyV0Akc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4363536},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa0c9fba1acf26cd01d7682a029b9a2e7cdfb3ba","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ba6320-m7spjqu1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fa0c9f-m7voxq0f_1741167229666_0.03536156810706226","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-3082ee-m7vuqrwz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3082ee-m7vuqrwz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-3082ee-m7vuqrwz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2d7f0939430af9e9cec8769a6ed443806eceb3c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3082ee-m7vuqrwz.tgz","fileCount":949,"integrity":"sha512-4PSFMZkOfNQOphOeOaK6eQY4IW6kaC5wWfTgfqIVkKOgBlq4p/r93qUMyJ9sJZMr7zNhGZfztzYzo53xp5mv5Q==","signatures":[{"sig":"MEQCIEps3wWSXp5en62XqK/9Xc0l+uO9hElY7ihd4zr/HrZWAiBfUS07eIqM+tHjH4zhQr7LIq6YPoBKiQZ9N5IdRhRSfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4354927},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3082ee191ecadad6e647a13f008f2fc6cf157834","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ea5c59-m7tbvrmu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-61efd0-m7thhakt","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3082ee-m7vuqrwz_1741175232082_0.5131040874610535","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-01d2de-m7vwq3y5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-01d2de-m7vwq3y5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-01d2de-m7vwq3y5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"09f69486eb90b7182c1684f4798855711baf525a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-01d2de-m7vwq3y5.tgz","fileCount":937,"integrity":"sha512-h0uzwONzDj2Ttc9uAX470pRQiMSTNQmyhawVFCfVd3t3maDzYi8fMF4CM/f19/YOgAqc1KQE1dgP8SZZ9DF7Gg==","signatures":[{"sig":"MEYCIQD0/RGoxo0sofBza9rd7l4kHjAWiqdoNvDmITypmbE7bQIhAMFLMvGxZy1KYmiDsyWa8dzJlVmTjzajQF9IFtTHXzPo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4282530},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"01d2de71370fa223bafcc5516ec5383dce0c2125","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-2a87d2-m7sr8ggq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-01d2de-m7vwq3y5_1741180160857_0.14112979741149312","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-98f023-m7vxc02v":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-98f023-m7vxc02v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-98f023-m7vxc02v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b634eb3f5ede96721ccb7af43493b3b810401b1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-98f023-m7vxc02v.tgz","fileCount":937,"integrity":"sha512-vfKTCvUSV0kmsZGuTBdC34DOHUCl3ghiNNCbbd6v7juamR/Fif2wKMJBj+O4+ZdTEIlmknYRp6+Ffw5cHLx/qg==","signatures":[{"sig":"MEUCIQD7p02x2xXtlqfH8OMzxEzkZp/dXljAlHzlcCwP2LJgmwIgcXmoPy6+uftE2za7DFmW7DfpgvLQqiFrdz3guxE7j3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4282494},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"98f0238110a344dc18e129270a8dba0f8a807306","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-2a87d2-m7sr8ggq"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-98f023-m7vxc02v_1741181203521_0.9783198909322981","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-19752d-m7vyfylw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-19752d-m7vyfylw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-19752d-m7vyfylw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d36e73e5448b31864a7fcdb6eeb95d7b15786ccf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-19752d-m7vyfylw.tgz","fileCount":943,"integrity":"sha512-2emWbMUR1FR7Hys/foUNxllkXA19g8/JVM6XoUmGgO2IcnGab2k97qTZYBFYqAHcHYt1xYL4i7O3TIvhm6GXeg==","signatures":[{"sig":"MEUCIFCwHFsW3qiRcZs0EAjTDqqkG3J9Eg8m3y4DpeIQTqzkAiEAweNiNeHlIKyIVwtz+v6S3SAgztmlyRw5Mjlz7pyAyA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4364123},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19752defbb6272ea56f43b50084a4b0a39d26f64","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ba6320-m7spjqu1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-19752d-m7vyfylw_1741183265067_0.13888919344972828","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a77f55-m7w0refn":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a77f55-m7w0refn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a77f55-m7w0refn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1e4207f37be05c112c9f76d519497939f2175063","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a77f55-m7w0refn.tgz","fileCount":943,"integrity":"sha512-LFY13Q1Bnd2uLeUjUsrHDzIgNciLVWGX5QWCS6BkxgNM4ShO283MNWxLhybsj+kS2yR6QT9vjHVOiW0Kqkvhuw==","signatures":[{"sig":"MEUCIQCSWxtc2opB2nTZMi0ZEJtPJi4dlXmPJXHPnxqilv4nZwIgaYUJejOPBe+OFMXkRUXDjH0FeZrt0Vv3GszS0VbI1to=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4366175},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a77f559de46c55e323ed60d3864f04831eb566af","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ba6320-m7spjqu1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a77f55-m7w0refn_1741187072363_0.9853943733489188","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a50f9d-m7w2gjvm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a50f9d-m7w2gjvm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a50f9d-m7w2gjvm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e55e49308f42b4b52930431366bbe1d6c3955fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a50f9d-m7w2gjvm.tgz","fileCount":937,"integrity":"sha512-9l73Z9m3JnVHVItQ4LInMO49fL+NkeVZqxEDke1rmIurcmaVnOnkIELE0uyT9wLy4ImF250lMS+TrYzKFL8vZQ==","signatures":[{"sig":"MEQCICzKYR0xq5oXy1B3xu7rDorgEWRDo+eMYT6YTtrANrH+AiB2mGwx94+MncOBgXsMr4cpceoF94jALY8EahvcC/lBZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4282293},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a50f9d821dad03cd2a09d4a7eb6cc3f3ce4453af","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a50f9d-m7w2gjvm_1741189811582_0.7984244843328421","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-12eb2c-m7w9yyw3":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-12eb2c-m7w9yyw3","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-12eb2c-m7w9yyw3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a8700b003b161736e255f67dd87e825c228b48a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-12eb2c-m7w9yyw3.tgz","fileCount":949,"integrity":"sha512-YmUgEFnq5IRvWtLp0wCe9fP1RLLoHST1fNewV7BN9sQOhQ+YBlxmDIXu8/IqYwTDg/IOiGUTMaRWnpZFmxS2Vg==","signatures":[{"sig":"MEYCIQCDOq51Lq9sjMfL9gavsM+RyawGzkemxX5m/pj37r6ezwIhAJvHQ7eUoUWiKMRbC09n1UWCsJQoPbtmeNaebypPBoz0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4355015},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"12eb2c5c1c72a301d924e8c9a1f8b0b27e293793","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-ea5c59-m7tbvrmu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-61efd0-m7thhakt","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-12eb2c-m7w9yyw3_1741200813644_0.23397668518026982","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-28e843-m7wb3wza":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-28e843-m7wb3wza","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-28e843-m7wb3wza","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac0fa6a71249c490c145e1c275d2fe4584455df7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-28e843-m7wb3wza.tgz","fileCount":949,"integrity":"sha512-8LxElcc2m3kdzfSFNX0V2JGInS3KaHmxtzPQo+cP22FhsXmZ6b7+Ju8q8AhmdCHtTdvY5JGBnPvhuc6ebOwSGg==","signatures":[{"sig":"MEUCIFlEww+UHe2L6g1cA+FdJT3aiyJSxEfNm0UX//Z+g/fJAiEAtpCbqQyT/QiRLlGbGRsl3NwDGoZ62Gxxp4h0oV+b0Cg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4355015},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"28e84389c17896cd199473a7322f2c9e0803cb15","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-6e034b-m7w9xqga"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-06bb65-m7wb2pd1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-28e843-m7wb3wza_1741202720864_0.5519671487270279","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-97679c-m7wfpewy":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-97679c-m7wfpewy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-97679c-m7wfpewy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"11f5f6b47835265021119b642ce6d458b187ea79","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-97679c-m7wfpewy.tgz","fileCount":934,"integrity":"sha512-DsIoTbGf0Gn+m0zlzBYtxOxjnJCdw1qWuVhNk1+QdG4GmjMkKH7irap9tzoImcFfci7bDIk1u7POa/TuZFc8mg==","signatures":[{"sig":"MEQCIDzjHiGueLX0SBLYaEYRb9xVEGuL/1+BRYg8+iaNIGeyAiBVy5aGhbH2rfgpyfu0jOcE1t5v8xCbzhkTpBz3sw+ltA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4278674},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"97679c200941fee83166d31dd566f7626149385f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1937_includeXml_Flag_For_ProcessDefinition_Queries"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1937_includeXml_Flag_For_ProcessDefinition_Queries","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-97679c-m7wfpewy_1741212034965_0.8600292242062193","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b37c8a-m7wzkctp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b37c8a-m7wzkctp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b37c8a-m7wzkctp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c039b87871f08a68c4f6b26ff458e2c653ba05b3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b37c8a-m7wzkctp.tgz","fileCount":949,"integrity":"sha512-/85avf1B81R4jOuum9S370mQ6F9BY40FV40Kdyk7kzrisgi9dLg99aU6oXQw1T3kK2ywt7fbf99gvTUhTYvNEg==","signatures":[{"sig":"MEQCIGdguWPSRIt29w/gaAVcmttZFlrN+XWgIVk8BGz1fKGxAiAtZUgAzcFzt9nzf3j/PflYycg/FqJkBIso2S5hNBLkGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4355052},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b37c8a0733b6b45181972a5e2bf5e14c7c9a2b78","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-6e034b-m7w9xqga"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-06bb65-m7wb2pd1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b37c8a-m7wzkctp_1741243800031_0.03314752007907207","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-eed8ff-m7x41048":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-eed8ff-m7x41048","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-eed8ff-m7x41048","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71cdec2ee36294b5b6c9bc9d58c6afbeed7c25c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-eed8ff-m7x41048.tgz","fileCount":934,"integrity":"sha512-C0zWjs4Dz6TDoyJ4ffhLyXp5HUPoPJw8kZvlrk5XENh/WR9SC7AYUAz3c4vefUuoz/C6koOxx2CqMqYCpVIQ2Q==","signatures":[{"sig":"MEQCIFJmSgWIAAlC+DzzDdCYuYqPVYof8ANdD+8Y/9RPP515AiAYGakmjWON0jOh75keXPUSkp3t1hvFC2upmWThtFp1Iw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4279457},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eed8ffb3a4dbc5cb9b87a914941144fcd0f4d62a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*delete_process_instances.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-feature-89e733-m7svteyw"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-fecc06-m7svw7mq","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-eed8ff-m7x41048_1741252926630_0.8005514894824266","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-33cead-m7x7oq4z":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-33cead-m7x7oq4z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-33cead-m7x7oq4z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"625fff75cfe270914881f6831f6a827482b77f8e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-33cead-m7x7oq4z.tgz","fileCount":934,"integrity":"sha512-zPs97BrskWaJtvBv27MRs4osj90+8xlT6eGWOAJ4BQAnj/XWDJxvclGi8zF2Bg7/6tS5xxiBCHPynaFnr7QIiw==","signatures":[{"sig":"MEYCIQClKpHScaCAL8llugkjLpjCz/gLSUjAvIHutYiEj57ZZQIhAO2dFqVRD7xh55HXo+RjYs+jjDiWC3wdoCsmKigoV0YP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272428},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"33cead568c0f98e4b4c373a891b47895ba0c8710","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-33cead-m7x7oq4z_1741259008862_0.3943529921896436","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-469f15-m7xbaaj9":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-469f15-m7xbaaj9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-469f15-m7xbaaj9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0228d0046aa79fc25c49b0edb86b97c7f725c2fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-469f15-m7xbaaj9.tgz","fileCount":937,"integrity":"sha512-SDafuxF050FhWOOd59cbRvhEdTeG/eW/T3z9WxZcZ9ApV6lTkfmwqDHeb5vue4ms6hw/u6P2meOR/pGIoj5qKQ==","signatures":[{"sig":"MEQCIB3+keE4pmPamjyfSQXqfHApuP859dxKSCeSYCFE25hBAiAZgBomddW6fcYpoEwIL6AhGn6SxLhHZISCxtcqlep3Gg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4284833},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"469f15712270ab56812c317e6dbb1aef45a2157c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-469f15-m7xbaaj9_1741265061693_0.48314911127155713","host":"s3://npm-registry-packages-npm-production"}},"18.3.8-feature-22e01f-m7xelw58":{"name":"@5minds/processcube_engine","version":"18.3.8-feature-22e01f-m7xelw58","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.3.8-feature-22e01f-m7xelw58","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2c82aacbe4574e688bbb05e1836839495dec4592","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.3.8-feature-22e01f-m7xelw58.tgz","fileCount":925,"integrity":"sha512-UexU37KnPAGN0P0KZwZZ0kX9IQEqPDOB8X4I/St+SsqEPretT/B8ADplQmOVhFN+lEcxUkHDCL/VFjxx2x3szQ==","signatures":[{"sig":"MEUCIFxuKOcvmbqcL7/VDqjBmENsjJEw4iTKOq933/AAmQcjAiEA4y4G3E1TMvwBSEP0YL/3Z7IED6/lyjxcKAUExrVUzu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4146512},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"22e01ffca9dfc365ec83ef75133243fa03e22341","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.3.8-feature-22e01f-m7xelw58_1741270696869_0.9378299897777453","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-151802-m7xflqgm":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-151802-m7xflqgm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-151802-m7xflqgm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b459cd811ecdc14e5b553790d85c5b9f1e18a416","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-151802-m7xflqgm.tgz","fileCount":934,"integrity":"sha512-l1tH3PZ/hz1VfgRGONOr78D5VUpsk7T2QMLwFrWF5G25zzn1eHE5QrB2y/VYMoLJwk/WkeCROI3TlcJ7hPkjhg==","signatures":[{"sig":"MEUCIQCpZgf0MBI0FuvvEoTF/0On5Y8RKNKiCscq/GoZnHyewQIgAN4TTn45YldF4IOZKPPXEK+e/9zwD8r0Z2+sHnBopCc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272346},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"151802fcf035eda28b0e01cb62aa858869443dee","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-151802-m7xflqgm_1741272337210_0.619655802727852","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-00b2f6-m7xfmasi":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-00b2f6-m7xfmasi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-00b2f6-m7xfmasi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"79383ccc12dfb5a478a0f087d6ae015ee8527124","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-00b2f6-m7xfmasi.tgz","fileCount":934,"integrity":"sha512-+vxDtXMneAtvkAGv5hzTcL/FIbo7f510SnQj/f3tNoKDI19js4SOFgLNZQLLK1MCM15541Ie9dByJRM8kAmtLA==","signatures":[{"sig":"MEQCIHklv39bVHhCKFH3Z156AOTkk6F7mJ3Hpfn39dSOAlajAiACrwkWUQOcHLfiWgI+iepbOlYP2K9U3lDZGcPQITGADw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4258491},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"00b2f677c11dc3565464a7368772c9eaab6d9885","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-a0f340-m7lt1lou"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-00b2f6-m7xfmasi_1741272387296_0.8039572759878646","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-634a3b-m7xfyyip":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-634a3b-m7xfyyip","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-634a3b-m7xfyyip","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"59e47f7295ef004af39ca5935d8556f7a36bece3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-634a3b-m7xfyyip.tgz","fileCount":943,"integrity":"sha512-/zP+/XrHAfG97DONhkwWIXt5upa87AjEQ0UTGE5R/oAMdhJW22ELztCjo2UyPR4RkAUZgfa0r/96lVFl8L1f9g==","signatures":[{"sig":"MEQCIGv002x40tOgmrEzDsPZ7MaBRIBNVm2Iegd/dJEdQMOWAiAuuqBE/Fuo1Qr78Djbjkwch+nuwYxJ/AR0hZJg+TfEaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4366606},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"634a3b68e597bffdcc2f2504650059a465a0b158","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-ba6320-m7spjqu1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-e6b3df-m7lvr4nb","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-634a3b-m7xfyyip_1741273121562_0.489780645841134","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b73473-m7xgkq4s":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b73473-m7xgkq4s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b73473-m7xgkq4s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6fdc8b546dccf338cc304832b6bf8d9e5fe157f1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b73473-m7xgkq4s.tgz","fileCount":937,"integrity":"sha512-K1QaudFXum5fB7y9lCme2TLZcOeZVgvTayVtlEQY+faGZwfS34ITBt0BhAgsgHISN26Rw6E9dpUHas+2IoQWaQ==","signatures":[{"sig":"MEUCIQDzmhhZ5CZXIy6aAPziP4zY6+63mgNUtl1oGAx1Ko0MVAIgYBiEeX9dyTfYIjrmUdCDRKfvehcS4PYWDzBEcshIAyI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4286321},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b7347325077e94a85f5952f1ebca895b5a4dac0e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b73473-m7xgkq4s_1741273977677_0.8308229189268275","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-1b8130-m7xgy1g6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-1b8130-m7xgy1g6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-1b8130-m7xgy1g6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08e72fb19fcb7f2787861fb0f1892f1732bbf1b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-1b8130-m7xgy1g6.tgz","fileCount":937,"integrity":"sha512-XlVAUTa7trZwL62iyhdPn32vpEaQdsgOeUEdQCWSgu7tRQVrxrqL6ECzQfTYNYNjEVto8XMTjeHuY4MFHqfM0g==","signatures":[{"sig":"MEYCIQD+p4NShly1fOMMemua/O7ZhP3oHjx/F8N/72nk9ThMtwIhAKQQGh7LWjmJ0J9GPQx9pLrqpntB4jnG61jh54VbD0gp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4286457},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1b8130ca6cd68d613fc6fe0f56d5c9122345023c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-1b8130-m7xgy1g6_1741274598583_0.6525223871124242","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-27f139-m7xh350p":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-27f139-m7xh350p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-27f139-m7xh350p","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fafb506083729682ef9d9cef5cc9a231131c4063","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-27f139-m7xh350p.tgz","fileCount":937,"integrity":"sha512-XSIX0O0lkiqnlGSqEV6xrURNOXy+rxWlNy/KYlyn8JSnQ+cIAXGcjnxnF0MB6hWQatjjBflV+7P1iqK5ljK4LA==","signatures":[{"sig":"MEUCIQCssRtjfoxUDeUWPXiHLNLz6CzS/GC4T65LtjBQcPiuGAIgZfxMOuey7K6BJnMrITji3vQXrhMF+68gw/+VdEbreeA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4286682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"27f13972e33b1bcecb2ac8ae240f4ed96f65f4d1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-27f139-m7xh350p_1741274796454_0.7152325550490453","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-af94a3-m7xh37an":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-af94a3-m7xh37an","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-af94a3-m7xh37an","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"31a662b340ab185e723f6b51c2b55b4adb55f166","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-af94a3-m7xh37an.tgz","fileCount":934,"integrity":"sha512-xx6o9TqZbaaH3DJR80WuWqOTDUA2fFOmDnSUAu+CoYi/49KmmjtWaVxqj3vE6oVAI8RIz0JKFrKgd3CrNyc7AA==","signatures":[{"sig":"MEYCIQCfjqDxGIR1m81pNc+bnEKHCKk9nAlXpJJrvXkNFRcDOQIhAMj+wzAWBasF2Ngop4jSr/PLz8WAxQmea2IzjixEv54u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4278864},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"af94a3d4c5c5c1cb6c216c62fa36e184782486c4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1937_includeXml_Flag_For_ProcessDefinition_Queries"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1937_includeXml_Flag_For_ProcessDefinition_Queries","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-af94a3-m7xh37an_1741274835006_0.6144792885405645","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5fa12d-m7xh9z62":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5fa12d-m7xh9z62","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-5fa12d-m7xh9z62","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e4cba6ea16ccbc7ee0f34e5bb5f27cc12feaa30b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5fa12d-m7xh9z62.tgz","fileCount":937,"integrity":"sha512-0SGEun2W/gCOT46GaY/UZaZ/1RmX1LPOzOXRSgCUkjb7XDEdgkQCuOFSxTBp6JjY8nnQ7hc4IERLr6L4+42puw==","signatures":[{"sig":"MEYCIQDyfdGiuq+jxIcR8v/m/K1P31+p9ri+3Vq1I8H+xvRoCQIhALwSqlUg5n5TesZSySOwXSJbt4rGHbA4n3Kjr4wk0nmG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4286682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5fa12d19821244c781d5cd40da5ba800af861bec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5fa12d-m7xh9z62_1741275125749_0.7778738520766795","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-76466c-m7xhnvft":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-76466c-m7xhnvft","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-76466c-m7xhnvft","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f81b5179acb740dab6ea46d26c149b4276d767ac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-76466c-m7xhnvft.tgz","fileCount":937,"integrity":"sha512-FGfyaZSBaujHVjHmGgD0sM26axPH97N2gxlPuZZfP/q8nKXtaOMJed//wcEgMyBr7hbVuXXCphd+s/ljlbM2Hg==","signatures":[{"sig":"MEQCIGqCFHWI6GzUJPqJg8K57C9OztPWMsE7+pmz+0DJDw1jAiBa53INfbjHLsL/z2/AavhiPKM1ARfzzFyGXRj7JTAcaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4286682},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76466c43562fd0b4729f9498c495cdf9ba034305","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-76466c-m7xhnvft_1741275803653_0.9738539554008414","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-2df3c3-m7xja67s":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2df3c3-m7xja67s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-2df3c3-m7xja67s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b3d53e4067d944d2840f77a1c1c85e493cb0a860","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2df3c3-m7xja67s.tgz","fileCount":937,"integrity":"sha512-Np5+KG0sAuJLwRxpdB7dd2BtGLteByIgS1HuPe4jcg44nI3Wme+jJFCr7B1Z2fM5wPbr33zVz+2aPz9Zfa2qug==","signatures":[{"sig":"MEQCIBQCnQQf6KhWDzYnxDuWDAO+dPzwlpBHA5m/Ax1i5ikIAiAn2iaqTJTmviPWCEfMouDEpl90gWhXAjvuyIDXo989zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2df3c30f0b7ccb9655138e6a6bc5de0a3289c72f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2df3c3-m7xja67s_1741278501849_0.3145108872740543","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c9adad-m7xk950v":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c9adad-m7xk950v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c9adad-m7xk950v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"72ad4ba8bf881a0875c9ba22dfc3c6465f8ae227","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c9adad-m7xk950v.tgz","fileCount":937,"integrity":"sha512-4xmIX5hdI/uhpNQ393+AmuJ52Hlbo0T5H9qdEVYQxRgYk9jXkWqkSRH/ll0UdZDfbN0sWwoCtr+wxv9wj8jgDQ==","signatures":[{"sig":"MEQCIGif8Qj4eiDJ7ujfu5xAIXoi2BREEW62pl5IXWvh8C2AAiBmwPVvxFSnBB3meuQ35tdJ9VWCcDMwS69/V338J7JX7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288627},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c9adadfe1d2f09e2d2a2dbbd4b44cae7e6c8f4eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c9adad-m7xk950v_1741280178199_0.9098343091158141","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e9beeb-m7xkko0c":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e9beeb-m7xkko0c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e9beeb-m7xkko0c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84eb0869040454b4720aab7a10839760a4b0b422","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e9beeb-m7xkko0c.tgz","fileCount":937,"integrity":"sha512-EEK+o0S8hialGDVkCWiDcpNCwZYbJ6di2ihkKhqHWuNRBXjQfdiAsJpH4xdqfgD9LhP+VPklZwgCFcTuTO/P5Q==","signatures":[{"sig":"MEYCIQDoOnIMMG3v/WmL+LG+iBJs5zFMGV1Dlo7+OYtlLC98QgIhAPRW+Z9cIlj+f2OQrffsAe5+TvnK5y3TVrU2SP+5eJ9G","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288650},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e9beeb181a9ceb928986ad5cbb18ac00f29f3555","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e9beeb-m7xkko0c_1741280686544_0.7144760844013103","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ae1a3f-m7xkojfb":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ae1a3f-m7xkojfb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-ae1a3f-m7xkojfb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6547a64bf323c3a8e2e48eb67a487ecba33be022","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ae1a3f-m7xkojfb.tgz","fileCount":937,"integrity":"sha512-GAmThHuAy0CSP1iZBK2T+Ggs8k1ph4nQlTa3TEWxD7wdl3ovsleRAVXaoysCkCkO7gzU4Hx4IH2CSz8b3hpiQg==","signatures":[{"sig":"MEUCIQDz0xezBQ9c6gZhx7+zUu90S6rVFlPOZJ/VZb1/DLUOWgIgfn6NKRCZRfzFk+FtmjHlUzMSzM5ND50IrgaxL6LlIjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288298},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ae1a3fae9143d84ae5d6f8f3545344cbcb38fb0f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ae1a3f-m7xkojfb_1741280892671_0.7734717904565285","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-dadcc4-m7xlowx5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-dadcc4-m7xlowx5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-dadcc4-m7xlowx5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a9fee9f43124d248fc14b7d2ba76c870e7e0455d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-dadcc4-m7xlowx5.tgz","fileCount":937,"integrity":"sha512-9QyTYUxkFwNoud5M20Ij3mfdI14Lb+MlRFxaKqSySeYsl2NLKshQXQr00cfHPv6EhyHrZYEAnCPh/7yp9ln+KA==","signatures":[{"sig":"MEYCIQDvVWgifsWlClBygNL1WpPX5RY7VfKuXIDargS/LwykzgIhAJ1L7u2NWLCFaQNUajnzwcZ/AXezi2xJv1isBidJl1/U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288301},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dadcc4292015554ba918f8f3b0fd175e11ae9994","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1404_singleton_processes"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1404_singleton_processes","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-dadcc4-m7xlowx5_1741282536127_0.05081359423912435","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f95c1b-m7xm4yy3":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f95c1b-m7xm4yy3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f95c1b-m7xm4yy3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a304e7478b4123b7d7a75a1eaa05c0bbcd9895a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f95c1b-m7xm4yy3.tgz","fileCount":937,"integrity":"sha512-ZABB7XhR2Apoc/qdw8N6ctI3S9TVphTiVhhguFIxqR1f/AWan+TWKRzkDIGecZUm02eiyXh6ok7cv3YM7DzPbA==","signatures":[{"sig":"MEUCIQDfrhN+65jHl9Q3apgKRq2v8Ea0dVA5CiHo61/VgPbMJQIgD4QEHkj5PFwo4i1sWXLJ0El7ObQKCIYEI4dtWtUAUN0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288287},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f95c1bcea4a5b567a8809b05e42cf0955f4441ac","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-69335c-m7xlqqgm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-2a20bf-m7xm0qba","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f95c1b-m7xm4yy3_1741283292907_0.11637835053250423","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ef1b09-m7xn9w4d":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ef1b09-m7xn9w4d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ef1b09-m7xn9w4d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"99781fab8af5d4aaa6ea6836163b6cb3f51e5b6d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ef1b09-m7xn9w4d.tgz","fileCount":937,"integrity":"sha512-c5qD6IcKx0Khv2zZ7h0d3vPkkgGg9B6OO8Zv+hQxLgcVQ4q080k/q1qLOXBk9q/uLi+8/Ezb8Y1qqso26wwVVg==","signatures":[{"sig":"MEYCIQD6k4TWds/SubvYm8EVDC9z2JK9Vj1q84vSKfL6eKKh3gIhAJwSVnNBUJnWdOD+ndjbixc+yWAYf3ri5xivc9/S2q5Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288287},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef1b09b3ffc228d1430c093579776d550df231e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.1.0-develop-69335c-m7xlqqgm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-2a20bf-m7xm0qba","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ef1b09-m7xn9w4d_1741285221899_0.6807123352148183","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e15771-m7xniao1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e15771-m7xniao1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e15771-m7xniao1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a51bacc94892f158537e1d6521f503faaf9ab2c0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e15771-m7xniao1.tgz","fileCount":937,"integrity":"sha512-7TcVYFNMNqSHO33P6Bh+WqnQW51cxPSlg1TD3FdHYjJdvHxGEuq0GdFGUwBuwOJAnEhfYfPv4VyDQFxEKlJdGw==","signatures":[{"sig":"MEQCIFOR/fjUYB15vl7JwW6vVQxLt0/MhfGoc8YcpXDGDM/PAiARRvCWzc0q5S2iuXKcJlYzA0tW0XLGK9FndiVkTqTRrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4294739},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e1577189cab8be90d670e11d15d95dcd43d481e0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-8ccb04-m7xn08zt"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-bdde3b-m7xn8itr","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e15771-m7xniao1_1741285601727_0.5701811445584131","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-9c2c83-m7xol2y0":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-9c2c83-m7xol2y0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-9c2c83-m7xol2y0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f5251e087848b42d89f6d8bdb90cd904cb694d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-9c2c83-m7xol2y0.tgz","fileCount":937,"integrity":"sha512-LrHYx0DDVge6f56vThjSGXPmh28WG0h7LBB9G7yaTsxz/dzKCIQyifvV4Yyqo5Eba9Zy9GTe3BybbxQsXwbmfA==","signatures":[{"sig":"MEUCIQCfvTMVyfInyHGT1+ExcuNpvV2vSmYnhfgceNc7t4TKwwIgFMzzlH8SmziNWOsF/R3WDFY401PWejKfnkY52jp/mg0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4280884},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9c2c830b52bd66094ec4187a36071548520d3ffa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-8ccb04-m7xn08zt"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-bdde3b-m7xn8itr","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-9c2c83-m7xol2y0_1741288415876_0.6153522327691938","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.1":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a72a7bbea8b1bcdb4c4913f829b23448fd71cb8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.1.tgz","fileCount":937,"integrity":"sha512-FPAiLi7n3+qp1DM9S2M1Y/p3fsWEfnTzIFz57iuYdEb0zy/ro/ULkkn7T2b8PKxyQpbfMBuRy3kRPYmFYTTsiw==","signatures":[{"sig":"MEUCIQDo261sbXFeqNKwiio8XIIFBEA+Mg34UQWL3yYVU9GraAIgVrs3Jm3lyBjf/61VIx8pVEA3P5oAbfoomjwz47Tfqr0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4280833},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb9dbfd4951028c2ae56b6c10c5e0897a8b35a65","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.1_1741334235683_0.9912061094660778","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-3cdfbd-m7ym3fjl":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3cdfbd-m7ym3fjl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-3cdfbd-m7ym3fjl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d334ba47f4cf261a76fb3cd37e0fc4e1a7547626","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3cdfbd-m7ym3fjl.tgz","fileCount":937,"integrity":"sha512-mynZlxsnJipIVQa4Mq+u8+gUpg3SM4lIHrYm83K9NW5FP5OE7q5xArZVswNuSnsIzI6wgH1oFMi7n+0+JI4tqw==","signatures":[{"sig":"MEUCIBDyZpl8MQaF60pC8383pWOeoZHB55+H3GS0EtZ7hLPRAiEA7SYo7ZpyHYHSHwNxWpV3M1/SMz9uQ6KK7MrsEc6lAtQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4281122},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3cdfbdd7ed0bc8303bc1a3f814d9a98f269152bd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3cdfbd-m7ym3fjl_1741343683563_0.7106050542904758","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-5d4aca-m7yo4f15":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-5d4aca-m7yo4f15","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-5d4aca-m7yo4f15","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"95364031c12b9689b3526acdd47fe2242e782e18","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-5d4aca-m7yo4f15.tgz","fileCount":937,"integrity":"sha512-ZSrmR96K1yHym9GgyTyF8X8nhfixntYTgHc5d16+9dxKo/lODAU9pUooSjXDkkE76cjRjE4otHUL2DGuiXGWcQ==","signatures":[{"sig":"MEUCIQDelZba/matAAWkbBU6LEqWk78o0Z4DOJu/Cpw7By6zGQIgZmTssbsovtQaoRTVnTHs7l/XwVyxRA/PpGD1kx2PRn8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4281122},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d4aca167f9247f228e9306bb44fbc31697d3b6a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-5d4aca-m7yo4f15_1741348622301_0.4115718018211647","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-cabfb8-m7yvk3y6":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-cabfb8-m7yvk3y6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-cabfb8-m7yvk3y6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74f3f51ef26b8c703de5424efaaac0bcf7877d5e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-cabfb8-m7yvk3y6.tgz","fileCount":937,"integrity":"sha512-dpB9ScNoQfQ7M5o+EzjGgB+Rbknta60x/9hb1QR2EMxFT1zzu3oycBp0CnuZz53KndtGG26xHAkxNgCoz+8sAQ==","signatures":[{"sig":"MEQCIA/vUPwj8/hntQbiwvPJHiAlctzbBMj8NkXIRth6IWW8AiABlFPo4l7os4ifRKTa+jvZ53CPf4LuyZc46SUVxYGDEw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288433},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cabfb843d8e0bcde101bfdcef8803ac4f0339cce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-cabfb8-m7yvk3y6_1741359595696_0.8301517274922015","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-224fab-m7z6bip5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-224fab-m7z6bip5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-224fab-m7z6bip5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28014650cdca053a847f84b1a65b064ab851b2ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-224fab-m7z6bip5.tgz","fileCount":952,"integrity":"sha512-UAEpZafM6JWq1shj7A9so2+j/t8pn3JdlO37ltmcNj3RRYGjvT5QIC7bHxCkSHR68pQQbFeUTrcgjfsyJBWP3g==","signatures":[{"sig":"MEUCIQCfskv3uQfVfIw5CF3YMtKlGL5gJCbZMp1NV/0/vf7IjwIgdO5hXE/Z1viLJ8poSD90MVVB9DAZa2wqZGF/SNFpcaI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"224fab7e060567ecb22d464c4248a9af3c67ef3c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-97b9d2-m7z4pgzu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-0535f7-m7z5zxkg","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-224fab-m7z6bip5_1741376080746_0.46150740909338106","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-55c949-m7z6jmtf":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-55c949-m7z6jmtf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-55c949-m7z6jmtf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9bf398c87ee8ce16c3ebabd2979e54db456ce145","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-55c949-m7z6jmtf.tgz","fileCount":952,"integrity":"sha512-Rgc8Yh/Y/bCCdDWGv+RJ4ks398BIiqKpvdAN4E14i1AlTFS45zji94RJB56SGzlYNtY7Fj9wStcPKDW/0UkK7w==","signatures":[{"sig":"MEUCIQDz4mKAH+wD6iTqH9lDThqYGTmiwbVe6w+a+06PSIHRGgIgTC9IhDu4heb8w58fIl4ZoKOPfvr/bHmvIWsu/pPHjnA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376661},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"55c949ee9f1fcece7328e2a7faa0c01c254a983c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-97b9d2-m7z4pgzu"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-0535f7-m7z5zxkg","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-55c949-m7z6jmtf_1741376457173_0.8749468977372483","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-2295ef-m80jnl2n":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-2295ef-m80jnl2n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-2295ef-m80jnl2n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea45f5a8290fafac279239f5713e4d5527c614b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-2295ef-m80jnl2n.tgz","fileCount":937,"integrity":"sha512-qIsvo0jrLAFukRNMHrtomrGc0/Ph+YI4/ez7+l7FWpp0NlGFqh9sHhARZnX5shKyXGSswZoV5dUrjCESTO+rpA==","signatures":[{"sig":"MEQCIAbaHKjybWLRUhmjn5oztwX7mQ2eIvev83cYn0W7M/vBAiAkLNOD+Y7HAXwqC9QtwhcbZWif0kU6wfe7M4DMffF7Kg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2295efaaf33a03b047f0fa51617cee01ad3029b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-2295ef-m80jnl2n_1741460548242_0.6556933412283812","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-d1b39f-m80jnfrp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-d1b39f-m80jnfrp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-d1b39f-m80jnfrp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"129fbd164ab51c126aa2918ae8f6101d728aea98","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-d1b39f-m80jnfrp.tgz","fileCount":937,"integrity":"sha512-Ci/PGBhCrB8NmZE2+9hSuY2QwQ8IxwQun0N3Y4hlYYcZR+wbiJbWLTnh5GyqyoJ8KG7mUI55l1lCyOEEZ14ZBA==","signatures":[{"sig":"MEUCIQCGZuio4MgyIUxkQGpDj5Vsb9GHTScTlytN4/fYrdIbfQIgcC7pk4o8g2dhmYVhAs5wukxZwUPPE4vNi/m/qsTpk8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d1b39f140ea127e3581f67dd012381ed0416b83c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-d1b39f-m80jnfrp_1741460563204_0.619750259713681","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-e48fed-m80jtjwp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-e48fed-m80jtjwp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-e48fed-m80jtjwp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0596f9a9ef90333416796aa7154640a961b05f06","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-e48fed-m80jtjwp.tgz","fileCount":937,"integrity":"sha512-LaF4oIZxlvd1DSM1K1bz2AGQje8T5bQiKeERReftUhXeRaNGtZMTujyFvv50x3f/OkhJYq3cezettJ8YniYkiA==","signatures":[{"sig":"MEYCIQCU8jHUZrwPb2q3rKO1s23i2uzc2I+5T51RnjaoDixhNgIhAO7OkmVfe62cAi9LBkXjEIhxWDiDxEZcJdgOnft5+omi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e48fed73e7ed1e178dc33362b52dc880957e753f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-e48fed-m80jtjwp_1741460804958_0.27540604227333","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-786600-m80jnwy9":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-786600-m80jnwy9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-786600-m80jnwy9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16f25e10af5d19667c56970a288dee3fe59c6533","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-786600-m80jnwy9.tgz","fileCount":937,"integrity":"sha512-gZs1qrc8UMwibXDZRy3/zgL5uI58BbktGVEsU+3W/uxfTtyr+ZkgzBhzXL4kjjKpUerLNBLuJDhdtKX1Wm+ITw==","signatures":[{"sig":"MEUCIAtf6ReplslGRizFSJIsGN0pa4vBtIEe7LRV684CYuOfAiEAoBSRcUQyd0rPDeWPBxHcNZoh+KS040f70ksDHn4HsGM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"786600e8926155a6441916bc366fdf86dab41918","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-786600-m80jnwy9_1741460822855_0.6749054411341233","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-608c2b-m80ldvt6":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-608c2b-m80ldvt6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-608c2b-m80ldvt6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c68bed85874069273e775263d1bb9ee034713f05","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-608c2b-m80ldvt6.tgz","fileCount":937,"integrity":"sha512-71z7wWU4NRNxYWDnuZKC8OxfbiiRcMa3jbq2inaxMg0CGySQPx/j1XDBc56mzV2ZxULJF9onzT2FgturYRrYEA==","signatures":[{"sig":"MEQCIEUiLp4wJ1lsnSnls1MAQ/gGOfs4vGSSRs2qRpId8AivAiA++pa4etkVU34LuWwxVzYQAptXZES6lD6pivb4UC2tuw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288433},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"608c2b58f8bdaf1ae0488393dad5433fd0f491ff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-608c2b-m80ldvt6_1741463441980_0.11461936824496255","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-e8135d-m80ler12":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-e8135d-m80ler12","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-e8135d-m80ler12","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5c299daf8d4df5e3457598ed8afae7c742d719c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-e8135d-m80ler12.tgz","fileCount":937,"integrity":"sha512-EWHCwE2dGHsQxJzUPmRjXgLxTREBED61fIliSwX+nkmkfiHQBxNrPNzcwNZGqjyJ09g0Tn8eGiVWsaLWo13OIA==","signatures":[{"sig":"MEQCIDOWEFAwDbfF2ZX/gPYD1pOakzl/sJzuHrJodukLMaxwAiAllUJNVSb2JgZmgQIbf8/Z5iCe8j6ciEj5PT2xBWBsOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e8135d5951a36a3732f20f4f0e3ae8f1ef1c8b55","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-e8135d-m80ler12_1741463482855_0.26767014012165946","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-4d865f-m80lensv":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4d865f-m80lensv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-4d865f-m80lensv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c1c09de4a8121e3b718e58f25c40cc45c04be61","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4d865f-m80lensv.tgz","fileCount":937,"integrity":"sha512-RHx4vsIv6Sc7cooLXPLWS9BlvBegc2aOgjy2unPSEZhKRgWuWxIhvilFgDvb0g/6f/pYwuPIbJFsmpHBhJ+wWA==","signatures":[{"sig":"MEUCIEhIhsvK5wmHecFfs9ImOitriM2duSItkLCdMoZ8S/dSAiEAlyUXHIKyw/6LS5WOjGiKBjMCVvEus4Wk1y7D7UTKE+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4d865f03d100a5645c806c8cd09950d7e8d5455e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4d865f-m80lensv_1741463508952_0.5179517874665762","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-a749df-m80pmi5j":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-a749df-m80pmi5j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-a749df-m80pmi5j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7736dfa523cdd04a22d2d6e315b5628aead67f29","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-a749df-m80pmi5j.tgz","fileCount":937,"integrity":"sha512-4BcK6O3bNg2PkzQrFhVWQ/w6hnzisY3nTh0RoGTn+1lEzEwkolk5YTlYfFZA9ZhKmD7rjUiv0/fImfeDwly4JQ==","signatures":[{"sig":"MEYCIQDYBXAJo5E4HSLpCieG9rHY/41EqPKBVVw757DzPNo3lwIhANw91F6JCF1Jx0vQmaIV3TrBhy/CfskVTB7jGIYmowiH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288433},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a749dff616b5ccf11b692d98735e181308f36058","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.12.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-a749df-m80pmi5j_1741470553593_0.14867337073858344","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-446811-m80pn6mg":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-446811-m80pn6mg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-446811-m80pn6mg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"55e419b60caea08982bc125019e749a97e593937","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-446811-m80pn6mg.tgz","fileCount":937,"integrity":"sha512-QPsTSmQrmA7bmSJnygxwJ/dBC8K3l6sNvY2h4nvq7iZLN20llsvd2Hqe6Y8xO6AoZqAViXqIyHvZEYK4tBfsQQ==","signatures":[{"sig":"MEUCIQD4Qv/OIuB2RnoGkK4yN0ldFpGw7zLVikwLtQZ1NJgmjQIgc39aaeyXOpHsrEBGGYHXNlYMM7gx3nGNqFHYyv/1tQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4468117fb2df6f98564a4b4fb061f8d4da8ca6d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-446811-m80pn6mg_1741470583236_0.6917504285764426","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-509347-m80zz0ku":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-509347-m80zz0ku","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-509347-m80zz0ku","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28846638629945f7d0d6c55fa16482fafdba0adc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-509347-m80zz0ku.tgz","fileCount":937,"integrity":"sha512-UTCjSr5EjLyUaWJeZ5ZanJrpNmBo0yld1Z2gW3Jk0MbgvrG+jqhKnM7Zkz07fFWZZoBOdR4JJ9i4Dvt4bpTrog==","signatures":[{"sig":"MEQCICMCjVMOjkmRo1E5F3Ak3sH4XpLsAw6U0sD36xewPk2FAiAyq8VGZ5j3H5CRHZIWILmzmOikHIqid4nhMveamc/BiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288433},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"509347f48f947cd446ccfeed974c5039ef06bcef","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-509347-m80zz0ku_1741487946742_0.26113988209907735","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e644c0-m81fq4l6":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e644c0-m81fq4l6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-e644c0-m81fq4l6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c27d42b282d0e7b9a3c9c23e982dfec04407128","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e644c0-m81fq4l6.tgz","fileCount":937,"integrity":"sha512-tRxTbvRCaZ8A1tK7XPu/qIz8oW4N0rJL09eyqnRQ5g9dRpLxa+J1xzAiSumxR9xja4IOnowioTq6Cs6qSj4Xcw==","signatures":[{"sig":"MEUCIQDOGYvFnyDHkKuUrXOvZt4wxpTdA8jsFUbkVn77QcpmbQIgZFkZIkjclHbm8SLM8qz+A4rl9svmPbQaYz2YLVVyC4E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288433},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e644c0f34a407cc300af6bca5a79305094abbf34","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e644c0-m81fq4l6_1741514383827_0.8180231055964551","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-c172f1-m82fc2u4":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c172f1-m82fc2u4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-c172f1-m82fc2u4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65166d772e69aa2203a85cb682178b454a44520c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c172f1-m82fc2u4.tgz","fileCount":937,"integrity":"sha512-4jWg4ZBZDUskadKcHSbbX4qPv6wTMOIA7CZbZ6oRrcvshurmfnwpOU1ardH5zMujoLhtbcpAEVHLvN4Gee6EXQ==","signatures":[{"sig":"MEQCIDZ1qq3XJ0TgfKbpTcG0zqhelmfPkSBDJ/gWS8MePYVzAiA5tMeP9wc2ayg/tbjpj5FM3uqkMSgKfpE9uM2LNTyqvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288434},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c172f115bfeed405d735db83c789b96dd46d534c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c172f1-m82fc2u4_1741574228643_0.255909325381253","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-da6805-m8321172":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-da6805-m8321172","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-da6805-m8321172","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ce00633f8b67056b8735a2b4b5534c5d2f9f5f04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-da6805-m8321172.tgz","fileCount":952,"integrity":"sha512-mgUsnQ9GEYMvQJvbY6SM1/Yh9+sW65k36fud4lrbBedJ4km4U4UJOVwZ2pbNHvG6wDoqEGQc3BNFJ3+xyC0jBg==","signatures":[{"sig":"MEYCIQDDSX9sDkJssxrk6MSyTjjMdD/QzjIzvv7T/35Hg9F/PAIhAI4UrrtgZRm8B7xgipKHpPXT70Tlsnt31QuloUDhRXpT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376375},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"da6805275c1ca54e32a342af153d041d5bf6043c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-9322f6-m831mqu1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-da6805-m8321172_1741610736213_0.06764546723067721","host":"s3://npm-registry-packages-npm-production"}},"18.4.0-feature-489a78-m831ak0a":{"name":"@5minds/processcube_engine","version":"18.4.0-feature-489a78-m831ak0a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.0-feature-489a78-m831ak0a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d17470cfc797bfb398d6f89957db5eed9f68a9d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.0-feature-489a78-m831ak0a.tgz","fileCount":925,"integrity":"sha512-E5t7jO1XTBvXCyP2eOdA2Xde5ed0YHABqFa7dwkgVxZm1Q/1sq5r/oLqBpnpGnRInL301v9XB/ujtMdk+UV21w==","signatures":[{"sig":"MEUCIDOpgYZpbkJFvev+7q6GTEuDGFtVLaaJtVk6AoIWbSDxAiEAlIXPovDuPQzqjsdaNw4PdNvPyVkQjiOgi9iC8yMY4J0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4147576},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"489a788389a4bdfb5a0a55b800b7ab19f39feb5c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.0-feature-489a78-m831ak0a_1741611102400_0.2688124210744991","host":"s3://npm-registry-packages-npm-production"}},"18.4.0-feature-c1d8f6-m832atl5":{"name":"@5minds/processcube_engine","version":"18.4.0-feature-c1d8f6-m832atl5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.0-feature-c1d8f6-m832atl5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e7b6bad90b8a6d3385b73f592d874bc6034da9db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.0-feature-c1d8f6-m832atl5.tgz","fileCount":925,"integrity":"sha512-E0UZWHWq64Unio4De+Ba5WU3p8ZGssBz3kOD0Wuhh46lagzlaDnKV/9JpkAPL2CJA/tF4Cj12TpoTj5wBsSSyg==","signatures":[{"sig":"MEQCIFBD8gQ9j8B3++zypFnNHOg7DwCS8PbeRqjVSCIxlHFjAiANMgKGRePsQ5Q0mD3iIUwqOe71m7sAAVwhLMPU4i+SHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4147664},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c1d8f63481ea47da64cb0d24f23a775a015ce88c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.0-feature-c1d8f6-m832atl5_1741612631076_0.4617394571028204","host":"s3://npm-registry-packages-npm-production"}},"18.4.0-release-846469-m833anp7":{"name":"@5minds/processcube_engine","version":"18.4.0-release-846469-m833anp7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.0-release-846469-m833anp7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee85ca806a1dcffe8870f3fee2b32975776fe955","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.0-release-846469-m833anp7.tgz","fileCount":925,"integrity":"sha512-fDuRxbwFghf9g2Q0CVL+YlLYWis2YHLz/fi1Ww29NYc4Q+8eqRxBN4zWsuFOhW481F5jiK8FpImMLwx7n4wE/A==","signatures":[{"sig":"MEUCIQCyVEEW5I/3Rqmlr6+TdDuFl/VyOXYjY7c9T1W79+g4bgIgRXlmuACaR8DXRznevK8SSXAebQHz0WvbiVYFtfT17/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4147664},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8464695f328356a4dcc8ddbcd0f130ad45fc0cfb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.0-release-846469-m833anp7_1741615678079_0.16750377657123483","host":"s3://npm-registry-packages-npm-production"}},"18.4.0":{"name":"@5minds/processcube_engine","version":"18.4.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"186dfe4550d6c8684a88b7fb921b017743e2c089","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.0.tgz","fileCount":925,"integrity":"sha512-GdHkxhe/z3NpiB29Pg383bD7Ls5f68ISoGQ4bQsto0TwYEhQxYYs9NRYRiwr1HRVL/K1Sk4cpk5hN9Q8J09B4g==","signatures":[{"sig":"MEYCIQCYzWW5YUhaRQ+U6aS8OpRccj8Sae9fGd0vBHt40RvAPwIhALcQ2bu+iB4B8dvx6JWL7bL+Zq0vw/lkHKbA7gAsf2uP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4147640},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d4a5dff54ce786b21efc1ea24419587aacdc4ae8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.6"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.1.10","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.0_1741618848669_0.2860718122599457","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-c6e539-m8371ton":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c6e539-m8371ton","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-c6e539-m8371ton","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5a8a1cf2ac0045e88973400df932e00eab035e76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c6e539-m8371ton.tgz","fileCount":937,"integrity":"sha512-G9O+MvGHrStHAAMN3UCKuy0CfYz6N4Cgst96F24o6RGFDmgZZzEkdxeVACyPddumsMuRFM6+pTMPVd8arXoe0w==","signatures":[{"sig":"MEUCIHaKn7pHPj260CHjcIZFPcONCG5XGlajaye7RxNYijjyAiEAhuCRjOWA1D5UcBv2A9cq3nPOT6F79rajTEjPcynPCSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4289498},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6e5391b726233d99a07c736f7d5d626a32bf928","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c6e539-m8371ton_1741620800177_0.8771291821236942","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f4c656-m83akiyw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f4c656-m83akiyw","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f4c656-m83akiyw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"043e4923e2ec5b4734d0e232b3a37bdf88acfbc6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f4c656-m83akiyw.tgz","fileCount":952,"integrity":"sha512-1Tmrkhl2uFwHk9FTpolbbbveZDhrvEdDgxK9cpLU4/xpKCjS0jYHVLD3qzWdIHX+0qFXSuvkKMNQoM5j++hs2w==","signatures":[{"sig":"MEUCIBzi+elk97MueteVqkkH+XbRMpq4U2jA+XuS25Yg0PycAiEApkP3SlMClCypPvfy+XtPYjg+I/Z/kFkrmc6Ut5sa8Dk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4374959},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f4c65636ef6cfb08f08150e24a7aee63a04990f9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-9322f6-m831mqu1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f4c656-m83akiyw_1741625083209_0.5260067850599084","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-617055-m83axwwx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-617055-m83axwwx","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-617055-m83axwwx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"62d24b97177947711d1516677a2d9f35d1881c58","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-617055-m83axwwx.tgz","fileCount":952,"integrity":"sha512-5stib8bQHd9HrHyviBWtvyFC0hVirDhBu+4rT3ZqCg3D4ytF4ECcXzbT/1mmhX5Tb6Yck217iEKYFhI3AtrcHA==","signatures":[{"sig":"MEUCIEN+1uyhP2jl+rfM6nBmy13V+Qd0NGGi5U6BoInMRUj3AiEA+aNgb9SR9rnZ5hKE0HbWnGpQdwP+ZeJGoUh3G5Cucf8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4374959},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"61705507a7597cefab1b08260c3041b741c94ccd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-9322f6-m831mqu1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-617055-m83axwwx_1741625706093_0.7117057961478186","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-467e97-m848t4dp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-467e97-m848t4dp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-467e97-m848t4dp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e9f0600b7627dd401a63d5c42e667ed158755aaf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-467e97-m848t4dp.tgz","fileCount":952,"integrity":"sha512-ZH8+Sj4pf5CCTu99olbs3QfAqw+PZcc/JZkpvWeVkHMH2ysxJzxlfQyqRKa8gfhBCb99NVMMLNowW9nzqJANaQ==","signatures":[{"sig":"MEUCIQC6OtyEVmaGmIMnZOCmHQqFDnnnW02boYk+x1D2Oeqm6wIgAwGFlgAq0CqoZvdg0vIBsd63rsTPEiIVqjUhWareTTA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376554},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"467e979a8cb2036d4d2c7220fdaa8224e0eed6d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-9322f6-m831mqu1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-467e97-m848t4dp_1741682590332_0.46291022348050026","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-6cde01-m84bisl0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6cde01-m84bisl0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-6cde01-m84bisl0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8b8b7b3d7a89961d0b94b6592e1620b91fdebff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6cde01-m84bisl0.tgz","fileCount":946,"integrity":"sha512-jMmghj8mkIv1WJS8dNKxvea50ujjatPV+alsJCKUH0LGz7NnZRNpTL32JShvcp5pC38qey/70coEMvj7VxEblg==","signatures":[{"sig":"MEUCIAwVAXwE9OyVsuI8BvFYz14EebmJ8JFPaJvN4QpCFysaAiEAse4HwuO5A25ToxmmG3QNZGdd6m30ONyYrzvj5pZmzqw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4411176},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6cde01620797d1e8b8f4763183761cf3b418afcc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6cde01-m84bisl0_1741688922937_0.7453537890106308","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-4eb085-m84ks88y":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4eb085-m84ks88y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-4eb085-m84ks88y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c8be76ca9a7e45db53712575f89b5ea8921ed721","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4eb085-m84ks88y.tgz","fileCount":937,"integrity":"sha512-PJQ0yDb2VphmdnO8FD2I5g23cjRv0y5l9l7S1F0mAiZ4N8tF/vd/ZOVJCCSuI81m6T6yQN8HIIuQnakpH5jBUg==","signatures":[{"sig":"MEQCIESzUkWRrCMI7x8V7JfHHdRO5xPo+ElEqw4Sf3Q1J5cBAiBSQlWKA7+DLin4DZ7Fg9rTZku95S5t9N/vGbpJbv65sg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4289499},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4eb085de1478c9a336292ede71bb49171b6f3fbf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4eb085-m84ks88y_1741704361262_0.34401930255661406","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-61e6c0-m84ltxql":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-61e6c0-m84ltxql","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-61e6c0-m84ltxql","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7cf366b02cfe18cccc9d3ff67a12050f48bd1d9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-61e6c0-m84ltxql.tgz","fileCount":937,"integrity":"sha512-C0jAGFbfIwMc4Z9fCZEvcMJys7MdLS8FCjQYeNHWlx9X5yGn/IETkF3+Q0tDjgWLYK/O5RTq6lpncNgkvvYCeQ==","signatures":[{"sig":"MEYCIQC9m6eG9BXyVqSI8VsOYiXeZN1swcllxPtj1gAmw5U+ZgIhAIk9cffJxM3amgeubNXI/x7Rg7A4cAniu35i2+nIA+KS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4289498},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"61e6c0796cb8e5df127e1f653b03896c7e4ca333","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-61e6c0-m84ltxql_1741706052344_0.5754328495084","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-46f666-m84xwnxc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-46f666-m84xwnxc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-46f666-m84xwnxc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5a4640478a6e451fbd7d0d25f0bc0eed24ea187b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-46f666-m84xwnxc.tgz","fileCount":952,"integrity":"sha512-ebKtk2cD0OwPfi1GKULL4rJrhR/84EqQ1Eb6MqVZHisEvWG4z7026C3YuDskIKSxMbLc0/RokbTyO9TVnCyvvw==","signatures":[{"sig":"MEQCIEbdcCLVEQf20Z8SMucSr/HV3R7k51PFy7hij6z+iumAAiAUtosyiVrWx9rS7byRXDwhHiiyS6rwk7PJ0HBbq79yMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376554},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"46f666bba64c071fc023399c2d10c272a502b33c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-9322f6-m831mqu1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-46f666-m84xwnxc_1741724742904_0.3013559585765522","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-473100-m84xz087":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-473100-m84xz087","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-473100-m84xz087","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"66c324b5d580a50ee5604a58ea825226dd3c3877","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-473100-m84xz087.tgz","fileCount":952,"integrity":"sha512-AHQbvF1o9k/st33wJKAWInbc2Zeb9KjF09QrTzgfiseoj+FCLVtrUGbZfx7xVW0dz8uma88S2heMziUOm8uwrg==","signatures":[{"sig":"MEYCIQDps99S7yc9+1xcptGZEodxUKRW8Y7LcTO5A6mfOqBy3wIhANZjN5XZuY/lljvCOHhz3E376IdEKXM7keQ/IfoWGYal","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376554},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4731005a4788b7637573e48848289c4915603afd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-7e60cc-m84xx2r5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-473100-m84xz087_1741724854954_0.011945283952657926","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-850aeb-m85l4jx6":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-850aeb-m85l4jx6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-850aeb-m85l4jx6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c57bb28f65fce3d00a5ff5054c0f6d69d6849ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-850aeb-m85l4jx6.tgz","fileCount":952,"integrity":"sha512-iC/2Iyet5VWGQai3Io6S9RCaRg0uTY/zMB0bf/bpJehEmc67ZUzIMhO0SXJ6y2/TSPW2JW3KOqdMXGJ7+nhNjA==","signatures":[{"sig":"MEYCIQDurdmICfJzIRG7RyfUNjk1lMe+FJHcZVfIhf3H2gxYGQIhALgEFUUSQ+9vsVpbajt4VASj9+iBZuxvZ8uGW9E1HWDA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376829},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"850aeb5e2e478699fedfacbf3cf2a994adca8d2d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-7e60cc-m84xx2r5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-850aeb-m85l4jx6_1741763748142_0.1259320324073958","host":"s3://npm-registry-packages-npm-production"}},"16.2.1-fix-d9ae2f-m85wv3nn":{"name":"@5minds/processcube_engine","version":"16.2.1-fix-d9ae2f-m85wv3nn","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.1-fix-d9ae2f-m85wv3nn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e339549ea9be2cba07b8366f1ac0161e4ebe5be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.1-fix-d9ae2f-m85wv3nn.tgz","fileCount":868,"integrity":"sha512-goXfz62rS6Ldeh6uD0t9tnIqLz700zVp6JzwQJYHItKVvW0d/M7hZ7YEMua1elq8REYB7vukmQFnbLLVJ28vyg==","signatures":[{"sig":"MEUCIQDfq+s02nrH2YV9IAeOMfK3w0QrIcKvTh9vZILN7RKhDgIgMvyRo67F21UY4rIBhu63t2zEODg/j+QdUGm5GPsYmbo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738302},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d9ae2f6c48f2e7e3036fe2698de3eb57f0146866","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.3","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.1-fix-d9ae2f-m85wv3nn_1741783434300_0.855978333258065","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-68f052-m85w7641":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-68f052-m85w7641","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-68f052-m85w7641","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"624adfc03d806cbc7e88f1761670e6e333ace230","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-68f052-m85w7641.tgz","fileCount":946,"integrity":"sha512-ep6ctjUa1/ncGWo7nlP+QaasnE9sypUQ1Qj2ZZxFoxgRyDzIsMA1Vy/J6W00X1VkWUBttb2vQ/BM1fBgPHWbJw==","signatures":[{"sig":"MEYCIQDlF3RTdgbKbRMKz72AsAwBf1kCIsunFoZnLc0PMjiVeAIhAKJLf/10PFGawYhV9XPd0GoEo8rL2i4wF+8OJDWRE+pY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4412186},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"68f0524b86139cc6d21f179e2cc51cc3e6689a03","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-68f052-m85w7641_1741784122661_0.8539944954059724","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-8f27a5-m85wfss7":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8f27a5-m85wfss7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-8f27a5-m85wfss7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"252e15b00f1d416e2591ebd1b2c6ba26e2b112db","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8f27a5-m85wfss7.tgz","fileCount":946,"integrity":"sha512-egnvSQ6mJGMLcBsvKjAW7MTUVeapu/H7QEBMa/q2hFOxvRgbne2MBlcilo8OpnKLPCQq7iOrK6af4j3pQKU2cQ==","signatures":[{"sig":"MEUCIGp6hSHmdbtQ5DOA7guvY0OjtqtLwaaCBjJaa3Nq43JIAiEAi+4yq1qP5KN8OuCbgBYZ62JlKoXLVBwxVFfESGeCK6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4411172},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8f27a5d139e23b96b9d85cf69c707bc52a5dc6b0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8f27a5-m85wfss7_1741784553156_0.5939391808737973","host":"s3://npm-registry-packages-npm-production"}},"16.2.2-fix-f4d238-m85xwgel":{"name":"@5minds/processcube_engine","version":"16.2.2-fix-f4d238-m85xwgel","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.2-fix-f4d238-m85xwgel","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"efa1924237d353cfadb570fe2a583175add9f680","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.2-fix-f4d238-m85xwgel.tgz","fileCount":868,"integrity":"sha512-aQhRo2GOwvMy52+Y8XFlBLjuJdWcS4vXrxKyxmd5mU5+WxBzPIhH+8ELKFhUl6RBVsTA/7lNkB/JAKXtf3+f0w==","signatures":[{"sig":"MEUCIHFXlSacUp0kmSAtHcg3vsMcQ76QSLiPo5vrCO8e7N8jAiEA0cm22JjXPBBXfoDZNIXvD3IJbteHDbN8UxqsXBup680=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738302},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f4d2381a3d52385c278a234147b06413b3bbc563","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.3","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.2-fix-f4d238-m85xwgel_1741785177776_0.9641198956350969","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-8d68fa-m85z05lm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8d68fa-m85z05lm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-8d68fa-m85z05lm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ee43d8b4a8f581cd91ad26309f9cc6101ddf53d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8d68fa-m85z05lm.tgz","fileCount":952,"integrity":"sha512-46aW2LLD8whzzbQPIK88sf3MHKgsyFMlMlLiuAxqG4HgoWCV5V8rKIvamkAYp6Bfmn6EqnW6NVCiR/ekgwjUbg==","signatures":[{"sig":"MEYCIQDUIaoDhOt6y40NZJI0udNzc3CyIgWpltLD2mlqp9KxoAIhAParkpdqW9omduA9MwX74jfAtNtKAm1+qMmPspEow7cN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4376989},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d68fa663d05d7e104bffffe48882ac4302a928a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-058c06-m831kumk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-7e60cc-m84xx2r5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8d68fa-m85z05lm_1741787055537_0.9124742978289635","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-930f5b-m85zp9rg":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-930f5b-m85zp9rg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-930f5b-m85zp9rg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d8bf74f8e10397d12daf7c77bbd3758fbd298ed7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-930f5b-m85zp9rg.tgz","fileCount":946,"integrity":"sha512-+wBomnRM62r0+fVjDJOQAc5Q3BddUYoxzfv95hWLeubLOI2tDbTHWFdDG5Kz2DoiogcmpGEzn+e3NkVEJSr8Ig==","signatures":[{"sig":"MEUCIQD3up6UKosRBaI8x0qK/lkNElEXFKbMwYJOhLNcJIdakwIgKBeGMUPzU/LV6D7dVfSUgQfW2Qurykt1zuNMZv83f58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4405520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"930f5b7ee9f752d1d98ec981606f3b5f63d9f3cc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-930f5b-m85zp9rg_1741789979518_0.6653625754700361","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-bd3923-m85zz8pg":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-bd3923-m85zz8pg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-bd3923-m85zz8pg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3d3bda7b7daded7fcb680c7530964f3b89139906","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-bd3923-m85zz8pg.tgz","fileCount":946,"integrity":"sha512-jtvAVJlOEqrnDycx+nLtSZ4qWZmS1/EXw6lhHZfRuK6jAhJDibZC3qeUOm5G5TzV7gcjThzkANNCOZnPnpwHVg==","signatures":[{"sig":"MEUCIQDLBhbz6WnYEm/SM7vXPnTMHYJu8m0x/aWoRjPTxE4i+QIgH0JnKzDZqnrLge3NlUIXSNAAgeYrCbSprrpcr3NmLjs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4405236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bd39232e16d58a1a13c1c073ba29f9005b0e7deb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-bd3923-m85zz8pg_1741790522591_0.11901372285813427","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fa59e1-m860e42m":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fa59e1-m860e42m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-fa59e1-m860e42m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c93af4337f982328135a113c0451597d6943a56","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fa59e1-m860e42m.tgz","fileCount":946,"integrity":"sha512-RN+HjT9gswNuff2kDel0ug+rgZSuHPzA2ODKj53CoFOhGH9KT+0ipW0tb9v/e+6yQIgfBHgwqL03CvOiEhWHiA==","signatures":[{"sig":"MEUCIBfAS+iXu5uRDD26erMk1KaYL9Czm8WfQs2wJMlmGwDkAiEAgJoJ07O1UNuxIuWr9eCQ63nQzJbsOJKYinoa/xjcYpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4405236},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa59e16a4aa4f21dc6b5b55da41bb51e42204418","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-1defa7-m7yu417x"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fa59e1-m860e42m_1741791268981_0.7461643104154836","host":"s3://npm-registry-packages-npm-production"}},"16.2.2":{"name":"@5minds/processcube_engine","version":"16.2.2","author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@16.2.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/atlas-engine/Engine#readme","bugs":{"url":"https://github.com/atlas-engine/Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1db0c836cf56f8ea62b2041f0ff94bc6716aca34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-16.2.2.tgz","fileCount":868,"integrity":"sha512-oMtKf+S+7ODonU8qGJVMrrYtx5FGOPR2iNTwQPFFVghDtPwTbFMsKz0BLHGdHnQwf5W5NvKTFPBAXU3E8PJAvQ==","signatures":[{"sig":"MEUCIQDj1Im0RAbMawTGAqlb15gLjH7THhfbqVpkPqp76Uu+VAIgW94clr3l0fyrOjstRDpwYJ41fDpk1NQnKv///AYKqjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3738282},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e0be7d5b65dad4ba60c72ec55f1f068bb33a79b1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mssql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-mysql.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-sqlite.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha -t 75000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/atlas-engine/Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.3","dependencies":{"pg":"8.11.3","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","chalk":"^4.1.2","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.1.1","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.6.5","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"5.1.6","tedious":"16.6.1","bluebird":"^3.7.2","jwks-rsa":"3.0.1","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"2.3.4","sequelize":"6.37.1","socket.io":"4.7.2","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.7.2","reflect-metadata":"0.1.13","sequelize-typescript":"2.1.6","@5minds/processcube_engine_sdk":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.2.0","should":"^13.2.3","wtfnode":"^0.9.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","supertest":"^6.3.3","typescript":"5.2.2","@types/node":"^20.6.3","@types/mocha":"^10.0.1","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.17","@types/wtfnode":"^0.7.0","@types/bluebird":"^3.5.39","@types/pidusage":"^2.0.5","@types/supertest":"^2.0.12","@types/validator":"^13.11.1","@types/async-lock":"^1.4.0","@5minds/processcube_engine_client":"^4.4.5","@trivago/prettier-plugin-sort-imports":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_16.2.2_1741791732993_0.5517795545532056","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-d191d1-m8611jyh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d191d1-m8611jyh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-d191d1-m8611jyh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"95cc2fa1e01e54db05365bdc6a982fe36f8efa99","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d191d1-m8611jyh.tgz","fileCount":946,"integrity":"sha512-6qidEXQix4Dbd9uDOZXd394zXKyZS6EMf1lTX8eIdswkPemf94QTiMBj/ejnKRDkVBAQzbFG4clGCGF7RDfdhw==","signatures":[{"sig":"MEYCIQCAK3iLh8mBeKMmd8vETLngUrDWLeLRioxVvturqpnfjQIhAIUJjZwonDLRDDKLmPXQ7GezwT7+t2sDu9pyzbB6lpnD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4405105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d191d11f94e11400da6c6f25302a49545d4705e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-24f877-m860m13z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-d6a302-m7yue1yv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d191d1-m8611jyh_1741792243764_0.2658611543534779","host":"s3://npm-registry-packages-npm-production"}},"17.3.3":{"name":"@5minds/processcube_engine","version":"17.3.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@17.3.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe2d0366cdbaae3914425b2174ee5f81802849f0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-17.3.3.tgz","fileCount":907,"integrity":"sha512-DNmhgF/nRHet1ac5osnAE4LoBQfjuXhsuoBcMJu90JLb2uqAU3hjgdLLo97AgZkE3HMY8gVlwC/sRPo9lzNzQg==","signatures":[{"sig":"MEUCIBO491wWMdEtORALYsv8GBs7X7uU4nBbJHMWFw7h8bt3AiEA5kaktVa8qrFpuWBTh3/CCAl+0FEadUr84gF7zNYAVW8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4059383},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"87b99e6f10c52cbb9a4d0653a7f091626a6d782d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","test:unit:all":"METRICS_ENABLED=false npm run test:unit:api && npm run test:unit:core && npm run test:unit:tools","test:unit:api":"echo \"No tests specified\"","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:unit:core":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Core/**/*.spec.js\" --bail --exit","test:unit:tools":"npm run test:clean-build && METRICS_ENABLED=false mocha \"./dist_test/src/Tools/**/*.spec.js\" --bail --exit","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:regression:dotnet":"dotnet test test/dotnet_regression/RegressionTesting.sln -e EngineUrl=http://localhost:10590","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version has reached EoL. Please update to >= v18","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.18.3","dependencies":{"pg":"^8.11.5","vm2":"^3.9.19","cors":"^2.8.5","uuid":"^9.0.1","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.7.0","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.9.7","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"18.1.0","bluebird":"^3.7.2","jwks-rsa":"3.1.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.7.5","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.17.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","supertest":"^7.0.0","typescript":"5.5.4","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^4.17.21","@types/wtfnode":"^0.7.3","@types/bluebird":"^3.5.42","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/supertest":"^6.0.2","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@5minds/processcube_engine_client":"5.0.2","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_17.3.3_1741794412945_0.5094273107447405","host":"s3://npm-registry-packages-npm-production"}},"18.4.1":{"name":"@5minds/processcube_engine","version":"18.4.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"27db99308300d070f2c153e80258b71cfa46ea7b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.1.tgz","fileCount":925,"integrity":"sha512-t4P+zwt7XLs3U6iomjlgRphSHYxUQj0ZGKPDAHsOpso5GL9I4/cb/wfW4nzSf7nwWZZuflZC8vovmGDiiY27Kw==","signatures":[{"sig":"MEQCIHSgrb+LSoKpXW2qIPhKlLiZWNEP/DyV9K2OaRAjfkTTAiBhosfVz6aGQ9eh/s0inYhjJzLW9JvnY/wpVGEoWP5e2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4156824},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"54bcdb65580ab7e3403a03301b4cd4fb73da9fe2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.1_1741813587499_0.20395563932501704","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e343fd-m86fxdbw":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e343fd-m86fxdbw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-e343fd-m86fxdbw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cc048e07af204587c3699e88320f9bef58f236cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e343fd-m86fxdbw.tgz","fileCount":937,"integrity":"sha512-KTtM3AJA46RJ7qSNhi3N4AThyD4SRmIa1Rt55P/VYY07Cyw+Og2ih7bCLSuEGn2VwHuF/xaOOuADad9NPZaQBA==","signatures":[{"sig":"MEYCIQDdL6UVrjNuBkNYadoJwZdkdEtpI4x3HTBgz0mwWfvCtwIhAIcMgjVg9IFX5AgJDSRrT4SWMYGcB9Nt7kML0Fb93uci","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298683},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e343fd6f11563157067c7049a4c510259166c57a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-784749-m86f20w9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-408ed0-m86f88cv","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e343fd-m86fxdbw_1741817081455_0.7990562600964803","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.2":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b9c46d85a6bb077a9a9efc1d879d7d025e551c3c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.2.tgz","fileCount":937,"integrity":"sha512-dILEidDJ6DZzZyY+fiemsJgBiHQGiQQmqLpPxsGM+PnA411fINRCq3ohmqrwFxVDkd7bTbLMj8M/Sv2a8y+EMg==","signatures":[{"sig":"MEQCIAwJ2Nt3/x4gHIHnM8T5bpwS861wBOBhUUsLDIB+RxbCAiB5DYrd1c0kSg+3CrkOHU0rdhgouXiHFtovufq8ZBZs9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298632},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d418973da3dce8c137fdb19996898252b3648732","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.7.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.2_1741853553776_0.03253283548248076","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-05aa0c-m8cqg9zk":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-05aa0c-m8cqg9zk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-05aa0c-m8cqg9zk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ed28eb376eef5d4948b8f7931a0bd8670665dbfe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-05aa0c-m8cqg9zk.tgz","fileCount":937,"integrity":"sha512-lJxJY6GIfcKKCYZ/9l/zT1FcTDepHM3svzifRDQbHPqSCAYmlvFTrqvDI1Vre80POxLFmHZe0T3Ic2xFsZ0Bbw==","signatures":[{"sig":"MEQCIBtRQO6e0O8ovyAxizoMBSnXbnHjwWjc2gHvVkKjgZnzAiBQyIly5oMt5b2QCxMvTITQoVgAadec8OQt0XyZepoTyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298649},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05aa0ce4651683ce6b0a5665523a7b5b60e17edc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-05aa0c-m8cqg9zk_1742197539992_0.6369525486582712","host":"s3://npm-registry-packages-npm-production"}},"18.4.1-fix-cd5cc0-m8ellgxh":{"name":"@5minds/processcube_engine","version":"18.4.1-fix-cd5cc0-m8ellgxh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.1-fix-cd5cc0-m8ellgxh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"59ea76221d3f5acf9e755fa60b070cc4b6f7a830","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.1-fix-cd5cc0-m8ellgxh.tgz","fileCount":925,"integrity":"sha512-dfVAOvGAr+7m/oqMIDVAuVutFX1TSmeDC9lpff7aSYfCdU0kWtY/tdZq5F3h3fOSm/GMG7h2xaVhFL66N4f2xA==","signatures":[{"sig":"MEUCIQC4Ei8T17gJln9hFeyBB9hZLZVVWciNvjiadGA1Zm7aDwIgRpJQ5TvsrDkgg6qfAEcvXy63GihyrmlsD3eZJyka67I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152640},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cd5cc0a58ce8d42d7221a0bf2cb054e0ce2bef43","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.1-fix-cd5cc0-m8ellgxh_1742310216101_0.3396015209463419","host":"s3://npm-registry-packages-npm-production"}},"18.4.1-fix-08f3be-m8epjilj":{"name":"@5minds/processcube_engine","version":"18.4.1-fix-08f3be-m8epjilj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.1-fix-08f3be-m8epjilj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f5a19bcfb707716d0f9d299d2f7059f05078183","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.1-fix-08f3be-m8epjilj.tgz","fileCount":925,"integrity":"sha512-G0Dofo8fHDHTxhBir3l5QejipPvHJpgmIN0a44+phsfPObuVoF5FHVwOLUxhyJEur3cV52LEoCdTtne3KP0d8Q==","signatures":[{"sig":"MEUCIF7pIgDDNzxwJ+IPDgj4Gg8f29lP0qNomySFZDU/kFjIAiEAm0+ZLBmTxiE662HKYoZ3WLNptKtBhUKo0j4Bh785YqA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152640},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"08f3be08da0ad33d55c6da07d62d5350313c5da9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.1-fix-08f3be-m8epjilj_1742316813885_0.5833470692512337","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-33e2b5-m8etil9j":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-33e2b5-m8etil9j","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-33e2b5-m8etil9j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6351338d7782ab1cd887295d296caf392c9863ba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-33e2b5-m8etil9j.tgz","fileCount":937,"integrity":"sha512-863L9qj6Z4htyjnIgar4MF7YoAOnuVOye2XQuH0KV4+VBZxnIjt5O65p6xHc2CjTLjY+INWsjE5lBh5CzYBfQA==","signatures":[{"sig":"MEUCIG9qfocPyuR9few8mCrGjDG0JzGKzhbWPmXz5ZiifoWeAiEAg3M0Bvso7lgWqbPliTpdYcs1QcKZW40WvcYIwOY+/sM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298650},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"33e2b53929fa62e4e1b3f648147b9734fed415f7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-33e2b5-m8etil9j_1742323624802_0.8122791129635727","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-85b834-m8etiuo8":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-85b834-m8etiuo8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-85b834-m8etiuo8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3cf8fc245826b026edcd08444c981c1a3663a7b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-85b834-m8etiuo8.tgz","fileCount":937,"integrity":"sha512-zUu7SrlOsOtDxpce1NerFsSyoZXVld1vqPBAqGl2EZddNKCWqDhO4x5ZlxQQtNvkLYreRXGCQTtE2pg/tQQwrQ==","signatures":[{"sig":"MEQCIFfLRSEbortGKVKR8K3Pf4MIXY8PITE9WJR36cHX63OcAiA31g1ADANt9XOpP/LXKcSl/3LE9+olx/3ZIUFNZDfGSA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298650},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"85b83496534e9362499c544184019388d01158e8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-85b834-m8etiuo8_1742323657782_0.7999044368372252","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-834b40-m8etir9z":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-834b40-m8etir9z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-834b40-m8etir9z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f35304d4c35a4564bf7163949be6cbc44c0d9350","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-834b40-m8etir9z.tgz","fileCount":937,"integrity":"sha512-f7X711nRtYztHfcdJbfQI6QJiicBsY9rmJuPTJYRmVsBSGvy9raXI0gNICbjttvLFTLkgFET0237EStsMBcHlA==","signatures":[{"sig":"MEUCICmrFAJ4L8/EPwVqcftBT/M3EhJFAggS0eMfGjzHweb2AiEA9dRhdQoQCN9frHISembnVqtGN3p9DBzQ3kMWgHWPitI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298650},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"834b407eed7cca33f1f7e25803ec060a49b51a3a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-834b40-m8etir9z_1742323677843_0.02071858119105019","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-aeb52b-m8exb2km":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-aeb52b-m8exb2km","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-aeb52b-m8exb2km","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"67f035b929926a09b8bac7414130935d8cd626ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-aeb52b-m8exb2km.tgz","fileCount":937,"integrity":"sha512-Ljxc+LB3xXGIpQ2HSfPbOtVpBUhqliqvvoUXBNGvIygefk6ZYOfLD0z7jsjB1G0CnnRKnJex1oGBtmcYcWs3/w==","signatures":[{"sig":"MEQCIDKfD+DB0oXJtexnkL+2s0Jh3kZqRIQ8YGifEhQdss15AiBifxcQSIE5XFHnvo6LtmeiTLtrIugwLQH01SyCgvR0sA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298649},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"aeb52b392fb6ddf9b95baa2c05da41f5a50378e2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-aeb52b-m8exb2km_1742330008030_0.8002537663676408","host":"s3://npm-registry-packages-npm-production"}},"18.4.1-fix-3f8fe5-m8fl9xai":{"name":"@5minds/processcube_engine","version":"18.4.1-fix-3f8fe5-m8fl9xai","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.1-fix-3f8fe5-m8fl9xai","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3faa25b520b1ac4bdd88a4699db5d50528989a4f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.1-fix-3f8fe5-m8fl9xai.tgz","fileCount":925,"integrity":"sha512-6AKc8YFSHFAoo5f8nD/gOmmR0xc9fdEPzycRc2Yo89H4UN4hyIuE7IokcTE54OpvqNWtiD6iRmNzoAd+Pf6CLQ==","signatures":[{"sig":"MEYCIQDcmJjmkfvL9BMtV7Wd6XBskyIfIWhKGaDFwLYxpVJ6WAIhAOxSWfaO5LbLnvhrJrRcDKov2jRUD3QgIHOcmOaiYv3r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152824},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3f8fe53771ad96a20347ad471dfe7307b0ed4b11","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.1-fix-3f8fe5-m8fl9xai_1742370095650_0.26653008447721405","host":"s3://npm-registry-packages-npm-production"}},"18.4.2-release-868b70-m8fm9xcm":{"name":"@5minds/processcube_engine","version":"18.4.2-release-868b70-m8fm9xcm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.2-release-868b70-m8fm9xcm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"07632a8e493d7d7707cb42da1cf0c3bf2d211243","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.2-release-868b70-m8fm9xcm.tgz","fileCount":925,"integrity":"sha512-5HbfQfPKvDmYKCVao81YtrT9GaQrwSMLAgvk0REaQmEecNNVPGRTW/e8KPv/4RhpjbjKgc8sPlgG0OLnCwntug==","signatures":[{"sig":"MEYCIQCis2V+DeWlawH+y9wJHLf5yFkGnEKKU0DKMPvVDUlL1gIhAJ6UU7hC7xcnkeOyJCdzB7FaOQJj3FSy6UWtGBLQeynj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4156848},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"868b70eddc295e9ed8477d6ee0516c1cf7b53027","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.2-release-868b70-m8fm9xcm_1742371786269_0.261879089335171","host":"s3://npm-registry-packages-npm-production"}},"18.4.2-fix-074305-m8fma9ot":{"name":"@5minds/processcube_engine","version":"18.4.2-fix-074305-m8fma9ot","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.4.2-fix-074305-m8fma9ot","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5653c784efc78e178d736bba13dc599710f11ef2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.4.2-fix-074305-m8fma9ot.tgz","fileCount":925,"integrity":"sha512-0GXSCjkl41IoXRmLgh/v47CJI4oveB767D40q+52nDsEDSWVPCvByWXKxT+7fIWNqJOQdKjwSvylkUhlmrkmLg==","signatures":[{"sig":"MEQCICzlMFzTFJ4OU5IdknhbOABs1wXVKCaQluBz83FzHPKrAiArmFIZ6/E/ywgeoWq89XnOoYN8K4KW9SI25QpwTCK8ZA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152824},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"074305dd5b5d6a940b919130741e85dbd326c394","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.4.2-fix-074305-m8fma9ot_1742371961408_0.9545534631156347","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-release-c8e6ac-m8focz00":{"name":"@5minds/processcube_engine","version":"18.5.0-release-c8e6ac-m8focz00","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-release-c8e6ac-m8focz00","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"766183f5bd5c51a326e9cb49249d84f56a92adeb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-release-c8e6ac-m8focz00.tgz","fileCount":925,"integrity":"sha512-Iv8oMzdNkiHAprGFQlH3gonKxCHnXiO08MOKhJ8Zs33rWqLEZl8W2wHnoP5Tg5oPa9dA+pNn45RFMCWLKtw1Ww==","signatures":[{"sig":"MEQCIEBhI3KfsRq44ClpGLXrGCeSufa7gWaQ4aUm9nsV01XMAiBjPmdw4BypCwoCG25z57SGIqH9THz1TClNwhTS+/iz6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4156848},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c8e6ac7f654252bea0560d1f670575e12ac508f2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-release-c8e6ac-m8focz00_1742375290042_0.42927810589664617","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-feature-3dec40-m8foeu1e":{"name":"@5minds/processcube_engine","version":"18.5.0-feature-3dec40-m8foeu1e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-feature-3dec40-m8foeu1e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"154b6c13db7a7c0e36a5d6b0f3779771ce2a3435","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-feature-3dec40-m8foeu1e.tgz","fileCount":925,"integrity":"sha512-pVSmMqcWsFSBDga5ZE9C4xZeMPQYOnK+CxGxJRd0p66wFlfxz9Qdxkojl86NKPWkpZrmxNa0081M586tvVEbsg==","signatures":[{"sig":"MEUCIBAme/0EyzeSpjDYscol+b2AkbhD4Ufv/N4V0/PUuBAJAiEA39y7sxvV9N2tZmEpVgYS7ihj5e6vmz8G40tlGqiOR18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160939},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3dec40b49e5c837ab4c135d97e7d23516c5f81b0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1973_GatewayReached_Notification"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-1973_GatewayReached_Notification","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-feature-3dec40-m8foeu1e_1742375369100_0.114384211297472","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-fix-f821a4-m8fodmze":{"name":"@5minds/processcube_engine","version":"18.5.0-fix-f821a4-m8fodmze","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-fix-f821a4-m8fodmze","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"25de7fcb74878f971d72fb6ba7fca6db1d983fca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-fix-f821a4-m8fodmze.tgz","fileCount":925,"integrity":"sha512-n84g27N7qGbdBR2wCu6rrtUmuOUTluAcPkFIuy+nO9nK++RWXajqYCIAuK8j98hr6cOK9Src2eorcrFNE4VExg==","signatures":[{"sig":"MEUCIQCwWpjR6NZhG4SMqnvFc4Ma2Pru/ipJAYM2tCHnhg0kKgIgFlIVHSIOu1NaU6F5jjNnuCz+8s7aOG+PYX5AU/jljxo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152824},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f821a453896698cf9282da61d3dcd70791b795a6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-fix-f821a4-m8fodmze_1742375433249_0.5650791500577976","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-feature-568a20-m8fqsj6e":{"name":"@5minds/processcube_engine","version":"18.5.0-feature-568a20-m8fqsj6e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-feature-568a20-m8fqsj6e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e9598e554605b7597640040c4c6ea8caaaa00ee3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-feature-568a20-m8fqsj6e.tgz","fileCount":925,"integrity":"sha512-0wCB5MsZRpDYiePQm73g7c1GV8y9g6QenG4S0Gx4n7sIxl49ccAUw1kv8Qf/xUpAnKQimEOt70hO2RrGaAyAgw==","signatures":[{"sig":"MEYCIQCtD5tEoUklauMBvR8J8X382OC0w30r8DXRaEeaHGjC6QIhALBNjOYzBmvElvCMksQJvmoA3udzVvPHXwmKDQO4yHkp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160426},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"568a201d7c37c386060ccb0ea142491374d6a3d4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-feature-568a20-m8fqsj6e_1742379528252_0.328621406323405","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-release-e790b3-m8g41rbm":{"name":"@5minds/processcube_engine","version":"18.5.0-release-e790b3-m8g41rbm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-release-e790b3-m8g41rbm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c4aeb93404bb32a3473ee618c8cbc5a0557a30c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-release-e790b3-m8g41rbm.tgz","fileCount":925,"integrity":"sha512-sok19F3vzyaj6RngLY9Vo1zN9fjF/ZQjXHw96JeVozhHiPlAyCmPkP3zn6bDKHBw8u3iIPfiT2PL5uENxZKWOw==","signatures":[{"sig":"MEUCIQCq6F5uBvLcjeMo/7SFxg82PZPWG0t6RkPrkHQHw+WGTwIge7/BDrqePpkNZAspFQz/6X9WUFVSpvWHUKbAAfHTr7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4157024},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e790b32fde0b59cb091fc1411584b91ec103667d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-release-e790b3-m8g41rbm_1742401644730_0.21689463955240318","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-fix-6ac5ba-m8h75mx2":{"name":"@5minds/processcube_engine","version":"18.5.0-fix-6ac5ba-m8h75mx2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-fix-6ac5ba-m8h75mx2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5742b08ee41ccafacfb0f7019cb3eaa01ed98245","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-fix-6ac5ba-m8h75mx2.tgz","fileCount":925,"integrity":"sha512-zBqduTc6olW5vnuJZGcSFVSthGxjwFjzqTsCUgVJtuMuvvKtoDEiC8iCHSK2W1aM+MPxyYzpkXUIInsFVMQd1w==","signatures":[{"sig":"MEYCIQDTHFByS9/VE7W1/FD1uSUcZN8nuO8RVaAWpPpSFh3WcQIhAKsEaAERlXtK9QeCd3yeLZPqOJNKho3wFMvMMwY170Fa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4155025},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6ac5bae47c1d173840d49b9cae36a53928241fdf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-fix-6ac5ba-m8h75mx2_1742468562761_0.1623902376666717","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-fix-b8bc71-m8h7t2dc":{"name":"@5minds/processcube_engine","version":"18.5.0-fix-b8bc71-m8h7t2dc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-fix-b8bc71-m8h7t2dc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d89d601128b12bc2ccf2216bb0f024f7d2a9d303","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-fix-b8bc71-m8h7t2dc.tgz","fileCount":925,"integrity":"sha512-W3R6JlhU9zYr4M0oYSmbRN9hcrjtDANcI3YE6LUmVbAhcwq0ZJh+gRsOkJWPh565Kxblzv1LjSWms4MO3J+zyg==","signatures":[{"sig":"MEUCIAe9lowY5gXceTFkeIZWJG+C+dJ288DM7XfJ62tjRu04AiEAqit15VlN2yowsnVNts1yyo3qljRF+vVGjAYf5nWFJYc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4153000},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b8bc71e9add075c980cc357959081b7d3fe0b3de","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-fix-b8bc71-m8h7t2dc_1742469947369_0.6166350151028235","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-feature-06e2ee-m8h8ssrz":{"name":"@5minds/processcube_engine","version":"18.5.0-feature-06e2ee-m8h8ssrz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-feature-06e2ee-m8h8ssrz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"620a73494b79092808ac633ede4e879a9b29fc20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-feature-06e2ee-m8h8ssrz.tgz","fileCount":925,"integrity":"sha512-qs7Rp7pK3LnVwYFW5ADoNpngyJnI4GXjiXE4sAZYcwb7glIcX3NGgOQ8DAZWgse/ENHg/RhzDRaCjJHNhkKnkA==","signatures":[{"sig":"MEUCIHVeNxfXuxAD5Q2v7AGquhLOzP0rKsSUqoHkx2+KxfBmAiEA6GZLPeWh/fvduJHVqpxdLqLeofp33SkmkLeHKg8YDok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4161038},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"06e2eedcb32751d9ecc27256f8712e18614754ec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-feature-06e2ee-m8h8ssrz_1742470043459_0.29222280071844375","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-feature-56ff11-m8h8zxp0":{"name":"@5minds/processcube_engine","version":"18.5.0-feature-56ff11-m8h8zxp0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-feature-56ff11-m8h8zxp0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc8a06eddda0ecb8a89ccd571bcdfb57be71f1b4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-feature-56ff11-m8h8zxp0.tgz","fileCount":925,"integrity":"sha512-cCphqab4tuzMm7TXU9XDb1uwW9GXTnEpqlXvuTdfh4G0hTxHlUXh8KuntClkZ/nm448cAKeG6PiOZyFl1qbeiw==","signatures":[{"sig":"MEQCIGK2Vg+7W4jG34bO5cTJOMTQV58sFOPhIqmUoRENtgRuAiAgX0f04MrOTWIls9EgWDMD2DXhECMleL1rRonlG1IA5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160602},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"56ff11da18afb8cc7be7788c7b4b7e025657f86b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-feature-56ff11-m8h8zxp0_1742470403467_0.31772916426025843","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-release-deb79b-m8h9zfjr":{"name":"@5minds/processcube_engine","version":"18.5.0-release-deb79b-m8h9zfjr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-release-deb79b-m8h9zfjr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac3b87b989dda46c45ea0c2d7d2bb59038bebc52","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-release-deb79b-m8h9zfjr.tgz","fileCount":925,"integrity":"sha512-stZgL1BpnIZBYh8oN+c4F2Kgk1DLD268brHRw0CKp6V1XLI0paI0qHQNr66c4HsKGFjBaWB0wlw/ljT3faWojA==","signatures":[{"sig":"MEYCIQCKLsDrE61DwwgTAfg6ZHKO1QE91ncoQ98Mp0mD8LmkhAIhALO7iikadvLtA96NORKEkAYA6KI+YtaXznlEXjmjtSvS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4153004},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"deb79bce8122d0dc1dfbef36988091e65f7a6b7c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-release-deb79b-m8h9zfjr_1742472063851_0.25024960784482797","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-feature-b8b0f8-m8ha263k":{"name":"@5minds/processcube_engine","version":"18.5.0-feature-b8b0f8-m8ha263k","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-feature-b8b0f8-m8ha263k","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b95a3ee7ed538a4e2ed4a06afc3af63278537398","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-feature-b8b0f8-m8ha263k.tgz","fileCount":925,"integrity":"sha512-DspwseXynBXrAjzlDnQ2gXgehKM1mqeOArfpUkEYupsu6VIVUD68EK0iQCDIdgETe2ObfSDqvx7mUn+iw9ASZA==","signatures":[{"sig":"MEUCIQCZeGe6HlnrLkh/WF15d/wgnSZSrBsfDq4U2JySJOK1pgIgEfIH8n5VOmDMRSkZB4FVEPDYB4KujJLNAfuRP7TLYJk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4156582},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b8b0f8d3518ffdc6e38fa338c541d4270c8b0812","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^5.2.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-feature-b8b0f8-m8ha263k_1742472411290_0.42575543270006144","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-release-535f56-m8hbagjh":{"name":"@5minds/processcube_engine","version":"18.5.0-release-535f56-m8hbagjh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-release-535f56-m8hbagjh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1938829ae129bb3ad9cc1a1a4cc754c10d03f84","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-release-535f56-m8hbagjh.tgz","fileCount":925,"integrity":"sha512-pnTHQzqkrlStr0bDAG3UCJ6cL/q42a9mp+bfASIkdadMNqgt752/NIo15+M1dKrwN4z8g8ifwHXufsPm2qXwaQ==","signatures":[{"sig":"MEUCIQCLq5phQ7Bp1+t4d4PlpdvIC0mHBZ4RKQ1pJap3JMR2RQIgAKXbuIje1yAXYFc77qN4ktlZceofIao9vEYSKQQJOck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160596},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"535f565fe56c38fff9b4befc55da7cf8f1e52c59","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-release-535f56-m8hbagjh_1742474250455_0.32619183342966585","host":"s3://npm-registry-packages-npm-production"}},"18.5.0-fix-822a2f-m8hbbhwe":{"name":"@5minds/processcube_engine","version":"18.5.0-fix-822a2f-m8hbbhwe","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0-fix-822a2f-m8hbbhwe","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a00aeb6fdc08fb98be188dc0fa9e89013d25d50a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0-fix-822a2f-m8hbbhwe.tgz","fileCount":925,"integrity":"sha512-rIAPr20i6r1iqrigiqjjYDrAYGy8dKM1+IMrUaWT5Wo0F4Uc9M0RB+bMHDctA9ttK6X+2k0UyHusY0NiNbv38Q==","signatures":[{"sig":"MEUCIE6NNfqtBr39ymCg39zPmzPqaGKYoRPUpopqoLrQm+mPAiEAlOOo0SP3boVGbnUoQmk4sOsVQl9adza7ruabHa1kcrE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4159107},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"822a2f7a046e30c5880d8e9a9ec0fa0e7bb3a71e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0-fix-822a2f-m8hbbhwe_1742474288046_0.697743267780836","host":"s3://npm-registry-packages-npm-production"}},"18.5.0":{"name":"@5minds/processcube_engine","version":"18.5.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bc39690eabb359912decae6b77db85fe3fa809b3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.0.tgz","fileCount":925,"integrity":"sha512-t/z8OqmQR7A5PSwsEW8fQwMEhlm2wCN/bVQC+nP8o+o5nyilvvm/dpLUEApkmOqI62hx2Aimpf1C4JyTALQmsw==","signatures":[{"sig":"MEUCIGyiU8GhCdcgWk2WUeDBGr2gXuvynJUDJB0dBLY2sCTeAiEA4K56T5n8n0x1ZZh+tk0/SSca9Dpcu+BveYuSQhnNhFU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160572},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe8409ef9f67efe95c8e16c9ba4320435543518e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.0_1742476208628_0.91530581079291","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-d15734-m8he0b65":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-d15734-m8he0b65","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-d15734-m8he0b65","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"568d3dbddbd7715909bc20ddbe384f7d8b20788e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-d15734-m8he0b65.tgz","fileCount":937,"integrity":"sha512-ekY7epmTIhg7+Kt/vCmbaIRLVF90ftOILSemi6c2acWsXEFkfHqDfFOxRgtImHrOhZtbpQBDNIWyVLC+w/Wz7A==","signatures":[{"sig":"MEQCIFWC1AZN+mtD4yRfUWDGs1rBbjDhCbp6pAfxaqnYZFSpAiAXyCElB/6EaGTlqCF1C+3AwSAFeBCgNAPqCQ+miygekg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4297974},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d15734a0ff32ca3c82f6addd3531d7f8f8085f38","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-ad7f6f-m8h86o60"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-develop-f23c2d-m8h8gdxw","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-d15734-m8he0b65_1742479262720_0.5411656437517418","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.3":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"945c49f423d857c35a5b17d3f118096039754415","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.3.tgz","fileCount":937,"integrity":"sha512-U/AJouJuce8bAM5hdZDGtep37t6Tt6Zfh/oaHB7rG4FYySboZknfjlxye7/CcTMawwxVQOph9CfxvBtp+oVQeg==","signatures":[{"sig":"MEYCIQDp4ouropO98zER12L5ZTnjBzqHMYSMEyn0SNUlFgU8GQIhAKzG422lH7MzwEro2v3xl5XfdwH2uWyd1dSsit5jvdnL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299841},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7f446df98ad825bf98bb5fbf040456c6456e1e94","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.3_1742484946095_0.5162070543497146","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-84a92c-m8hmau2r":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-84a92c-m8hmau2r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-84a92c-m8hmau2r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9457c708d15e45bd0102740831176236c91114e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-84a92c-m8hmau2r.tgz","fileCount":937,"integrity":"sha512-kLEIWtXq8Z8CM6a6F9sIR8si1SCCMULIXJlYrUpIVGssGNtjrjjRsRudOGj58QLL/mtN7gvEPvEDghgT80T8TQ==","signatures":[{"sig":"MEQCIHV2CZVJW8NTWcbBbURbX1qOC4CokP+xHTV3XjRfL2TGAiBICUZBWIgHVdHsYcy6pny4C03iYqt/zIX+JPtLxQCuKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4297940},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"84a92cd43cce9747a15e0e8fc34d5b129c127869","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.13.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-84a92c-m8hmau2r_1742511150556_0.515624354955742","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-c8bdfb-m8hxby0l":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c8bdfb-m8hxby0l","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-c8bdfb-m8hxby0l","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b13eddbbb4af5d184e494518de717dd73f1532f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c8bdfb-m8hxby0l.tgz","fileCount":937,"integrity":"sha512-QtrVII/YTpgY7rEIKWPWhdW75cFcbB4fKSVIqJJbiZ06pMmPYDxGx4B7IkgGeQlJaH8oX5kYRITwYdjv1CGFxA==","signatures":[{"sig":"MEYCIQC55gvCAkh9PRHJj46o/y5qIfuc0wegwvp/w2IWBlu4cAIhALtqHsWjxLSF74S8MeggKmcbYZoVKsca3Jh7Bh67qiRL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299858},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c8bdfbc7ae116525b7d28fc66d58c4b0808c6682","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c8bdfb-m8hxby0l_1742511430543_0.5665773698324479","host":"s3://npm-registry-packages-npm-production"}},"18.5.1-fix-bbac47-m8ipudmr":{"name":"@5minds/processcube_engine","version":"18.5.1-fix-bbac47-m8ipudmr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.1-fix-bbac47-m8ipudmr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b336f039df96406bd474dbab282be634c0b53d8e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.1-fix-bbac47-m8ipudmr.tgz","fileCount":925,"integrity":"sha512-dadDBYd7NgMsN4I/74sUiO+ntZPG2F5QuS2jkP1//jdZHaL1VgzIqrl5KaiqupqQYhVXQEslv9b2ypeLJbLjWw==","signatures":[{"sig":"MEYCIQCwTxt7jaALEz1vLZA5MsrmG9wDVdF750DfL2BQSoPL0wIhANgR76SPdTI28GkaxdCHGI/mZoMP3qbccUdz7Bx2b8q8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160918},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bbac47d7298851bc83a9422e6798becd1ca60211","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained. Please update to a version >= v18.5.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.1-fix-bbac47-m8ipudmr_1742559227727_0.776082290462867","host":"s3://npm-registry-packages-npm-production"}},"18.5.1":{"name":"@5minds/processcube_engine","version":"18.5.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0705e5c99642c37be004cb2c82a85d0740bb733c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.1.tgz","fileCount":925,"integrity":"sha512-FV+pVfj3F9FsD5MgPNBfKT/8c/xRnUYBrp0GWbVv9ts0sTmy3lGOaR8qSLWZLuB7CQ5cfYVJfNRXXIQlvnz21Q==","signatures":[{"sig":"MEQCIDAEy+YRDvShvdvblYfKOgabSGgd7d8UDuTQNBQG4qBpAiBQv10TznOc5m5JlDp0tN1AMeGmhFFueFaD9I8VPexLbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4160898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9801a6bef15e07cab1ea5f4a0eafa82af675ad49","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.1_1742559677163_0.7430721584780635","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-4cf8e9-m8ir6wyl":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-4cf8e9-m8ir6wyl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-4cf8e9-m8ir6wyl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9ed9543c13da0e2ddea9b8d02e8fd542792f954e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-4cf8e9-m8ir6wyl.tgz","fileCount":937,"integrity":"sha512-Sf/a0qPrtSAgx9TPvTL733GlqIVbUoJtAC3cvMkwGp5yyNlFw17ijh1LcXQDXcb7q71ynKRgy+2DsbqJBEJrjg==","signatures":[{"sig":"MEUCICV+rMAaIRWljhP118iNH7BJkcAaGYdgY3EdBindH3i0AiEA1gc4UKosXD64cV/OuQ+h9KJoxsHirzxGTPFkKx6qRi4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300184},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4cf8e99011dfa972c843000c537bb3d85337bcf2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-4cf8e9-m8ir6wyl_1742561568598_0.6853429805505888","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.4":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14fc79fe7e8e3f96831bd9c607139ff239f0f847","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.4.tgz","fileCount":937,"integrity":"sha512-SxYLX+sE7How/YtvxlQTzzVsfhGmYruQ6UCk5QWVf1dfoMr1sw/9AMWhuhI3ELIeytg6uMTWe8bU+Vite9+Wog==","signatures":[{"sig":"MEQCIAXmF/sX9mxh7EVlWFMMYCqvSABSZfU3LJ8aCSilM2INAiAi7a71y4JqsRB1zGWI2coBpe3fENtIDp20u0OEkOsl5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300167},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4cf8e99011dfa972c843000c537bb3d85337bcf2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.4_1742561630266_0.14856373171878712","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-75a7df-m8j56tmd":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-75a7df-m8j56tmd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-75a7df-m8j56tmd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6140c3641a57a7ccd6734b97b533fce390119465","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-75a7df-m8j56tmd.tgz","fileCount":937,"integrity":"sha512-ufZo2uqYHEVYMaxlUEB40idatb/QoOC4wubWuRgR2zD1DX/O8KDjU6XBIWSBGZbZcbI3SJDr2s6rPzN51+8hvw==","signatures":[{"sig":"MEUCIAjEqJa3OBdnIpwEOHz0dUZx60WsVS5NDl20n8XT4MZuAiEAt65cjp00yoYQuhoRaQURTXqS6jgmvonYxiNl3Ejz2hk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300185},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"75a7df9da3820a9748e3de33c25387fbbd9b1d85","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-75a7df-m8j56tmd_1742585078359_0.8608704938365059","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b54acf-m8jd1qja":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b54acf-m8jd1qja","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-b54acf-m8jd1qja","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aba31e5c43a870ffe0773ca9b78da8f9ffb1372c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b54acf-m8jd1qja.tgz","fileCount":937,"integrity":"sha512-LeKLBj73ljT7bV0+AX7OQsMjZNbzKTZylFBGQsDex6Y95W0J0Qax3Dl16VpZ2mT8The5DYGfvyeeSLsfnNJ+Og==","signatures":[{"sig":"MEUCIQCkX1VMpTJlP1W3+772RL1+KmjaIdccGNBTDbiGjeH3eAIgJpfAjUc1X+PnmspUj6KX6CXOZyrDltT4EC80zYNYs7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300184},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b54acf71a19de11f3c92d60859169db5d3480ef5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b54acf-m8jd1qja_1742598355184_0.2839627055146263","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-8fede4-m8jd8gpi":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8fede4-m8jd8gpi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-8fede4-m8jd8gpi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d375635eea50e1d32900604591238466769e3b84","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8fede4-m8jd8gpi.tgz","fileCount":937,"integrity":"sha512-7eEWXyFmNA9YLifpHtjlz87oOoXMeL/5upVq9SLGioY597IbC4MqxHYkBhe3j6gs7P2BUthhmp0YFRMvz6QyWQ==","signatures":[{"sig":"MEUCIQCPVPq50xT2pGE65H4cwTZeHo3Ox5NA7AUavvldlrtH3QIgIt21WxfB02KXur3PQXAI8kJIgURtOxzz7AtPv8KFKpY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299992},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8fede46081aed52c8d802a9379c0a0a53cfb8109","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8fede4-m8jd8gpi_1742598611269_0.7833903880433986","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.5":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e4c1f7997691d7ecd94b8c4fc6a2fa02ac80b34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.5.tgz","fileCount":937,"integrity":"sha512-NPTd+2765Coca+WA6CUI4y1adTrgTheVHqtHqlE8P71XNWIN9e4Mpl52zMdYvnSmvOeYRGPCZ3Q5MLjpTi9Wzw==","signatures":[{"sig":"MEQCIDxTZBVMYJBPRBCgwUIjQz6wIUr+eBbnaIymyAU2xnvxAiAabRKvYR9GqeR5KCrq6mhs/WL+OJUna82JNIwP5d/WpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299975},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8fede46081aed52c8d802a9379c0a0a53cfb8109","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.5_1742599873628_0.2907560364894306","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-a07a90-m8jf3bj4":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-a07a90-m8jf3bj4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-a07a90-m8jf3bj4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"659d17782ea892ceca2b7f0d06fd5ff50781dd81","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-a07a90-m8jf3bj4.tgz","fileCount":937,"integrity":"sha512-2E84yMCROW8nyJTwlzk/6/m5TXnUKy0rF8lNKpt+kNrhdus5SeiiLedbYHR/wguD6X/70gJoU8KHqj24L3Gafg==","signatures":[{"sig":"MEUCIFp372lplsfvEEQzclPkcfKbUdurfo+1F1Ka2g2750NeAiEA39TFlmmX7s/nKsgjDIXNwRXGnVV06bmTHJHiJ7gu2TU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299992},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a07a909bdd25c96d555dc60ad67d978571c6f19e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-a07a90-m8jf3bj4_1742601717252_0.9661814073835631","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-6eb3cc-m8jf5khz":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-6eb3cc-m8jf5khz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-6eb3cc-m8jf5khz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9d435a5eb5458a2c6ce60618fa990a284d16d66","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-6eb3cc-m8jf5khz.tgz","fileCount":937,"integrity":"sha512-wkggWLn8yVFxw5UYZqGnYpB2gB/yuprtWKU42jXwXTneWrZMoUYRwc1ATJvKBQ3fP51W1SXnPhgO0QjpExGC8w==","signatures":[{"sig":"MEYCIQD126ZW6Z4kEv3difmpu9W9facD7aS4avQxK8TMY/Cv7QIhALqNDEV14tDmZe3qQEzlxJaOdCVuF2yESfRhwLvqo6pf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298074},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6eb3cc0bd0a942900281742fef74629f461668da","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-6eb3cc-m8jf5khz_1742601854879_0.3342292006803602","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-960df6-m8lpbtll":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-960df6-m8lpbtll","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-960df6-m8lpbtll","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"798b48a486b478f19016d45afa6156beb4c41e28","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-960df6-m8lpbtll.tgz","fileCount":937,"integrity":"sha512-moc0L4hJOhR2XrDSqnNIdRGVNF54HP1I+m0wsya42hEf2VhF2QJfswcPQ0cM6JPRZ9voVSnO0mK+yjXzARI2tg==","signatures":[{"sig":"MEQCIF10qjo+LbLGy/ZsE42Bt380wgxFcZpmUMiun1POFLhzAiA2h33E7HP4Uw/UFc1SPwb6yZPQf204X8nYVuDZy1BgFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4303820},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"960df66f1ac70c9c6cc0ea8e0d3e7449bb8f330b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-960df6-m8lpbtll_1742739913375_0.015942317743140366","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-005dc6-m8ltg6j4":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-005dc6-m8ltg6j4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-005dc6-m8ltg6j4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1ebd5d560622a54b888e990588e532702613a3ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-005dc6-m8ltg6j4.tgz","fileCount":937,"integrity":"sha512-CCSa7qgBsXgL9QnPli9GmYsvgxx82heEkzX3VGXV7tJNaGVJ4J7+Lo8C+RwcFpUuIByKUSo95RBk/Ed78yGM2w==","signatures":[{"sig":"MEUCIQD8gk9m9s5Y9N85b4UR2QAB+kMylb2UKbOEaGd7De3QTAIgYuoTGW/7TeF6WY4/shR3ssws1gszQJHSGQlQE9GFzNQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298827},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"005dc662871367616600daac3f67771c3b7096e9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.1.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-005dc6-m8ltg6j4_1742746759865_0.9754493985883643","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-9b1b20-m8m2t2vf":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-9b1b20-m8m2t2vf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-9b1b20-m8m2t2vf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"79c3d63dd602cf0ee8002876d62d21df35b03cb5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-9b1b20-m8m2t2vf.tgz","fileCount":937,"integrity":"sha512-9+/76+jigq9GeWdvoMNEMkRQnBUDLT65SO9QVjOd9z00qydHuddAMdOBp7IGwWX6QRIOLBbQUO4ElvHBZDAtUA==","signatures":[{"sig":"MEQCIFOC4WDoDQ+4sirD2NHyU1ONXNdxYhaHGHxPDUkMEFj5AiA8DgSNQeXlPVFXMJoPqn6/+2sukXOIOBFR78winE5HXQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299993},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9b1b204ce6c620caf710ec27dac7ce2c4f06c89e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-9b1b20-m8m2t2vf_1742762485906_0.5880865879189257","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ed9fd8-m8m3t39h":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ed9fd8-m8m3t39h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ed9fd8-m8m3t39h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e7c06755e7177d14110108dfffd2d953a9aa8aa7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ed9fd8-m8m3t39h.tgz","fileCount":937,"integrity":"sha512-tg72yZ2IV+ADBp4uwTQcBmaEWFWdLBl+sw9sjbPdl2ESWxLZ7+xQewPALcb12HocKzGzXuMqhV1tsmReRlvu5Q==","signatures":[{"sig":"MEYCIQCxOA5LX59JAs14uUkdno84AfPNBzeq97rYQvLPtesWBgIhAKz6OqG4fnJeVbEuv6h+qHEK3161bq3aRMDxAPn17Ywb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4299992},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ed9fd860ebb407b98693a70cf921925138115d9f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ed9fd8-m8m3t39h_1742764191065_0.15668485325826853","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c3641d-m8m478bp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c3641d-m8m478bp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c3641d-m8m478bp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d5a8b138389c9f8ab554e44ef304272ff2e84bba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c3641d-m8m478bp.tgz","fileCount":937,"integrity":"sha512-TD6VYv06yk2TPJmCn5ENFEs0ZlqUbIk3ev0mLUupLf4Q+sK+UhUH738WkjpafCXQq2Ud6MuGdFKN7I7sxwC8Tg==","signatures":[{"sig":"MEQCIFMnj3qNQpykzTYcCz2xpXjZE7Dt/KZFj8YZIiAPl8HWAiAVeBKeW61rjcm2f85aX+MMEGwGlNMHFjjJ3iPkUURHWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4303820},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3641d26c428733c52e062d1897e442d20c95b3f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c3641d-m8m478bp_1742764808854_0.49118616427294737","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-8a9d4d-m8m47d8w":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-8a9d4d-m8m47d8w","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-8a9d4d-m8m47d8w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0861b45b8287305af1ab9564036277a9651a1e4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-8a9d4d-m8m47d8w.tgz","fileCount":937,"integrity":"sha512-pPXMLJPrY+REDrNjmFNvybETJf5IQZDb0WiDxQhaMsPS5dsTDWL4MgFp9buis5OI09DQ53GS5SwuvxOqDjp+GQ==","signatures":[{"sig":"MEYCIQDzH7G2EInbT2FoeeTWO1snlYyXE2QgbBu7UiEGyUyrhAIhAJaMoyFw/kLf/z9cFjcyH89lOiSF8/ipwc0a2L7pd7Hb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298827},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8a9d4dfbdabb7cac8e444486963f39b21d23d2c2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-8a9d4d-m8m47d8w_1742764831954_0.7015993212783616","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-5fbfab-m8myd1g8":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-5fbfab-m8myd1g8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-5fbfab-m8myd1g8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85447e632be5e1c154c0e7c8631e1ac68daad062","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-5fbfab-m8myd1g8.tgz","fileCount":937,"integrity":"sha512-3qASvLa54q1YMtzq4cEKq8nDhKvRQoARSp3zzvzMi6GInMwPtcuQmYc8hLePdC7+xzfWT8csunwWWlnFONLFYQ==","signatures":[{"sig":"MEUCIQDl3WMGwdU5on6f9U0f75HwkBuGDZPYAnJ0E8GqPPnnUwIgd3iTQKx9/ESAPgmzpQo3q3jZhPekhCORguD9GLBcIAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298805},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5fbfab94f6b19540c5488fec65a874f9438430ca","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-5fbfab-m8myd1g8_1742815555939_0.987610167425593","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-271ccb-m8n4wwcd":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-271ccb-m8n4wwcd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-271ccb-m8n4wwcd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87e00613e803f5770368a6887b61ed4432fb0330","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-271ccb-m8n4wwcd.tgz","fileCount":937,"integrity":"sha512-v8216k0iJ5Y9SVmYA21GYjjKuFdiU3OYxMgPnrGVe4OuObDwvf7skgNUDFDcjYpDLnhFfUHU3pKIDS4SFzXbOQ==","signatures":[{"sig":"MEUCIByED09lf/ZAKvHpaouW11UQuOebAIoAZFHKV7jplJUjAiEAkaZYgMpAk4JOeVnD/2GeuSEoJKwLMmF7Nf4r3Whrn6s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302208},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"271ccb1afdbe4b6cd8bb48ad035afc049e02f84b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~avoid_process-nexttick"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-271ccb-m8n4wwcd_1742826513078_0.5076586758368","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-6dbbfe-m8nb9no8":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-6dbbfe-m8nb9no8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-6dbbfe-m8nb9no8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ebe657decbd425a5b8ad21a35be45323138888ed","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-6dbbfe-m8nb9no8.tgz","fileCount":937,"integrity":"sha512-qlslbSAjLBnvu9dwjurDeXhApUHS2P4id6l6im2FYvCp1VL9/j0fzj8AJsaAnqDmiY9jaWJ7dZN9m4NPTVp6WQ==","signatures":[{"sig":"MEYCIQDMhsHIfMpUSAE1YcKuEWou2s/2nHSpyqhfxluD5jAZ6gIhAItnIHtmAJv6P1uta2dVYh5w7cxHsuHFmNNg1Ma/gruR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301444},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6dbbfee1f34172a336bd3aa162ff254f6c180497","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~avoid_process-nexttick"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-6dbbfe-m8nb9no8_1742837193082_0.8239230819588985","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-f419cf-m8nbt6hy":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-f419cf-m8nbt6hy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-f419cf-m8nbt6hy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2b130fa282f591f2a5ced5eaef133d04213f8326","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-f419cf-m8nbt6hy.tgz","fileCount":937,"integrity":"sha512-5cMFXOflFRNTqvEIcXUcpOgMD5DjeImq9zwS9Tyl1ezzEey+geHOeORLh7grSIDEB4a7lMzq6khAIadQhSkETw==","signatures":[{"sig":"MEUCIGkCJSJTS5b4HWp9FkT3GNim6hsG9MJyuimdrSxE0bzvAiEAg1RylS3v4LlesZ8lKP6eXpGtVIn0QTfFhtXMZAgwgwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300915},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f419cf5dd83fbb55b3a03331feb4bd40b114da0b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~avoid_process-nexttick"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-f419cf-m8nbt6hy_1742838083424_0.05166465617984661","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-0f2a59-m8oj0j9e":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-0f2a59-m8oj0j9e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-0f2a59-m8oj0j9e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"093c29d6072ccfb335f66f2307500aa2ef4e9b75","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-0f2a59-m8oj0j9e.tgz","fileCount":937,"integrity":"sha512-btJR5XuZUGUCm/CJad4ILBR/bK9xZ1QfctDzE3/oH8JGTA0FqoYfHZKym8sNH88qpB8ucOWzCuLfjGOKGw5tOw==","signatures":[{"sig":"MEYCIQDuFB1ppCjVyV/13ZnpQd9sCYV5TJvUkp4254hu4zZ82gIhAO0RXBaAjFHWQQvCiiXfKKKDgxgDMz2qLTIyK4QVKzSv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4296141},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f2a591491b2a2d63e86e4ff0f6ff53a9530a13f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-0f2a59-m8oj0j9e_1742910647736_0.24054473435253243","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-0fac3c-m8om19qr":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0fac3c-m8om19qr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-0fac3c-m8om19qr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14a35922d4e7699c7ce26bf4591104755d8b9c0b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0fac3c-m8om19qr.tgz","fileCount":937,"integrity":"sha512-8D0ZJoP/2HvhE2K7BCd1WKn+da6Le0vTWNspj8wKn7DC7TxjmO3RS/tnqB9W1A9Lq3oD2i94KvGnAUqdQ1xXEw==","signatures":[{"sig":"MEUCIQCmsPSpK4sI2cz0c/LSxNgaz5IHWRANvy7T91hqnlMZQQIgMhxtMJbLeibhOa3rBRwMAPNLI4qjlvqQXSK4LCSltjM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4303820},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0fac3c9e7bce8ab43b7cdc40d24a6ac1537b0578","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","mysql2":"3.14.0","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0fac3c-m8om19qr_1742915739425_0.5025703429539523","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-1fd12f-m8ongf2s":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-1fd12f-m8ongf2s","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-1fd12f-m8ongf2s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"58f14e79f1f625f51cc29f6792f9355509d095fe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-1fd12f-m8ongf2s.tgz","fileCount":932,"integrity":"sha512-/MaAy93nUXMCXed7dBiZOfu/WU8QdGYI/IHit+m4ZTwHhdp7d3GMhyLmrn5lN8moxgAb0ZHkoCH1rVSSugUFrg==","signatures":[{"sig":"MEUCIGptFwg2ek935b7l+8n8UWNV0XrJgydNspUhSIENEzXuAiEAvxsV2qZLVjs6iJb3Lqgf52lKOJ9Adr5zATCBLRUw4lU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300924},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1fd12fc4c3f5e9b516e71e34f845ff7ea0aa651e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-1fd12f-m8ongf2s_1742918136917_0.5740950120455639","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-636507-m8oojg5z":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-636507-m8oojg5z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-636507-m8oojg5z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2386c6bc316a8f2d7556e6c8c444c0fa45e85a38","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-636507-m8oojg5z.tgz","fileCount":932,"integrity":"sha512-99VLJ3JfEnuyyhhiJI9gzqbWb7cTxghUed8Mh8TueCraKJPjgco22xp6ffCxg8+4iOmRcZYtGKkG9ta9XTzkow==","signatures":[{"sig":"MEYCIQDJ0O98lHuX3PYqHMjdFulRkDDpIGUAbYfEcKgWJ8NmxAIhALhZcN6mESNybqCEvi3vJqX6M+5aQLsh10SjKvU4r7Ut","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300928},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"63650705ed72ff3193f743de0ab4b308512c050d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-636507-m8oojg5z_1742919930008_0.7792282253343819","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.6":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac385dddf7fa73c14ccdaeb362e174d97413a572","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.6.tgz","fileCount":932,"integrity":"sha512-BajnHfB2VI12ML641SaD78JpoYRdJwPiU7H/LE+qzTcXCyE5Xc1mRnhBIk6ntgY1SwRfOgWGAZSBSCY01W1n9w==","signatures":[{"sig":"MEUCIQCwDNa3b8PXPnhEyKQ6SxeixXLg2a8uOJGR9Md43+iUmAIgKS+W3S9oTbejkqAkHnKWwvlIwvpZobvi4XV1ZwuXIjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300911},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef82cfa89c9813e8e263f4b30c6f4824faacd466","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.6_1742920487407_0.10127637401897216","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-554e97-m8pqbz9d":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-554e97-m8pqbz9d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-554e97-m8pqbz9d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"605de19e4e1f02a87ac9d2b07a87264d2ae0aa04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-554e97-m8pqbz9d.tgz","fileCount":932,"integrity":"sha512-OYJPvrPH+EdJxKTQI7LmXM75xk8AvxozNPONVLDggVb5MlgfAcPznqrZoMAPBYF5TC6b5/msPK54HdDOMa+ycA==","signatures":[{"sig":"MEQCIA+uvtBw3uznED+WckLJrL4MMLWMNFcGvmXkZljsIxvfAiAca5mne+CY+d4XivALyHPy2f9u3VlWjT3oirU9e9Oivg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4300925},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"554e97964b81fe696d4d8cfee2ff0fced4ce6dbe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-554e97-m8pqbz9d_1742985478709_0.30762029158799264","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-c3b794-m8psvwlg":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-c3b794-m8psvwlg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-c3b794-m8psvwlg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0fedd472b2c061da54153aee91669fbab4902c3f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-c3b794-m8psvwlg.tgz","fileCount":932,"integrity":"sha512-ha4No0/lLY+97oy2bCnI3YKNgrj/YFmLJUQYr24+i64AofKKRb4I1++ybK8mG+fqLiimRusi1B3tg3a6ULZufw==","signatures":[{"sig":"MEUCIBRJJBqc69sTHy4+mOmGvrnCDGkB8Fyr5lYUyyXKMi/yAiEA563/ijBNaRkwkLIXKpSR3e54uWOo62BXfnXOsKvgwUg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301309},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3b794837a6d94083b10a44c613624fa9b70b2df","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-c3b794-m8psvwlg_1742987704851_0.9012848292884124","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-9d259e-m8pzyind":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-9d259e-m8pzyind","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-9d259e-m8pzyind","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"419c7b9defe793317ec21475465f3fc809610584","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-9d259e-m8pzyind.tgz","fileCount":932,"integrity":"sha512-HrSxeDz2iWwecEcDjpU9BJB93OZfnh++BLqIFKkPJD3VRUOshPxNIIKVpF3VBeciSJ3BDM7tFqYGnusOf1vg0A==","signatures":[{"sig":"MEUCIQD5WrFk+38N1OQSsQlHSeobH3j4TFC4h+3ja4mDkQj04QIgIQxjmTOZg02xspFfiuyhyoIlZdrt3lMBqS/lXGdNVYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302362},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9d259efae3d621afbb08d7a91ba830fc8df59612","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-9d259e-m8pzyind_1742998231288_0.5143309589545788","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-931f08-m8q1et6a":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-931f08-m8q1et6a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-931f08-m8q1et6a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73dc6744393967e39c780deb13dc7ecc65b08f90","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-931f08-m8q1et6a.tgz","fileCount":932,"integrity":"sha512-lYnp/HG8mPfYMWW6mNggLx2yyHCe9Z+aNfqBwM3aU9XTuqUcb30FXhoxBtZ5jQIUWfkUeomajac/lHz1O3eLFw==","signatures":[{"sig":"MEUCIDpEX+Kmv9C65XpXRFRgKZw2lDn2K9Ao+JRWYzWo+dbUAiEAnqk7bO8n7RxZ+0zxY8HQQYrgwdVxjrQy2XH0f1ZJtFw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301312},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"931f081e3a26270dff4dd15b685d1c43c58a4280","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-931f08-m8q1et6a_1743002047634_0.17666910401300484","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-50c911-m8q1z7xt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-50c911-m8q1z7xt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-50c911-m8q1z7xt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97dd2d6d4f302e38bf66ff2132bdfe7c20d3d63b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-50c911-m8q1z7xt.tgz","fileCount":932,"integrity":"sha512-l6dWOvt0CHlp3EvE1fym/WzzSLwKeXMUCa5LWrB8N9eMDH7M2rH7gu2WQhA/cXy1tp1d7Ph8ECUBA2Yme5FWIA==","signatures":[{"sig":"MEUCIGdUkpp3ihqUrNG0ufmN7qTLvXr27IvsEPqdwALVxTcCAiEA3mSxlaZaYhMCY+FmSMYFfHimW8+KHurI9TkTuR59g9c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301319},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"50c911d0911bd514505cd9922e2bd333ce2c946b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-50c911-m8q1z7xt_1743003001029_0.4376603058055566","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-374947-m8q599nf":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-374947-m8q599nf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-374947-m8q599nf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1268918baa70d118c4bc9a9885b0df3a84477633","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-374947-m8q599nf.tgz","fileCount":932,"integrity":"sha512-J2yoW8lmL9kdgUGDdBChIf45h0K85GLenX/SQvwOV3U81pcRtjxNDO6UW04YMCaypVE11dor/mi2m6jcvE6l5A==","signatures":[{"sig":"MEUCIQCkOv7/7i36u3HWLzb+lBmNwnHsEAGMRN4WvXxtkQ5EhQIgN97p9iEFuh/cqoowRL7C9HSllt7yhvzAluJrnOEE8zA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4304229},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"374947e37a746ce5137faac68f3d72f4c09d2417","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-374947-m8q599nf_1743007122388_0.5004443473777802","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-43e9f0-m8q96jci":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-43e9f0-m8q96jci","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-43e9f0-m8q96jci","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"832db9970e3307bd79f2b2fd8d0968fc662e9f63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-43e9f0-m8q96jci.tgz","fileCount":932,"integrity":"sha512-dMXY0Vw5Zrd95B/snzS3h0GV1qtYeJrRzXKe/eCS6I1/qADKE7yr5lKwvCcYblr4h7VXVPudwjmYwNrfp9Pswg==","signatures":[{"sig":"MEUCIB3ESI9zIbqUvMfMekJWHQro9vTkcXVXTNMIJLCi6VzKAiEAquh3a5wSr8DimlJtFGQ7ohkPNc5T5EkmIoJ3ODrC/U8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301709},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"43e9f0679f072e0c4fba144c2ee49730decfdfb4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-43e9f0-m8q96jci_1743015086720_0.3431805629415223","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-54b9fd-m8qa93kl":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-54b9fd-m8qa93kl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-54b9fd-m8qa93kl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f9b4d3b8add6e8009618fb1b3b53307b5def8c03","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-54b9fd-m8qa93kl.tgz","fileCount":932,"integrity":"sha512-h+2ApPhIanM1J0NFWDyEB+P2WI0k1smN2jjnOkkRSjCwvlZTImhm03zPw6igTAe+Mzwh9YwnuVz74zSoLw98ew==","signatures":[{"sig":"MEQCIHtDEvTaM0hKDnuU/iUiZapBHls68CmyVj2urlOLZWYdAiA1uKuCZ+f4wKAoDW2D0VMtLUbevxeClIZTo6RrQWHt+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301713},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"54b9fd13d77eaff4f9cfbc3e18f1f8a193fc2076","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-54b9fd-m8qa93kl_1743016873018_0.4848356563406553","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b9361a-m8qalee8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b9361a-m8qalee8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-b9361a-m8qalee8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9aa850405d378fd6c9e9e0831ed6e3932b54de83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b9361a-m8qalee8.tgz","fileCount":932,"integrity":"sha512-694Se9lfnQwtAsa8QsaEOPwRK8HdebDuI6p43nyw47pyAOqKDCCD4PaUOD2d2VIgY6n+z+xxrU1DE5x7Ei5+jg==","signatures":[{"sig":"MEUCIBkKjpM0Xc/0Z1TcCrIWQQnUBSiJ8Ap9/gDGsntfkCiPAiEA9ItoTnEaQ3d79BLjpf/gWMT2d7RIyHbJT6zpshMvRtc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302104},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b9361ab857fb80d6abc3ad0656465812db5b1629","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b9361a-m8qalee8_1743017453108_0.15455257556368363","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.7":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"33d8a5580e26aa763786b8f1f28085c6e11953ab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.7.tgz","fileCount":932,"integrity":"sha512-V17yNPcGYYhKkbgDug17Q1yEFL735Wg97nRS3JkBq1q/zR1ZCVHfUXyN0rVvY0+GeVH7HUB2QB+IizmSiWPpDw==","signatures":[{"sig":"MEYCIQDAe0lkOO4DdGm30U9BIdJ2GzhSleYVke4yqC2cmDdRWAIhAKh0KGaQSZkgmqM2Czg6zhJmzEbiidffwlqBgegFBZO2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302087},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d5a21afdc3b9bfe83610edd5a1862683850cf4d2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.7_1743018215955_0.6108699783704292","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-19ff38-m8r4nji1":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-19ff38-m8r4nji1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-19ff38-m8r4nji1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3b699324132348a1d3fd264c7c2ab46dca14ecb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-19ff38-m8r4nji1.tgz","fileCount":932,"integrity":"sha512-g96H3BBlP9fn9tG87atyODACTWsxYN+7YcG0G+v791/S8UmRj9mKYrlu6k4aHyZDCEoPapRbDgvKKaUf5iQdkQ==","signatures":[{"sig":"MEUCIQCUAVsAoVTh/1vGUYHYGpMbfu2u6tHXXcyXW2cliCmJgwIgQvfFGjZ9y6w+NZDw14l8Ewi53iSG1JSdyH1Mc2784kE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298253},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19ff38571f1e3c94d3d0319024683eff3c017bd0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-19ff38-m8r4nji1_1743067943023_0.47531261619305365","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-86b624-m8re3yu1":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-86b624-m8re3yu1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-86b624-m8re3yu1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b469279faed4a3547d0b944caf7497d9a1894ce5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-86b624-m8re3yu1.tgz","fileCount":932,"integrity":"sha512-pumHIVHR1b7kh11uvhvTJMPkut8uQjE1/Uv9BmhAhb3tAhHzxaqFuy4KCKylnh0p/UorY0kx/6JWnATn8h5XZQ==","signatures":[{"sig":"MEQCIENaLrdMgBP7ix+J9ObPjwqvXrLbc9/CPACkZuPkzxPpAiBfpHlkHMmVOuAEN4nG1KbIQ890sMGRea8WmSNyT/e14A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4303932},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"86b62448153838d177d7b60ba63a156592ce308d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-86b624-m8re3yu1_1743082466069_0.11623820512091654","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-0e3447-m8rfw7li":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-0e3447-m8rfw7li","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-0e3447-m8rfw7li","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"adb6f6f769e25c62e2fa49070e850bbd094acbec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-0e3447-m8rfw7li.tgz","fileCount":932,"integrity":"sha512-undPbLKFKyk6NYSCNxqP76iGMZnqxyAc6tYK+tjYIUBkqJepduHDPDaLBXhED8PwwrKyVyVyTWmGmcVRY73D8w==","signatures":[{"sig":"MEUCIQC8x38nayLaFjiUx5kFGo6V4hk6oHr7odIxGr985iPv6wIgUUAXRDFQdonaZJVU4FiZBkKVQfx1pCtO41228bEmp/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4305166},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0e3447aa071a978166d882ab7bf9259fde44a752","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-0e3447-m8rfw7li_1743085458626_0.10627722238099069","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-052005-m8rgdu4c":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-052005-m8rgdu4c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-052005-m8rgdu4c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b797abd257c81fee76279aff3093cf48c546eb2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-052005-m8rgdu4c.tgz","fileCount":932,"integrity":"sha512-4jxgoero4zKUFG6qwh6weWLm9M20hXDwWGHyHph5N5GqB4OzfsLG5BerKFCGoj9uD3RmOz2ksw5yhE7uxArf5w==","signatures":[{"sig":"MEQCIHFbjBougT6Dv/i8VG8i/0d5bVa0um7cO2htAyzzJVQ1AiBEj0Zg3U5mTBMjHvY5AoLxI/bQV6Oos6IQELAOkLljww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4305600},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0520053b8d365213eb979a62f13682f4fe555933","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-052005-m8rgdu4c_1743086038859_0.03346282785995425","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-638093-m8rh6gl4":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-638093-m8rh6gl4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-638093-m8rh6gl4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d19ab99a55a3ad1aad1bb76c6261bf52250b11ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-638093-m8rh6gl4.tgz","fileCount":932,"integrity":"sha512-PyQQnTZRzQUSj1L2pf1aiZIYBROtUOJcfG8VoD1yZg58Zw4PoBcfiRoXuH2clRBMjJz6bUSrGFMKtWIqBv8LYg==","signatures":[{"sig":"MEUCIQDugFhHFMRHV0bOkgVbOPbwjwM9AGmdbKvZBydR8RufIwIgCdxqwN0/zBYh8nWSKYijtUn8Vkv1p2Y3mnolwN7GktQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4306256},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"638093346f2ed3a6273e94ae6d4a0473919913a5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-638093-m8rh6gl4_1743087375744_0.9524212324962729","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-bd38ee-m8rih7vt":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-bd38ee-m8rih7vt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-bd38ee-m8rih7vt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ad55ef902b480b649554027b082069c230cbf07","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-bd38ee-m8rih7vt.tgz","fileCount":932,"integrity":"sha512-Oyp3V9yJEP9asapd6ibnqMcWH2TFPveym7HK6cwlf1CGpKL1mYsbG9uCo279D7o3U8mQ66vh5ILB2RIqpO14cg==","signatures":[{"sig":"MEUCIQCuWTBESaVGmYDyTrfOD5ar5JcpiOt6dQ8KoE58crYglAIgCYLnEqBVgCjn8W9Nutm9aCcV/qDz/991MebCAySuibc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4306262},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bd38eeab89d9ce344a5c188f1d43d857a32c542e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-bd38ee-m8rih7vt_1743089556125_0.5023738556815265","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-1e1b0f-m8rivkhs":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-1e1b0f-m8rivkhs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-1e1b0f-m8rivkhs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5235e97b0b7244fe7db676d865cfb939da3adb7f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-1e1b0f-m8rivkhs.tgz","fileCount":932,"integrity":"sha512-FtOPL21JVeAwT5bO4488p9r3cd97xlnP2bPLUDItUMMgmW5NYcG2+FcVdG+tUlY/Y3QZMjVtsm5aNdb9kOzK0A==","signatures":[{"sig":"MEUCIQCEV1he/LrBkcSkfD8//PdXDkl4RArbfsmVgDDwydD2nQIgZqra4f0KFgDitq/4dCeomXNcKYytAxo6Cvru0pA5EIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308571},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e1b0fdae3866fc05a197f22bbcc5988b79bbfd5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-1e1b0f-m8rivkhs_1743090227096_0.39624279854833433","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-e3651a-m8rlrdgh":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-e3651a-m8rlrdgh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-e3651a-m8rlrdgh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9188e8fddf1788ea7aa0111beb7237d751889083","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-e3651a-m8rlrdgh.tgz","fileCount":932,"integrity":"sha512-GIpRlxxiEfsTuDgwePJlNzW9jlys7/6+MwXq3xf8OiwzyCchR95+i6eJWu1SkQU+EyKCS8z4E8fGm9f8X3Nxqw==","signatures":[{"sig":"MEUCIQDBE4NLg8PRFaaP+KNsEG1aO4jlc9hY/hQdkCcfr0wypQIgCWEYeJrrhMasHrhMURp6CGPZC7N+zD/Rzsl8kOjYY7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308665},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e3651aa7db83347b2fc1ec1c01e5c6dfc719d3cd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-e3651a-m8rlrdgh_1743095064252_0.5764061673520651","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-097093-m8rqhcrt":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-097093-m8rqhcrt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-097093-m8rqhcrt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"079e4a97699e37cafdf58730703f0d576469fba4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-097093-m8rqhcrt.tgz","fileCount":932,"integrity":"sha512-/P5tl8s+Nr21NEYYdOIR1mOu+NyJ+32KO1LsKnqxjysQJNhfVr0w0dssQCK0qQiMnxhRq5KPdYXp5rKx7iTHew==","signatures":[{"sig":"MEUCIHGEyIEUiTpU3a+cQMF5N60L4pgBYr4eh+J3gyNyiQe/AiEAsOMYMbx5wb5qQ3uxXV4TwTdPZgCqBCy5zu4gPlz8xnw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308355},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"097093b686cc67a98f367c77e07e0059f2cb226a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-097093-m8rqhcrt_1743102997007_0.7124933918594785","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-b2d61e-m8rs0o35":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-b2d61e-m8rs0o35","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-b2d61e-m8rs0o35","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"01736639cb56586467671c1a0f415557b0a74f58","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-b2d61e-m8rs0o35.tgz","fileCount":932,"integrity":"sha512-yvenxuoEwgtQWwio1XWDd2KSxJKqZrMeL+XBAvzTbQMlHetaJb5mnu/7W34qvIOrmiDGD8504Jc8K470Ft+vLQ==","signatures":[{"sig":"MEUCIDyuwPUi+wvb3OuGEuMWY1/DESe40HckQWdT5BRIVO9eAiEA6YOQR+dawCCFzhOlJOyE+Uc0Mh0enqMSxEq8JcmWumA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308468},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b2d61ea5d9038ae1ae50da6ecce408a8046ea823","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-b2d61e-m8rs0o35_1743105574179_0.5408041692693186","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-3727ae-m8rt2bs3":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-3727ae-m8rt2bs3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-3727ae-m8rt2bs3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"11ca9314521840ee095146de5e472cbf89d38f3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-3727ae-m8rt2bs3.tgz","fileCount":932,"integrity":"sha512-GHhlruv9gYk58V3YWzrzyfzPH8fJflxoeOEhZ+LStIfdK/+91NllZKAQ89fAssKteyBWM27amfYdWoeTU4zA3w==","signatures":[{"sig":"MEUCIEndz1Wzj+HN9CqigwdcHfyO8IOSAJ83fCWwpDRJvz/HAiEA9Of+s2LUnQwbINVrFhx28JyLotB0dtTAUxV/JNv5vm8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308988},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3727ae2b4a63e242417bb8286ecdec007ea96e70","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-3727ae-m8rt2bs3_1743107332387_0.24344292357292585","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-9983c8-m8sgc4ps":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-9983c8-m8sgc4ps","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-9983c8-m8sgc4ps","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50dedec79d6c33bcd1f4453f92f9e64a91effd4b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-9983c8-m8sgc4ps.tgz","fileCount":932,"integrity":"sha512-eVMI+p/SIZpNb7VNzaQT13uwaL1FpD8fcD299ol3tj69Ti2XfFdQ41+F/wdOQOlNPtYRZjn2RP879yDrAKo2nQ==","signatures":[{"sig":"MEUCIQDV7mRKW2OU4cYKJh/ppjR1YE8IfRTcHbIl6mVi0ULn2gIgG+1aS61fQaz/yHtubkJnrBwBCKVZ9Barbdwb+hhOuos=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4307019},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9983c81b7e430cb83eaddc404707baf9bc9ae036","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-9983c8-m8sgc4ps_1743146430159_0.678232409376113","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-ff458e-m8smsdej":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-ff458e-m8smsdej","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-ff458e-m8smsdej","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e3dc035d2ac8172f796099ab562a0f3290b4387","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-ff458e-m8smsdej.tgz","fileCount":932,"integrity":"sha512-I33pyhxlldqK+VfoXvVLxsMDBFXG+pgd4pdAabjtupPyTnLl6z3rNFuUr984sNcAI0E3fvWGWlGdCxI0Y4qs+g==","signatures":[{"sig":"MEQCICTdawgUAcDXOmFfGGsy7V5AIj7Vf18qIcOOzX0+SNtqAiBiekcngNv+L7a0J/n9b4ZM0JtmG20tf7+3L6ZPv2wV9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4312069},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff458ed0bfbcfd85844f1ca37aced1b46e266679","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-ff458e-m8smsdej_1743161620631_0.9478585922676166","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-0015ae-m8so12lx":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-0015ae-m8so12lx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-0015ae-m8so12lx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7cca3f659df467936921a4d0f70ea8c032a9d255","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-0015ae-m8so12lx.tgz","fileCount":932,"integrity":"sha512-uR5wkIvTiBsFfZXh7qQBt3lVUVUxYqJEcVYJHDOc2nopteBknUmrR3Vh7nQEDpq+rSSvY9PpUi8thGxX55beyA==","signatures":[{"sig":"MEQCIBPW5o1gLEWCdfzbecx0MTt5gwS+lI7spVCHL+M8DmCwAiA8DyNFYGhTej1LeuVq2Pz1mfXmFOIF5SfR1yiK/8G/rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4312001},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0015ae0b8fd8e45ba542260e384c4dc8de12c1a6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-0015ae-m8so12lx_1743162432331_0.3026416339031863","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-d8f7ac-m8szsmq2":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-d8f7ac-m8szsmq2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-d8f7ac-m8szsmq2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d2ef3295d00c05f4a62abd9663ea8268666fdef5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-d8f7ac-m8szsmq2.tgz","fileCount":932,"integrity":"sha512-CA3/ERuYO1RJkxACJ151JGTBjyEnb8Noxsgv8HosmBrH+BaRcSMzN4p19ZhhfdckqW5ypC+FIImCMTPNHE1Z9Q==","signatures":[{"sig":"MEUCIQCflgQuGEDbqxZ51PhO0n/ML2ZwSaVk5+RmaCF9/HH2DQIgBJwkAp2dADNYaho6ND7jnV/Y5BzkM3SeSvkDrgM8vBM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4307022},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d8f7ac6c56f38bc698663c0ce4ca7cccfa3f7de7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-d8f7ac-m8szsmq2_1743179112373_0.14698984868518816","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-a32d4f-m8t00mvk":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-a32d4f-m8t00mvk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-a32d4f-m8t00mvk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5d2cc48f22dfb0e95544d919cd31a5d95fbea5c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-a32d4f-m8t00mvk.tgz","fileCount":932,"integrity":"sha512-RUXzTxU+4agV73PTW/PwURXaTWAptTCW82WNwxma0p2Kmj0/eXEnfb/qdtWM/d9NkobWz7TtWC7U4qybVf45+A==","signatures":[{"sig":"MEUCIQCZtqrZFOhN8HIB6lnpqy8EAKZ0ptqooIMgWbWynfblpgIgKpA7TTCdy8lvq3+LZIAEDaP4hA4TAn6E5zSConoKf18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4307007},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a32d4f189e9d6dec6d8f8caaf824925b4253718d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-a32d4f-m8t00mvk_1743179474450_0.9479207057117931","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-cf8e29-m8t0ex11":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-cf8e29-m8t0ex11","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-cf8e29-m8t0ex11","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8c154f054ff75ce0aa27de12417b864da780655","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-cf8e29-m8t0ex11.tgz","fileCount":932,"integrity":"sha512-t7BmRJcJGiDB+XDuJ76kAUuZJwLfsK7L8JvgUbKZ4pgS0qikgABraoXxrsJGKlNlzQF1NfUCURl1FEdD112Dxw==","signatures":[{"sig":"MEUCIQCsDB1AkFJRgeSSmwSuO5c7PhdrcTYvmaJPDb8X0RGtDwIgR3qUSNZzQkryYWvCrnwh7v6A8JlGqD9nOisQ2Agc1XE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308641},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cf8e297bd932a5182f782541bb82402127d820e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-cf8e29-m8t0ex11_1743180145001_0.48527798672179245","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-fec3b2-m8t572iy":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-fec3b2-m8t572iy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-fec3b2-m8t572iy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea35368b04691857396ff0911789a0a2d32f9f83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-fec3b2-m8t572iy.tgz","fileCount":932,"integrity":"sha512-+pAhqlQg9ZoZHuxMdxkCCRsCab17aQUrokcf/mF4OC7FXs60sLrnJR4N5aUD5HdlwuMwK+h5wS9U8bDxrNXfpA==","signatures":[{"sig":"MEQCIF8c4mbk6UQA6VUuw40dM1FzZldEkt1oQLB0iWGB3PuTAiBXSMnbpoiy6IK1cIIIuXvBw2Mzpejz0zqwPHYuItk5hw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308696},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fec3b2f47f8e334ddda3242dcbb0128607115292","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-fec3b2-m8t572iy_1743188174014_0.013253266028639521","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-765365-m8t6kgdy":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-765365-m8t6kgdy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-765365-m8t6kgdy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2b867c682004cf07e2a11ef1bdcb93cf0de76832","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-765365-m8t6kgdy.tgz","fileCount":932,"integrity":"sha512-FKuD48ggSFnauj6eS7F+mtXFwtinGyaRYlb1J8CUOqIIduavjjIS7K6I54+n3a5qEg2vcGrReNvddpfc7xF97A==","signatures":[{"sig":"MEUCIBA/R5cRg4se8X2yQd0g/cgiKoaJdpP2ZpDUZcz4Wos+AiEAu6TkZES03l0EpqV/or8bWfhxdg23JdtUqvncXGkh4OA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4310666},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76536511f06e82e2bcbc4dddd50024845e092844","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-765365-m8t6kgdy_1743190476393_0.057708748116798825","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-3f207c-m8t6yv8n":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-3f207c-m8t6yv8n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-3f207c-m8t6yv8n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e6f3733378f4a89da97a8610957e65c7140720d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-3f207c-m8t6yv8n.tgz","fileCount":932,"integrity":"sha512-2ozJq+SpDjWzzuDTlYC2gSJVASz7YvPgXpMxotqiXIMdw6FFV63bTtzKqGRPL8e3S7h8F1yU8xTQsjxdBq+DBA==","signatures":[{"sig":"MEUCIBNq/URc4drnqG5cKa9tC9zzDgFtzWMRzQfZN1sDnFEvAiEA+6zYFypcG+zCP3P/uHl0+UifEL7TI2YC8u4B/1+OSVs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4306313},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3f207cc804bf2888846a71b3dec864f4afd62432","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-3f207c-m8t6yv8n_1743191152174_0.37502210276807313","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-2b4211-m8t9674f":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-2b4211-m8t9674f","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-2b4211-m8t9674f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d03a5f2290cc88b928c4ab747e4d57045571b3c4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-2b4211-m8t9674f.tgz","fileCount":932,"integrity":"sha512-ecWuy2IG2gH6/HkmFYliJ1l5VKmnqRe+9uONeOnjtnEPoOhGt5a+5TG2VtF713oEdE/ysVeLIa4QtA14Go0hQw==","signatures":[{"sig":"MEYCIQDY858f9nQ220lowpvHUQMjo1EqrgYRXDJd/CaNZDOpBQIhAP6lrePBv3OcPe2gol4/OWs+woOCij+y8RfBUvV+Vl95","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4311110},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2b42118527251ab9fb4c7d151880570194dbe9dc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-2b4211-m8t9674f_1743194856704_0.21165883304353694","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-0ac1ff-m8t9n6mh":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-0ac1ff-m8t9n6mh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-0ac1ff-m8t9n6mh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b6eab470b29ba07d133c87f6bda231eaf5362441","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-0ac1ff-m8t9n6mh.tgz","fileCount":932,"integrity":"sha512-CT5UIo5j2GV2LPZtE4k2/XmEfmqHT3BI939tKSlWpu0/9Ffef5K2E9z21Zx76PACGfBtqqLkq1jPAghBws4agw==","signatures":[{"sig":"MEQCIF8TKfe+p3y9qkx4s5tv7kM3TueFgJr4yV3rT+25rR9IAiBDAvrONLu+qtoAL0hmgELr0HMcASnc/S5tLfL5mDXUVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4311509},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0ac1ff887d7524838326b6739c1a397544b0cf28","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-0ac1ff-m8t9n6mh_1743195643218_0.4883926852102707","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-e7918e-m8tc3l0y":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-e7918e-m8tc3l0y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-e7918e-m8tc3l0y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e043494b3982506d99ef1d6c51dfcdf3bdd0b23","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-e7918e-m8tc3l0y.tgz","fileCount":932,"integrity":"sha512-dT/0H+VXRw8VNy2D2XAoRbDwj7pbSuRZF79rw8NYzewEa8Lv8nj1pYIlyqboZHyw4Zl78HhTLndpD0IflyKY7Q==","signatures":[{"sig":"MEUCIQCUtlNYdazG0+Vc7499TgReo1/z5nkB4jfafLNC+5O45wIgPrnCDcL5m479m8tdD/FGhaSmH3Jr51AEyy9jDTUcqN0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308951},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e7918e2a260776608eff9d9431a68d9e4c9c29e6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-e7918e-m8tc3l0y_1743200006229_0.7554668820337369","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-76f054-m8tcfpd1":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-76f054-m8tcfpd1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-76f054-m8tcfpd1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"09e2e471d3be72d017b0f363d284456d78807aaf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-76f054-m8tcfpd1.tgz","fileCount":932,"integrity":"sha512-vknU6AV36mlm7cl/XD9RfKFNGwZxPeLNCbh9NXri8Fq6N35wbs9a06vXdTchEMz0wVzxrPgjxf6POi4N+V9dYA==","signatures":[{"sig":"MEQCIC4MpXbgb/PXR8W/AsMbSmdsGNoBb/YNWCNLo3cDWygWAiA0CRNn+nytBjPQVHjCf2Vf9XTf1mMM/o6TiA6++/6oCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4308951},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76f054fbb47f968f01533135df9da9bcc4e26edf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-76f054-m8tcfpd1_1743200575641_0.31914513536387856","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-5869b7-m8tee0l0":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-5869b7-m8tee0l0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-5869b7-m8tee0l0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"651e8bf61b2d0e5fde3c5f7a4239a4ed3444aa62","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-5869b7-m8tee0l0.tgz","fileCount":932,"integrity":"sha512-rwBuB8V7rA+qt5MEvZtZD2a3SMs4Gk8SSIH2Mp++hJqNEzxG3QHOwH15OAMNDlB/G1JnSt1j5HAEoIx+4Sep5Q==","signatures":[{"sig":"MEQCIAPKFFcupiJ0SdP83F1NeLMFeZ6sJsZg3GXmZRrppCRlAiAczSVtfwxbA0xBOu5MVMy1frH/t6kztKmayfhY8euR9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4309155},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5869b7969393f108944553c74526200e0c1567c4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-5869b7-m8tee0l0_1743203858706_0.2125516894263424","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-8e5104-m8teqzta":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-8e5104-m8teqzta","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-8e5104-m8teqzta","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c1b7a47b266d0cfdefceab6ec71784daa1f827ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-8e5104-m8teqzta.tgz","fileCount":932,"integrity":"sha512-bflCDjoB5Iqrk1lohourJWZMA2nnSYeLiLNe0XU/fHWBLIGFibuovPdckZ3UCDsK+J4bF/dxbjUhqYjxM/p1ZQ==","signatures":[{"sig":"MEYCIQCvW+T13y1UqSbDrHyXepPDyNY8KtpolBBkQpS7077YYAIhANuqiE9CuhEkXVS1y/wCT+4sFXgSo0A7b3sRAtNglAVl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4309595},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e5104b0870eac886911391fe1f7cc6aafe81ede","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-8e5104-m8teqzta_1743204447925_0.06230543516287801","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-e8ef66-m8tzbcmy":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-e8ef66-m8tzbcmy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-e8ef66-m8tzbcmy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6defe49c040ca41e40525783e3f87ebb2d9fcade","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-e8ef66-m8tzbcmy.tgz","fileCount":932,"integrity":"sha512-uLXGM7Bv2dxYtBaTVT2s7ZLw8LgZz1HouC2kx9Dr5vxbt29J5PMJ+NgrOsb38IJrLwaFmkil/1TDvZ1611ifcg==","signatures":[{"sig":"MEYCIQDfwgM4XFnhcM/rcpLh8VTn7YKmHin+fgc/WTIPYAQ7cwIhAKEySJqn54gjyTgx6FIhQQVLCenL//0Nj6rl0fO+v8xh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4304130},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e8ef66aeeacd8af3ac5a31e21da70bfbc1c7256e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-e8ef66-m8tzbcmy_1743239002607_0.7858089754857904","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-a0cdb1-m8u1fr29":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-a0cdb1-m8u1fr29","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-a0cdb1-m8u1fr29","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8123f79aabbb18f86b6bc0d8b6150f53dcdf82dd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-a0cdb1-m8u1fr29.tgz","fileCount":932,"integrity":"sha512-dTXna5fytOcThYTAYY1kuDaM/a0ja4A9vwXvzFbwL6uZhH50Lox+tfg4IR5aD0MYWXUh+tCR62cV1eACsaWv5A==","signatures":[{"sig":"MEYCIQCYKvvB7o9cOIZz2nGlA8xrihqMVZI/+DEUc+L4/VcX9wIhAPfu3W9/8AqQDPRXg71Ww2R4Vt5bis5OMZGx4wL2zJPe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4309595},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a0cdb149e1ec8f533f962d784df92ed83d20a94f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-a0cdb1-m8u1fr29_1743242579506_0.95178916013682","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-944d0a-m8u2uix7":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-944d0a-m8u2uix7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-944d0a-m8u2uix7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd0fef4a5aa832bd4690d6c2a59843ab469d38b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-944d0a-m8u2uix7.tgz","fileCount":932,"integrity":"sha512-VS/egzesdMJ7dqq7wwE4yLXA9dkAAEOi0YdV59z7HfFwWvJ5QswgDlo19rVwM9/hNYQz1EmVKvUprImzmypqhw==","signatures":[{"sig":"MEUCIQC3cHej0bg68+lBFG64E5BiTUF03EO8PC6L7YuJPq3+sAIgHcQ4rDFpDNAugLQxso11BQADcS/NL30WzlronzZOL1Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4309595},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"944d0ac47c69f5afa055adf3a86e7de83d3574a4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-944d0a-m8u2uix7_1743244933795_0.49810844967683066","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-c0dfb5-m8u3mip5":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-c0dfb5-m8u3mip5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-c0dfb5-m8u3mip5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"be8df81c2e17ba46027e1b5ed2fdb02ab487a494","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-c0dfb5-m8u3mip5.tgz","fileCount":932,"integrity":"sha512-Z+TgpGUXTTyYXRW+sU4CnfNlEdKvLiJ3/NHV0LgEkit3MbAwf7PYJArr6HoJ3d0Q3vQwYC8W1sI5D6OaOMQL+Q==","signatures":[{"sig":"MEUCIQCFSAbh5cYR/Ub6QHUHMBS8KCHKbLQYzwam/ulLDhuL4wIgEejOuN8Dh/jgwdHTD0W1UlnQ1fTTt70heX4Gb5r2IVM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4310318},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c0dfb5f89e8af2d80a08669fff29e0f86a0c5139","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-c0dfb5-m8u3mip5_1743246249268_0.9131836748575746","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-55e65a-m8u4f2pu":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-55e65a-m8u4f2pu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-55e65a-m8u4f2pu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1500d6fe5cd65218f93886bac9daac0601aacd7c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-55e65a-m8u4f2pu.tgz","fileCount":932,"integrity":"sha512-jaECGQWzM2tO1avnZXBqCjsLYg7RGegxWpPZKrZxj7O4GLbO5CFWZuRnLpxmvmUkMjFQuJpAGJU7pitvO2Rg5Q==","signatures":[{"sig":"MEUCIDYaP2Hvya90P6XjnSdbohW3c643/uxHSbrftg9hwe1qAiEAupBAHcg3pZpTTJ0Pt2PI/6Aue7dW3eBO2WwyVvoLG7M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4310489},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"55e65afb754b0da24f6d469a618d0c57c6b93274","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-55e65a-m8u4f2pu_1743247582330_0.2134509103207689","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-dc3640-m8u7u35t":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-dc3640-m8u7u35t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-dc3640-m8u7u35t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5235d274b5d276fee5105335f77712ad7c2a5f9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-dc3640-m8u7u35t.tgz","fileCount":932,"integrity":"sha512-d97Tv0kTtIn8mvxYy1BZbMy+/RQzlnEkb6LQ6kJrzb3wDwK0FgPBaBGOeTroPbOwu5xLxcI4cYHTooEzTib3LA==","signatures":[{"sig":"MEYCIQCaZ29AOCh5WANyFmFgupgBgR+sbfSTYgBGfcp72z1gwAIhANWFyH6cmJ5gTjPfpvmtdAQzdphXrFfIvDSG5i4cjiiv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4310596},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dc364074709461d64de43f3f9989c7eaaf7943a3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-dc3640-m8u7u35t_1743253307303_0.05546057971346108","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-1e6e89-m8u8epzi":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-1e6e89-m8u8epzi","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-1e6e89-m8u8epzi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2992bd8aca6b8a4fa462e0ce07722c83d4ce7c3a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-1e6e89-m8u8epzi.tgz","fileCount":932,"integrity":"sha512-DA6XJcEi+FUM2ORZxDjAsowgXvvNsMmbWIMDpMr+2BT3gVE5i8EkS4/7KbFoTOY0h9u7Kt0KjfHkY3pxrfWPuw==","signatures":[{"sig":"MEQCIBuWLUcZKcEpCbd4dO2SqQnP3/3Iq0XBXkvVquor+84qAiBT+mVTC/frldvuqHuReCNteZnKMP44tpxCAWpVfaRuow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4311479},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1e6e89324d598c2d3aaff8823cca5ab4373fe48b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-1e6e89-m8u8epzi_1743254298293_0.35496745138619334","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-21f02e-m8u8z4sv":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-21f02e-m8u8z4sv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-21f02e-m8u8z4sv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1803196be003e5820093457427f9f7ea35df06da","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-21f02e-m8u8z4sv.tgz","fileCount":932,"integrity":"sha512-3U00AccFFYddBAcyNTldGWKOT1Iz3atFd97wwpaF07sHUFwYiC88U21vI3SOKK7avPDGXVuRgU8L8o7dQxVADQ==","signatures":[{"sig":"MEQCIEwSR6Tu8tiAIhQ3eWUOSsFL3h+BunhEZLAq5oSTBMeZAiA4w2rED6g56bvHCdy5iw7SdBnhL+PO5pSOXlcmgvOk8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4311335},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"21f02e93abd86c526bfdd6dacc01cae6d224bac4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-21f02e-m8u8z4sv_1743255224491_0.6698327439880105","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-ed2e71-m8u9chmu":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-ed2e71-m8u9chmu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-ed2e71-m8u9chmu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"14ff5c33905747124526c8b4b5a5a56710b27d8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-ed2e71-m8u9chmu.tgz","fileCount":932,"integrity":"sha512-BZ2SAWyjw4dQUSoLlWsyPRo9C8KLLbiwaSgUyyflbGQ4bLQ0SlkNR4BEl87w6BFjr2aEBjoATv6Ui3YLUxLtbA==","signatures":[{"sig":"MEQCIHKXPe9NLzCE+28gSyqUdpm24azXgIy2Wum5GnFiRDWVAiBF4DXXAcILrSLYjcEcHIYPmLkAeh9KRlb0t7fwqixz5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4311335},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ed2e711d6cbb8c8334067cac707b3ef7d4f2029b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-ed2e71-m8u9chmu_1743255848826_0.36601645169542096","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-d646dc-m8udvg71":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-d646dc-m8udvg71","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-d646dc-m8udvg71","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"95e9caae8720d4e7bcd9d1711d57ea641f64c23e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-d646dc-m8udvg71.tgz","fileCount":932,"integrity":"sha512-J35It8jH8t+rZ+YEcRO19FW+Wr4+JMtstsnoXrqcnDwDTlVi7kiffSitx3w0WO8pVP3zVm6XG2iapVKeVoELZQ==","signatures":[{"sig":"MEUCIQDxjDRi5spVNTEMSq7JNC/mIKLRHfzGZzFpXlWLMnBMUgIgSQ9SHOk0c5I8KyIuYfKLW2iTmpORFn/fIBx24jwCwew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4318229},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d646dc60a788ee9b8954437936fa8c880ff45f35","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-d646dc-m8udvg71_1743263456983_0.33294567492507476","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-08a9d5-m8ugs9ii":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-08a9d5-m8ugs9ii","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-08a9d5-m8ugs9ii","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c685e3892cd272861ecbdd316c97e724591aeaba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-08a9d5-m8ugs9ii.tgz","fileCount":932,"integrity":"sha512-AM7JJeSwNNupg57OwplYb3h84TUVnuqVok2CQ69liDTgH6F29zhtmk2WbBvHnWXHc3dY+tnuIxn/WzfFa1TezA==","signatures":[{"sig":"MEUCIQDIWgEaSsxS7SlbeazpU342ZXD/Xzwzzy5nlvorTz0/EwIgTFGgcu9LuZBr+GF/729apXw7MakW8HCC5cl7/wzVET0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"08a9d5724d15ad787556abb5028be0f761d36e21","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-08a9d5-m8ugs9ii_1743269679738_0.8271978582538992","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-a958d4-m8ugsj4r":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-a958d4-m8ugsj4r","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-a958d4-m8ugsj4r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7b73d754810392a7167906c8275e05f2f7b9a958","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-a958d4-m8ugsj4r.tgz","fileCount":932,"integrity":"sha512-UmPqCSF8y1RbKoHFxelGP7hY6boEZCNQNKUEj9SPMG+uIGJZZrlwAoxcC7QyBEj0qxovoyD+6lF614L9CKgOUQ==","signatures":[{"sig":"MEQCIF7efdJhBm+84GYVhr0Ovtm+my6jEusIoOO1x8cpgyCCAiA+f9XbrhG4Ik74lw32TK4R7HHw7Q+AxBLkZuvumF0C2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a958d48cf9835ac375d86d378f63354fede5b03c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-a958d4-m8ugsj4r_1743269695667_0.38971788142990027","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-4eb747-m8ugslz7":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4eb747-m8ugslz7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-4eb747-m8ugslz7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7b596b9ad098a45b79b28a95395e0a127afadc13","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4eb747-m8ugslz7.tgz","fileCount":932,"integrity":"sha512-c+5o972hBkIlhlrdm9zuXJRbe9N7fthIHnQDX1FWCpPqCfdbmk6DQsAm5U0fQX2rU33c2ciOVuQLOFjJPEuP6w==","signatures":[{"sig":"MEUCIH1ug1+Qm/TcJy00s9eURIx8PbowMqxJZCB+sl5MfJtQAiEAnVqX/Q1Ra5J5KwPSmJH8R60o1Z7hKsdsdgrRscoPC40=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4eb747ce243be880e14b5ff268b2d4091b639705","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4eb747-m8ugslz7_1743269705853_0.9867210582292862","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-0669d1-m8uhtcah":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0669d1-m8uhtcah","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-0669d1-m8uhtcah","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7502de55d45f60a5d6d878ee43da03565dbfa024","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0669d1-m8uhtcah.tgz","fileCount":932,"integrity":"sha512-skxJNTmyF7dyASjeq2F9fpTB8uFas8fvUtfZ39GYeoaV7koK+OfgORVVF8jR768UAhTV9muYo+hdObrlN5G3kQ==","signatures":[{"sig":"MEYCIQDntSbEjCXE1Jfl4eQRFxfUAmJHd33fPRxgy7URVF8tgwIhAIF357CDNdZYbV6gxHuskcBIJcu8uWilNb9d09Mn+cGm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302104},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0669d110693d121e1f19180036bbe38cbc779c53","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0669d1-m8uhtcah_1743271437715_0.3320012789744635","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-84447d-m8uhwxd0":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-84447d-m8uhwxd0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-84447d-m8uhwxd0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a404ad891768d27e649e4f84f766b5683b350c4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-84447d-m8uhwxd0.tgz","fileCount":932,"integrity":"sha512-oySYGBMkg1CqvqFsdGzvhneKnPknhEHO4Ym6cwyTPAeeJfi4DV+bLt3E28rTYXoeFr4UBa/xe0yTZNU2t1vQDw==","signatures":[{"sig":"MEUCIQCJRONu3WCrhvWqQ6v01kZDsYqnXNYEgzBPSKB2YH3ttgIgNcE8QPA8yC0JS30HqRPY4LYDLuzQJ9MfYpz+EE193Ls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"84447d2594e711058eb66d43f84fd28aea8181ad","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-84447d-m8uhwxd0_1743271592797_0.49669617637968333","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ba1939-m8uhx24n":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ba1939-m8uhx24n","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-ba1939-m8uhx24n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0b577b66d3d8eee3725d7c8432f003d6c5f5dc20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ba1939-m8uhx24n.tgz","fileCount":932,"integrity":"sha512-WEGqi8YrNJOcsdwXe16hFVxY8Krmjsgcrkv6uFgAYhzveW0ochFpM6QpLCUywwfRNptgEF+Zhx96zrzQRx4zyA==","signatures":[{"sig":"MEQCIDd49FRtKn3WAF+eicL3c3dJsqeOfUlVMWBxNJPsq838AiBMUk0vq2lAe/sCvbt65ft/dXnAF+qNAQGZ5VEGetrNTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ba19395cd75934fedaeda1ca14809ba2a04f48d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ba1939-m8uhx24n_1743271624996_0.22398471532735753","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-2dec7a-m8uir7ma":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-2dec7a-m8uir7ma","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-2dec7a-m8uir7ma","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"98c7e077a7f3eaab9ec836bab6077784e14cf73a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-2dec7a-m8uir7ma.tgz","fileCount":932,"integrity":"sha512-GyXNEPjkZnS3IGQXwgwVkmgvoyjSXdR5xIQ/daJX1UEAuL5CiMfoHEB2VUmwtJTb0RYzh26dZkzdZVlxpQwgpg==","signatures":[{"sig":"MEUCIQCj6jRTHv1B8+ZmlOSvn1jsLK3kW6VDrImsLGyMGinyewIgcBbZGWW/JO6gowgE3uqbprzvcakkpk2Ads3ytDfyqzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4316848},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2dec7a252cabb21ab4ca41b41e54a8124c8fa38c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-2dec7a-m8uir7ma_1743271659938_0.3162762886755537","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-882ce9-m8uj8njo":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-882ce9-m8uj8njo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-882ce9-m8uj8njo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fa6d8a55194dfbc25465f917504e19d90bce8532","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-882ce9-m8uj8njo.tgz","fileCount":932,"integrity":"sha512-GqHz0P9efqy4y0tkRoG8VrTIDoZVYGYQ8cUBqA0TfTwuaG/KM8xwr3W5YtomeOYkmXSoemxcN6LACTaYlkcy6Q==","signatures":[{"sig":"MEUCIQCm1wJ/2FHQAKIYlrwL8sHaLXZJKSzCSADCeX6qbzIbRQIgP6leOgDdLKSla+rVwiyopDtbaXGFGEc5LgeRhUPjt7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315990},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"882ce93574fa845a178c7a6e88b1949cc59eb2cb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-882ce9-m8uj8njo_1743272480986_0.17907359570980796","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ab4828-m8uj91tq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ab4828-m8uj91tq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ab4828-m8uj91tq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71db48cd1009b8998b97e9ae8c8a54e72ce00357","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ab4828-m8uj91tq.tgz","fileCount":932,"integrity":"sha512-5bIXyxiTu5n/bqqGiS0SktcDKT8ol1d5IsjfzDWHTWcodxsF7LsOXCpQ9aEaC6IyEGahXczvAzg/UthNTIGYzw==","signatures":[{"sig":"MEUCIQCLPr/qwqn0Fq9QUE3QRgDiQcr0DGp59X14LRiAAJw0iwIgDo08zbSaSHYTlgZZE+eFyYN3VGzJSsE3S8Lgmij8nLo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302104},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab4828a70a65065b380867c7ba3c61ff13771652","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.1","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ab4828-m8uj91tq_1743273832302_0.6353340602274025","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-5c35a0-m8ujaf0x":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5c35a0-m8ujaf0x","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-5c35a0-m8ujaf0x","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b6b9ebe00dc6ec940073663336d3c0cbc44ae94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5c35a0-m8ujaf0x.tgz","fileCount":932,"integrity":"sha512-RqRS+epkiRtKnDMm8B5Y2NImK0eTxNuLHahM8cwqvrXIUtDYf++a2gRDDD7s1Or+uKrXN+4+ZfIKgm3uuc7x4A==","signatures":[{"sig":"MEUCIQDZcdM4VrSi3bYtGWBcqYko+U29QpL4Q8Ei28m4sb2/1AIgc37/ZYvdj/OqM9TKscIkJiCAJOlK6boVOkjaXj2nMbw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302105},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c35a0fe51019504d027b5043afb2293edc4ea4f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5c35a0-m8ujaf0x_1743276695588_0.019945430315297052","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-30a9ac-m8um83rc":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-30a9ac-m8um83rc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-30a9ac-m8um83rc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8500c8dc492bafb412b2ac57a530fa7d9505c8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-30a9ac-m8um83rc.tgz","fileCount":932,"integrity":"sha512-L9tLbWNv+8CVQjTQWYChNfAhah9YeKVg5vUCqlZ1qxG4fwhA7uQNF15ToetwauL6FpV5Y8CaG9Db3oXz1nHzCQ==","signatures":[{"sig":"MEQCIHjL8v21zpOer4vq8KUgolirDJmpDd53I4xSXOeyho2TAiA79KSZUZNQx0SMVup4qLeNdv7JjUGIlQgArQeVVRwzmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315990},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"30a9acb0fcbca219c46d706b1913ffd7a607c9df","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-30a9ac-m8um83rc_1743277498988_0.745510899448115","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ef1be9-m8um7edc":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ef1be9-m8um7edc","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ef1be9-m8um7edc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"89a53319005ce5d68c834bc476cdba18ba208d9c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ef1be9-m8um7edc.tgz","fileCount":932,"integrity":"sha512-1tVDVQdtWIYCQSvXHVDnLw/009BYgW0Uv7m5e0z6ZK2WZnr+kwiTftJaLJom92exNj1i9OfGPUKP/wrJKxRqPg==","signatures":[{"sig":"MEUCIQDMzrBthBONGjuv3Q0gb54pAfudY8h0lEHM1M/CPJfRqgIgSH8t6dXMwhiT+ljcgFXaG2mjam5oka8vKvhHlG82P+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4302104},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef1be92efeb96307dafd47f18dc1d9aba3fe3349","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ef1be9-m8um7edc_1743278804839_0.040035934186022804","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-05d5dc-m8vfbps8":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-05d5dc-m8vfbps8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-05d5dc-m8vfbps8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9bdcc50ec9eb933341432beec21fafd2aed7f44d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-05d5dc-m8vfbps8.tgz","fileCount":932,"integrity":"sha512-f6JuOHL6ZMNvcJPrsHAckGG6hxAe7ojN1byQWqoucqntRc9UxmnTo/40BVsQtH6mZht3UV6vvDIIs8+7cM77/w==","signatures":[{"sig":"MEQCIG1M1x91gvh1h3xBdCPmreVS7T3Td0F7plnXahcbSaUiAiAVpEmV4pyJSeqynRBU6jZLJkIQJIfW/sQXjcYGRpnIAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315990},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05d5dcebfa10deafad232ee080a022fd5f316b2b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.10.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"^4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-develop-21ee79-m8tekngb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-05d5dc-m8vfbps8_1743329383078_0.922709114897106","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.8":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"faeb6f41c8608e422e4eaf48e76f7aa6c2f53a3e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.8.tgz","fileCount":932,"integrity":"sha512-Ld3a2/ftBi9+6Q9Vjk8FO6SPnclPTx4dX7hTEdxMvTGV0cxTx74uDQGuB56tUXy6xO2W4YOv3pGV8YJ/EYYVLw==","signatures":[{"sig":"MEUCIAk7m0LCCiqumVzuD5ubPywn5vfO7IZCspszONFN6CIEAiEA51lou2YFz1pH2LS4WrnoFhqI9jSkmz+6owel4UJooww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315960},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a28c2626af082a2ed022c745f58f5b512d28eb8d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.8_1743334718110_0.14424916174875824","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-301f35-m8vkwg8c":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-301f35-m8vkwg8c","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-301f35-m8vkwg8c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73ff7615d9eebfdaf3b0756339fda690020185fa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-301f35-m8vkwg8c.tgz","fileCount":932,"integrity":"sha512-D3T+JjZKY6srPP0VJ8EnlnGxs+Px0XCO3tc4Wtx6YAtK9fNMkEf9jzR3npdkSqOAnk8XRFeVErhOErIFpxFoHg==","signatures":[{"sig":"MEQCIAa8B1T+pFS3eSdfd4ym/M7zvp9nIjUWZsVaZYIyUIvlAiBWkVyEC2p5/Ea4zZPnzlWxHJ+xxJaaYjMBGe4r66wTXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315977},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"301f35bdc47c7c8cdb227c3df9f37a93cf39de13","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-301f35-m8vkwg8c_1743337038577_0.05864181230884835","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-673f7e-m8wgsnwt":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-673f7e-m8wgsnwt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-673f7e-m8wgsnwt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e17e41bf920e45078b0f28579ce99a81022ad76f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-673f7e-m8wgsnwt.tgz","fileCount":932,"integrity":"sha512-srNgXsHe1yaXXG48lqfrT1HL/6PNZkebDdb6BurMpiRoBuCt4IoO+/8PaEODL0cwJT8R56uzAtt36X1egqdXLA==","signatures":[{"sig":"MEYCIQC+ElBzHQNnBK2EmJ0rgHnmx/VFuoG5c9gfaRCNgkKFtQIhAKPCT1SCXdY4m1EQ77fabvZBoJKoMAHRfPCyUg8+IbsN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315978},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"673f7e0f8705591f5b5fe4204802c2dd60f04017","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-673f7e-m8wgsnwt_1743390632979_0.27404724629186283","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-df8899-m8wz5zt5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-df8899-m8wz5zt5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-df8899-m8wz5zt5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e677ebae4113d0e20a5c3a9a38e459da217cd289","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-df8899-m8wz5zt5.tgz","fileCount":932,"integrity":"sha512-2M0W+8uyUkWKySaNOR5ugeBYOana9mG5Sh6RkoXXNaqHYDmNjfKk6BW52tPvPOxW+ru85Iyi979QHp3NMK0kRw==","signatures":[{"sig":"MEYCIQCowxmZoR6AtYJCsmxi9HHk6tfDepLuQ+drXc32gvJ+xgIhANSPmSPXfufb9sq5OQgDlo/lI8MC1Yz1h2uPnzRGbNsH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4319457},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df8899a54382029509be5175ec337a95a1fabf5b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-df8899-m8wz5zt5_1743421501505_0.9567372136612051","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-cae12f-m8wyfki8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-cae12f-m8wyfki8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-cae12f-m8wyfki8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0aa96ddf2003a205a28ca93859a4c17524cc90a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-cae12f-m8wyfki8.tgz","fileCount":932,"integrity":"sha512-d/ZYLmxzdLv488AXUmRxR0isO08QCWGZoWy+jEl8vA8zOcGVP8C1Xz+3+ZGwI9L2lSaQB3FP2dof9jXe6QS+1w==","signatures":[{"sig":"MEYCIQCVGdo+sCADUy/JeYCW7urs+VKgfCGv468UM2Wi00cT0QIhAMXjtqORzN3f7jypo2XHg5x5Dge6onxebj90LVIKfPI3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4315977},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cae12f6e0220a43e61d4cffb542126cc1a6807c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-cae12f-m8wyfki8_1743427155052_0.24442394581833282","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.9":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d9fde6ba08fc6a9bec7c894726e755face7f757f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.9.tgz","fileCount":932,"integrity":"sha512-rBgV7nuPmMzosyEYrE7NS+qXkoK+oMQSKdCmr6gqMEzMzNFywPGA1T28PpoXXbjQrp+DcIM6Tu6/pZ4FMIk+rg==","signatures":[{"sig":"MEYCIQCjSS45uV4kCEbOXFcZM2/L7JmkE8wYIP/FRRDEE9StfwIhAP3KWQG9HnFJqVqRmGOgiEIUlJXnsK8qePE6wAEkY1bB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317395},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4b81a6ffac44570f06a18e99f0a736150de7589c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.9_1743427989451_0.1327248508710943","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-fef69b-m8xk4xaw":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-fef69b-m8xk4xaw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-fef69b-m8xk4xaw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"23519018eab31e8df508b33b244dc00ebf699b26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-fef69b-m8xk4xaw.tgz","fileCount":932,"integrity":"sha512-vhIotqTB0W2W4RXqASAL5/kxkrICg/SWK9HY6wh6wKKhiUmhWxy2ld0YKZjDwsLp0vmISRF1hd2I0QQiBbQd0Q==","signatures":[{"sig":"MEYCIQD+mtHz6hnf10dfuoo1EnV0nduIdyN3TOmnszYKypvunwIhANh/J5IrVKzf/soBlgrqY71qOGmaLpIU6hSoyd7V4MzU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4318503},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fef69b80e3f30cf2b0b8dfcd0e15699f0a1ce2fb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-fef69b-m8xk4xaw_1743455134917_0.9610997965908838","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-507bc7-m8ycmdlt":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-507bc7-m8ycmdlt","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-507bc7-m8ycmdlt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0641bd73c65b2a22f040e57a4102d6fff98b300b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-507bc7-m8ycmdlt.tgz","fileCount":932,"integrity":"sha512-t8+CjjdudAXGAaqr1srtY5Y+OjuJJ1qj55sj1rWEqmUVBWwHUeMPLHXTWtbsQ/j5evR3iGm02MCrRR4A0cu6DQ==","signatures":[{"sig":"MEYCIQCt5084K4fRSCYrBda7Lh7zmMtp3r/Fnmd7zgPbGL9WwAIhAMjx/3oUpVQJbhJAsmbDYSM3bCUtr4JomwqXS42vdZx8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4320151},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"507bc72c2c9af56c3b74c9b595b9295d25e0752e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-507bc7-m8ycmdlt_1743505888667_0.21800679050072502","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-981871-m8ygrcbw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-981871-m8ygrcbw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-981871-m8ygrcbw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd9f109581140ff8d7f96a1c15926cbe539890e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-981871-m8ygrcbw.tgz","fileCount":938,"integrity":"sha512-7vqEutaQodhY4v57kR+F814TekaISW/7PaNNNACoPlDUSPrUy3tSbRn7UYwbK+y0aOh/Y7fa8jfO6iUz65q1tA==","signatures":[{"sig":"MEYCIQDdQ1Ssaltug5KF1oE+p4ibM9I9lV7UtwudwfyQQ78R/gIhAOgBB0ESc/rWjyP69JdKbGjm6FzFd+I46Vw3vKXEJUDV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4320362},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"98187142c05205e1e04e5549070a2ba897b069e6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-981871-m8ygrcbw_1743511521593_0.7424144202967864","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f32c17-m8yhl4n3":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f32c17-m8yhl4n3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f32c17-m8yhl4n3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69605cc48050e42dd9a1f0f59d92dee74517faaa","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f32c17-m8yhl4n3.tgz","fileCount":938,"integrity":"sha512-7uixxKSWT9lhkZno6vYpxam3vvADtAjmSY9fQKSt3Ns9M2lvoc8BOfmh+Ls0qCTOtkrBw3i13wfOuYkq5znG1g==","signatures":[{"sig":"MEUCIGz2VW2GrAe6DfDvByYQD404iMiN/2MrJpwHVSe66uhlAiEAl/QKLJHYHAIMUwYkM8OrzJr9oC5MV2wv8FZmgkWLKCE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4318480},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f32c17461fa3cb55335667027eb02d2eab2d44f8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f32c17-m8yhl4n3_1743512894232_0.15557792354784916","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e236cb-m8ykcn60":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e236cb-m8ykcn60","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e236cb-m8ykcn60","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8824811091de323796a8e9328720cb5b33bc5bae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e236cb-m8ykcn60.tgz","fileCount":938,"integrity":"sha512-2vdt9m8KMRgE+NyhfRl1DIDwwSaYX8XD3KxrtljKCO99O0aiXH4AqOtN3BZTgmWHDviWVYz6wuOFUGiDFrVWHQ==","signatures":[{"sig":"MEYCIQDMHIE6G9BD8I0SXOvYRBb3yzGD+9Q0SaK1Nmhuw5makgIhAI2uIgZc4+SXEIUjLsWv0B8YbHs5LQpPWXOmveITZ+im","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321525},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e236cb682049a5947cafee329b031779a70bef36","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e236cb-m8ykcn60_1743515962830_0.34748235995418253","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-528b80-m8ymwu57":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-528b80-m8ymwu57","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-528b80-m8ymwu57","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"64a8cbc52a90d43ff8d21ba30397b35f4f5a31d5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-528b80-m8ymwu57.tgz","fileCount":938,"integrity":"sha512-Eidf7y7YTs/nenxhXZ6/uJefiNbkRnZYF10+DegOn3ydahgqdoH9OlGSavIBWD/d+5BME4fu2UbGcWBPT3+58Q==","signatures":[{"sig":"MEQCIEgiPsER0cKmDVFz3ibjB8kNW8ZZFXPXPkAYX8fc5KI3AiBxMBRJnZKIFEvywQStfW/3c19UAVGqOwacOZXLtFJ9Cg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321525},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"528b80dca1f9f5da3d0dbf5c22ac66b52110eeec","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-528b80-m8ymwu57_1743521848192_0.4794396599418598","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-d0646a-m8yvue14":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-d0646a-m8yvue14","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-d0646a-m8yvue14","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9a21a41c1cdbd0bd0f82d6ca71ae5074c0f6adac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-d0646a-m8yvue14.tgz","fileCount":932,"integrity":"sha512-Nn7YJZd9AgBjwYEY+Ch6dUzao6XVCe6MJMTTvPfq8zWD9oC3HgV+yD8nnpUpYD6Qw/EB5agbg8lch0/AKoeGPw==","signatures":[{"sig":"MEYCIQDBl+3Po9Cvf/U/gfdYm5DBFkfWF1Cvozd6n+BOgpCkUAIhAKGrllZgIMkam9aqLb79DEqV2NSSBIM9oIeZLYMPE5Ig","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321548},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d0646a89708d50a847a52e8e4cbda7e3ac5ae888","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-d0646a-m8yvue14_1743535268728_0.6104060515274987","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a9607d-m8zsuema":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a9607d-m8zsuema","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a9607d-m8zsuema","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"340ae65cd5105f1ea2613e7d70b9ad4774874f50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a9607d-m8zsuema.tgz","fileCount":947,"integrity":"sha512-8PF7Pj68tEWgyVQDXQv5N/TAiFTIQ4aS44p0tjjMgWaAB4TLV+ITqLdodBLgVvzcHk/gAVReNAHpU5NSKyTopA==","signatures":[{"sig":"MEQCIC2tT7RsuhmqM+u89th25s4ygt77c/94dgBNRjw8CuETAiBuPNAf1VeqXiW7yCX6dX/wSKgq155AAD10/cIihgIQyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4408850},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a9607d83d4b21b5c4f9be4b948c5749c0fb95c2d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a9607d-m8zsuema_1743590689318_0.6442684271475525","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c2767a-m8zzds2r":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c2767a-m8zzds2r","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c2767a-m8zzds2r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"40f17f936f8684c36cc238071600634107e35f40","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c2767a-m8zzds2r.tgz","fileCount":947,"integrity":"sha512-v2o73+Qoe1CIrHPdSDa/eRp9teCpLsqWg3MZhqtjl2vy8mpBkiNXycZidM778h4fXwSeGBT/JRrfZE8JXd3o2A==","signatures":[{"sig":"MEYCIQCylg0VBBd8rQ4Ww/2Le5Jwg5aJTW7WanIaJigZ9E9IuAIhAKjxoDyQQhdJ1F5qSgiwEU98j8SUKdZsgI1ZVKd0xTEy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4414695},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c2767ab85c46005429320f87603872d1d4e3318a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c2767a-m8zzds2r_1743601674964_0.4963302434138699","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9fc7a3-m8zzvfv5":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9fc7a3-m8zzvfv5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9fc7a3-m8zzvfv5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e646fe09d947b9eb7a467130a319af482856518","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9fc7a3-m8zzvfv5.tgz","fileCount":947,"integrity":"sha512-4JC0StOQqO1BVFDomJKE62ao/E6o4S71gD72JVC0cUT1S6GU8syDrvBUMMn84w3HLZSEMK4rbw+6fv6pGd86sg==","signatures":[{"sig":"MEYCIQCEH+q4IVGJQiFZSiP5iprrL/QOVTHQW8BBc7WKlBx5jAIhAJiEjvhTvUnQZ9dFUixO3GTJLVBVS8s/1PHW/XfMk/tf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4415244},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9fc7a344f58c8a5a95796220e63debf8e201e9d9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9fc7a3-m8zzvfv5_1743602495920_0.3843222694031243","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ca1397-m900s8ay":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ca1397-m900s8ay","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-ca1397-m900s8ay","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8b06ee2559166da387957c61e3b1f61716139ea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ca1397-m900s8ay.tgz","fileCount":947,"integrity":"sha512-XhovYZIU1xUl5/V6xotCK4BeaGFAoI1FELsfg2iUdOtoxCPCSDkN8sQDUgO9bRMHSPum97USmKTA9PnvfOaW+g==","signatures":[{"sig":"MEQCIFwmtoHYL3AU5QG9VVGTIIx2Hd8QKBwh9V47fhZ3lgsUAiBQm1+yeLHm9GfZdjsmiVNk7coX9ztfPkTPQPdtaKY2MA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4415290},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ca1397e967dd437b99b5d58a47f9801d74b6fa02","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ca1397-m900s8ay_1743604028091_0.5131164052131216","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-16dbe0-m9074g1m":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-16dbe0-m9074g1m","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-16dbe0-m9074g1m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2dcf9e180c85820556384f37c4bcd52b2d07b1d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-16dbe0-m9074g1m.tgz","fileCount":947,"integrity":"sha512-XZGlp/N2vipH8ump5NIGQ1JyOewNaDYS4KcXNEo8DF4qJE2zrCySZzoHQx0k+ya5zO1BmYss8dEiyq6tmgSxgA==","signatures":[{"sig":"MEUCIQDKExGpAf7XKOOUA//1E6hSbpnctyh041Vlm+0eiWYKsgIgK8Ya6Mv+JpJEBTAdVZXcKDdJXNuz2ozXtu0EYdpWLGo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4415290},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"16dbe02f0586c87beb8a39f8ea4668a154df684b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-16dbe0-m9074g1m_1743614677840_0.2186270195672666","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-848325-m908ns68":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-848325-m908ns68","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-848325-m908ns68","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5eb0b746367d8b12f9d4205fa46c0d75857e9efe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-848325-m908ns68.tgz","fileCount":947,"integrity":"sha512-NpBizoATFrHyykHGKJksEqni1Idyva08qpQ6PY11ek5ffqXlyetkD+sdBH3BVB8ugD8MUqKM5f9biAU9iWTXUQ==","signatures":[{"sig":"MEYCIQDhzYSckZbXevQK+HHJNrHF2zBD/oXFVFS/QkxRmV7rxAIhANOkj6cOtGE+dfBeviAM7Mh5wEh3KfPgZZFP2ABCfBQC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4415266},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"848325c04eb83fc47eca562efa9ba6da060546db","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-848325-m908ns68_1743617264546_0.23034044944308496","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e89ed7-m90bi4vm":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e89ed7-m90bi4vm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e89ed7-m90bi4vm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"714faf08399e3977e0149093de81277cfa4025a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e89ed7-m90bi4vm.tgz","fileCount":947,"integrity":"sha512-juyIm+EBzoMq2rzVzDq5TWuxoBqS9cOIZiM2oAg2A8Tel7VWRoNq4qzv1JfnWfqQLBXMJBSMeFFpTUKnhQOQvw==","signatures":[{"sig":"MEQCIH9d9Mp5qxZ+fIfnk4Ro8lW4aVRaGprhCvEPWdG180lcAiA6moocQzlazd5+VGIzMf3r51wlkPsq06H2bob06jNEqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4415782},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e89ed7d924a533634de66bd46d9ea3b622fab8f0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e89ed7-m90bi4vm_1743622031869_0.45039789844810363","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fb4e1d-m90fcfuf":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fb4e1d-m90fcfuf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-fb4e1d-m90fcfuf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2482efbcdfe16944159aa7bf5dc472c2254f395f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fb4e1d-m90fcfuf.tgz","fileCount":947,"integrity":"sha512-AUelZr9k/PbJUT225vPpiCog8QrBjuKVeZuNb62bjbPgH6ghTdO0ZHD0jLd1BUmI7EnH+OwnVYBWrhK8gsK5pw==","signatures":[{"sig":"MEQCIDBGCqSHX5XyAEeyxguChH/j61518zrDi1KgYhIOg3BtAiBb7bRAWMP0PcTKvOj4ViUiUAOE/CEFe0mFB3RE1YrmzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4417316},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb4e1dd2f56ee316642884e0333012be89de54b9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fb4e1d-m90fcfuf_1743628487209_0.277114933925674","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b5c18d-m90gu4xc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b5c18d-m90gu4xc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b5c18d-m90gu4xc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"19ea457e458bfe7066affa99d2aa1ae0356aa3f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b5c18d-m90gu4xc.tgz","fileCount":947,"integrity":"sha512-/LQhhKqI05SjYvap/KsM0bFE895E+dW4Me9JVNJ1vgUedITSm9ECEW27mjpcnsid5KA7ZuPrqS1GVe+CqvCsJQ==","signatures":[{"sig":"MEUCIHFvpcNwqdXScdxLmjZjeinqXE4K0/EnUKAvUsNC8CO+AiEAr5cYtvX7MGZ/yMbSAi1fdoB71JqpIwYuLcA4LgmxnDk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4418834},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5c18d2dfbb2644be120d8af7afba150a7b17d0c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b5c18d-m90gu4xc_1743630989608_0.4338685935404134","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a24cf3-m90hsb7v":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a24cf3-m90hsb7v","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a24cf3-m90hsb7v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a946f066b7d9534e42b393c0500cfa5897cff1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a24cf3-m90hsb7v.tgz","fileCount":947,"integrity":"sha512-bEb/aMLpVVsxIVMRl4L2WELvDImJJfN6P0yl+H2fvnlRYaA/d5XwF8f5i0E3AxwdlbFM0CduDOh3TxQZ+KhcxA==","signatures":[{"sig":"MEQCIEYjVQPb8STJruh9dYKf8U45LljpEE0x9eGbXSPrWKGWAiBa9Y1gzlVGrH/9nq8d7eCNd2Sjv3K93MjqGMIUt4ILGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419100},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a24cf3094e436fd2dab11e2992e2af246c24fdbb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a24cf3-m90hsb7v_1743632585486_0.3702770726566249","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-02de92-m90z8wur":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-02de92-m90z8wur","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-02de92-m90z8wur","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"69a790cde92d9cc470b0121b32998b8213625519","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-02de92-m90z8wur.tgz","fileCount":947,"integrity":"sha512-qPQgO+eCVHRZcLblDGvLcIS35dsjHTc4bqG6oV4lG1WQxxcFxWt/uU6dVY+xUUkfbd87ZNxeXOzTMaTMsSSGcQ==","signatures":[{"sig":"MEYCIQDk8xsgWH2DI+8yToJl+jsyxFwURrOIY7jxx8hE0HtXPwIhALVewo1VSKcAvpSDz9LDgNKIACZ4hE+5ZBlk9pTf9dPu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419112},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"02de92d181e27c999c5c10bea9f6bd77ff3fd62e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-02de92-m90z8wur_1743661910370_0.7114681579395572","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-17bc30-m910fcdx":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-17bc30-m910fcdx","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-17bc30-m910fcdx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0bf839c9b09ccefe6e5af0f9c9bb02763e1c1bf1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-17bc30-m910fcdx.tgz","fileCount":947,"integrity":"sha512-GhLE8jIkBV8VwuvTCOqhI5AiezAVIQQ7hBVLBI70W42g8oct5ihi+oyDCI7O3PWU3YTomK869uSvR9TI/unEwA==","signatures":[{"sig":"MEYCIQDwwpdd/foLJ67FdrZVsADJtvEmX2oNsRv51mFbjTjhqwIhALedcLfwbk9VaXQEYdTIFtCskQV42viMCbiFnMruMisV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419130},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"17bc30c6389c0f420ecef844eb1e40adb3f4466a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-17bc30-m910fcdx_1743663894355_0.3946931053925411","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-cab2e4-m9110092":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-cab2e4-m9110092","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-cab2e4-m9110092","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd2c1e35b9a043568c2e1639973df76e61d3c2a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-cab2e4-m9110092.tgz","fileCount":947,"integrity":"sha512-9JtGdaHEG3Sy7utxY89AV81rm2N2o/7QJlPFFqtPbybZjSb3yJPSb7sWd4rDlnL8S6czuQeN/jDyoMPIkuMvog==","signatures":[{"sig":"MEUCIQCBdHOdpLH/MhNOdI6exeXaS9CbygkiUZL1gJ2QUK96NwIgOqti6ZIYoiXA59QOKvae/M+lk+VIeCQEA1eK2Kfh9So=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419393},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cab2e49c1f8d763b6dc0351c11f11ec58dc7f9e7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-cab2e4-m9110092_1743664852965_0.604275587359421","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e645c9-m911t3p4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e645c9-m911t3p4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e645c9-m911t3p4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8316b7a119b3a2da554d9fbd7e52a2f5044de096","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e645c9-m911t3p4.tgz","fileCount":947,"integrity":"sha512-aFvitgCrBxcOUqolY71plVP+kSooNZQ477c/9v3M4Il75/EaryJO+eRj+LwGiskr0F5sSaQBw73hmgJrvGkDWg==","signatures":[{"sig":"MEUCIETkt3jf7TCUAcEQDyyZ+egStUswe1EoQIJB3O8HmCE0AiEArn/GbZQm8hpf4cPfsawZJhbS/b7EgzO8c7cnExns9ho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419589},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e645c91af8c52a54d1b7b03138254b097700612b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-7dc738-m8zsrlcj"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-243c0d-m8zssvxs","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e645c9-m911t3p4_1743666219149_0.18316052511357617","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b76228-m913dybe":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b76228-m913dybe","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b76228-m913dybe","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d8897376ccc0e58eed469e10deec3cc596da416a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b76228-m913dybe.tgz","fileCount":947,"integrity":"sha512-xSByOIs9xWqoeIPa1kI6dg5uAei/F2apK/PIPR2xfgOv+6VAc6LythMPiVvFKHU/tZ7+3bVAPb7xnnL980jKjg==","signatures":[{"sig":"MEUCIQCCqgVs2zbvHkD/utGRcdvifw7kcI9QOejMqzMpnpc0CwIgem5Gk2NeeKz5y+q8uG0Ca0EgnxhWhHdMLDxM6jP4vak=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4419934},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b76228c12f6c675364e590d0f14758da5cb57561","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-a438a4-m913204n"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-b5a31f-m9133ibo","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b76228-m913dybe_1743668868488_0.9992060433921259","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b3bbfd-m914us63":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b3bbfd-m914us63","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b3bbfd-m914us63","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d86ba48eced335e1604d31241d7816bf4985fa8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b3bbfd-m914us63.tgz","fileCount":947,"integrity":"sha512-aNn53niF8IA533n43XHNYa6cVNAjO83iDQ+TvLtnbB1wt6DMNgB0AB8HzO/3r06uSpdSNYbXDU2TJQlxUpRQcA==","signatures":[{"sig":"MEUCIQCYGhOl+Zn1toKmq+6O0JrcDK/Vvomweypkj/TCWsW0vQIgbJWQXD204tGgXZb3fCtErFvw3QIEW2HdRdJP4aeOYgQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4420212},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b3bbfdc02aab82db5d5aa3f557ceb1eb76ea9a5e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-3b2731-m914rlj3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-e3c9fe-m914t45t","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b3bbfd-m914us63_1743671339653_0.7848714530123231","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f72997-m916r2m1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f72997-m916r2m1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f72997-m916r2m1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68cd8fb2d20940912e1b79edd2a10f5bb843740e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f72997-m916r2m1.tgz","fileCount":947,"integrity":"sha512-m79XY26wV3O5UXZyDIRqGotLU+OPbVFG/t1fGqojmbP43LuRIodC/ZBNhih7hO+Mlui4HhsgK8gWwuhz4oyMUQ==","signatures":[{"sig":"MEQCIFWIDw+xpUzwKLjYrk3iTKVckQmxJ07qHyMoPu9hNGo3AiAPda8s7PrYbfP0Csfsrg5LUVdE7oKaJHUJTZxUrBmYlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4420187},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f729979a13a7cae50a8ac4c48e4069c89c3d8ae0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-3b2731-m914rlj3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-e3c9fe-m914t45t","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f72997-m916r2m1_1743674518283_0.7159066466579698","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-48b216-m919p0y1":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-48b216-m919p0y1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-48b216-m919p0y1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78eb55a3864ac02ad95c08aac54e0c154ff93445","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-48b216-m919p0y1.tgz","fileCount":947,"integrity":"sha512-KY0Xphk4AjBcELEXiuPg0jesnnfmYYSx8PxaQu3m1oRJhmxGaQalDUx1xbfEfS6jLZkY2QUVeY92EAgJint0xA==","signatures":[{"sig":"MEQCICuAaMN/+8qr7naZEh+1IUokXvV54kAd4BFXDTrhC2ECAiBMwrMIGNaS+a+bZRfNYxOl54JFHj9oQX+GVtEUD/9lbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4420359},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"48b216276b4eba11fd7d2e17e5d5d1eb41958053","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-3b2731-m914rlj3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-e3c9fe-m914t45t","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-48b216-m919p0y1_1743679459381_0.6474352458018857","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f0f74e-m91cr1tk":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f0f74e-m91cr1tk","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f0f74e-m91cr1tk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a13254ac2e35fa8fb4621408b3b76e3997960fb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f0f74e-m91cr1tk.tgz","fileCount":947,"integrity":"sha512-iEGJzwiIcNfyzzTWBAUAiFUaDk86muuYVpI3AXrMM4gK/SsFFXyNiNsDO/5nYT1c8w1mDzlYGfD26NOoUibrlA==","signatures":[{"sig":"MEUCIG5xDhxGXONIm8xKe+VTGvMIGl6pBUX16sKuSlK0ixO2AiEAqOuTHqL+x5csSgHDGbTnTUXCRt3tTHr3rd8F6CRdmnk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4420445},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f0f74eddf39897af8f93c8919f854de24ca26115","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-3b2731-m914rlj3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-e3c9fe-m914t45t","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f0f74e-m91cr1tk_1743684598041_0.6523409983935438","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-459e57-m91qnsho":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-459e57-m91qnsho","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-459e57-m91qnsho","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f0fb4081a9ea114a7e7a9c571a4944b823baa09","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-459e57-m91qnsho.tgz","fileCount":947,"integrity":"sha512-yH+Bij56TUTseryrKJSA12VD+9x8CJDhhr6WccNDqh7AJPc+LOTLYBVamUl0XA1Q4LIBjoug97X7SqYbs3r8+A==","signatures":[{"sig":"MEUCIQC61UpYacFQEV1NbSCkgSPPH/u74GPTQ3OqVIjSoxNLjgIgddemSQffzl6Gl0qKA3++mLY1zXRPhb1Dr9D0tnmnwiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4421578},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"459e57ec860c961262ba6d34042652ca67f44850","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-3b2731-m914rlj3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-e3c9fe-m914t45t","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-459e57-m91qnsho_1743707959449_0.22194110991038407","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-58fc32-m92jovs8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-58fc32-m92jovs8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-58fc32-m92jovs8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"29f2c3155e886096bb9a5c911837e6df6869ac24","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-58fc32-m92jovs8.tgz","fileCount":932,"integrity":"sha512-WT0/wczBaau5MPs+u7I7coZVAD2I8/k1rm7zXKI/eHGPMIqsue4NCcxWeKOESOgo/haUymKvB6E3OkjWcsYaKg==","signatures":[{"sig":"MEQCIEjNN9kl4HwrVoMSD5gP/Dvk1mq0RbpGfLiRpZocwaTVAiB0K51s8fkZ/XNqgXyhFmtHaj3dhuQISg6rEB4gtRRkqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"58fc325c8e473b7f6f2d35a89588b043954feed0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-58fc32-m92jovs8_1743758317365_0.6630667405163575","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-8f4171-m92jy04i":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8f4171-m92jy04i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-8f4171-m92jy04i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"574b4087f9949831faeed6b76f5ece86fa0ad876","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8f4171-m92jy04i.tgz","fileCount":932,"integrity":"sha512-PLBZd+cmf+CoSJTNFuHItehTAovJCyaWQZ/12zMxv940gzOZMBEC1LbnGG/BWFQzjYjMUfaU0ByRjMZHGOxNuQ==","signatures":[{"sig":"MEQCIC/U2ZRqUub+AGAO2L2tPblWNj8Z217afvtO8rKHUqHCAiAfqUsrJGzyNwaQyM1wzAJVjvIXHZhVepZVqVsxuCs6/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8f417117c2c17cdfed77a434510a71ed5253ae15","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8f4171-m92jy04i_1743758734106_0.9008272361781342","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-fa9767-m92l056o":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-fa9767-m92l056o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-fa9767-m92l056o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"581830e8884631878a5d2bd5993a26369fb8c15c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-fa9767-m92l056o.tgz","fileCount":932,"integrity":"sha512-Lt2O5OYzJKPWdVUyeG3Vd0tyaDESvbwKecvmi+v5tiLmzryEDIdBbDIHkhDZOvvj+naPsT4E9sXZxpx8XpAltg==","signatures":[{"sig":"MEYCIQDJ9Opp0vNcsfDRCdIq2VFPZwr0r8Ndmpd2SkRGtmH/ZAIhANCrazgnC5T9OsgtrB3k4pUFs6YfWLduRDqqV+wlo3pn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa9767ad6b50881abd84e11d914f8d8c757521f0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-fa9767-m92l056o_1743760499695_0.8531798145543097","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-838272-m92lht62":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-838272-m92lht62","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-838272-m92lht62","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7784e6fabfcf1c32904f7581aef00d88ad7cf0e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-838272-m92lht62.tgz","fileCount":932,"integrity":"sha512-+0qae2sfmo6ZeQ7zOXs1gQaEKmmLsHJAitwQDTK10/pYHyUzKqfoIObjqvkMZEdt6gnl5+VnHp62YYEAksEXag==","signatures":[{"sig":"MEQCIEuBfNIwPkG8KY/jlQGUiQeLTFWk6B91EOSYwNzwhMjQAiAkDqZt+uQ2LiGFGXk3kTAzTj8VbBaTgPov+gc7Cz/8Hg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8382723d759b7bf201a85f9d3bc77792f209c3ba","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-838272-m92lht62_1743761334319_0.008723578661619324","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-0abb67-m92lkwty":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-0abb67-m92lkwty","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-0abb67-m92lkwty","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"830099c74ff87641ec65d0f37c8bb636b3684f0b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-0abb67-m92lkwty.tgz","fileCount":932,"integrity":"sha512-gTDKCRa7MRIWKmgfOiwiAxN+PQSyFBKeE0ERx9getUIuubDrQ8vhOjGFZ40CqCqWl1AP5iIiGi6R3pl90NTaig==","signatures":[{"sig":"MEYCIQClPcGnKG0Zv+nbmZDVz2l7K6JsTFRfuuNuPY1CdkEF4AIhAPc1BSCqxj+zoP5hSZmc2ROeScSN+fA8W/1xeSTRPBqK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317461},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0abb678d2b93f32849c43268f4487320395295d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-0abb67-m92lkwty_1743761478299_0.9972059917537883","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-c2232e-m92lkkwr":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-c2232e-m92lkkwr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-c2232e-m92lkkwr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d5c7612b6c3c490406d33a62efc212a1d49bf7f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-c2232e-m92lkkwr.tgz","fileCount":932,"integrity":"sha512-GtLbTir18/syJC01/EFxHR25jSr+u27ox0TrWnaViIUlsuC9tj6/RSzhhftfYw+70DiGZx/5cMzCikDmlchCfg==","signatures":[{"sig":"MEQCIBh4P9zwM3HzTVROqejl3HArUf+ftU5ROMeH5b7sax6kAiAa/CaCW3dSg0g4CfSPeMl2k2GKqUSDjf8Qfjuy+YSXTw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317461},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c2232e60b0edf0f825b93f85b96a9ae8adeddffb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-c2232e-m92lkkwr_1743761550140_0.3201614260617345","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-ce3d93-m92nkf44":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-ce3d93-m92nkf44","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-ce3d93-m92nkf44","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"da45640bdd8207765092ef1a23a96fe32452f0a3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-ce3d93-m92nkf44.tgz","fileCount":932,"integrity":"sha512-iC4XmmUU0eZF5BHVXITu6KwH9tMhVW3uSCEQ5sCtlQsYYp+2RkvOBYDVDbv+g9Ii03Cc42MnCblyR1aMaOGLKg==","signatures":[{"sig":"MEUCIQCaqMBgvuUnaRSiPDHn/x0T2q1NV3a+6GciJvpEOGseDwIgaYqO01vXmtoYMa/e+Hl3xS8nKPDMGirJJ9t4uug/1pg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321596},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ce3d93a633170b7d2f715240efb41459465269c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-ce3d93-m92nkf44_1743763227307_0.6799880843520871","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-d537d6-m92mqph4":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d537d6-m92mqph4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-d537d6-m92mqph4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"44ef461178fa1a07818215e5b9e359dfabbe0a27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d537d6-m92mqph4.tgz","fileCount":932,"integrity":"sha512-z9DUhHd1h30P08/zfsbEm4+6HoCIq+VTVrWg4a0zXjyfdIUE1xd8lxVGafeBpGrsBdT+uus7Nzx3qCa3uc5rSg==","signatures":[{"sig":"MEUCIQCYZRzTbvWx5p37y5Pvkv82bTEXkLLsSa152Vy5Y0FIjgIgbLJc6oVfmmtddIx53foNlehGevf6FJo0hKKBui2/Adw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d537d64c99994a9a42e9e630afcc6b189df2c8bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.3.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d537d6-m92mqph4_1743763418780_0.8976178997710964","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-d73b68-m92nktue":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-d73b68-m92nktue","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-d73b68-m92nktue","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ddeab7d3f78e56d17c296a1dbe2f677185ed79c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-d73b68-m92nktue.tgz","fileCount":932,"integrity":"sha512-J0lgI5ze6vuL1i4K6B4th62L7rqrPasShDbZ4aYOoM1MdVMkb/XXv2YILISucyymAqnTWZrA3AALjdmbf46z9Q==","signatures":[{"sig":"MEYCIQCQQqO5Tbv/KLb0VKNYhtk3nG2C8VTAo1bPrNpNkzHp+AIhAOk1CBST8Lm4N+vIP6yGV6IDCOzgkBaqbMG5/hWFOPSi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4317460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d73b6857b78bdffe25ec3bf4a17efe697bc8b06c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-d73b68-m92nktue_1743764823098_0.8511688850949126","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-5df4d5-m92ph8ed":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-5df4d5-m92ph8ed","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-5df4d5-m92ph8ed","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ee731f69af40359c067586823688fc94322f5501","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-5df4d5-m92ph8ed.tgz","fileCount":947,"integrity":"sha512-jCYAOtNR/y/GmRq/0QY9TjuuFqooLun05XXZtf0Se5z+XOKlA65+Z3yCAcwIgC0uGsRv+Tl+EYVAFgCwmNPL5w==","signatures":[{"sig":"MEUCIE6VrMTifKIdazTNt0lLEZYVXnsSxeDVzcBI4GozAzGGAiEAttlhmQCQ8GIoWAhhe1SeK4nTjaU+USsbJqhW7E1rboE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4425532},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5df4d57d45f42627f68f1b60e49bfb98e79d6721","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-2f7650-m92p3bfo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-a0ece7-m92p9gb6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-5df4d5-m92ph8ed_1743766438011_0.8863363523556578","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-bb8584-m92pb91a":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-bb8584-m92pb91a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-bb8584-m92pb91a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"77d8328586b0836db17116fecb8784277402b2d2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-bb8584-m92pb91a.tgz","fileCount":932,"integrity":"sha512-PDZYkiqNlOOSZNCyaascb8Eoyc68tmwScjd7v2ffN/k+diFml/PkE9V6pog1VQWVAw3rJ4zfJP9nWpQCTh/9uA==","signatures":[{"sig":"MEUCIQCt6aTk6YUPr6YdYAH/c69r1LBQOmx0Dish7L3kUisF9AIgIWMkQtRXYH5YJJE3O0Lj539WC6oPVgUXCl5u2DQ26ys=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321601},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bb858448ae1fc133834f56b147dc466e697d4ad8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-bb8584-m92pb91a_1743767716639_0.7176693514082604","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-0e879f-m92qj0d7":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-0e879f-m92qj0d7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-0e879f-m92qj0d7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4f14d1cf38306b860c2db7f7dea0af5a6b26ca1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-0e879f-m92qj0d7.tgz","fileCount":932,"integrity":"sha512-gQmZGJkDyxS+5JGJq3NUdlEtXijt4VnlRmlzhs8Cp7o0uFd6lnDYSU1pvS3+0r4cWb4VEuLAy8WAicnhIAneEA==","signatures":[{"sig":"MEUCIEpSES5TbCuYAvolFuLiQ0aRy3F7D+utUzIJjAk3fVO3AiEA4oLBKZG1QwYo//sNVbEhrEjxvRDYJAnrRl6Mfxu6P9A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321600},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0e879fd40fc7c62fb002e52de1188c7f6dd909de","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-0e879f-m92qj0d7_1743770977704_0.06061274743739298","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-b14b6d-m92rl8sk":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-b14b6d-m92rl8sk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-b14b6d-m92rl8sk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4fa9987c6ea21f9e87a730f67d65213439fb0d44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-b14b6d-m92rl8sk.tgz","fileCount":932,"integrity":"sha512-EJF76cRoKSecyeH2V+ZIDL1l0cM7gTvvyrkSdpLRz/RZSbVN7Ds7qX77tvdaNl6dfCsZXuvZebNCzUXgQjdBHw==","signatures":[{"sig":"MEUCIQDBc0GpXXZhoUZBteuTuikC359s+N7ndKkXkF4xuZvVcAIgWcsyx4KlBv4prWxkl9/Up+k7l7ybcggIOoHBL/Kgl1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321600},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b14b6d8525cc2d2c9cc8fa2e7748d45241caa9dc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-b14b6d-m92rl8sk_1743771603370_0.12515471808135303","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-d7e469-m92tdj1d":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d7e469-m92tdj1d","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-d7e469-m92tdj1d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bf4f6d5e598f15f5c556b4ca0f612f0da7a267fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d7e469-m92tdj1d.tgz","fileCount":947,"integrity":"sha512-M/zxqlIWaHl9p/VRvU5vhPVSuHymVIL6fd2NmtBZiVubm++CL4YTs9z5z3HCl9l/plMPlZjDaJt60ssKzU6i8g==","signatures":[{"sig":"MEUCIQCns3ZeNHy6nI2JHLKEhrg8n0ubWt0BSbK/HIMHPkl8IwIga8jKoH2aBVYlRNvet4dPwu6sEW1yssRHQQHpUUH3qfs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4425532},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d7e469f48c6e86696847b609ac34ea044a84bba6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-499675-m92t5l3q","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d7e469-m92tdj1d_1743772984937_0.4529940064900808","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-2d97b6-m92xmgux":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-2d97b6-m92xmgux","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-2d97b6-m92xmgux","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"96edb29dd68378759778a9ac3762b217f4efd1de","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-2d97b6-m92xmgux.tgz","fileCount":947,"integrity":"sha512-AEfq7r+hZBtf7YbdX/V4QL6G92ir6m6D6rdSQaLN2JIbXxWYKmK/iEm3vvp1txz9Z4x04H8iHrMw2ogmVTDM/w==","signatures":[{"sig":"MEYCIQDZjDjUAG3JUBehJfezeOa2iFN/1ARdSKCVSmator2/8wIhAMc7Qw/28SqntIS1TqWY3o1geiA+bJ/+0o3sj0Pkv/ZF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4427808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2d97b6ca0601faa95ae682a408c28c817ade0809","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-499675-m92t5l3q","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-2d97b6-m92xmgux_1743780120931_0.5336348927284866","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-e316bf-m931vggd":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-e316bf-m931vggd","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-e316bf-m931vggd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a1c7df186bf3b02c909e98d9c1a3167af0097356","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-e316bf-m931vggd.tgz","fileCount":947,"integrity":"sha512-gb4SWd4Ihu4cfR5AFI6gHrWM84pBEYn8IDrZtB1O5+OGQx6eGvF3OSQVsYYyJnu6FoUXDkOeSxw6EdsfdBuJhw==","signatures":[{"sig":"MEQCIEYp+u3+zd47vFo7MeLfK0Wuoam6Mi6ApW7RCsbw1v3MAiBBvoPgQAg8otMUIer+n5ea+O0KTQjed5al8C03PKhd8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4427808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e316bf1a987f684564f636deb37e86a54cf05795","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-c69a62-m931u0kl","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-e316bf-m931vggd_1743787259247_0.6326697712385458","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-ca39f9-m932absc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-ca39f9-m932absc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-ca39f9-m932absc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b57f73f76cfdc80d80a109e01877e95cc44a9538","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-ca39f9-m932absc.tgz","fileCount":947,"integrity":"sha512-7ny5I7jUSAm+tJT+CYhmDqJEyIvLFZe33E9DQR0hwrJdklrY8oOFt4cV2ulH8HjfRixGkPNXPYYLgnhPLAuwqA==","signatures":[{"sig":"MEUCIF/7/8e7werGPO/zIbSzx3mDSgZlnWL3HycARvayOAD2AiEA5qIANsovPLzI6L137UcCiwKesVVP0l+fD8i0CEHzuzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4427808},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ca39f974d1db94deff7043197f8ea691a1af64e0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-ca39f9-m932absc_1743787950541_0.6264272396819002","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-cc71d3-m949f8bc":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-cc71d3-m949f8bc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-cc71d3-m949f8bc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"430a89166cba2ba52d77553aac0d2ac34769f526","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-cc71d3-m949f8bc.tgz","fileCount":947,"integrity":"sha512-KNqwdagzlpWD+jpCDa3IhTqk4R5szP/+dXx/c3V5mC/dbC2bgii5lB6OujPxkTM9mWX5AGXTesMIY7PH5gRVAg==","signatures":[{"sig":"MEUCIAr3FAjU4nlagcLPEUMgt/wpI516g48mAI1jp8MB59EWAiEA3Lkx15dh3rpHFwOLfXf0O/ZQ2qI/raBvQRgJm0LIYTo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4428163},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc71d377c3cd9403d9c3e643b4f34a05e0a08532","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-cc71d3-m949f8bc_1743860405553_0.9382219344461993","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-84502d-m96r28dw":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-84502d-m96r28dw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-84502d-m96r28dw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"addf18694ac6c77f209f28926e9d284e4de74130","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-84502d-m96r28dw.tgz","fileCount":932,"integrity":"sha512-6e2vQIACLJuNUazg9fYtKWTFdyIwUEP6ugM/9PPNJ0c6D5n5jepmAN2zA5julbGbPb6iMYY11o25Z75f5x095g==","signatures":[{"sig":"MEQCIHO0WVgrjvTBMs4n1k5dH8L4C1x3wjU5472WoJBeGHVFAiBwWXovSViqiOILdLaO/cpwlVD6VY9BOcn4SNEgfDXjtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4325032},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"84502d4426a5dd7cd70e58ba2ae6cb39eb82fef9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-84502d-m96r28dw_1744012542401_0.3789633071234244","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-6f9c08-m96r2l7m":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6f9c08-m96r2l7m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-6f9c08-m96r2l7m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"760a601504ba4b44eb3b088c80bb3992793157f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6f9c08-m96r2l7m.tgz","fileCount":932,"integrity":"sha512-uOlkMoNVyjS97LaqlUySnLcm3w+DP1K2ZSH3HzJUdvIehm2R075HkJ92lHhCOqxPETPJLW68yt4YIzLwwznxVw==","signatures":[{"sig":"MEYCIQCYy1Xm4BU28MzdEJTLrYYPmQo5OOsy7LVs+quRwkKhWwIhAOxrjjlnBMhAikUgOHc/6yzwwVGMWUBJaKHSTxxsZksO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4325032},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6f9c080b855a092743fc24a96ae8f666d91e1af9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6f9c08-m96r2l7m_1744012557690_0.024120117598143587","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-536db7-m96umh7t":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-536db7-m96umh7t","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-536db7-m96umh7t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"077ab812d88db72ae25f9db4ca3deec170ee02f2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-536db7-m96umh7t.tgz","fileCount":947,"integrity":"sha512-tnu7uThJJJm+tfG8iZPPoKR7RPhbrnN/E2fbp0Z8lXSsMAZffFXnxtqeyz2BBvolk8BB4WY6nyziV/ZuB/WUrg==","signatures":[{"sig":"MEYCIQD0/nnnf3XPDVF0qZiXey9bCiLRHstHOAtp6wsNvozCbQIhAP7X48QjDVd+h5neK5x0HEdYydJkGvHK9mq+3nFQMoU7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4431398},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"536db7cd6dda405c40a35c8e515de2851da9de96","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-536db7-m96umh7t_1744016944895_0.08684496227606364","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-903760-m96ud61q":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-903760-m96ud61q","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-903760-m96ud61q","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6521ef260e7c9cba0a80667e3868ee80c72e5799","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-903760-m96ud61q.tgz","fileCount":932,"integrity":"sha512-2d6sw8tmiUzVeKJGTB8BtTCfTOuJOdvs+J2rplsEG7H0rMkgHj4GLLjkt2vB6Bj31FN3WMARFi5gQcjFaK/Yag==","signatures":[{"sig":"MEUCIQCpTfiyTxyFhxwQPw9NmOW9gUn33VEePdJMuE2YMuM8GwIgLSt122K0dvEbiy2hq4WV9oBzVTQILimgiKQVI/1ZFAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4325032},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"90376058be1f36b1009140f7be1e345c68fcbb6d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-903760-m96ud61q_1744018065364_0.9095787559565143","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fb2971-m96ws7de":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fb2971-m96ws7de","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-fb2971-m96ws7de","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b5070f33d1fcb854195e3fa092dd7a3193f64198","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fb2971-m96ws7de.tgz","fileCount":947,"integrity":"sha512-EpMBCkfUh5uXcPSZyL5Qd/IUsLbEwJaDuY9CAysMBFyPNCyX6hQdu1qSmwpoime9Ddl49ae47ZOBHRPUpQBP+Q==","signatures":[{"sig":"MEUCIQDjba9k6nyaBsst4jFL2ysOIWg9bBeSA8MhYAQ2NVuO2AIgAv2WfJuyAKr1gnfcv+Sc0nUirRJRCoEd+fWCAfgFLk8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fb2971f276825785a32be0eac508d6cb92bd9d88","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fb2971-m96ws7de_1744020570962_0.8360343596219058","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-741bdd-m96wx9hd":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-741bdd-m96wx9hd","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-741bdd-m96wx9hd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d452c27e8ecb026fe48abca376d940bb0b528f3b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-741bdd-m96wx9hd.tgz","fileCount":947,"integrity":"sha512-qaBH5mjGyKmIGMv6GSadrmT6uzutIkdHsLbDhRheLJeqh1E9dqSuqCBLDYbuobJI5xwDN/gthTse8iYj4AJDRA==","signatures":[{"sig":"MEUCIFkim6mGiPMV4Pjn17tIo/zeeEo5KCm5VSuFrFm4Hrq+AiEAtjjfefQkmu5jJ71RGqVE/SZqpaSyAOGmYTnF27qbV64=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"741bdd921521ed2c09e03ff3f1108fb640050661","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-741bdd-m96wx9hd_1744020811803_0.6320034178974872","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-3b45c2-m96x9tzf":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-3b45c2-m96x9tzf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-3b45c2-m96x9tzf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"18d5ec5e1911b2c29cbe5ec7255f80ae969c83da","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-3b45c2-m96x9tzf.tgz","fileCount":947,"integrity":"sha512-xh/nEsxM2vTeFavtEHrBKKT3Ryrs4TuGfTtu7De8NIaxkwZvV2uOpEbn80xNB50xg4D4EwXFmwMWmTvn9AP9Og==","signatures":[{"sig":"MEYCIQDBy+deDBwGdVisVB+KTWGxZSnQZkGOH4fZhXIaWStAHQIhAIFPasTKzYhVjPFDumwrXZ/nGQ3g7Yc2ctVowoEjMPEm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3b45c220c89cc1dac316dc3e80ae9cbe1b61f4fe","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-3b45c2-m96x9tzf_1744021398263_0.8928189922289611","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-0fd271-m96y2wpz":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-0fd271-m96y2wpz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-0fd271-m96y2wpz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8da87fc1c9d22e15abe47ba8696e1bbf8b8e656c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-0fd271-m96y2wpz.tgz","fileCount":947,"integrity":"sha512-J7sUQ0a7w1FyUlhOlHUvMMxZvfylnwtEvZ8Yyp49ARYkjGY4IVq5bnYekV0xx3Nesr8laCclfqGgiITb+hONqA==","signatures":[{"sig":"MEQCIHxqqEEQ8/3Bn6D0Nm/eWQFRvTwfwP5HNG+BIwBLL+h4AiAvKZq1BiGKRJuPNIUSV9Vt/mOrwxdct0r7kBsvvXbXHQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0fd2711ed8066b2138e1a8d1bd9a8cb861d53c97","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-0fd271-m96y2wpz_1744022753473_0.6954695516868892","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-fa5843-m96ywg60":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-fa5843-m96ywg60","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-fa5843-m96ywg60","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2c02bffe3a0b43e19444fc93b8711c935291b96","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-fa5843-m96ywg60.tgz","fileCount":947,"integrity":"sha512-bxmvwUZSR5qhs3LIF8AfGX7KdwixEVjLqVGKi/H3hAMsL/LhGXljSNvQ1UwDzPQYtrc1IFl2G/pf+9NG6HYTdA==","signatures":[{"sig":"MEQCIFN6l2ULS+/IeDlbqGbdOq5z01XTYSFtKiX8Qzg+uL0lAiBX/gdY261BUqW56jsxR8qAltPHMzOol0yx3l9D6tYU5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa58435f0399728e6270fd56736a223f78b192a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-fa5843-m96ywg60_1744024131141_0.21391863068011063","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c51188-m97048uh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c51188-m97048uh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c51188-m97048uh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf33d9b4124d1dfd78e7b384b099a9826c651bca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c51188-m97048uh.tgz","fileCount":947,"integrity":"sha512-NCdHvjvRnAtNK+no/ccXOdCubT4KscRAWNvg8pIvqCYrS1I02xkdrcT2Ug8ynMfRHhD612RgemmOpIiHyHPMeQ==","signatures":[{"sig":"MEQCIBVn/0oQdOGbn7Xprqi47Cei5FFOA6KjSKpPNjR2vNl7AiAHjg56I5m4CmImE6zOKYq2hjkSh1isYRs20PASfvq1hg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c511881a37aae445274a0a718a5d2a3107a727d8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c51188-m97048uh_1744026173310_0.9052415944955772","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-9f33a4-m970mwi4":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-9f33a4-m970mwi4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-9f33a4-m970mwi4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4086460f8b7747b50d40d9d786cd59ff3da2bfc3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-9f33a4-m970mwi4.tgz","fileCount":947,"integrity":"sha512-XLD9h0NHAvD4ekG6ZYMe6VSV9IWDJDQTaCL8g/HmXwr2YcExp3vVrSbIUEsFl0m9ijH4ftZ3vjL0nEKNS830UA==","signatures":[{"sig":"MEUCIQCTWon5HOZhck/WzqgYR+0pEI0IgYpLH1HT8IosUCj01AIgISQ4/FRCcuUF9hODhvOmbvxW1d/fV32dpFcZ6yMeBRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435232},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f33a43e675ef0047b6445ce234f3c93ae7a352a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-9f33a4-m970mwi4_1744027045414_0.615062236359307","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-99a8a2-m9717fnj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-99a8a2-m9717fnj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-99a8a2-m9717fnj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"46256c9890ccb4fbadc5b2d45411eb7db0f155ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-99a8a2-m9717fnj.tgz","fileCount":947,"integrity":"sha512-/zJgizk2IxAeOKgCCD9oR52/mVPuf++JdAAYf9ivMzaHWNzZD2U1U+aeHcNyf9jnaMOWoSG6Pqnu6jyDP3upfQ==","signatures":[{"sig":"MEYCIQDIGl6Pnukh4ZBLUchaIimLVWjIKPb8QHHHmrr5QrCw6AIhAORrZhesW1CEJOA7ecMSgSLczu4NrTk0O3uB1OAZbvov","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"99a8a21d3d7e98bdd63d236d38d69579115319a9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-99a8a2-m9717fnj_1744027997970_0.846169093264947","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-c9d088-m9729owp":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-c9d088-m9729owp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-c9d088-m9729owp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e6117649771c66b97ceb8dac4f13724fc1ad9708","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-c9d088-m9729owp.tgz","fileCount":947,"integrity":"sha512-Bv3n8RJy6qv2qihAMHC6ywuwpK9aKBDcaEv1z2dIjQGPn20NLRfsVd988lFPWHtm7MXGvXK0Emt0V08by1S3IQ==","signatures":[{"sig":"MEUCIB7CQDOe94OQOFq+LejGaVAYOo6lvNOBzhwdF71FR84gAiEAn3QQf7tIdO/JZuExH43nEEL8rfw8ZmQG0A40iLYIsOU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4435460},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c9d08822dc808f3bcaa2a341b50c25bfb67820b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-c9d088-m9729owp_1744029784671_0.1607938378048479","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-932938-m97336xh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-932938-m97336xh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-932938-m97336xh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35edabcfccf71819a3bdd5c641f8bb76de2e338a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-932938-m97336xh.tgz","fileCount":947,"integrity":"sha512-W7MYhyU6LKiGWZr4AIp7R+dDwX68HANWO8uFjWfWxiF3+VezwlFjQ/30WVcDT+kqXm93vEeeeRJz7Jsgpj3cFQ==","signatures":[{"sig":"MEUCIDFOmxfMTmmYxuyzbBH0aNxqlp7WJc2AK0dUWzxaZCDgAiEArc706w8HqfMLUZFIfG5I2QGq1OayO2LsRGoPsXac4tU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4436100},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"93293898cca69f129eb50e0df8d85d96894fb418","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-932938-m97336xh_1744031162225_0.24268368517782557","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-61d9dc-m973rob0":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-61d9dc-m973rob0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-61d9dc-m973rob0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"287aeee19f0cfcce19b1639bd9b367713f44889b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-61d9dc-m973rob0.tgz","fileCount":947,"integrity":"sha512-g9GuVKua7P8Hqriss+tI8+klb+HSseBxtoY+F7hgW42uQVWcNkP3SZZSZVjgLfcj1CWUYjHLgcYFfwEIK3Y+qQ==","signatures":[{"sig":"MEUCIQDaVx7hR868mNuW/OShYYs0JLnRLGaw4bY/bZx37lILkgIgK0jVYf6q8Ecq4WvBneyl+8swOZwxR+Q8IphCDUG+9hM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4436252},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"61d9dc5d9acb1d05e92eca08b0df1d1a686022bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-61d9dc-m973rob0_1744032314717_0.10547264254903932","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-4456ae-m973tesq":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-4456ae-m973tesq","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-4456ae-m973tesq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba0d03d5daae9839f14438ae7bab073027d23338","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-4456ae-m973tesq.tgz","fileCount":947,"integrity":"sha512-452lJPWqFMeuKNW5KgygWHREMI+Rxq3GLIlgAYRMVY2LXxHN3qJub8a8+qOU0TPApV3H9sT41SxSAN1SBDiXUA==","signatures":[{"sig":"MEUCIQDl3i5T5YGp/FMZsw3gFrqL9a+XUED4IpUJCqaEDtrVqAIgaZVbMVvT5sILqPnX84p5iiMNzu2q/0r3Fr2T32To1Uc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4436252},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4456ae87a2d17506b2ba3aa6ba36145e34977702","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-4456ae-m973tesq_1744032387511_0.8842512941030936","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b45475-m974u3xi":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b45475-m974u3xi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b45475-m974u3xi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0a93b3d846b103b4d27a2ed214733473c30f9503","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b45475-m974u3xi.tgz","fileCount":947,"integrity":"sha512-tomdB00iMuoLgB4PrAb9KBvE4G/S4p/1c7v+sNCUfWtirqEUHf49ZqBqgF76BJGO1Mm9ewA0lNhBAATwn0qnjw==","signatures":[{"sig":"MEYCIQCeO9EhIalNqGKbbLnUTPsj/n1lhDTUEAErVAWGbq7XZAIhAOxSNlutYmZonD2CDNPev31DjbiHyDASwZfgQ2Z/VJtF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4437485},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b45475b4450125159c83381d74fd810e4476cdb4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b45475-m974u3xi_1744034096508_0.4010106797376167","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-036dbe-m9763wlu":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-036dbe-m9763wlu","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-036dbe-m9763wlu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e31e3eb938c400c2beff8fd75daea56e49425287","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-036dbe-m9763wlu.tgz","fileCount":947,"integrity":"sha512-hSd58Bfuf0PKTb9rcQxrsXKiAXi0MjNYcZJVP0IIIB741nboOBA8w+xBjzng+oxVxss1A5KtUqXhbwUYVbrQLg==","signatures":[{"sig":"MEYCIQCQq/oD9HzH81gdGgcmwIX+AiMCjont0EM0xpLRGJ6g/QIhAJMpzs82BlW0ri6Q3Ykhmkz/QNvuYjqR+atbnD7Mi93h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4437485},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"036dbe9706be42c4c2cf31704a63fe4db998cd52","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-036dbe-m9763wlu_1744036237458_0.3573680514914266","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-6049c8-m976puaj":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-6049c8-m976puaj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-6049c8-m976puaj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7523c0e21cff2e74535cb9e4bc0fe452d37e5b3f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-6049c8-m976puaj.tgz","fileCount":947,"integrity":"sha512-P4F68GoZ6vGq1r7OUXmx4JzYKnEzxpA9ibQBAaeajejsY7vHmjg+mavAl2yB8vSCYXwhQ4VlWeOYUTa7aw/1qw==","signatures":[{"sig":"MEUCICyhWvWIu7MvbL7dsNCRrBpOpDXH8WG4yRhmYKfLTd6jAiEA+Ab/GQ0f7qeeLxcn2qfX7UzD7TytYMJPuCgS6dqYaHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4437485},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6049c86cd9393ff036bc23dffd1e36b65cc7bcb7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-6049c8-m976puaj_1744037258316_0.446645994824842","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-d3e3d2-m977jkyy":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-d3e3d2-m977jkyy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-d3e3d2-m977jkyy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"081ff5a45cbab52fc3c6f8cb429b2b6453e71442","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-d3e3d2-m977jkyy.tgz","fileCount":947,"integrity":"sha512-LDdhj7JXAjp9Nh9WJxaHuYU7zjZgcsUb0z+l9OFHOr2U9IkfPQrsVou6j++Gai1Olc1WeGEap3J0kR7VC5rBSg==","signatures":[{"sig":"MEUCIQDRdq8Xdju1OmdJxN9EFouvP4adRQHkumkd7tHnZt1QKwIgTqe7wHCHMhnqtGUlaLt1bu93ga6HFBOXCprsoEGCCh8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4438060},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d3e3d2c0e99c25e1db5cb570a19cca4468f69fe0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-d3e3d2-m977jkyy_1744038645123_0.3257544067208178","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-100a05-m978ejwh":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-100a05-m978ejwh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-100a05-m978ejwh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db71acc1da5ffba3b704726ce629320d194c28be","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-100a05-m978ejwh.tgz","fileCount":947,"integrity":"sha512-xtu7BU4EzylifaBQ3iZdUJv7Es9YfkcD7dQY8OnZH2YBfybnicTM8Dm/2cgIXezXM2k25PHZ8Sr4WBWcXxaowg==","signatures":[{"sig":"MEUCIG1bZZpXE3zv29VVNVpn+RBG/dAnYuJ9QtoXNXif5hHjAiEA2EloZEEhjTqBX9k99INjzqs3PFB1oZ9Byhn6+npf7Fs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4438060},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"100a053adc845d2be1a81d3130a0cce9afa3c2f5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-100a05-m978ejwh_1744040091669_0.29566059253626187","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-f024e3-m97i283e":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-f024e3-m97i283e","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-f024e3-m97i283e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c6a0b9d445a2fe56140c4fe188b91b8406f94a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-f024e3-m97i283e.tgz","fileCount":947,"integrity":"sha512-WKn1hnhkPQp6OnqeXBRM8xhwkX4zNkEFtb1fT8lXogGOtLXTRcXVn/OSJ8SDPQOw9OyUMDC1MG916Y6IAD2wZw==","signatures":[{"sig":"MEUCIQCBLlPdQapDYJmSzzD+lKWxQBWJUjczafJeufDRYn/EigIgDtNpPn9QfgpnLT4PlpIFynEve6A1Hhv4jmRT6zMDfsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4438060},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f024e37f7908b135786c93f0674383818e157fe9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-f024e3-m97i283e_1744056311805_0.5271391843398938","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-974302-m98bkw0u":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-974302-m98bkw0u","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-974302-m98bkw0u","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"86b83491942e50cbde08b606afdfac950f01fd7e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-974302-m98bkw0u.tgz","fileCount":947,"integrity":"sha512-avCk7dO5/J2ZOVLO+4RJO5PH1wtAsFXuK5Lluv1u6VxrKnREct+DcHj8KyvO0jbHfIKDBuaPTC2NbWHgxlsa5w==","signatures":[{"sig":"MEUCIQCkNKTJbNHCieBs2MKO4jE5VKa1jhK1wej0oHG1ccwflgIgd1cUdAxwUwYCRV4zLRvwnX4TfBEkhrT0r6eJ12xXvOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4439549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"974302eacb68313c06772231911843f0ffe0bfa8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-674e20-m93294hk","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-974302-m98bkw0u_1744105897485_0.5573359914810703","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a42f3a-m98rcnby":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a42f3a-m98rcnby","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a42f3a-m98rcnby","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1781cd88ef10d64aeb5468720ecdb2730d5993a4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a42f3a-m98rcnby.tgz","fileCount":947,"integrity":"sha512-yz3nu/9gADuMom7w+PilkWv3Ika4GC2RAcExg8J89Q11K5dVzteYbUOeZyEY5kLpMrhWR+1bc2pTJtRouTdWDQ==","signatures":[{"sig":"MEUCIA82vmYhbUhOgVuYmA3HcGLMFeljhT9Cpcw7Nq15sTemAiEAiEa3SyWRQCXowg5JPy7qPAqtHnjJ2xS34TfIVr3cvV0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4439549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a42f3a26de40d9cb8e9954e6f74b6e51a21ed900","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-feature-466c37-m92sytux"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-feature-349db0-m98rbb6p","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a42f3a-m98rcnby_1744132380200_0.9775190554625157","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-a1eb7c-m99t64sy":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-a1eb7c-m99t64sy","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-a1eb7c-m99t64sy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ec8a070cfc353f4f9f5bb7e71c24fae6b79cf83b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-a1eb7c-m99t64sy.tgz","fileCount":932,"integrity":"sha512-JApXk5iobUgC7ECMqsWAklUNx9Mly4KrPmLx99mWnr9+rOeckX+cL8bbX8+hTn7sPNDFBhQ2zHS7xvEnDtHMsQ==","signatures":[{"sig":"MEUCIQD/soVav6tyR4etOgXm2baEs7vRtQbbsgzBvKUMujhg5AIgXk7zh2qpPOL/wgsydmR3G1wIVaS7jJqFWMJHo4ogyis=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4325078},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a1eb7c8e951280e5236869760edcf8dc2f673945","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-a1eb7c-m99t64sy_1744197484444_0.7404407184072719","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-025980-m9b5eo8t":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-025980-m9b5eo8t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-025980-m9b5eo8t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a47b2cb6067d9fdcf33232125572a53e2c1be2bd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-025980-m9b5eo8t.tgz","fileCount":932,"integrity":"sha512-0eMbRBsHPgtfR8JMUZYCn9u6Qa0JtO7a9kszU7WblAoVjF2Jhzbr4OtGJ2ToyX6z5iGKWL/VLhu5v4u0jOabug==","signatures":[{"sig":"MEQCIG+Z0VI3Ch4BAch7EOOEgOApteSqMLIuPd2u/WfTAUCrAiAUbGbuiQaSQcrdfOoUmfKWqR70UWRGIzBqSXs/YlkgRA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324676},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"025980e620436edb49deb2e6c44db67a91a60192","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-025980-m9b5eo8t_1744278518570_0.660807616474911","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-b5fbfd-m9b5imu8":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-b5fbfd-m9b5imu8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-b5fbfd-m9b5imu8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ba99c08a9175a16b745b0c973ba9cf57d1faaa2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-b5fbfd-m9b5imu8.tgz","fileCount":932,"integrity":"sha512-r7t9SW7T975lnoz4Y3F0lQEtoCYzyvgtX2MTO1Yy4DJV9QZNp+VSYZ/fknQa8cotaDZAXa0yQO1aVC9+xwKFSA==","signatures":[{"sig":"MEQCIDP9PV57tndGrH990Qtf+Hj56ecZgjXWlSGhya/RPkMVAiA8eVfk0FSVnnitqqBqv+yJw89rv3lwc9efBRx3ojNhJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5fbfdcbc66ae3fbe5d6a106ac919bdbe366fd87","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-b5fbfd-m9b5imu8_1744278645556_0.5805159856496875","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-9dda87-m9bhosrr":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-9dda87-m9bhosrr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-9dda87-m9bhosrr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e0bc1da38d18d07b28ee8274e591d3996817664","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-9dda87-m9bhosrr.tgz","fileCount":932,"integrity":"sha512-KVO4SlhUb2solyXP5UDjhgwzAoVftyh47BczXRujhasIXVqo6dfa9AGq4XsyhVw4c+GTE7yst8b2iV3a3wLekw==","signatures":[{"sig":"MEQCIA2Iun6ofpEnwQ5o3jkMFCH23nTw+qXtKGiLREBtwXJKAiBk6dgh67I3S7rMaKOrFkEOw5jKijYk/u4nQoPrOuPNWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9dda87dbd90a57a78084af6a068366f01b1349ed","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-9dda87-m9bhosrr_1744299129932_0.15368778946384776","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-a5e6da-m9i9hpbu":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-a5e6da-m9i9hpbu","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-a5e6da-m9i9hpbu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78623e456aa9a32a96a5341a3a3fd0502a430fe4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-a5e6da-m9i9hpbu.tgz","fileCount":932,"integrity":"sha512-t0JNY89wYcQc0Uh/RNQiPhFjs2jJbSfI/G24VrogkFfzSNSXmqWnMp5SGAeY9Qx0ZTSaYSDscGHFl+V3/nCrqA==","signatures":[{"sig":"MEYCIQDX37qIRTL3JkTfDVLKr2XayKM5A21/0plY3PTeHF4AcgIhAKO8PeXNq+tUB5gcUvQql/PtQEI7TUVHfa8jdG95qOtz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4328361},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a5e6daf2ca23caab0bd10bd34c8d8ff463d81382","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-a5e6da-m9i9hpbu_1744708628407_0.10016308608511437","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-f4d2fa-m9i9m47x":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-f4d2fa-m9i9m47x","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-f4d2fa-m9i9m47x","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a952bcd194cda6379e1487ad729cf35e12523307","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-f4d2fa-m9i9m47x.tgz","fileCount":932,"integrity":"sha512-VrL6A8VLPGmAtRcV9aek1F/2syJtHWYl3G8tS86QYt8wtiUsDrxb5mxB/WtuS+rVf3XROJSETfru7b8rBdB5rw==","signatures":[{"sig":"MEUCIFXMCWEMk6E46JrYVHrnlbOFyR6ExLlbLSjCflxgUJbjAiEAzH3VzHaiWoDQPavzmNjAtREDRFupJzMkBRbACgxqRzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321024},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f4d2fa28c4f4fc55832577f0ccb2c3061defce38","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-f4d2fa-m9i9m47x_1744708876470_0.4463973741721863","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-2b7e87-m9ibvsr2":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-2b7e87-m9ibvsr2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-2b7e87-m9ibvsr2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4f3f09a672a3ebcf419dffa65593dd3a50ed1aba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-2b7e87-m9ibvsr2.tgz","fileCount":932,"integrity":"sha512-6u8iGBnbp3ZxETXVfS5p+/lsmUSeHNoHghb2jrCVPqDM76yEwkl8b3gaNAyb7v1t1l9QT9I1sOE1gm8xyvr3Ag==","signatures":[{"sig":"MEUCICTQSwaVphn5YUQn2Rql1fIX7a9AJu8dbu/nU+bk8HEhAiEAioYPz91JuQdtoUqyaEgBLof2MllWZg2dQ/glLmXl3UM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321613},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2b7e877e4b0854342792ea0571cd9ee3a21a32a8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-2b7e87-m9ibvsr2_1744712648894_0.35739876549969485","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-5c2fd5-m9icq0dw":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-5c2fd5-m9icq0dw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-5c2fd5-m9icq0dw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"327fdc8f08815765f0ba242f8a175b899372f866","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-5c2fd5-m9icq0dw.tgz","fileCount":932,"integrity":"sha512-QNdnc3vH13NabGmijjWN52T0VBNh4sfn4UkpcyUcq7gMijGHlCzKcHu9kjKU3kw1ezHre90DMr3cfEi5eAH/tw==","signatures":[{"sig":"MEUCIQD/jtRVPMTUGa19ORC6CPOLxEyAondEmf43JLtobYv5wQIgUDQWoTRLN4DYbwn51nrYRgVP4U3upz3Des41jqz8g+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321810},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5c2fd58b9449d8513674e823184604b8d37f20af","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-5c2fd5-m9icq0dw_1744714048079_0.7184381881348201","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-562617-m9id0oz7":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-562617-m9id0oz7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-562617-m9id0oz7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"638aa08096b95cd49e1514366d372349abb56ee5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-562617-m9id0oz7.tgz","fileCount":932,"integrity":"sha512-FwbTxayWZymjNODm6N9i6mqZwTNcqKUD8f69nxeh3oiXMg799cegHgzC7Rhv1omz2buExOpf2M6G11ZMQcM/GQ==","signatures":[{"sig":"MEUCIBmYQ9238QBWb6PQQnHFBYAEoydsPKTFxACVOBOH1xeSAiEAkXwy7SUg2saY0fFjIflVQs2K9WpKXA+oCeHJtNi1Uzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321915},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"562617e6a83e454ac56510674c1cb4f4bcfbe0cf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-562617-m9id0oz7_1744714568498_0.6934819992095613","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.10":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.10","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.10","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"48b01a5403cea8e98a3e8ddc61f0a34507e46a0e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.10.tgz","fileCount":932,"integrity":"sha512-k34oESJ2YvKr+CkQ43iJf1+sfsUafqR5AUkn/E8HvYuGx2KJUU+balN0yw4GzV1tiYJn7YfKueVcEcM1om2ewQ==","signatures":[{"sig":"MEUCIQDM3qQMA/exPGONcUIhvpYRoe6PaFIE6b5kqc3Eeeai3AIgOqUXV95999pFuQ719p1n2kNynmYCMIiP2EgOKbTw32c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4321900},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c129119195b4a52c9c07d42586cc6672f66f156c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.2.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.5","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.10_1744716649867_0.22486357168034","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-5952f9-m9ih46hr":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-5952f9-m9ih46hr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-5952f9-m9ih46hr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74dd985a67ddfbd4a9bf415122c60ee32056498c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-5952f9-m9ih46hr.tgz","fileCount":932,"integrity":"sha512-Bt70oUZWLxC6lodI6B38gnfpKiPqh04D5kkVrNNHHvPH5nQWP9MAKx1wGAro8N3wvSZb/Hr1VIQFWfKnNX7c5A==","signatures":[{"sig":"MEUCIQDI1n3S9GIeQS9Sv97lJKqMjLLf8qCCJy+jH49qAx039QIgfx/3nUSN9DGzrLbEwsj81DV2wCei2QmpG4AOCc0QJ74=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324764},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5952f94ec4bcf26575cf304b688f675b9b89b69b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-5952f9-m9ih46hr_1744721453066_0.08671559053074596","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-42b215-m9ih9967":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-42b215-m9ih9967","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-42b215-m9ih9967","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"956b10d51287519f35732a9364e6aae13e0c9f35","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-42b215-m9ih9967.tgz","fileCount":932,"integrity":"sha512-11RAiQSUijuoKkWMdvULuYPF35hqc66/YXnllSN9fxDC01biX583v6xuJSJbfaPaMPQOfEjeyayHSvCJJ0sYTw==","signatures":[{"sig":"MEUCICY/GOviuwLhmgCLRxLANRAEGzgJ9+tSsucinU34kscYAiEA5vTrr7ffSKCT/462prIhj8F/r7vhHomIH84G4wSIYXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324877},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"42b215efaab957a0852c5019d27f1df1d3fa5599","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-42b215-m9ih9967_1744721675165_0.9800845720922327","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-58a0f5-ma4svvh3":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-58a0f5-ma4svvh3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-58a0f5-ma4svvh3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9cdf65fefffb5a5de4cc6c431662f435f692daff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-58a0f5-ma4svvh3.tgz","fileCount":932,"integrity":"sha512-5S2X9jlVNK/kAlOU/4uM+kNqHfEXWESoYm2HCVG8W/hhmmh5L6jdhaJ7x85imJiYfGfcvZTSGRaACnaaJXP14w==","signatures":[{"sig":"MEUCIFESTUZZbpaGXX7nJRqoCZB8wECbyi8awGx16PHV6EE6AiEA4aGjj+RCwuQaEKrcSujSnXTaYzTZ13G30S3Zt0I22R0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"58a0f55152b87108a1292a473d56b9a81f02819b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-58a0f5-ma4svvh3_1746071428056_0.6808179796487204","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-92a3f9-ma4sw2e2":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-92a3f9-ma4sw2e2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-92a3f9-ma4sw2e2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c9364af1341d31a7ac92e2493d42df6194e41f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-92a3f9-ma4sw2e2.tgz","fileCount":932,"integrity":"sha512-1HM4sLCkTtuAZfzvULmYBZHfLxp1dpML+7OxC+GzYLXXQ5ZMbMDsaGgTqAV77z6gPOfzzKywMcAiEX4pZYBUpA==","signatures":[{"sig":"MEUCID9xRgZzpbUGmhyfiwfIxKm+zF35u8q77N5w8EIs8cPbAiEA3YKWxdD89mJ7lKNEOtE8Ese/GqILCYEtiVbFhtenDyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"92a3f92b641825acd38f2bbbb0a57b4456b86f06","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-92a3f9-ma4sw2e2_1746071456548_0.42478337549046064","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-a3dec2-ma4swe8m":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-a3dec2-ma4swe8m","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-a3dec2-ma4swe8m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f23c662edc52cad414469e4d593b862a259aeff3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-a3dec2-ma4swe8m.tgz","fileCount":932,"integrity":"sha512-htUdMvbfCET6lwCaxRVU24QsUhSHpD+j5YLUag1a4K92vcLR9o/IbFonNK2UNAuzvEL9sz6mMU0Ft170bYnarA==","signatures":[{"sig":"MEQCIAEeVfA8nlgX7d54TTRELK1nO1GGNF6UkAOIHlZqYt+9AiAshQoIzZ3Mfhb50HE1SmENgW9q06b+DM4C96yNGJSPoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a3dec2907e71796d46780f78422d7e8a7522e183","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-a3dec2-ma4swe8m_1746071474928_0.9267533066105496","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-e6b950-ma50jwr5":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-e6b950-ma50jwr5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-e6b950-ma50jwr5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3a18a2a2734a88a5fef456a3f96a1b42077b570a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-e6b950-ma50jwr5.tgz","fileCount":932,"integrity":"sha512-09uJvlHplPWp0/nBqeRr0hvU98hzaAWqWGSnsVriOaQ5xOfwqnElRHx5BQfMKqOSrMR1Vhfvx5ouv4Fmknjmxg==","signatures":[{"sig":"MEUCIA/2JpXeACqCOHsYChsqoXijRPooy+QRzi13oCIzk7HxAiEA7IXuuiCP20CYQWXTGKbdzL491yInuRQHgSq7n3V5TiE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e6b95042cdbd9132d05a716c003bfdb5cbde6462","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-e6b950-ma50jwr5_1746084340770_0.044392628230095044","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-790396-ma50ki8l":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-790396-ma50ki8l","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-790396-ma50ki8l","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3bcb4e2b5953a4e50474d98196a4ab292a37c47c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-790396-ma50ki8l.tgz","fileCount":932,"integrity":"sha512-rRCfrTxGWFBhfvlgvAYGxYVPWPzcJJoBk8HGevy49pomjj4krpqEwPem0yRy4lDcoyiuSchfrXx2MkFYRkhDVQ==","signatures":[{"sig":"MEYCIQC51SRnZp38Q+xueRSTeW/k4hRpEJscvryTiHcZGoFmTwIhAMzXqc9oSQZtGkeRAavFvtOMtVXLTjohGbtLqKQegkOC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7903962a0587b15ab59707c3e100a942e8e0100e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-790396-ma50ki8l_1746084357186_0.9722513986824892","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-96609b-ma50kryg":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-96609b-ma50kryg","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-96609b-ma50kryg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9b443d9f573ebc14d27265f2fb1871b73184d5d3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-96609b-ma50kryg.tgz","fileCount":932,"integrity":"sha512-/HtxIoJvpKxjT3TMMBW8h61to4JENoWpKGtOUwNIaZ+dfZP8519RckrKizj5+KUTEGmrdrqvFRWFvihg0/ytng==","signatures":[{"sig":"MEYCIQDEssppB5LSla9rFWUndR7PchoGw0v/bWkliAVZIxVNdQIhAO1LhoTakPC6BFEQEaMEj0WZbL7TGw5JqXlxGPCkPxaq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"96609b8ed6f614a42b877f52e766c2b23ef4f25b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-96609b-ma50kryg_1746084390933_0.06687905483353895","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-815a26-ma50kms6":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-815a26-ma50kms6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-815a26-ma50kms6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"51bfa7a8709e24f0263901d6ba42cf5005c3c371","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-815a26-ma50kms6.tgz","fileCount":932,"integrity":"sha512-gFUlkpDEnqgt3ZsiHfijjTISeLtfG1Yy0DAF23Bsb2snvTi8oo1vYhqtos+tKW8fwkgEXNCmRCtExgePps/R1Q==","signatures":[{"sig":"MEUCIEIQ1IGUXitsVJ3YQvaGaXtnxU2Y65EUgJvqBAj8NybHAiEA65f7AJ+ZRi6Aikev1H727TJAQXwgknaEVdN5bRj9+Sc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"815a26d6a3aae569052ad543c8cac1a768a61517","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.2","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-815a26-ma50kms6_1746084413035_0.13521778521618755","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-2afa02-ma5ae9l8":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-2afa02-ma5ae9l8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-2afa02-ma5ae9l8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b66467fd17278a315d2fa15411b6dc4be5e25f97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-2afa02-ma5ae9l8.tgz","fileCount":932,"integrity":"sha512-Addt891nMBZrjuFYCkMIdDFlX4UsuDT59tLkgSU+20Zml44bhvbT05ndlLPeIZ4SErJLSb7tSmEfyi7bKc4WPQ==","signatures":[{"sig":"MEYCIQDZsfVbx4btMLbkrbI4EawvCfBkBRix8nYiBYpcAKLMTgIhAI9cRBKG/l6Rs1ZN33rlkMuJg1dypn2k6In+bsOSSD1c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2afa02b2c81234c2d0c9462a44da47242e0df27f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-2afa02-ma5ae9l8_1746100854572_0.33075452268562855","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-5b202c-ma5af3xp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-5b202c-ma5af3xp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-5b202c-ma5af3xp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d4a3a9f46c1556da87d530a6fa5235100c6d4f5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-5b202c-ma5af3xp.tgz","fileCount":932,"integrity":"sha512-q8Z+7lq2rMUJ2+9chKZ1Ah6YivgcOCq9H8V6Nh2/k/kDcCCjTH2jnmuaDGlCbAKmANSgJQTnlyTeJ5S/CJdUwg==","signatures":[{"sig":"MEYCIQCMG2HiBWRxOUsM5HAQRef+tMXlNssXHn7cCpC6NkktKgIhAKkinvnDcT8nrMcBoM9zHZgpnakdHOjWB6d5LlbrzOkF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5b202c5a767b8013008519dc89156043f114962a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-5b202c-ma5af3xp_1746100893596_0.13584790904120148","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-f8c180-ma5aevzp":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-f8c180-ma5aevzp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-f8c180-ma5aevzp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b6dd3d781d4c6eef77dc9bd61a02e41f4ad36f0a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-f8c180-ma5aevzp.tgz","fileCount":932,"integrity":"sha512-dHpzS+iS/gGp+SJzRhfxrDLuxa2ToF7gfCysL2igQgEzuWHxV4sZnVU0IJ2SwIQ5KvmxkHUqTdqNvIcwD1Rv5Q==","signatures":[{"sig":"MEUCIB05VJNgLTUzQOMWPjYFlD6blneuJUbXiYtBLY4ImU3EAiEAiY7CG68y39seBY+lGweHfDtn/nlgYh95rrjmAfQ4+G4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f8c1807b04c13f6ef3f3045dd137e697587aac8c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-f8c180-ma5aevzp_1746100922601_0.6498159014050056","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-8a8a33-ma5c6iyz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-8a8a33-ma5c6iyz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-8a8a33-ma5c6iyz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3d00437ef98c2b6c0ee7668947a83a167466c7a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-8a8a33-ma5c6iyz.tgz","fileCount":932,"integrity":"sha512-7RV6XbUh/u1SmaBHf50xU+4P3GvY++6szPtQuq8iij7ixOy5Vnw/l1c8+mc8PeIjtb4Iuz6hVpg6p0thGWvr7A==","signatures":[{"sig":"MEQCIHcSqrDaZLTd4Vai7YyTr+Q2C/8pRTnX7iNSFiXhr5iEAiAE7cGvDOSIZlovAiVjEqnCvg/zjxacRit9xAwMWu3OyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8a8a33ee3eaec9fc4d84a1494727d6a264849b78","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.20.5","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-8a8a33-ma5c6iyz_1746103862284_0.7200725818513842","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-4655c2-ma5c77d8":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-4655c2-ma5c77d8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-4655c2-ma5c77d8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd5b5a266d76a053aaa499eb40e007251bebac7d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-4655c2-ma5c77d8.tgz","fileCount":932,"integrity":"sha512-+8IidGiisF7xjZAsZ7hqWK72EJsQPf5+yME66iM2S8mj6tpwcgBFqSRTCgVhJDpaaLHLZojB6MiOVPcgMD4e/A==","signatures":[{"sig":"MEYCIQCBLnF8k+Vd3nk6vByrTVo51Qtyw+1U4y/jKQX5OMsbKQIhAN4FXsunEfBw/9uT89r6Z1cK1qH1399jR/3ME9BNNxmE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4655c20668b97e2041c5c4711d341ed591a9dd54","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~4.9.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-4655c2-ma5c77d8_1746103885564_0.5264323112074059","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-ace5c2-mac6ul8h":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-ace5c2-mac6ul8h","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-ace5c2-mac6ul8h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f31347c0c82a2016ec75a8bb20f44fc093537a3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-ace5c2-mac6ul8h.tgz","fileCount":932,"integrity":"sha512-Ew444fgEMwIu/TJeoXH/W0+CywydAKhdagDW4VbuckQ/CjaC9wifFIBggZWeJQfVaFHckvVMKgZuZy0CEEQ2Rw==","signatures":[{"sig":"MEYCIQC9vbus0vCZi5sB8wCBOzrtvDbqTiaqkLgBmJRJhRNW0wIhAPSTo40Q3ZOz9jl5xNYUEjoeRM01YNmAkftKyto6HWuw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ace5c28db2965607d0e9a9008d98a8e7b9de0952","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-ace5c2-mac6ul8h_1746518212220_0.1809186649202199","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-1aebec-mac8e5ni":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-1aebec-mac8e5ni","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-1aebec-mac8e5ni","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"seesharpdeveloper","email":"David.wehmeyer@5minds.de"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"timkurtz","email":"tim.kurtz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"andresiebelist","email":"andre.siebelist@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"niklasstahl","email":"niklas.stahl@5minds.de"},{"name":"mariusjahn5minds","email":"marius.jahn@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"},{"name":"jfreienstein","email":"jan.freienstein@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"91c6532de5d2ffd02e55a085f255650250edaddd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-1aebec-mac8e5ni.tgz","fileCount":932,"integrity":"sha512-Q1RElCcgRuia51+u3arbgfXAn+gamYQmd36ncp0Y9+lhXR67JKiWeY6XZWQmBXW7xep05TSmuphBVBHJUr2pBQ==","signatures":[{"sig":"MEYCIQDvkoFy7RnyRO9KjVrM39MMaLh2YLgmxP9TSwcvKA+snQIhAO+HAqq5gXujy5XRqwQmWPiyGnzuhz+p2uDVUWCqEqOe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324749},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1aebec686c8fcf48cfbf230c30bb58165fb6aa3e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-1aebec-mac8e5ni_1746520772473_0.20275394517221335","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-e8ab3a-mafb5qjp":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-e8ab3a-mafb5qjp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-e8ab3a-mafb5qjp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"799e3c5ee26829dbf1505c632a16adfba03dd352","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-e8ab3a-mafb5qjp.tgz","fileCount":932,"integrity":"sha512-r8Tzfq48NOzGRmobd2bn1iziG52w1oC0Ew58yjFmm+QM1HX2tjd4J+fEenGpEnbA1ul52/BFomilE+zMy/jg+A==","signatures":[{"sig":"MEQCIDbdIurHZv2aw8u5pLzm4GfOvJDV3+CoVBh15QJTCL6UAiAeYClSmqVt9H56MOt18sYkIEWsudSq0oh01mrWFP53yw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324939},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e8ab3a8f4422f2dbcb75de0f780858ef03a82fe2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-e8ab3a-mafb5qjp_1746706803125_0.28893063828229426","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-fix-e6e68e-mafb9kuz":{"name":"@5minds/processcube_engine","version":"19.0.0-fix-e6e68e-mafb9kuz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-fix-e6e68e-mafb9kuz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a764632417a0e6b02193491cefc3d0090f3c5dc2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-fix-e6e68e-mafb9kuz.tgz","fileCount":932,"integrity":"sha512-KWMmyybRKshmHtmneW/vHsfCN3n6SbBIyVO9picZkuUN1F+Ml7LOJIqzgXHSYuADVmsDUHhcn6rSjILgPnLKKw==","signatures":[{"sig":"MEQCIQCu/r2Dk+jqVvxeAy6fDm9nGBnz1aQmkZPqzUgI5/2vhQIfY4gCmO48Od9pJqZpd6xMmnXb/TFL6DBybopXH+hcWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324939},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e6e68ef4be08c6416d371205cdf04082b3f6bb86","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-fix-e6e68e-mafb9kuz_1746706997740_0.21333594714426218","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-6cf860-mafdqlet":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-6cf860-mafdqlet","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-6cf860-mafdqlet","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f82fb311a1107a151b4f023c3dc56920772b4a49","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-6cf860-mafdqlet.tgz","fileCount":932,"integrity":"sha512-54QzzYGtLSPjRE1d1zEbHr7NrOZygIl3qCf/+VbrW9lWxaZT+1IurqZkI82CI1A9fnl4LJ5KIOd63rcZw7Kk7w==","signatures":[{"sig":"MEUCIQDvVFLS6mA+0I+7UEYvVHYDhQzWKYrgWPjsRoq/Sjf4qgIgGgpNic3sJyKIXv4a4p81KbxFzHKI1cxz9xfg3olOaoE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324943},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6cf8604651facb23221fcb2b9a308e520799b1bc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-6cf860-mafdqlet_1746711192475_0.031892796835570225","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-63d095-mafl4ubf":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-63d095-mafl4ubf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-63d095-mafl4ubf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea88464e6656d64c3cd5514b7ea890a4583b9854","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-63d095-mafl4ubf.tgz","fileCount":932,"integrity":"sha512-bTVeB4hjkKqIpK+u8ftAhFKFkPbXYT5U5wEZKXEDfi1J1+7STcF3ybRVTRlSowheGqCYrJOWgNhf5LJkMYAMcw==","signatures":[{"sig":"MEQCIEktUR0JHPyqPSjUgCNMkTxbzqOCrxs+z1BZebKLnqpqAiAF44OY+kS3KhSwJGcuquMxVe3K/7jLjPoKahECVuVNtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329447},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"63d0957775d77c1391f5513e19aac5dddf25a608","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-63d095-mafl4ubf_1746723585453_0.44500052348365227","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.11":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.11","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.11","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2edb5271561473b50e2c9f5aba19d0b318946ed1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.11.tgz","fileCount":932,"integrity":"sha512-at02mjSBuA2asUlmgblyOHNAr4ZPyC5kcqKOXQr0VNF9t+cqRMn13C0BcUsznujVemAYp6vrI9Cb9CgX1BObSw==","signatures":[{"sig":"MEYCIQD+HrZ3eDGOsPaHs/BvbNxxUoIUtU4sSDcZBIttjR3begIhANpU2arLlkhW0xkH7PY4yl0ul2n45a0cpJLdKT1W4k0K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329431},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"63d0957775d77c1391f5513e19aac5dddf25a608","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.11_1746724766563_0.3062950516570133","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-renovate-b65107-mamegmrj":{"name":"@5minds/processcube_engine","version":"19.0.0-renovate-b65107-mamegmrj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-renovate-b65107-mamegmrj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e69d378bc3b7ade8dddb1ba605108a8c43d3e2d8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-renovate-b65107-mamegmrj.tgz","fileCount":932,"integrity":"sha512-9L2N37oGf3xLcfQ02ZMy43gItTrFqeoNhXJqrtNdLOteMP8MieDrj0jBBzHU3eJlPEuKEc+0BFnksGdOVmZgig==","signatures":[{"sig":"MEUCIA7o6MEhWO2yvHzXWFXW7Kpx4ax+NneXDAFORNxM7ongAiEAl2eM49oeigs7ir+pI4AWk9FNFjStUg5ilJwhQPdRdaI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329367},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b65107b26edd7b6fd10b7bcd10e67e1e240a82a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-renovate-b65107-mamegmrj_1747135617388_0.3028607172436275","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-938b4c-mamfgeoq":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-938b4c-mamfgeoq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-938b4c-mamfgeoq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cf0136612935cbf34cfec27afc64293d96a58d2d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-938b4c-mamfgeoq.tgz","fileCount":932,"integrity":"sha512-uyzgyvsmJwdvb9N3eVpYjYLfWS1362yAqR1nQF3Alw6Us5csOgBMb7uc3R/8y2DXEO+MdXWnTtJqFU8q6j4DJQ==","signatures":[{"sig":"MEYCIQC+O3Ef3XDMdyLfaHw42WfMoYGSLKxv6rbyATcl9AKdywIhAPGZJBDDRrABYJQuE8SriCK7uRTpCqiETFhLGx8sy6PF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329366},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"938b4c607ab74295cf403464115ed992f57f20b7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-938b4c-mamfgeoq_1747137324012_0.27416381673649104","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-07cdf9-mamfs1b3":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-07cdf9-mamfs1b3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-07cdf9-mamfs1b3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"094dff33f9ac3ed49ebea4ae1531f9fddc1bc050","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-07cdf9-mamfs1b3.tgz","fileCount":932,"integrity":"sha512-8DWHF0gJqvfez9FHW10vxmPqpYMC083MeK4qogKuc4UvG8tEBeKXLHXnFwAx0CISnenCs4HnYxySdiJmlJcxtg==","signatures":[{"sig":"MEYCIQC2c/iijUFkSrowkM9myxNbFYaSSKh0dZqrNUMXyCCuXwIhAIN7gxKtiJrb67TPLXNJ1eLmqrO/Dwf/LAhNECuaJ3mh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4330414},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"07cdf9619754fa94ef35f1b6d87b04ffd6153029","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-07cdf9-mamfs1b3_1747137851394_0.0914659526071051","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-c3805e-mamftqm6":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-c3805e-mamftqm6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-c3805e-mamftqm6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6db9fb6dbe26c9eec3e7e85182df9ffb534f5413","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-c3805e-mamftqm6.tgz","fileCount":932,"integrity":"sha512-RjKg3ojfZJABr+eNvBSHPx3XMvUBYNd4nKTphdY3NS1CSHBsJbF4JP047574WiQqWNPTzO18c94noaEZsgAx0A==","signatures":[{"sig":"MEUCIQCmZ3FfCTc28D0ErrUY+/Za4CyHAZUq+Q3cBkphu2Ee4gIgJKOh0SuIlw1fGfVdCcz5CU6Nl6Efbjyl5n1wCvznsMA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4330414},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c3805ea9f640b3be5efeb929cb567cbd88995365","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-c3805e-mamftqm6_1747137967402_0.8221667446072443","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-cfc305-maql7z46":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-cfc305-maql7z46","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-cfc305-maql7z46","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"982e812bef3b4ce386b0f31bf55cdd3dcb25b55a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-cfc305-maql7z46.tgz","fileCount":932,"integrity":"sha512-0/9zhc/qetq5NsG24JKrvCyjnWcZ48w06O4k54MBFH/7n+1MZCYJBJmbpCHBOegDbcFp8miMt3PNVToBhfOKMQ==","signatures":[{"sig":"MEUCIQD8F+/7ECXpY+5T3NPnix/cH/1bFU1AW4qWsRI4a1lj+QIgVLl9VtsCKzuCKulzK9CZ1I3PJTal7Tv5af/R6sx9fxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332649},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cfc305edcbc483b91da76234b25a5c5a303ae6df","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-cfc305-maql7z46_1747388825949_0.6126400782097123","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-feature-8b50fd-maqmup8t":{"name":"@5minds/processcube_engine","version":"19.0.0-feature-8b50fd-maqmup8t","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-feature-8b50fd-maqmup8t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0e3ef77b418e728955ca6e621eaeed8daaf7d5c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-feature-8b50fd-maqmup8t.tgz","fileCount":932,"integrity":"sha512-FZn/3pY+cHXmlCoyG1VlqiCMqD3c/lyEj+HnjDOrgOyQK09+u4e0wqyJNmd6Uwif0N5ZVw4JZHaSyWbMC7hc0w==","signatures":[{"sig":"MEUCIEexmpeXB6djMR8Y5WbeMfWhnmK5AavVXug6N0eYrXOkAiEAqC/aIAPoZgiYKwOVejpzw1bGNRxCIbhARI4/9L+CHCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332477},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b50fdab9c0a66c8f56038ac2eb8013ea515a094","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-feature-8b50fd-maqmup8t_1747391578241_0.3705931031531071","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-hotfix-0fcfd2-maqnezqb":{"name":"@5minds/processcube_engine","version":"19.0.0-hotfix-0fcfd2-maqnezqb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-hotfix-0fcfd2-maqnezqb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"86cc2aa8e6ad9fee404e057272194239caa49139","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-hotfix-0fcfd2-maqnezqb.tgz","fileCount":932,"integrity":"sha512-NBWhcCXwK56l2/GPBlSH7HAZf1kWxdFgaQxRXyDv+cRjHzm4C/URxC/uCiq8zgw1LwzNzYu5fjwDcKYcn5m/hA==","signatures":[{"sig":"MEUCIH9+DW+62FvGEtk2aaMY1BZZDuViJqjIGZ+zDiv+HD58AiEA4H1rtNVH7+P+7ZY6J0dTmOOSkKL7rE4NFLKUfkrPM1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329455},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0fcfd21e0204ef5091fdd4e27dfa7960d52f1b1f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.13.1","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.0.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.0.1","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.9.0","@types/mocha":"^10.0.9","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-hotfix-0fcfd2-maqnezqb_1747392493732_0.39823371206559655","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-develop-ddc44f-mas001oz":{"name":"@5minds/processcube_engine","version":"19.0.0-develop-ddc44f-mas001oz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-develop-ddc44f-mas001oz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b57f524c9fc1b087f381ea137a0937b0462f9a8d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-develop-ddc44f-mas001oz.tgz","fileCount":932,"integrity":"sha512-YtSy3TJvmHwxz0r0TrZA0NjAkYIvhvhb/IeMVePpxdNv/j0RF5EygJRz6bNlz2l0t+5U4SDAHH+8kROO8NbzJw==","signatures":[{"sig":"MEQCIFDHm9Fxff16+EY7/RjCB8trBdWp9msu1u3vzeyfrFq8AiB+/VW2EZY62Uw+K+y8LNtR1SKWA/R5MiVJPfC9DoOU+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332486},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ddc44f9f3e1ce0213baf44bf65ce14838f7252ab","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0-beta.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0-beta.6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-develop-ddc44f-mas001oz_1747474095335_0.30514475741983516","host":"s3://npm-registry-packages-npm-production"}},"19.0.0":{"name":"@5minds/processcube_engine","version":"19.0.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f9f8c2926be3a6f9054ca1b4870640d5c8ef1289","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0.tgz","fileCount":932,"integrity":"sha512-8dkmZuyVBnzx1d76uggAow9lXsSJGhAGFcImSBSDWmCl/gyOXTp8hUR6IQKn+owyTt3ZQZQ4M3JLPbKX2BWkEg==","signatures":[{"sig":"MEUCIQDcpjCk5Ky4A2no7fPyWiRNC5zh+lTfbB43C3G/mFv4BAIgferkKZDJ6YmfRahkyTSVQQR9euCJVGLGpb6OeVrBoC0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332448},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19bfcee41c66d21cde4250ccbed94120641e6076","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0_1747475995782_0.25474942994288363","host":"s3://npm-registry-packages-npm-production"}},"19.0.0-beta.12":{"name":"@5minds/processcube_engine","version":"19.0.0-beta.12","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.0.0-beta.12","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08dac2c5ea87df893c97c2900b68ba20aea46077","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.0.0-beta.12.tgz","fileCount":932,"integrity":"sha512-jbahutUtal+XSsA9mBW5+qVbrT5NahMaHZ0e4uWjpfafbqj2S9SyOB+hs7Elf93pYj1C31bMmmu8XildvQLkiw==","signatures":[{"sig":"MEYCIQCUUnScU25lR4w4rlBTBUj4z/lOhg5UHPbJBdfans1uHgIhAND7lw04iWArZqZmqYlW0Ys4U8/S4wksYRS5ipNa5/hz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332456},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19bfcee41c66d21cde4250ccbed94120641e6076","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"deprecated":"This version is no longer maintained, because it is a pre-version of v19. Please update to a stable version >= v19.0.0","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.0.0-beta.12_1747477272995_0.17608437770767704","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-34b6cc-mauwirmz":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-34b6cc-mauwirmz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-34b6cc-mauwirmz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"448bcbb34afb252a00126c3d21fb3a49a6c791d4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-34b6cc-mauwirmz.tgz","fileCount":932,"integrity":"sha512-v/eHpDfAYCcQjBB9bJL3GkXYUzMZwqJyCIWb8HUR/w+v2T1C4QkdzEPrcbld4v/pVkTMRq6hf6gcZlTpgzdNtQ==","signatures":[{"sig":"MEQCIHFc03Q6nkch/opmcDMg3EPNzzi7eFXQH1csoefgovwcAiBlU2495g3oGK7DdSbMacaAC0Ql+ST0GLIL8lAfO5GJXQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4337631},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34b6cc2456982f9e243a1174edd39843e30f943c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-2024_Disable_counts_by_default"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-2024_Disable_counts_by_default","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-34b6cc-mauwirmz_1747649643667_0.5157153575144566","host":"s3://npm-registry-packages-npm-production"}},"18.5.2":{"name":"@5minds/processcube_engine","version":"18.5.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ce769cb76fa6f8e15ae7af6b0380eb7eb11554f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.2.tgz","fileCount":925,"integrity":"sha512-MCR/5UX9dIfYFDB4nLIB2Z2cItdGtQhPEVbZQqffjp9qV70xfMUTlNoTY6Ey43twYIC98PT5Cf/vNv4tJ5LU5Q==","signatures":[{"sig":"MEYCIQDSo6ifxsLD1CrgmFRdcZc6bUhodFBflGdz7Z76VAslfgIhAJdm0hurvIJdDNo5ec41+bzEGRE1pJwLPV/UgTCQhMiO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4162815},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a9c26a7468143b6e13fa040e068b0f646b08ba07","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"obivarg","email":"christian.werner@5minds.de"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.2.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.2_1747897316832_0.5638270495502777","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-8d1c15-mb0oeu5z":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-8d1c15-mb0oeu5z","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-8d1c15-mb0oeu5z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"781c38602f2fbd9396aa6773e6936dcba65f1710","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-8d1c15-mb0oeu5z.tgz","fileCount":932,"integrity":"sha512-prz3oTyLvf4zQdPcIGY2s7AjCJiiknnnug01mnD1JwV6Ay3WbTO31H1q1pyKX9JFw+5rRFVKUi6mP4r3keyaEQ==","signatures":[{"sig":"MEUCIQDcygyxO3c5YmZYv+hwnw84YktxscmjopV8U6QPMDHVaQIgRBJ2LrrGB5FTevvma0eLozk3TSrOc87xFV0lO6XKe5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4338110},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d1c157514480446ec887ba0f0ce7967e9cfd0c7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-2024_Disable_counts_by_default"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-2024_Disable_counts_by_default","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-8d1c15-mb0oeu5z_1747998839583_0.3714899272551173","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-788d5d-mb0pieic":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-788d5d-mb0pieic","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-788d5d-mb0pieic","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a4e21c53dce203ee72da72f78a4ab9e52d14d211","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-788d5d-mb0pieic.tgz","fileCount":947,"integrity":"sha512-S9FutQlngnau3D52mS5y5ebHbVaJQnPWW/OrnswZX4KTDCaWBIWJSdcUyrBBwK3KnvXGkArHxqeiHetr8iJtGQ==","signatures":[{"sig":"MEUCIE//mbBBPRTFNT3M7NxcRF+E46JgCTM+Jz8JKDANzsnvAiEAxgxJLr7ZzNyhL+WxxDgJA4JXETL3I2lqvqjddaxwwSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4453754},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"788d5d532ccf147cc6b2aff205f082be28696104","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0-feature-510e09-mb0jaycl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0-feature-b88672-mb0jwsp6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-788d5d-mb0pieic_1747999129297_0.31367632273259427","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6bbc9c-mb0qw409":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6bbc9c-mb0qw409","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6bbc9c-mb0qw409","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"93613d20b41bce8288563f31c55c8f6791debd5a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6bbc9c-mb0qw409.tgz","fileCount":947,"integrity":"sha512-juLAPOydHfVseZozFuYCVoviTZPJ8w/0S5iDcPoe+ACsH/Fj36sX+2vNO19mTZEds0Bf0wTmyP3Wyj1Vg5hp0A==","signatures":[{"sig":"MEQCICSi+0qUnGFGmQxImIVN7yjMErwmC4i2Hh0gZdFNhXjiAiAQfOEFu6XbENIRuonr04q8AAaGyclgaX2AQwSTHxgZ+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4454092},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6bbc9c70023e5427564d48e5ae4184cfa790ae74","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0-feature-510e09-mb0jaycl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0-feature-b88672-mb0jwsp6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6bbc9c-mb0qw409_1748001445245_0.5057499480669523","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-f4454a-mb0soq0j":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-f4454a-mb0soq0j","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-f4454a-mb0soq0j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ac06b0501182b6d92dc8dcf98784694a99c8c406","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-f4454a-mb0soq0j.tgz","fileCount":947,"integrity":"sha512-+SruI/kP0QIZc3TjF4R4tWGUuf+IPa7iuJr7J9OeEpj2D6dAsY3hkR3QBOhlxbMyhy7CbwG/8XzAN5OhzHSloA==","signatures":[{"sig":"MEUCIQCw1aCxkiVvuWpkU3At8WPmd/3pYWWKPppx2Vmw87Y0FAIgWW8vFGn1tWpvCijlPmrND6UJ1ToalPfRLM6lw8/YX8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4454137},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f4454acbaa337aaa6633955367b8dc5f2d00830d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0-feature-510e09-mb0jaycl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0-feature-b88672-mb0jwsp6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-f4454a-mb0soq0j_1748004465445_0.9287124597277596","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-f77f91-mb0t0z4i":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-f77f91-mb0t0z4i","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-f77f91-mb0t0z4i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"79d6cd92d87f81023239afe0b3c82a0496afebf3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-f77f91-mb0t0z4i.tgz","fileCount":947,"integrity":"sha512-mxXbGVj+BZDzIlivHLDuaeVXglzjwx55X/f/FXqui92tczalz4y4h/cmToY+JNQr7PTBtnV/mfdjeos/ya5voQ==","signatures":[{"sig":"MEUCIAD+SXQ6eXEtu2535gA0rO1ZwkUehEvMlqhZEn/4Fa2SAiEArtt6uI8BX3/vRRejVQZEmP+2xy51zr+9lP15d9ess7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4454137},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f77f91b22c3ede1e79d86ac1406b11b5be0d8dc6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0-feature-510e09-mb0jaycl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0-feature-b88672-mb0jwsp6","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-f77f91-mb0t0z4i_1748005034430_0.428880010637956","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-d80ae2-mb4skuvm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-d80ae2-mb4skuvm","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-d80ae2-mb4skuvm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2609979d4c777a97d70681ed41002c60d2b75bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-d80ae2-mb4skuvm.tgz","fileCount":932,"integrity":"sha512-E148YISrmUzBmlp719SXjy8jBBgR8OrydeaDZZVAlRXQj8Aq2RlhkbCJFyH8Ut3AqUbcAQGcvVGQlnLRL1B+Xg==","signatures":[{"sig":"MEQCIBI7DDYKEuiH1mpoLgFNX5/9ZJdgDRTKKRYCtXsccd1/AiB4RT5TVWch0lxjgqlfLg9WjJteQIEz+OIsObCm3OmVmA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339219},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d80ae23bcb7174313530e24f266e846dd7326b84","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-2024_Disable_counts_by_default"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-2024_Disable_counts_by_default","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-d80ae2-mb4skuvm_1748248645804_0.8946968299898959","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a355ad-mb4yt0nx":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a355ad-mb4yt0nx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a355ad-mb4yt0nx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2a65c6fe0bdf056e9dd8a906b9d76650762d7bc8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a355ad-mb4yt0nx.tgz","fileCount":932,"integrity":"sha512-9UMTr3aNs5guV2zpxJwSRtqCHjAXmVBdYY0HrnXkg/f9+3goyfFO8VnvSdu67xS5/yM9W65FBmLfgKxy2m8RfA==","signatures":[{"sig":"MEYCIQCRyfKBx8GAIzPqS43lNUk2aMHri2f5JWJ5zFlE/2bGigIhALxi+eUWe2gGX4IzXFpJFcCXm5dMsjDcvIe7BXsU0jDv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339219},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a355add1a0f5d8dc1705c1d891d3784fe777dbb2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-2024_Disable_counts_by_default"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-2024_Disable_counts_by_default","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a355ad-mb4yt0nx_1748258096430_0.011964300055027799","host":"s3://npm-registry-packages-npm-production"}},"19.1.0-feature-e084dc-mb67g0kz":{"name":"@5minds/processcube_engine","version":"19.1.0-feature-e084dc-mb67g0kz","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.0-feature-e084dc-mb67g0kz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8558fc09a5fc149bb809da0e961fc90969ad288b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.0-feature-e084dc-mb67g0kz.tgz","fileCount":932,"integrity":"sha512-duWQMba2bofi7Pg+yRzxctIslxGaiXbAn3FINew3+xhqKGh55ljDt54vXHeSHODTKY8nEJhZ/nd2ZT/JyvEIUg==","signatures":[{"sig":"MEUCIBV6XQh+7PqoN2whBKGyjYQ4qphs8OghLp4K/IuI1VkIAiEAmEjb8wknj7X3IPMjmSY8vdLOgEYZpSVJEAPgDqRV2cA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339219},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e084dc1bc93c217e900fa98dfa1c6cd0fc9ab8ac","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-2024_Disable_counts_by_default"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-2024_Disable_counts_by_default","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.0-feature-e084dc-mb67g0kz_1748333114792_0.48126008643521656","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-dc4cfd-mbcyxa2e":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-dc4cfd-mbcyxa2e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-dc4cfd-mbcyxa2e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75085f3eab48d99b072b4f28654b9b748aaa0788","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-dc4cfd-mbcyxa2e.tgz","fileCount":932,"integrity":"sha512-qx0PvkSBkkgRIyFEGyGPTCBPcn/FZVB6Kd46agXn1HU0VtwbJo1tBHpxkQOEpu2ymY2RA5sqLS4/WQJKxwaBHA==","signatures":[{"sig":"MEYCIQCHHGi/EJR21ygrL1Jm0VStunenEkl1v7WvNR9gdbtjAwIhAKbJOrYttEtCV2Tu6CpsWyTVPAQ4chO2yQ9k1sLb1SiT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332473},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dc4cfd99b7c33fce8b039cca222e84b46bd67835","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-dc4cfd-mbcyxa2e_1748742107696_0.06952574534299227","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-8a82cf-mbd7d9vh":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-8a82cf-mbd7d9vh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-8a82cf-mbd7d9vh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc27b04108fbb6688b9c31b9c1d1196bcac7b29c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-8a82cf-mbd7d9vh.tgz","fileCount":932,"integrity":"sha512-Zv2sJUjNKEFVwd0+8c2RqgBctH0OtV+WtZ/e4I+i0QtHKuk1eWIZDb9m38xje18rp64pwn44Ybf7UBBV+H0x3A==","signatures":[{"sig":"MEYCIQCb9BFdJrB3qxqlEkTolX/mPCAeE5H2BMxYNxszu+eNkgIhAIdySpoFUjJlqoPcPtSrIJJ6y51V1z9wYy93WYVHfb3B","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332472},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8a82cf84022edd93693be0e62dcb35229e635e9e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-8a82cf-mbd7d9vh_1748756266649_0.37628425762688344","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-a14471-mbd7e16p":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-a14471-mbd7e16p","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-a14471-mbd7e16p","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1248f748809e0a03986eafdc6bb9b96b25ae3ba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-a14471-mbd7e16p.tgz","fileCount":932,"integrity":"sha512-TDCHWFz3KKABcaFh1ADLNMp7PHELvLF/XZm2Zo7bgpC5ok/ZnLwppmFEinS71cyJjTdrMjtJX7N6E3U5TjtJsA==","signatures":[{"sig":"MEUCIAVmgIIgxXrSHmyiLD1AdM5qiG/r50FGB9qRIwum6dbbAiEApUnJRNSBm1d0n4CHIE1xXYItfoL2iCkdvxxd7XRfNX0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332473},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a14471826b39b185986164a6324674a2dbfc9766","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-a14471-mbd7e16p_1748756336604_0.6204474770834811","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-1312e9-mbdegs71":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-1312e9-mbdegs71","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-1312e9-mbdegs71","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a204cddebacf588a2c486354efe47f5460f0b952","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-1312e9-mbdegs71.tgz","fileCount":932,"integrity":"sha512-kpTqmaOL8NpzpvySGgkzqXneNpDzGiAJWDy45fqQ3zi5Voq8gDwvfcRM6/jJyd9UlQxfyHueKKkagC1wwgwDXA==","signatures":[{"sig":"MEUCICiG5g+AH/wjk9VH7zuux+QT0JwQayYOSgEF5nUz//nMAiEAywype2pB02/Y4wZ1f/Xx6bY8JWip4IIdSgvm567MeMU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332472},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1312e9d33c548c7dfe1c78629da3bd314957f447","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-1312e9-mbdegs71_1748768205973_0.216787528245312","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-0fd81d-mbdhmflx":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-0fd81d-mbdhmflx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-0fd81d-mbdhmflx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c2a6f7e43c944149b1fcae9ee8fe6b77d2311c9c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-0fd81d-mbdhmflx.tgz","fileCount":932,"integrity":"sha512-/9ZC+nAdWv+SnkXtNErnzluhOukSJkctBWMey7HxYSMSn/3Td+P0HCOMLePIGWYE0tW9/vV3u8fW+lqLZe2urg==","signatures":[{"sig":"MEUCIQDBrKDFHYEylGkkwsONPaaWtHKFuge2X3TdSjc/aIoQrgIgYILaNAD0T5q4aaKIjsGvNZQjmGWQcwIWBesT7SA+R3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332473},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0fd81d95b6ef691240e14c97d90d0f614c5fb71f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-0fd81d-mbdhmflx_1748775027629_0.8597182110570796","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-821068-mbdjkj0d":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-821068-mbdjkj0d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-821068-mbdjkj0d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8dd1545fc02b0fff3f98c180193a2ae0781399e7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-821068-mbdjkj0d.tgz","fileCount":932,"integrity":"sha512-jm7W8+wByQS80oI2jPQyA/MriEOc+uHDEZf3EIP5gHb8ri8cY2diuc+b7Ci3JGuBOgmTwdcpyusW23eusI3O9Q==","signatures":[{"sig":"MEUCIEf+DpodjOtuy4qvmWlENsdvSCkdxl8Kkd0ZCTqgBZHNAiEAkH87EOcFH2IHjSNJ43RZwx+9J1tIem5st6tsEr0APIM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4332472},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"821068bc7422808f9c180a61891179f401db423e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.0.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-821068-mbdjkj0d_1748776800523_0.75839617605751","host":"s3://npm-registry-packages-npm-production"}},"19.1.0-feature-de5c89-mbev1rxb":{"name":"@5minds/processcube_engine","version":"19.1.0-feature-de5c89-mbev1rxb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.0-feature-de5c89-mbev1rxb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b6c4f3f3dc87e93165f9874493088fa73b5e473e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.0-feature-de5c89-mbev1rxb.tgz","fileCount":932,"integrity":"sha512-gWXmbqEhuWwDkclquC2z50AWr45oBsYt7Bb4cWwNQ4/BINGle9NQeLZr74Z+rhIpypCfFAPxKTh01cAjz7Abdw==","signatures":[{"sig":"MEYCIQC+J0d/du1CrTG/zUQrGc8Jb9CYU/B/A7JWLvKBVkhQJQIhAIO6ONruiR2SX54sGRRUWDYD17Q8v58rB3B+l2w3iBFj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"de5c89a1ba7215b735552de2bcb4ba5de00f423d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.0-feature-de5c89-mbev1rxb_1748856471210_0.7559540694221054","host":"s3://npm-registry-packages-npm-production"}},"19.1.0":{"name":"@5minds/processcube_engine","version":"19.1.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"eea304f17a9fa7dab41c64ef30465f7f5be67afb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.0.tgz","fileCount":932,"integrity":"sha512-xTQRglJgIpazndsp3lVQRJpfFPMqAhsEErM89/N1We8GSBGIQLaeEEuDCoCRH7eeVgYxR1DUBPX568m7jHmJUQ==","signatures":[{"sig":"MEQCIH+6okB2iFJ3B6i/HcFMECLk+BUfBoUFgrExAu/a2mEXAiBwSvHo3QqdfS0oY4WxEEFJp9DmuU2hmqAjXz+QotmwIw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339121},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8e56b0e78ad6c776a26701028db6077a5ccdd97f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.0_1748858094863_0.404055764002748","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-e1fc11-mbexcu3o":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-e1fc11-mbexcu3o","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-e1fc11-mbexcu3o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba9e143342dd793949cc23ec24ff261561a73ffe","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-e1fc11-mbexcu3o.tgz","fileCount":932,"integrity":"sha512-qqFcAilbgM2BrbpLRb1ErU4oEF66LBXyEavRTeXrWyHVYMCaMRoLag7h2scFeynLiOH4HO4H9ht4wxtebcN63w==","signatures":[{"sig":"MEQCIDIWxcAWQYXxJ+jlxmutnE3N2e2sxj8RXFK/4BulI6yhAiBURFHtOCUbaVemTLEpA+g7/LlOPOgnXkm/MMLoZ0MyCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339161},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e1fc1167e0882deb537184b98ccccd059dd368ca","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-e1fc11-mbexcu3o_1748860370151_0.2700815944470869","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.1":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"dustin-koch","email":"dustinkoch2608@gmail.com"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"alenojankowsky","email":"aleno.jankowsky@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"alexanderneu","email":"alexander.neubert@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a97f4924690baa85d94680ba63ec12bd872a9d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.1.tgz","fileCount":932,"integrity":"sha512-6mH5B7Hn9+ulSOvusGEL2Wj064Ds6HAyrcEQD7ErZGZP3ReT01MOMuFu3VAkOlQOtGmyWfKvawKuKykQNzezqw==","signatures":[{"sig":"MEYCIQDJ2oV7Hjen5yMrktft5jb3cSR8AoZROx37ybFx/ezb7QIhALoNhmSotlV6xXa2MwiA+uHYoLL9KTL88rezYOw4mHdA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e1fc1167e0882deb537184b98ccccd059dd368ca","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.1_1748861661946_0.8138962225025259","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-release-093581-mbgft7gw":{"name":"@5minds/processcube_engine","version":"19.1.1-release-093581-mbgft7gw","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-release-093581-mbgft7gw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87f6caed533a936a65795ee2138888a5b5203238","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-release-093581-mbgft7gw.tgz","fileCount":932,"integrity":"sha512-9qpLTP5V/eX6/TVsQ3grpldAtxRUxMYrkDDEp5g1FwhZb72Mh9IM/jr/bitlkiHV+jEfDAYCj9ozZ5oaFfgwBw==","signatures":[{"sig":"MEUCIHvmUedqkYTTyuKZd0Nsi5JtuzuLA4J3CMuzDEWdjSCHAiEA+5a8uzdtgMD69jaEtQ1iaqKU1dYLUmMO3GdSc9Fq6aI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339145},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0935814b852227ca312732a3e7a9da151a1d4d64","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-release-093581-mbgft7gw_1748951822568_0.32700493244690865","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-2002ec-mbgfznjq":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-2002ec-mbgfznjq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-2002ec-mbgfznjq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3792df786706cb9d9e12e262707d5fe43ba5e5a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-2002ec-mbgfznjq.tgz","fileCount":932,"integrity":"sha512-REggwBlDX4VsrvjTi3O+jNbP7rEQ2VUdlyZh92nNNNE9QW5ODzeN4ER3AADA/C5tGXd5iw2TPX/pTncfNQ6jZw==","signatures":[{"sig":"MEYCIQCqNkLbbCZ7eqk1cH9VtXiTcWXQMCieDpGlRLtfOtYwSAIhAIU6mTxNiN1Fethind1yJTUg0HehKmVhvXqR5pcvQK1/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339211},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2002ec5788acc47398aa854aa403f68499a89186","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-282_FormField_CustomForm_Parsing"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"fix~PSD-282_FormField_CustomForm_Parsing","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-2002ec-mbgfznjq_1748952099253_0.7450269214526744","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-226dbf-mbgj1hss":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-226dbf-mbgj1hss","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-226dbf-mbgj1hss","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b44605320c4df9cbdabd2f7bccd8fc9905d88881","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-226dbf-mbgj1hss.tgz","fileCount":932,"integrity":"sha512-YVuEtLyeUcBPs2T6i1Nwt8DRMPFM6p5jRWnLwN5pJQA15aAjkUmKqfI98lKSvFwOlvKcO1LhKNj1KPM6BCH7uQ==","signatures":[{"sig":"MEYCIQDCVUe6R4Ut66baKa5FZ3YsdKgN7soow6tNazXUdNY1VwIhALmZKGdxleiLziF5Wjyr5zHdOys2ICVwRHA232LBO3kQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339161},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"226dbf6cb3ca98c54f69ac4e21fe16bb3adf889c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-226dbf-mbgj1hss_1748957338011_0.7697276333737888","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-5e7ae0-mbglqcve":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-5e7ae0-mbglqcve","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-5e7ae0-mbglqcve","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"26f500003cd7f3b3a4243b015ab43defac16b536","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-5e7ae0-mbglqcve.tgz","fileCount":932,"integrity":"sha512-dUxZk4vxZaUrIMgUGwNCv1mB7dES7GwkhRKpZx2Xh+O2e66wBSjDv60BtcN2PVOpV2wOk7WikJTtQJc0xPsIYg==","signatures":[{"sig":"MEYCIQDFivkbNcYxTE4+nmoMpkqk1WXWm9tE64W9IaTOzqApRwIhAJuj3bDlA+OmzIxvz4eVpCJQgRzRJauYVubTRfZ35egu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339211},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5e7ae0631730148bafef28dfb7707b752e500960","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-282_FormField_CustomForm_Parsing"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"fix~PSD-282_FormField_CustomForm_Parsing","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-5e7ae0-mbglqcve_1748961768315_0.10415562770397568","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-b66466-mbhy3k2y":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-b66466-mbhy3k2y","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-b66466-mbhy3k2y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"640392baac18b6a062123e057aff78551799117e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-b66466-mbhy3k2y.tgz","fileCount":932,"integrity":"sha512-C9xUMB2Ns/DqEceeTsq8GvXwyI9c1MouWhBBb5NgJBqIBuDGZuR0YTDR7WvB5pQ0NMjYriKSAcuPA9GsD4a+tQ==","signatures":[{"sig":"MEYCIQDJbZCudphnQdLcTQmdnYR79WAgib1jNUZ3a01bn3ZIRQIhAI+BiQ3zxxw784+7k/7hHy+RxoJRFXdpuzv65aAg45Fb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339189},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b66466aa0faec8b237a4af2f86c1dda5ced96485","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-b66466-mbhy3k2y_1749043001615_0.8857857536537639","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-release-5d101c-mbhz4msn":{"name":"@5minds/processcube_engine","version":"19.1.1-release-5d101c-mbhz4msn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-release-5d101c-mbhz4msn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3bcbebde380aec8e4874f6868141b43abff71c60","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-release-5d101c-mbhz4msn.tgz","fileCount":932,"integrity":"sha512-Bc51DJezhmFqudrSMZGVxCtqyD6/YD8/WP2HMa2P4MLJudxdUrCYzCWyFfn4TsCv8ZhUpXvmmFluuNYrNQwLPg==","signatures":[{"sig":"MEYCIQD+4zoe9KS1dYNyH3WiKzkX4CxWiRqgiBSOxUJ2b2649wIhALnJJF8UsrZFjmmk0hayhHzMSYijThx5Js2eKMiuMLpd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339193},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d101cae0b9b4798537b71c87adac19634af57fa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-release-5d101c-mbhz4msn_1749044753632_0.6903984331366706","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-eec81b-mbhz7eeb":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-eec81b-mbhz7eeb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-eec81b-mbhz7eeb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e0ff63f78a8a70bb7c5a7d26f97c589a55dffe8c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-eec81b-mbhz7eeb.tgz","fileCount":932,"integrity":"sha512-P4HcT7LXzS2tWjd36Cn3BZRTyW8u8IA00vFWoCf1bOYR1y13CAwUdcdjxBALOEmuImJOzCFiOnGt7MRBVmgiUg==","signatures":[{"sig":"MEYCIQDxh1sXKjV1PP5CKy4UB9cu6tlFuNz7sLmlYGp70g98mgIhANWxz3AByQ3BuUPBirN8FgmGq/29mID/cns/EIjdFTcj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339259},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eec81b8f6a67bd6ddc002d2cf7c278b280706ffb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-282_FormField_CustomForm_Parsing"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"fix~PSD-282_FormField_CustomForm_Parsing","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-eec81b-mbhz7eeb_1749044870408_0.7787352167750445","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e5af64-mbjcgpji":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e5af64-mbjcgpji","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e5af64-mbjcgpji","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5cbe45ca4884ceaf02a4988d6acf29670842bfb4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e5af64-mbjcgpji.tgz","fileCount":947,"integrity":"sha512-6Lq4fJx1TwUvpKReiASUaVJXYr6mcoiVeL5lGo+7buUW/RfFgjywoIEGIHzVxke7N83FjQEqwj3KPHBBOiSIpQ==","signatures":[{"sig":"MEUCIQCkQjDQFxY7FzxUni9NteXSaNLjl6qeII/ZzSci0dD59AIgW1QmaoqabIt/HKjDfice6Ug64YVjXZGeE/jXqD6iEtQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4463577},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e5af64f3484ac67c5694fd56248da7f031b6788d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e5af64-mbjcgpji_1749126069686_0.025908776677599166","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-a0362c-mbjcw3he":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-a0362c-mbjcw3he","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-a0362c-mbjcw3he","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8a48cb5968cda7dc3589accd4eadd884387fb6c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-a0362c-mbjcw3he.tgz","fileCount":932,"integrity":"sha512-pF4OncOc8T3UjQI5vcoKb98GoDMg/obXdye++p4FROqBm0OI3HD0QOrt62T2O0OlHnFnxeYZ4lymNhDDgpg+Lg==","signatures":[{"sig":"MEUCIQDyreUuqKHHu4IuT93mBSgZs5KFsAA0JjLGcBVdeIm1HwIgYt1iF+gcJrkVbFgOt6/3sqFhzdOXO4kJDk+CDNL9FJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4340334},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a0362c1a027c5f780f4b072ae5a14c0a16cfaa2c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-282_FormField_CustomForm_Parsing"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"fix~PSD-282_FormField_CustomForm_Parsing","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-a0362c-mbjcw3he_1749128386244_0.9982180888433596","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-02f5aa-mbjkn0ce":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-02f5aa-mbjkn0ce","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-02f5aa-mbjkn0ce","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b853062d1834c97571620d7692573393c4a080c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-02f5aa-mbjkn0ce.tgz","fileCount":932,"integrity":"sha512-HE41ACw+5zu4YvYxGm5bpYezR5OrjLJD3DEqiEuMRdDhGbryxD5kEimoiD+UMe7MtrPmQl+95Hwz0UoHn6R09w==","signatures":[{"sig":"MEUCIQDH6gSK51/aXJ+zgvhduscGo39qits9e0sbVuto3G6LnwIgZDs3qCHF7hqWdisCiSzw63QHdkggtAA+zWfDcDE0/0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4340334},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"02f5aa2ebb00b081fc14de1a5df67095cbf21907","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"fix~PSD-282_FormField_CustomForm_Parsing"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"fix~PSD-282_FormField_CustomForm_Parsing","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-02f5aa-mbjkn0ce_1749141339999_0.19567269692645461","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-307b05-mbjm8mcm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-307b05-mbjm8mcm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-307b05-mbjm8mcm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d8b249e4bdec84ede9f88da605e74cd0e9b53106","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-307b05-mbjm8mcm.tgz","fileCount":947,"integrity":"sha512-PIxp3OnKvJI7h47/rQVlAnqxLOO5NOV2ekc7xKYfWocyYp7B2jVzoQG07cp6xOuQfBj8HvscW2BC40m0FzwbUA==","signatures":[{"sig":"MEQCIDv7ZMn7kNfGjFNshRDEPyQMeHz9lVZgQiAl+hoJy4HBAiBx9sBVHibEpvzrm7U5BA+3PDf74VzQD+KzKpJlQy0dwA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4463577},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"307b059d43f569b4a497e1095613809dee5f8cff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-307b05-mbjm8mcm_1749142487200_0.1772668312258594","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-311c4d-mbjmdxnw":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-311c4d-mbjmdxnw","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-311c4d-mbjmdxnw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab23695e4a5bcfa3538f2cdfff5cd0a898670333","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-311c4d-mbjmdxnw.tgz","fileCount":947,"integrity":"sha512-ktHxNF/JZTLoGgc9IAaNMIsN0lhwdp4q3jkFNN4RMdSWYw/Af/GEfgeCrIGddSzJpjDUU8TINM1iMrCwzbfTBw==","signatures":[{"sig":"MEUCIQCQovMdZQ0VAQaW/mSGY6BG5DcCUVMn5zFRcPTCzIINOgIgD7rFR1oFwz0gVqUYXZhP4H4dUzUJ9A032LiXv2DDkjQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4463577},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"311c4d2feb300b21539609a42259531109cec9a7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-311c4d-mbjmdxnw_1749142736714_0.892928052285934","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a485b1-mbjn4ieo":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a485b1-mbjn4ieo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a485b1-mbjn4ieo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1a9dfe64e40b48834f214e634a64581a34964ef","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a485b1-mbjn4ieo.tgz","fileCount":947,"integrity":"sha512-Isk/Sa4/Y2BqdEfjNCiQXCXIqCD9pLxNvdsi9OY2ZrWipAS1TSV6WJP2ePrIKiEACmaXcylZQiiYmo/eRkOTag==","signatures":[{"sig":"MEUCIFO0CoIT7UMtubIAa/HI/mSQcIcbTR9weMiXDCBGbCjrAiEA5jRZY67lsFyosa36+nZZV7TcC+0Hf3ooJelc+8gNN1c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4464876},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a485b17c16eb1695d143b465e14853dd6f023c8f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a485b1-mbjn4ieo_1749143975579_0.37732689794600516","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-324db7-mbjtwf2v":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-324db7-mbjtwf2v","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-324db7-mbjtwf2v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bf1c374f4d74d0232a228ab4a99b43baedd5f557","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-324db7-mbjtwf2v.tgz","fileCount":947,"integrity":"sha512-jjgbks7gla1yklnmkDdI0j7FYILVV73XtXnM8SN4PUZk5bUNdE9HXPAcb/SJqOoLQ6NbMvP1SRpabbZ7CB9f6Q==","signatures":[{"sig":"MEUCIQDunzQg+dI+CgKVykoI9T1/L/DGiab+gCtUs2ijzBx57AIgU70PcgwEAVZaoYP1O3AZk0/WulwmRoJPz++/X8Kq/kM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4464728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"324db7fcdf306928ed7815ee40695eeedeeba5d0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-324db7-mbjtwf2v_1749155359039_0.1518793976429711","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a3d5cd-mbjuon45":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a3d5cd-mbjuon45","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a3d5cd-mbjuon45","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4a3f8d0bf36a8f57826c749db473520f75288eb4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a3d5cd-mbjuon45.tgz","fileCount":947,"integrity":"sha512-49S041e3Vx+8UEMjODc8mFZ8uCxzxUpqmjUhjWGRcD1e7tJfSc5HKdjW160iYP3Kl+Arpfh3DehrNhMzbmRQJA==","signatures":[{"sig":"MEUCIEQMLilJzdDAGQzb0bdETm1+NSh9ycjk/bVIk1MnNzZJAiEAnX4FUR9rvOOZvOeVf8telL562CWqm9vcyHaZvfHmElQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4469326},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a3d5cddd56fa8ab8966d854da8d6b0823ff0b6b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a3d5cd-mbjuon45_1749156673802_0.8265960038742586","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5d4acc-mbkj40as":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5d4acc-mbkj40as","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5d4acc-mbkj40as","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"304561a252d7b1cfc78de35b428bde47999623b1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5d4acc-mbkj40as.tgz","fileCount":947,"integrity":"sha512-SHI8DrvAPwlUDxwXMR4qzSoPxsYjl3Z0yLypYPbYoDhBHtyAR8Ef5gHXk4YCqv/+mWf+mdf1xK/aoGjFcQMZRA==","signatures":[{"sig":"MEYCIQCLxiZ6BRvVQV4vP91/kqn0afho7VlnkxW/Cdg/KWHQ6AIhAPwZ0wAIMzu1TE9hjhEPuH7Z7MsHLHa6VFefCKWXqOv0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4469366},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5d4acc9cf120314b0699f11fc4ded959306a4448","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-aa6a50-mbjbfv9c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-e81a0c-mbjbthkz","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5d4acc-mbkj40as_1749197700159_0.6153965916174655","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fc8cfd-mbklfd1d":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fc8cfd-mbklfd1d","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fc8cfd-mbklfd1d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4afe556cc2b4f7d5aa0a26168e34682e09ee39a5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fc8cfd-mbklfd1d.tgz","fileCount":932,"integrity":"sha512-iYCxtidrOZdJZjo2SD+/5Z12uqnodcFIO44J6hQDOZJ43xIvReEZwNDoYFdAmCvjzT2JSdfusPa+IshYWMHHeA==","signatures":[{"sig":"MEUCIEWFJjLBQ4P2LkMGWyripwmJ9jGHBujuYTYixx8uhBOqAiEAxjRY6ChxYsS1CNOGr3sUKtu0chLDMOJp2cuzW4IPEEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4339223},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fc8cfd21c362d485a6979f768d238f48fe3ae909","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-872_consolidate_running_and_suspended_states"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PCE-872_consolidate_running_and_suspended_states","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fc8cfd-mbklfd1d_1749203104726_0.6199312040471667","host":"s3://npm-registry-packages-npm-production"}},"19.1.1-fix-2e6322-mbq90ved":{"name":"@5minds/processcube_engine","version":"19.1.1-fix-2e6322-mbq90ved","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1-fix-2e6322-mbq90ved","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc5d0ea440a07578baa724ed139dfcc4ff2e7d55","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1-fix-2e6322-mbq90ved.tgz","fileCount":932,"integrity":"sha512-t50b6pbuIFO9YucWT13RjuexvtSE8gCh1ys0DNfROKBiNWV0jGDhzktFTO2OTHdV3KmDZS/08lLPOOpVg86ENA==","signatures":[{"sig":"MEYCIQCOKjxw1DjjqUlhq2UZ6RgMHfjxdRAE7goSyA3ZAGFZnAIhAL/x0hQNAyt+wfikMm1MJCyrBtu0YbK2Rui2Oqje4i6D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4340264},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2e6322273aa2bc8cc6816690c490952bdf0b79bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1-fix-2e6322-mbq90ved_1749545048000_0.6456605051542796","host":"s3://npm-registry-packages-npm-production"}},"19.1.1":{"name":"@5minds/processcube_engine","version":"19.1.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.1.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4241997391101bb7bc99afa77f2420bdbe38bc43","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.1.1.tgz","fileCount":932,"integrity":"sha512-YYex4aWj8C0GwPxjGf5Lx7Lrvb1VdEQJGat1HkfHuBe7aeYqfukh+loWMNl6g5vlc6aSWrn818q3bWPD8CSI+Q==","signatures":[{"sig":"MEUCIQDboMKFSJqbTy9+6hh25QVHqudyv/onxs05SGzP8z5KpAIgKkUzQ1bAtFPrBs9XKZ1dFLLRQBk2xftzTg9E/fpy2yY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345319},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"09526d3337388ee5d91479d1be3b8f0ff86c0057","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.1.1_1749547538260_0.20046547483687682","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.2":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f69cb4e88fafb77c620eddb21de8335c0a2751b1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.2.tgz","fileCount":932,"integrity":"sha512-7X00h/91SOUhB924QQkLPiOuXB/wCcEpwsnznxn5g8c2vomGsvjA50REx0tvLnBpdZ6/HLWmXwboPzFj3HEDtw==","signatures":[{"sig":"MEQCIEQYWf79/EylFk4EJhVdO6a+g0kkpbwxuq2kNu6EIXhyAiBcQjbDRRYmsb3vj7RCjqKB0b9D9URuqwV4h02d64FXQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345343},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05473121dbe033c6c9aa3fa944f2c9a141ad35ce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.2_1749550801409_0.22610065667707202","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-054731-mbqci3gl":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-054731-mbqci3gl","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-054731-mbqci3gl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a7283f780379a80ca3fd20d6ad30c83c7bf89c02","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-054731-mbqci3gl.tgz","fileCount":932,"integrity":"sha512-VRCSaP2SlhRSqgTZUDVH7K1GXx5wo2TBIS8jw/AD9plXi1qzsGNYOQJeRsfgxsw+vOgLY1/Nx+jYPrsm8ny5HA==","signatures":[{"sig":"MEQCID+oAkhfJ+0S/xItOq4RklnaukbvgsBfzx1Ubi8VvqeRAiB5Baq6cXuP40siKcjLyvPGZ51FgARUx/Ehv37GxjHqtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345359},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05473121dbe033c6c9aa3fa944f2c9a141ad35ce","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-054731-mbqci3gl_1749550933910_0.07245228055581965","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5f5b60-mbqg85ej":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5f5b60-mbqg85ej","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5f5b60-mbqg85ej","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"88509aecf8959514497675167855c0eef27c2167","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5f5b60-mbqg85ej.tgz","fileCount":932,"integrity":"sha512-mYaGENgzU0nSRz6oz1Wy2VuINFKVNoalF4mkIrHg2MlHAXik6e9dC7kGVOFE8WCFVsuHKl27rLjdEbe+dfDMEQ==","signatures":[{"sig":"MEYCIQDuNFzoSxAoacc+yXGwo/1keyFX/B9LOUA2+F0ItxZwfQIhAJoW+LlFDe63uWObk5qyNfaiFDj2SXKfv0mLeJxfIjrn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345359},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5f5b603a16661be3d5fa8e8a3b3c01aabdac4e23","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.3.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5f5b60-mbqg85ej_1749557184992_0.74687255798963","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e38371-mbqgt3gs":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e38371-mbqgt3gs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e38371-mbqgt3gs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4cb797579dc48ca949d27dd064dd6f2def76528f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e38371-mbqgt3gs.tgz","fileCount":932,"integrity":"sha512-2y06Co4q1o3s4ESttmvwr1mXm5EAb7fvcoe5t/HXLEzIztkrrO6V4R4I4/+7YS0Kr/oLTedL+gn8A1C/H7pQlA==","signatures":[{"sig":"MEYCIQDVplz19WCkx39tg0MspXpNlLsLWpj1ZtIv62OkrR5E0QIhAI/sd5/F4fnFVoIfozhdo1Hd+358xcVakMX/zZ37JBP5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345451},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=v20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e38371f528e2fe5ae09299f0136da5de900a38d2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.3.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e38371-mbqgt3gs_1749558147926_0.45573724570374274","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a333b1-mbqhqkn4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a333b1-mbqhqkn4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a333b1-mbqhqkn4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f9c1fd3e00f04f29695e9313da9aba19f285418a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a333b1-mbqhqkn4.tgz","fileCount":932,"integrity":"sha512-DCB+xc8spzjYtqJajhnOUdZc79aZuk63Nbv00CfTGgXnsbMx462ohX+rgumeSIvlK430MXZ74Gqx7q7NuSwSyA==","signatures":[{"sig":"MEUCIQCha12++N3n+E46f8lhCJR4K8LSv7exF2Szc6ABs7n1fQIgX6R71Jvzb3vZAukvBwi1c/Fl/m1lO032hWxHIy/i/HM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345450},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a333b1088da46ca6b79f96dacaa78d05294f4ae7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.3.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a333b1-mbqhqkn4_1749559676250_0.048610667990830025","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-feature-2322ff-mbqpt9rd":{"name":"@5minds/processcube_engine","version":"19.2.0-feature-2322ff-mbqpt9rd","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-feature-2322ff-mbqpt9rd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3b9ac6e8ec711f6293e8aeb82e7b870ebe4f5159","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-feature-2322ff-mbqpt9rd.tgz","fileCount":932,"integrity":"sha512-qfSgtQnLfeZYTNcfMhozbmibM432/qfH5LZmVfA561e25SvBXv2LeahG6AezkTDRcRQ1XHAcx/gHZ4vx9HV9PA==","signatures":[{"sig":"MEUCIF3/8GapVXqIT24pKAtVtOTgB1n/sqIGnbR0pGlFxrN/AiEA+7AXmRCPNvCWWs+6KKrTd7PI9WwzomNZORprp0mn/jg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346214},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2322ff0bad3b10ef8748fd105c8ba8c928a56926","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PSD-201_correlation_id_via_event_trigger"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PSD-201_correlation_id_via_event_trigger","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-feature-2322ff-mbqpt9rd_1749573305198_0.5976660530769906","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-feature-124e01-mbqq6l0i":{"name":"@5minds/processcube_engine","version":"19.2.0-feature-124e01-mbqq6l0i","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-feature-124e01-mbqq6l0i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e9d58a3887c5466fc75d36ed85cba414375880e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-feature-124e01-mbqq6l0i.tgz","fileCount":932,"integrity":"sha512-Dh69voPePr1Js2RLZGKeKCDdPydIsj/Hq/thWdL+VlPZQBZhgebRCf/K0xIyH1pUiq8+9xrbfnXLMNE+NTEYIQ==","signatures":[{"sig":"MEUCIQCkBuoST4JtIWtL6RhLISsldPziUABwq6pmbL7dpEE1dQIgAwhD06gYWsO986XDtNNOW5aFhtoLDi2Qs9xnJ7ed5gA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346214},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"124e018011308a5f6389a25ed74a76a81b650ea4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PSD-201_correlation_id_via_event_trigger"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PSD-201_correlation_id_via_event_trigger","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-feature-124e01-mbqq6l0i_1749575423459_0.5888870733850129","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-0e7a19-mbqv7287":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-0e7a19-mbqv7287","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-0e7a19-mbqv7287","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f41403d09756ba40198fcf8772409c0f00fd5852","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-0e7a19-mbqv7287.tgz","fileCount":932,"integrity":"sha512-ZyzZf/b3UpubGwLl+DLPZsu0whugqshG0QACRZ6BepM6IANvPjA/FElghfCRezVEvFT7KaKWUVH0WwSaNgufTQ==","signatures":[{"sig":"MEUCIHJTx0iPeiWpcXtVIFA+TVqTuEFP8PwqExnV5x18SeVpAiEA8KEcDY4uKs4Zcm4joys2IjEZLrvWV6/KDCHVHnZjByY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346834},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0e7a192a258609638af1a726775e6723e95a1f66","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1975_custom_correlation_for_callactivities"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-0e7a19-mbqv7287_1749582317583_0.13074995127824818","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-8ec369-mbrjypb4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-8ec369-mbrjypb4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-8ec369-mbrjypb4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c5b923ffe5016125dee16588109edf82ca756b87","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-8ec369-mbrjypb4.tgz","fileCount":950,"integrity":"sha512-2MfgbC9COLvRNOnMiwH386o/QUfrT/vcIdDjJrkv5sMiodX/FOKBww68lKZruSXfqoT82rb088JY1a9YN8MF0w==","signatures":[{"sig":"MEQCIGUAWE/GFCrAOAFfJ7p+VWU5wSalGHPVuAsm7HoSNOPOAiAHXDPHB8Qk3/pEGF5A5HUYU0jqPFoiRCE5zI0l5VbpNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4490724},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8ec3693ee3b507aee684b8e575837687e2e2abfd","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-8ec369-mbrjypb4_1749622391628_0.2544390999802746","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e3a743-mbrlo0a4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e3a743-mbrlo0a4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e3a743-mbrlo0a4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e2be843bb3de55d23da61c6ce7bc74e9f5b56235","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e3a743-mbrlo0a4.tgz","fileCount":932,"integrity":"sha512-Z0z9LlbQTEX1FBDsQB+Z16biar7yfCfvlhvrrjYkzGG+zM4vZfGKKQBnutG3jjQcv3TyT1ouHWP05VT+8frIzQ==","signatures":[{"sig":"MEUCIGVWWacloQTVU3G+fjfLO1Z76p6W24xWv91v7yAC807sAiEA3dQR7oXvvrhikI6dAE3sPA7Pd03ZAIzVxiO/+bb+RQU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4346834},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e3a7439b25ba3b8562679973c4d5466cafe5e259","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1975_custom_correlation_for_callactivities"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e3a743-mbrlo0a4_1749626836884_0.09881597171729828","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-df0331-mbrn0lvl":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-df0331-mbrn0lvl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-df0331-mbrn0lvl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cff510a998deb6d9acd8038c89ca31c9a8ee3423","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-df0331-mbrn0lvl.tgz","fileCount":950,"integrity":"sha512-wB8wveE8VfNP+hY9pUkd1wccPvMf6/rQcTLKSU/uAEq5/0Drza60g1ZujyOqtD+EDrl5TL/s3cu6Ohw7t7tpZA==","signatures":[{"sig":"MEYCIQDO6beJ+5EtQPwPDgblJKeyVitY1e6qdRZ48PabQ4s47AIhAInX5KQsSYsejW6kDMHXZ3w6fXxQdp5KDwOql5g6z5Tb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4490712},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df03318d60099b44186ae32c4d3a55bf791a800b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-df0331-mbrn0lvl_1749627527517_0.2768240550450949","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-19b859-mbrnmvws":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-19b859-mbrnmvws","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-19b859-mbrnmvws","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ba21c6df3de5731148b07e6e59b1659a6bd00b3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-19b859-mbrnmvws.tgz","fileCount":950,"integrity":"sha512-4b/nK+J4ERRaQoZBNRiR/dNFfl5NunRnGMpge1BX1oQr9EJgZJyVJgY2HyKZcxSmYyje3k0xW+iF7GRq58N3AA==","signatures":[{"sig":"MEQCIGGwDp/88zRRpq9byeU1pBGic1CLptfXjU4IbpEkxiYEAiBnsFjDDFo20HtBVhDq2F07oa/cmvp6q9RIrok6NalJqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4490712},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19b859aee17884c8c910da4a60ecf56a42d1274a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-19b859-mbrnmvws_1749628557952_0.8915442194233623","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6ba111-mbrp8pfv":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6ba111-mbrp8pfv","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6ba111-mbrp8pfv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f4866272a704d95369cc50c417ab793ae7ad7829","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6ba111-mbrp8pfv.tgz","fileCount":950,"integrity":"sha512-e2pMBBBNjN3N9YOpv/bId7m0xQ6DZhyvH9p4E6u5Cenl6gnMykmZj9MJdhmwAB9kj0QdZGy/dsKzgfJYqUFEew==","signatures":[{"sig":"MEQCIEqebA96zhhAT7FIl/5jaR8330vSdrT+FyBpR8NDrl4JAiBgNDtmMUP2ycILG52W/g0Qa+c+ff3HG2tnkFWpOuguww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4490712},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6ba111f77db9a75231ec800140ee7e4a14efb62c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6ba111-mbrp8pfv_1749631261114_0.24943722132366242","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-587057-mbrpglx9":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-587057-mbrpglx9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-587057-mbrpglx9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"102a21f4856a9d99638c7753565e960f5cb0539f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-587057-mbrpglx9.tgz","fileCount":935,"integrity":"sha512-S3yJOJqzDbEMwbobDwuvEhqp6kac6WLuwmqkefOehzGop5KxSCEfIxPLTmAJP+GUUAnYG6/hwMU9+8o3UNjcUA==","signatures":[{"sig":"MEQCIHHl8SzypW39v4Cq7GSlRd4UzOBCM0zfVp7y7TjwXmLjAiAt64A7mDAxETlWtTw6pIOFH864yJkp+D0GcEpVVq76hw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352101},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"587057e7e0f77b774a257132c01f2b32eed589ba","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PCE-1975_custom_correlation_for_callactivities"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.3","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-587057-mbrpglx9_1749633198003_0.7263539874171778","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a8e3ee-mbrscwsj":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a8e3ee-mbrscwsj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a8e3ee-mbrscwsj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fef26cef77825a7ca0336c1311bebcf249c1f56e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a8e3ee-mbrscwsj.tgz","fileCount":950,"integrity":"sha512-kOAj0LoiMo421cTi9TaRqrzBrihAn8upCbB/1Yg60hWrp1QGkx1Qde77uJ/AGyhRTEqdtFEpRltJ9awg/SgyjQ==","signatures":[{"sig":"MEYCIQCwetZ4lUsyzqdMb8sJDOviC5o6+lH29bTmfZVhvh+BIAIhAK4+rfl8lnAsjE3F9pxjLJXdoCtkcvW6QNHBY5G7j46g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a8e3ee7dc536f44f76c47a64d4949cf1a4f7ae89","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a8e3ee-mbrscwsj_1749636493485_0.7676117417853989","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-514051-mbrselx8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-514051-mbrselx8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-514051-mbrselx8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5c76be11b7a937ce4a1819231b0dcf870c2976f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-514051-mbrselx8.tgz","fileCount":950,"integrity":"sha512-iFWRlhZ3aIazADqLv/2omqOelDr4Q2g/CqgugDoPnKXPWrbZnNqBMJdvmKFEd9RmzsAlnYS9elerXbwmdmuC5Q==","signatures":[{"sig":"MEYCIQC6bsFVGl71hyN9nB5ritQIAdq/JaGhkT4HxgjmiqhPWQIhAJ27htzlo2W0gbn0W8Vt+i3iF0yhBm0duDILihza21lC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5140517204bef35354799fae91b32b77f8219a22","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-514051-mbrselx8_1749636570596_0.8485395666141355","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-75167a-mbrsfrqm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-75167a-mbrsfrqm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-75167a-mbrsfrqm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2de16f9408647250d71520066b09aafd83230eb2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-75167a-mbrsfrqm.tgz","fileCount":950,"integrity":"sha512-GVSrDBU7/ZX8kYlAmbL102y02GEBVMLdIHqrTH7FEUv23X+g67yTaRhdZjdSNuaSA2kQYeLIlafLHWIck4Sm5g==","signatures":[{"sig":"MEUCIA534/V1ThH/ka/0uMCQSJpOsE7aeV2XfdkC1L0EB3uMAiEA70ex3sNQj9+IpE5j9+Bd5N9ldmTVtD+tE3lwz0BNDSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"75167a74d4970d29c4f311e7c4c4878fa9be4491","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-75167a-mbrsfrqm_1749636629377_0.10913648206943449","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-1bc9df-mbrsgcjy":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-1bc9df-mbrsgcjy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-1bc9df-mbrsgcjy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"38ab330eaec608c5d34a3f22d1052910c13b2316","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-1bc9df-mbrsgcjy.tgz","fileCount":950,"integrity":"sha512-GP6BU4rGyx4PszJzj4CU8hgS1sItbmjL/wJe/FNk8+JMYhPUPtfVKEgIfntad9BIhmYYQtfi3mW3gvqISOtVTg==","signatures":[{"sig":"MEQCIELRo9a2pfpICz5DhXG1yZMGd1zzQ8ILke/MylPOFKdzAiALXtZa9w7xOm3Hyvlu96JeWqtJWDVU8pQithn3fe/I9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1bc9df1cace1d865bf06b3372861adac257e5314","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-1bc9df-mbrsgcjy_1749636650966_0.6333380258219188","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a64e4f-mbrsgzib":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a64e4f-mbrsgzib","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a64e4f-mbrsgzib","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"008915575a964d033bcb1ca0ab543f96f1e1a414","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a64e4f-mbrsgzib.tgz","fileCount":950,"integrity":"sha512-TjyQcRONkNSc1EIurYOUfbdu41Rp/pZtZgcpu+zYRp58o1wIAICLgDuClWGW9/4TTtmeYtbcDN87ieK6rLcVSw==","signatures":[{"sig":"MEYCIQCnBGxkUys3Z06Jj5SMK7L2eHqkXjRYu6SbHdmWEaNflwIhAKvhAAoR+3fZJWWO2o7ohxym4Dxv4lSoUkj+U/EgRabb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a64e4ff79ad934b71f1445d10174d2e1edefc1d2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a64e4f-mbrsgzib_1749636685135_0.6773194517902725","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-08a4c4-mbrsice8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-08a4c4-mbrsice8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-08a4c4-mbrsice8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f46248b51377cbbaa2fc9312f1bc3eda74f4454f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-08a4c4-mbrsice8.tgz","fileCount":950,"integrity":"sha512-MiEjR61RlgH+EQ1xYyr8vt6K3zeuclBerIYEFsfn/8jtIcN7NGdTjIEke5zaZRfN5axT9cH+9lqq5cC41uqy8g==","signatures":[{"sig":"MEUCID/JxMTK44g68z0I6AZWUK0JfFqZCd0CSjtuCv9enW3YAiEAzKdxtIgHbUOTlblOCsOTXPy412Bo4WUJnwgTtW7iyIw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484520},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"08a4c4464b720db57fc29e55c177b432d525f842","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","test:all:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/**/*.spec.js\" --exit","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-08a4c4-mbrsice8_1749636793814_0.22962253816167144","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-f27c8c-mbrsnm12":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-f27c8c-mbrsnm12","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-f27c8c-mbrsnm12","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"16a7e4b525227622c6b6e51fcd453ed83b63885d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-f27c8c-mbrsnm12.tgz","fileCount":950,"integrity":"sha512-o9D/AG54bka+F8pJxtficf/5RKI+mGieO08N8NyowQhp91yl0sCIstXX7IsE+SC5g32X2F7eTlt97MbOSoNUxg==","signatures":[{"sig":"MEQCIBbSgjljh2qw7zJ+7BIrE2EjBy7GUDGualt1U2fLLmgOAiAEa2oC4Fa6j/uZIgyMwqYxP0HY+XIQUyLxMuDr9hPyvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484442},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f27c8c50536f5515217e90fa276bba921d664a58","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-f27c8c-mbrsnm12_1749636991535_0.1870794950244048","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e46dd8-mbrsr9k8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e46dd8-mbrsr9k8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e46dd8-mbrsr9k8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1e1371e6575341ca5d74792d4f0b81011dddd79d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e46dd8-mbrsr9k8.tgz","fileCount":950,"integrity":"sha512-arsfaBzgEnpjr8g25WmGUYSKihkd1W1lJEiWPSvnqth2bEBb5tsunEmDB/PxKYtsMAqxd0Xih7RHUOKeehhRJg==","signatures":[{"sig":"MEQCIA3d6/JOdy8dj6IsPVNvJyWt9OawkQQWv4ZaMgxv7CQtAiBK9GWff6g4JQAc6UUdS0stieoS9AiKaBrlCEJosjBZUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484442},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e46dd89481537904a0488b9817aca826ddebf08c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e46dd8-mbrsr9k8_1749637161707_0.8183568575296767","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-76186c-mbrstqhn":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-76186c-mbrstqhn","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-76186c-mbrstqhn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e6a9c5b087ca3c1258010ca4a8186f243575757c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-76186c-mbrstqhn.tgz","fileCount":950,"integrity":"sha512-dlzWZzmuiDnLH5jbzK23r+oZF/56FXK59hIBE1IYZRYGNnAPSKXilhndBKMYBb5n8PX2SW1HDAgFfkA+bWF09g==","signatures":[{"sig":"MEUCIQCAjaKTwEPJeDCvK7N4UiDOm3Ze5lsmwqkw6c4oY45hAgIgamFwA8FzqWYrkv2GVcb0vTZTuK9C+JH1lYRwLq+ZMEw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4484442},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"76186c4da3e3a14eaecb4deeafbb54e3e4cf86b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","axios":"^1.7.9","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","express-http-proxy":"^2.1.1","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2ec36f-mbqgwbs2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-c2ae3b-mbqh21fd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-76186c-mbrstqhn_1749637285380_0.14462932981598375","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-fix-c18d54-mbrx4dvs":{"name":"@5minds/processcube_engine","version":"19.2.0-fix-c18d54-mbrx4dvs","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-fix-c18d54-mbrx4dvs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"26f2cb7836e05e1c8e34f21ba4504226d7c7b7e9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-fix-c18d54-mbrx4dvs.tgz","fileCount":932,"integrity":"sha512-wltqX/WVgwWZc+BlYxPiUwrq7fgkDNVC/8N4MVmDTUp4qeKgeCUGySdcFD57dVflqvs1SYagO5KuWS7IOc58cw==","signatures":[{"sig":"MEYCIQD2yF8nnwrJNfsfuDffDbuJmgpKm+u5UrIuxsrgSlxGZwIhAO0Bs6Yk68KO4yZAYgeWkn0Xl0uL391xSpdlCIyW/zQz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345750},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c18d54d0966f3c5bda91d5d39a59ef5e47884757","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-fix-c18d54-mbrx4dvs_1749646044883_0.5529059038172142","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-fix-c7eaac-mbrz0ldp":{"name":"@5minds/processcube_engine","version":"19.2.0-fix-c7eaac-mbrz0ldp","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-fix-c7eaac-mbrz0ldp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"00a0ed9ddc5544ca8b56151f4e874e3a12e3e58c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-fix-c7eaac-mbrz0ldp.tgz","fileCount":932,"integrity":"sha512-vsYPHkdd573OgnutQE0i8X51w2EnNC8thKJvPtrBzdt0VtNne890Ur3tfjfDGZmpWTwvjl1pRI2mqYG6dCnqGg==","signatures":[{"sig":"MEUCIDcNplEsLraS5/wyiaAsG5m4H4iKxIPs+6JzOA482DhkAiEAqADXSbk5kubfAh+2tgu1lZhyre85ySeY4D3QVfiWhzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4344776},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c7eaac065aae4e03e6e0ffc7b2e6dec59be5bd20","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-fix-c7eaac-mbrz0ldp_1749649198212_0.4893563683085951","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-release-2ce390-mbrzya7b":{"name":"@5minds/processcube_engine","version":"19.2.0-release-2ce390-mbrzya7b","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-release-2ce390-mbrzya7b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0e3e8a5bb5adbe0ce7e8602ed9596f583fa0d166","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-release-2ce390-mbrzya7b.tgz","fileCount":932,"integrity":"sha512-tXHYQ1LOfp4K5dkpmigASmgk+4GqzvzafUb5PLs0cKxWbRTn9gX3P9se4N5IZg/l1PP4g29r4qhJmSL/pg5Evg==","signatures":[{"sig":"MEUCIChMRCJmFkCxRKAuU+l3A62WLSp3WSPhpTqm2qF0iAPsAiEAsKx3H78Wyzb4I7P16N0urjin0+m9BH7kHNmIokldiRs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4344780},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2ce3906d84128bf640264ca84daffffd4595b1c1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-release-2ce390-mbrzya7b_1749650793450_0.9182448775694239","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-feature-30089e-mbrzy9pj":{"name":"@5minds/processcube_engine","version":"19.2.0-feature-30089e-mbrzy9pj","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-feature-30089e-mbrzy9pj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ada277dbe189f49c8c7cdb5c6da47da8ccd743b9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-feature-30089e-mbrzy9pj.tgz","fileCount":932,"integrity":"sha512-JBskE5awVFm2QG6G5hOXZrRGOGlmUa9pempcQs1lqf7/AgiDAUG43zUN5/iyJH1u80Znh0IXKnW7MAxZJLNl6g==","signatures":[{"sig":"MEUCIHRdEiP0GNk8krR8F3t5/XRy96toK+hpPdRq6Kia1FpVAiEA3qzGTpnL9Z/yVVrC08JYe6rpvzgMp/gX2ClU9inQ7d4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345651},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"30089e5f2a8b84ac3a8721a63e2b1bea33169d97","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PSD-201_correlation_id_via_event_trigger"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PSD-201_correlation_id_via_event_trigger","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-feature-30089e-mbrzy9pj_1749650811288_0.05446877205327327","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-1355d0-mbt70ae5":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-1355d0-mbt70ae5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-1355d0-mbt70ae5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f8083576a2a1378cd132a06cdf8d7b7a1518d698","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-1355d0-mbt70ae5.tgz","fileCount":935,"integrity":"sha512-uQNn4kVNVmZGUD3x4UEavpsm4FKn0FsqqsbFaWHWaOVwGWxt7sp8pkX4gjr4hzQO14NEsjSrKiTDKohituuWhg==","signatures":[{"sig":"MEUCIFq0W33JYvQnYVXdx6x676XXFFN33hYrZwypDYs7YFfrAiEAyZrpELcHoBuKqez1qmLQrIPhBiy+ABHgFnijXcQcjGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352092},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1355d092690f2542c827cf949c415748d1846e07","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-ac6e81-mbt6u8sm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-40732e-mbt6xax2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-1355d0-mbt70ae5_1749723143098_0.7153754652962625","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-16f183-mbt7zz8e":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-16f183-mbt7zz8e","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-16f183-mbt7zz8e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"40a122489ea31abba349cf2a79523f1fa8a29e1e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-16f183-mbt7zz8e.tgz","fileCount":935,"integrity":"sha512-XU2pxDo4DFkF/YArWk7dAev35ykQB/s+4zyimj1XnLQI1hQUHuJSCIYZIPMXOX13RVimxX7R8irR6Jcn4s4eJA==","signatures":[{"sig":"MEQCIF6eHO6WPV4QY64vwS5yp2xjt67k1RhaibJtBDdsQVH2AiA0O1P/idMhL843jUdYjfQ2ew5iIpd1f1hBbRIF0rXnWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352092},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"16f183ecc62935009a42af15294654b04593754e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-ac6e81-mbt6u8sm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-40732e-mbt6xax2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-16f183-mbt7zz8e_1749724783301_0.9345474994889242","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-47a992-mbtb6chv":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-47a992-mbtb6chv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-47a992-mbtb6chv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0a10bc3c69d3d9e8241eea6c37d6d96d8951ed6a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-47a992-mbtb6chv.tgz","fileCount":935,"integrity":"sha512-YKRnTmt63oQb9FV1Qxz8yTeaYUL2itVRvmZ/ykHukvEwMuPlX+dE0XCfSSklbtDo1eF0TWFOERkxpPA0KBzOpQ==","signatures":[{"sig":"MEYCIQDj1Nj8h5hx4EVrumwC/VlYm5fukMvKyEbax4UIASjN1QIhAJo2XjBOa504eKDUPNDIDWK5oxG6v7bTwBZjHwq4oR/S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352183},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"47a99269bcd68806bf53d74683b50ef48111cac4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.3.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-ac6e81-mbt6u8sm"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-40732e-mbt6xax2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-47a992-mbtb6chv_1749730059593_0.17461258284148218","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-release-ff8402-mbtb8v2v":{"name":"@5minds/processcube_engine","version":"19.2.0-release-ff8402-mbtb8v2v","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-release-ff8402-mbtb8v2v","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d0bcb0c8de4ffb7b73b8c99057074105e10169c9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-release-ff8402-mbtb8v2v.tgz","fileCount":932,"integrity":"sha512-Flu6KOmwRtwgNK3dITCqbwYf2vheSnwU/kp8XOKqLOjvQJV/N527hN1teSQjGSstXWgYhxaTMOH+FOW+3OfHwg==","signatures":[{"sig":"MEQCIEfXfFfkUZz2x8kLrwMWWs4hdXrcTW/zLZJMcmzMHKepAiAU4QXGDzhUs/3hbw7LV5vr11CKeA3LyP2hHwiTZlIimQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4344873},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff8402dd0c7822784b98a03362c6a4d778f9b8c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.1","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-release-ff8402-mbtb8v2v_1749730175415_0.4294260060487718","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-feature-e6270a-mbtb9azv":{"name":"@5minds/processcube_engine","version":"19.2.0-feature-e6270a-mbtb9azv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-feature-e6270a-mbtb9azv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aa9c2b407d85954956947223bc201815bae38037","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-feature-e6270a-mbtb9azv.tgz","fileCount":932,"integrity":"sha512-P5hB0eC4bYQ23bSXa2CJC5Zns34eQDOyfuCPsgNisjOHw+7Mg7NbgU2OXCm/G8lId6qLSYWH0SzvwV/eNefZsA==","signatures":[{"sig":"MEQCIH3thQIjN7jaFTinCtEkK9Jf0xmVmlmOAEZOmzA4c3uNAiAaGuEipyto8TNwckErY+rRQD9+ds4+hUf3xNAvsFPn5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345744},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e6270a2fb88cdc76f39ad288b2302b5c19416e51","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"feature~PSD-201_correlation_id_via_event_trigger"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"feature~PSD-201_correlation_id_via_event_trigger","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-feature-e6270a-mbtb9azv_1749730229935_0.4237675984281355","host":"s3://npm-registry-packages-npm-production"}},"18.5.2-feature-6839e0-mbuqu5l7":{"name":"@5minds/processcube_engine","version":"18.5.2-feature-6839e0-mbuqu5l7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.2-feature-6839e0-mbuqu5l7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c4cecdf004317065f6dcd7a5cc9e06fae954ae1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.2-feature-6839e0-mbuqu5l7.tgz","fileCount":925,"integrity":"sha512-zGMr6hPr5ZmyICbviCXvfNVIJ22ilh/USA3BepIN+ti0Hmfntdibct1lYbK/PlqLdzgYIwtSGoHlONcCFJR/yQ==","signatures":[{"sig":"MEYCIQDJQYsWcr2jSxhLVjfufZ7q183AVV1kIIlP51JQGcsH3QIhALPYBTEgmJIwc339dAI4M7kMp8SWe10ceKb7lOh73xNF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4163159},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6839e0688007fdf88ca825dc088358ba386311d8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.2-feature-6839e0-mbuqu5l7_1749816791260_0.09385450352440738","host":"s3://npm-registry-packages-npm-production"}},"18.5.2-feature-d5a928-mbuseu05":{"name":"@5minds/processcube_engine","version":"18.5.2-feature-d5a928-mbuseu05","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.2-feature-d5a928-mbuseu05","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"85b1901904c321bebe410f70c69bbd0b068ebf77","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.2-feature-d5a928-mbuseu05.tgz","fileCount":925,"integrity":"sha512-U8u7wLT3ThYVt7UFWd2cqmMlpyiDscWM8EsXSHzxctU1pJuKmtgvAWcHEi01/oCQk8dOG8qAqGUD3bNX1sj3xA==","signatures":[{"sig":"MEQCIHUrEhVOHLUC4SIY7yKJliRjjvFATSmP7R2+M2ktor8eAiBx9f6drudDuyDhOj/2SurnXJkUZNjshyYDGMgLIN5/KA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4163213},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d5a92899271de1a62fdc919a2f4b6ff2087a63c9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.2-feature-d5a928-mbuseu05_1749819593360_0.947266337112521","host":"s3://npm-registry-packages-npm-production"}},"18.5.2-feature-f4d7ea-mbuua592":{"name":"@5minds/processcube_engine","version":"18.5.2-feature-f4d7ea-mbuua592","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.5.2-feature-f4d7ea-mbuua592","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"516d941f09f8684a812c545f1aef11d8598e6f97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.5.2-feature-f4d7ea-mbuua592.tgz","fileCount":925,"integrity":"sha512-kvzhIGp1jICCW9Fj7G3PVn9AisypX8e+U08LKpioERrNYKe7zMwUyIyufE/dthDALFMSU8BPbqXvGTbpy/eb+g==","signatures":[{"sig":"MEUCIFyUNhZS/jCqOQSHVf+L28UP3O2QrDW3iAKE9wgArra0AiEAoLrTflZ/JFyytkMcVM3PAYzH+mLcFrhxYqK0MIKz/ZI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4162796},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f4d7ea0ee5ec5023d0e82c4fc75c659c68a9705d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.5.2-feature-f4d7ea-mbuua592_1749822619095_0.0697655599828717","host":"s3://npm-registry-packages-npm-production"}},"19.2.0-release-fa752b-mbz30qf8":{"name":"@5minds/processcube_engine","version":"19.2.0-release-fa752b-mbz30qf8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0-release-fa752b-mbz30qf8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c91aef08644f02c2881f3d0e47a89b0b77a68c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0-release-fa752b-mbz30qf8.tgz","fileCount":932,"integrity":"sha512-j8u6qOOWWcxAJ8x9FFhVUHF0E/s3MUiBlmEvmMWtBUENzkg8zsv9gBZG4elb6ljMB99qGFH8YJnc6CyMVdZlTA==","signatures":[{"sig":"MEUCIDuZvIlMMA3EgccaO05jPpfltwY6923Vn3AI4Felpsi+AiEAjWvtrtt22/qsPyCPfA2bpoAiPIsmphn59fahFuL1ZkY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345658},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa752b688871af51b51410c33b6bf3ab90e7c6b6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0-release-fa752b-mbz30qf8_1750079175135_0.3854475558860424","host":"s3://npm-registry-packages-npm-production"}},"19.2.0":{"name":"@5minds/processcube_engine","version":"19.2.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"061b6506436efa854f46ab3c4d71ca095801003c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.0.tgz","fileCount":932,"integrity":"sha512-MQYidZPgNC5yPX4P6VFntHfj7iCiXjJw14/e2Gq9V2qiLMJMN6PIZ3zVTXmDbrLtfypbFnca5bQGkoGsdaGpFg==","signatures":[{"sig":"MEYCIQDtVWMgOeJzzN5pSitbBLikQxBfDixEEuC4f/ixm4unWgIhAPnKz+kkDCYvxi9yHyfFP9vrOo16Bg3yhAbFepB/ILAr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4345598},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5ff54474b279e8a59f02a07081cc99f0af383d95","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.0_1750083257562_0.11482213129452501","host":"s3://npm-registry-packages-npm-production"}},"18.6.0":{"name":"@5minds/processcube_engine","version":"18.6.0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c02f11111ec1536644d417eb6adfc35cc3fa9d80","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.0.tgz","fileCount":925,"integrity":"sha512-r5fbth2eGS6zikVn98+tS98fXHlzvuaNJ+GqadmDro4mp/GBPkubhYP37BiyCCaFJ14XSOO7k7cBqV6L4RQj7Q==","signatures":[{"sig":"MEQCIH4yIQAcx8sr386Xg+AriIrcbnN4hjitQATdVlrKyrIBAiBbv+xuiE0eOxyvDVCrHUnlUliyZcz4WRBNDBDf/qqtOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4163890},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ad0f211855bd680f888ca7336044257d8b558cdb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.0_1750084705178_0.7958788419936358","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-a04523-mbz6t505":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-a04523-mbz6t505","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-a04523-mbz6t505","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c950021388c6653bec50180adf347dd9a6a67d9a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-a04523-mbz6t505.tgz","fileCount":935,"integrity":"sha512-Fn6q9kPMop/t+NVoWExU58l64uYINJLDgrZrsofFlywlaFnrrhMgtOSv8QCsh42xaAy9CVO5DxcMil/rkCjqvw==","signatures":[{"sig":"MEYCIQDhqkhacUa7mXRBFzzUnavZgozifBLGUe6C7VLZevnwXgIhAI6Q5IZj1K2KFgCA0e1LREB0s9i8lFjTDwHcl6I+ajwG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352371},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a045234c22fd598990f4a0c9a955bd9d14e555a0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-7b284a-mbz1v2bz"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-349036-mbz228hy","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-a04523-mbz6t505_1750085599836_0.09413512374292154","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-facd5c-mbz7twsx":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-facd5c-mbz7twsx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-facd5c-mbz7twsx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a3b470b6a74aa60205ded047c122b7cb250f9463","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-facd5c-mbz7twsx.tgz","fileCount":935,"integrity":"sha512-Hu73Xk4bV1RspdNG3rh1SInMy46dcQt3ZgLvr9emk6mQ7sBsEH0rfWE2hC/fdORib03diRFAi+opt+hnUaYnlw==","signatures":[{"sig":"MEQCIGROLZXL7Py+dupa07QkjFYuuAFiHm13z0yHIeA5KP1xAiAFUUM11nbxp1Z6zzyJmSj0y0R1yiwl2ifSqFIEJi+wVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352339},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"facd5c6faaad191776dcac9a1c2b64fc0c1946aa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-facd5c-mbz7twsx_1750087291108_0.07374856005546926","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.3":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8e349ddbbfd906e8b4263f7971b72d7e02530a54","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.3.tgz","fileCount":935,"integrity":"sha512-Ylxnl8wYhIh5f24ah6KD4zMpEwFMinUW/N0NMRMBFYiBYA/96lan804l6GxyzPU4MB5HoX1xVfK2K7YhOXM4PA==","signatures":[{"sig":"MEUCIQDmptyIwJm5zqlP5wB6D5tm9UZNNbFLsh4FcwbxMrabxgIgdrJDs1njuc90FoLkDKTLFfv1xinYYmbaahmHl2yTAVA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352323},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"facd5c6faaad191776dcac9a1c2b64fc0c1946aa","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.3_1750087323826_0.9889755729342302","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-860b62-mbz96xpo":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-860b62-mbz96xpo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-860b62-mbz96xpo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"23cb71ca48c50cc36b75d672e57422f6659418c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-860b62-mbz96xpo.tgz","fileCount":935,"integrity":"sha512-e/rRFFSSBFTrUxjfMTUEpqvfAHmCYCvvQIBIbDd3D9BzWqmjA/uuk//2alw3QgDKn3YDoro9TUKNnSPWvJStvA==","signatures":[{"sig":"MEUCIFOWVMXBVBFRFommlFRZYeuZRZ3aYXYh7if53e36FJuXAiEA0aaU3YbFhTmy6KQ6peSU2GVuTRd1BQQ98mut+5if0m0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352342},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"860b62ee896846495da20d01da8ebdd42cbd9941","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.4","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-860b62-mbz96xpo_1750089590643_0.08013852518857667","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-904376-mc0lpj4m":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-904376-mc0lpj4m","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-904376-mc0lpj4m","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"176d5ceef1204a3db7b22d27fab464d396308657","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-904376-mc0lpj4m.tgz","fileCount":947,"integrity":"sha512-eSuE8bcitVmWnfBmiQn1R0UeuTTxReSoo5smUyT9SUO2kQ5GYd2REFlTLU0kdfs9ZStxdll0PjDezQcf8JMVTw==","signatures":[{"sig":"MEYCIQDAmXaOGJO3OJgzyhpiGvM6KcX52/sRyG9Jva4CGC7/TwIhAKrfJ8t3xYdYSlqm2fwDzfCgkxN4+nQ5VhRlParfWzI+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267908},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"904376d531a84c82fa7619f812dc9d6c284a1559","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-904376-mc0lpj4m_1750169533346_0.38380434590248846","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-9c8834-mc0l1qmr":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-9c8834-mc0l1qmr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-9c8834-mc0l1qmr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4d294e3b5bc1ce0b642c61d07c41fe36cd10c66","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-9c8834-mc0l1qmr.tgz","fileCount":947,"integrity":"sha512-HWzjvFZzhSSRNNZvSGEdpueDLeqidA+52eUrXSlxP4Tqx51gvbfK7+bkyjlpX+6fx5TMKj1Ain075/0rrq2RCQ==","signatures":[{"sig":"MEUCICbsw/qC2CXJHhob76lZOQrSFUad1capcAgKztFAm3U8AiEA/d3b28tC6ZWKP9PxHaQ7BkZcPWixIHSpo8tDf9MMcAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267908},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9c883448e2074958e52c545ac4dfa465f15273a7","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-9c8834-mc0l1qmr_1750169847688_0.09483675841241879","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5fd71e-mc0migqe":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5fd71e-mc0migqe","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5fd71e-mc0migqe","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b0b4411fc61db3eeed024368193cb95bcb7a0fb5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5fd71e-mc0migqe.tgz","fileCount":947,"integrity":"sha512-9xeWVgYiWyZ2cIZ1kLavWb4efPqG7Nm8nj1iNNtHUCPEnHcnXGJcGn2JcIOF9iN2VrlC9MIhP0ubMbBcqC7O5A==","signatures":[{"sig":"MEYCIQC8Uv51bad+nozjfdlmftLA7gsY2zOPz8pfL8HTbJIxzgIhAKSXv3/QGS2Mh0y4WP18UplSm4Qcghj907OB0I2zzj0J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267908},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5fd71efcce0be3936d3713cd617516132d054fd8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5fd71e-mc0migqe_1750170874800_0.174504472643791","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-21e7c1-mc0ngbcb":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-21e7c1-mc0ngbcb","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-21e7c1-mc0ngbcb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ff5e846337275f530af4bf867ec44d069a861972","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-21e7c1-mc0ngbcb.tgz","fileCount":947,"integrity":"sha512-R//wXgm61HQs7xks8neK2ADZ+BaIhUj/5E8tyPqxHiJK0p2hqhDFAFp1slTWSklaxObLTlinV/vk5YEEPhuZFg==","signatures":[{"sig":"MEUCIAZ7OupQzQ8iZTGTbI58iVxoHkwQe/OfZWy03LP3HYuuAiEAnUhrdCgI7BkLMdSMioTZetGgKyiD+k+eLKsgPM4KO1s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268040},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"21e7c12cc9e2de0b76cb5a5159fff453d1eb78bb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-21e7c1-mc0ngbcb_1750172460356_0.4060727693621695","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2d7a71-mc1ktb2z":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2d7a71-mc1ktb2z","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2d7a71-mc1ktb2z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8b430d8f5b7bcf0a85af5301fb8eee4f55581b27","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2d7a71-mc1ktb2z.tgz","fileCount":947,"integrity":"sha512-hrMcFyH11B7eKT1xxm47ZY4d5rOgggpQp4JZ2+VqBvSk3X60UracAgxwD2D4NMLxqu+mA6i+y591gQzu+PesWA==","signatures":[{"sig":"MEQCIHUaLuqzbY208OzUcDumgbvH9WnM03zSxufO8dM5vu8EAiBgp0KPiK67rqgl6s6ueGKzAeeSuPA6Bahlj1tYu1C8bg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4267891},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2d7a71e4301151dd246a0be4457fc9486f8a4031","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2d7a71-mc1ktb2z_1750228481032_0.4700808137458705","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-62b682-mc1l0cao":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-62b682-mc1l0cao","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-62b682-mc1l0cao","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1567bf150840d4c23eb796f686de94f5142605cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-62b682-mc1l0cao.tgz","fileCount":947,"integrity":"sha512-ok4A08bm9R3rBgceg0pPuWImuha98D6uPCGKmjvx0OYMzwnQVjzU/OLinFmzJs9m74eKLYTsqxn7AKaH9jWlGw==","signatures":[{"sig":"MEUCIQC/fKxQ8GxcYIfa6jA+aPA2Eqh5h7OtAjfY6GPbEMMQTwIgZKizCVyVaugJTO9//qobU4qoq0UMx16Yg9PnZKMvXcU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4268784},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"62b6826bd0b74fb58a4788dc8af82f43044e5633","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-62b682-mc1l0cao_1750228809233_0.8431451767089022","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-491e36-mc1u4562":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-491e36-mc1u4562","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-491e36-mc1u4562","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"98e39e1287a5ffaf5e079d3bbce22e047ab37026","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-491e36-mc1u4562.tgz","fileCount":947,"integrity":"sha512-7d0Edj9Qrh6iGRov/7NAbJPpvjbW7kso9yGB0EXO6d3hySWTfzxVKADfhq78pnHqhb2yZM9f+tWokWChGpporw==","signatures":[{"sig":"MEUCIQC3yyLDTtfglDrPKRmyP+BFazj2iptEevvvIRm4rPil2gIgOAnlhlyeIdISZzMWUFThEBHkyGwqWHN5PiqcxPmudvY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4269633},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"491e36bbcf150dff1c8bd533ff798a9fe57dc3c5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-491e36-mc1u4562_1750244104219_0.1589899424690795","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-818dfd-mc1zu15n":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-818dfd-mc1zu15n","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-818dfd-mc1zu15n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c59c4a4bc436a79f5afa02abfcbaf5eb57b2a791","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-818dfd-mc1zu15n.tgz","fileCount":947,"integrity":"sha512-QhhLM2pAjkqJs4v8HGpTXygpS7kFFuhADZz34A/vZYeZiFA0IMsnXcaZlRSrEmMjpdBZeZ00io0ePkrKP4Vidg==","signatures":[{"sig":"MEQCIEQyJ1e/b7dITCU3scluZOPhfgzSAyixMyQEpFv0B4QPAiBSDCsp0OFgc0/eMs9Yc2fchUV/eX4OZRaUKE5YW0zAtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4269459},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"818dfd65b7e4a43b132831ba6b3d27fc5efd68e2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-818dfd-mc1zu15n_1750253711403_0.9495427091406041","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-0c7e93-mc228h37":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-0c7e93-mc228h37","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-0c7e93-mc228h37","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a623cf2dc18d413f367496dc1e966dd295b826da","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-0c7e93-mc228h37.tgz","fileCount":929,"integrity":"sha512-YhbxMzYfV6zIKmqe07OfrFYXdEJgF3Ar9auIZyBvFh/b4JoXWjZhcJlCqPiuiaEweyTldcvtvvXK1fm9twVV3g==","signatures":[{"sig":"MEYCIQDAXvkFerk2ySG6EIIrxEttynpKKI4IPUw2vnecBTOgXwIhAMciUtgLzXOYmNfO1G+RNSeXeS/WomgbXjfKA7Cq5sDV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242391},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0c7e93978e64b272ef07c2751b027a6dbddb05b2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-0c7e93-mc228h37_1750257744211_0.8406883821213607","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2a1cab-mc22sifz":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2a1cab-mc22sifz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2a1cab-mc22sifz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"832a78f771ff4a9f19dec3416ae8196dcbd6f068","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2a1cab-mc22sifz.tgz","fileCount":929,"integrity":"sha512-r2vqww81fq1oK9Sny4JQZwv4vEreGn28j4GwVg9JboJgzUHG+UJDdPMJz77Vh6Nd/XeJ6ECxUXtQLbZZJytagg==","signatures":[{"sig":"MEUCIQC7Xd/GItcopZL3m5J36Ovl+8aYqlu3DzFsnp/2SdyWhwIgcthjtMLGFWDBWOLl5+QjfwEWnlZ/FrzyZcuVD6aHYX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2a1cab9c8da69dd0339460ef245e313bbd96a81b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-5412c5-mc0a01dn"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-a17e04-mc0afz8z","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2a1cab-mc22sifz_1750258677206_0.1777225308586683","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-60ebb8-mc23dqm4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-60ebb8-mc23dqm4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-60ebb8-mc23dqm4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"de1c4921cd2c72a21407176efb42c398a2704822","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-60ebb8-mc23dqm4.tgz","fileCount":926,"integrity":"sha512-Za3dewOGDofGbjet9c52eSzGW4x9UFeMoSsX8qrKRU0zgMnsKevQ+oA3fRa4FDbWBDHishLm0UdSl6nmTjIhaQ==","signatures":[{"sig":"MEQCIHDHnwPTHTmFDiVaGFR8aP2zicfxHq7LVszp9UONzjSyAiAZXW2ueG/vM0kn1G9lNYai8HzIuz9MmF094zxRk9+XzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241722},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"60ebb8044fadd19d92b84c53105937b6d6e33d9a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-60ebb8-mc23dqm4_1750259665615_0.03961109433419807","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-3e376b-mc23lwxi":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-3e376b-mc23lwxi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-3e376b-mc23lwxi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d891bbf9d14d051406b2938bc825449b28fead4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-3e376b-mc23lwxi.tgz","fileCount":926,"integrity":"sha512-jlpsNwMZOSGL4KzdNsn2L6SZrqEH5R/4Xbsdm75Vj5cZqaTeusyOYjj/lrmidNyn7ErtVxdyEX/7Dum+LQXsIw==","signatures":[{"sig":"MEQCIAG8aYjsOdsHKZkfe3LjZNZPp9f34RtQMeBelNV1BP2QAiBG3wh8gSQYD4WoVyzqCa990scF3m0dKU4XdZIV62Hy+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3e376b0cdac110fd8452f2e99687635d6dbcc8c8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-3e376b-mc23lwxi_1750260056458_0.23264123723465047","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-81d722-mc24skkm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-81d722-mc24skkm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-81d722-mc24skkm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3f4751a1b5616f395dd5df103cdb9eed078ef682","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-81d722-mc24skkm.tgz","fileCount":926,"integrity":"sha512-AL9Zqs3ViUy5bu1P2wUcCffxLE7/NsmgdTU+2ur+Z/doQhQ+7NoTV/vN48Gi6ew8fSx4TJOS/0M7Hum0FCl/gg==","signatures":[{"sig":"MEYCIQD7XjOdOH0sKipXNRbwcesIOB1k6k3eJ7jhxN+SgfJlAwIhAMwPDfA7Hft9f/H7OzPROPd2hk+7Zs7eACJMMVNGAMXd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"81d722ada889b6c7b22a1f4830c485b5a1bdaf99","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-81d722-mc24skkm_1750262040967_0.07923901494126318","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-827f57-mc25l6bg":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-827f57-mc25l6bg","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-827f57-mc25l6bg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5603e3d002c1c4c3d8e80341845e9193af342186","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-827f57-mc25l6bg.tgz","fileCount":926,"integrity":"sha512-YVbKKxcGpkogLdvNfIYrPVzKq69ECn86Rpn/S60AuEJDkIDT3ILq5veGzgk0MNV1I3C58B8tb85Vi7tRmCnG7g==","signatures":[{"sig":"MEQCIFog7LBbXbDkUaVSj3DL72cQ8pqjuxESCToji33tA/JpAiAK8VAts4jSOtCvEJLGiGnnjn9Ic5/QGb5+xBdqakegpw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"827f57c00d5016b7af81bb510b3727158116bb23","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-827f57-mc25l6bg_1750263376976_0.2923482475272725","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-24ef55-mc26r9j4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-24ef55-mc26r9j4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-24ef55-mc26r9j4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"57f484728f1703e4ce783563393535987457644b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-24ef55-mc26r9j4.tgz","fileCount":926,"integrity":"sha512-0TsWEm/QVOTgYZOLXMg6n0uQ7OGGUkBBM2OJkpBwpqmotSWdB3OpHcq7H2Te3krQH1VJVxwaNGdCQeSPDLBUfw==","signatures":[{"sig":"MEYCIQDsDBfAcdD4w6C8xuVns+mYg99fa5DYXH2IW9WxbRrYFAIhAKT2NRNrlqXUb8iKnNxOIMFadIjOZXu5OupkyuGs0g7j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"24ef556a123939b817a03a88125d781c8eb6f1c5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-24ef55-mc26r9j4_1750265336728_0.93868632298417","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-0eb1bd-mc26ruze":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-0eb1bd-mc26ruze","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-0eb1bd-mc26ruze","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"73a770600323b028a94c809197c9d366d2a2d140","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-0eb1bd-mc26ruze.tgz","fileCount":926,"integrity":"sha512-tbUZNo4IiWMu9N8kq9hO11ByQvdpdaq86wTMvaNSZQWPm+8+6DHn/3uLD2N6s0ANbYAsj5yedbkm0psBU1uCAg==","signatures":[{"sig":"MEYCIQD/7GJYwpFEeekM3bPDEJXZr+OJ/qTdWhX4mCVDZZYdnQIhAPNyKTOI99Wem3OCNUnR8aJTf6T3/ObpDslYZUs6HFLE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0eb1bde5c7e8fd82c89db54fb7f93593eeb7123b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-0eb1bd-mc26ruze_1750265364325_0.06785817886825907","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-c315dd-mc26t7gi":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-c315dd-mc26t7gi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-c315dd-mc26t7gi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bed851008ae79b25aa9e0eabb82c8d066970cbc6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-c315dd-mc26t7gi.tgz","fileCount":926,"integrity":"sha512-Rx7sXIYz3YE6ZjNcCoTRqZx9zUG2kNhvF51aF/chBHCSXyvcj1cv0328vfbsGQdh20ZaP9eViZF+x06HvcLeLw==","signatures":[{"sig":"MEUCIEPHLtuM2tY0pgE82UY82RouUmqUO9xxapjHpmHGjh//AiEAmLd9ofaCL7Fr+e03+1stzyb1Ed56YaBRKCgqGV9wT0Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c315dd467a10c30785a4117aa335c0376d8db7d5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-c315dd-mc26t7gi_1750265424864_0.27666227992976444","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-a3b968-mc26t7dk":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-a3b968-mc26t7dk","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-a3b968-mc26t7dk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1572f84c0b48dd57b697043550ef2ab17b8429f4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-a3b968-mc26t7dk.tgz","fileCount":926,"integrity":"sha512-SC2DQoZtoJ8etQkLQF7sTXjybzBB9jKYpzlcIa6KPbMoDwhldCio+bF4q2GlkC3IWw74QFvupW7hH8dxsFW7Sw==","signatures":[{"sig":"MEUCIFzdSgtKpOAaMCZQQgdryb1CnUikNIf41a+AeqLCG03pAiEA82wV2sdZVrz8ra0zeAiMnp6IOYNVyE0D7fmrNAGEcF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a3b9684e1e95a15a225194fb9105ca81834fc372","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-a3b968-mc26t7dk_1750265430936_0.21180895142903688","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-e0ffed-mc26t93o":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-e0ffed-mc26t93o","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-e0ffed-mc26t93o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a3cf7b0621f3f414bc30efdbd1c9b429497a399a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-e0ffed-mc26t93o.tgz","fileCount":926,"integrity":"sha512-aBYC8SrUmPjd/YB4dMqlG+TLdZzl23quUHLR8wfKxwC+21/ONqjHACLpBADludTUaoU+CjdOS+md7EW9ZWXndg==","signatures":[{"sig":"MEUCIQCdIeTepZyOYNDdMMltAjR3J/R2SftB1PTqoGBYZQ1LtwIgO+l92l6vbGPQazNIGlPEkUADa25b5QOWTDqY5MFQZrE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e0ffed2480dc74873fab78190d1bec4aa22914d6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-e0ffed-mc26t93o_1750265460114_0.18191064243215238","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2e1192-mc289vjr":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2e1192-mc289vjr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2e1192-mc289vjr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5d96c33a595cc719cd41930a55cf889bd8a5d510","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2e1192-mc289vjr.tgz","fileCount":926,"integrity":"sha512-LzLbxosulvnHCx92rrwObjYq6HDv6Z94WZ3Or1TbW9WMjuBRdCaYPl/LcpOf51HSIxnkhLIdK/g82cfXqARsLA==","signatures":[{"sig":"MEQCIAROlgMASBsQHz/Ob6KXdRuHnO+P7PiGrhKJ1Ihi4NlzAiAdfltpHmGMTJojHqEjIbZySNVb5rj5zFALsP+cKZOJlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2e1192240964aaf4305b90a5af613c8c5881bae2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2e1192-mc289vjr_1750267884777_0.29205611218500493","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2838ff-mc8tgwcq":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2838ff-mc8tgwcq","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2838ff-mc8tgwcq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"734b139b9cc791e8ec68d32622d6c8472a12b8cd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2838ff-mc8tgwcq.tgz","fileCount":926,"integrity":"sha512-gViuph25p80hxfJw+NUV/UcCOVRx7toOal4phGzk3owbB5hFQ3N7YOBFNgHPRT5yKceEfSOI+dA3u066uy66Rw==","signatures":[{"sig":"MEUCIAnorWTSXCwf+BTQDPwqe4sv7e0NLvqwsgGZBBk6eXYCAiEAoQkc1VJBwTMWFiM1OtWPujPJxnSiNJIeKSOKZo4Cwo0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241723},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2838ff61ce1791ff7ea0e4151939bffa73ee4b34","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"11.3.0","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"24.2.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2838ff-mc8tgwcq_1750666279792_0.6174219247125641","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-a866a2-mc8wqgr2":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-a866a2-mc8wqgr2","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-a866a2-mc8wqgr2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f0da8a583952fd36281bb7a1ae7d6ae06355265d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-a866a2-mc8wqgr2.tgz","fileCount":926,"integrity":"sha512-JzecCqfhnBCkw9GBlv1zySxQGjMB6p7feESbvYg9DpSZq2gJnQ++E7kQoNIlb5g5tCJ/n5ijozQaH+i1qLmSYw==","signatures":[{"sig":"MEUCIQCc60Hl/JutGCfl97fgdfDNug9G9d9q/kmJThFvrmHJeQIgBm/MiOfhMfUiVEZhTAdRJ1R7pkK17OlgiXdVeYSMNYo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a866a277213ce0a79d219dd3c7d3b77fd4c7b99c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-a866a2-mc8wqgr2_1750671765314_0.10134972808901321","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-f77e8e-mc8wqft1":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-f77e8e-mc8wqft1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-f77e8e-mc8wqft1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4468a3f32fdf00ef082bd4382dc6d0ee90335118","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-f77e8e-mc8wqft1.tgz","fileCount":926,"integrity":"sha512-QlLsUWmYxVx/g4oL5eoyCVRkpIE86xEBcsJgvt5CQPxB5J1UX3SBAOF0mNe9UADAGt/tARrgwd/Wnt1wX71U0g==","signatures":[{"sig":"MEUCIEQ9e5rNgfCOSLO/Rq/HPYY1eyfrxwhFTkmfHmrWTg3XAiEA4H/PcM96W6opHDOFNXCZlWO8R+B8CKV3Vp/UOo3nQ74=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f77e8eaa14e583c829a2dc87cc3144bef9ceb15b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-f77e8e-mc8wqft1_1750671769444_0.09123675319711211","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-34f67f-mc8wqji7":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-34f67f-mc8wqji7","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-34f67f-mc8wqji7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bc0c1363f4c182b14d336a51b82cc86083281e91","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-34f67f-mc8wqji7.tgz","fileCount":926,"integrity":"sha512-g9K9vLFlxtRJAhE3qVHgj0T1cX5UQgwiQKVqsxaYUGCZ8yfhgvasKvAaxwwYd92a4jxoWcTkBmwm6hR0fwFclQ==","signatures":[{"sig":"MEUCIFzuhFUG6d7jPH94OygkceE8f8YQDvnP86mr3FknHHBxAiEAgN4IFht3elJM1uig5mofIaVeM6wkaT0qla9AR3pUJHo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"34f67f20bbc5f3e07c478718a0c55b230a51c2f0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-34f67f-mc8wqji7_1750671772410_0.13348836114781304","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-417848-mcaee0r4":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-417848-mcaee0r4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-417848-mcaee0r4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fabf2a59c30d54d4b3247d054660df2b73d25dd6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-417848-mcaee0r4.tgz","fileCount":926,"integrity":"sha512-aTqmstzzmBuZiktGsLPRjHmtsaL1P3TKLUkiTNzZo0V3E6TZfrTbORok2DN8F4hqsV5ZmBhFDEGZiJBt7rbNeA==","signatures":[{"sig":"MEUCIQCZrY/7wQlogjgsk962X5OWHHp3st7tqHEBWHlTSh6fOAIgXVAITemUkWhTxEZdApYdCmNoSWzt7EuBXyF5lfv9vSc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241502},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"417848a8a04fa19b9043104950ee5e94866c660e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-417848-mcaee0r4_1750761889700_0.24001782374331637","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-ab1bbd-mcaetp8e":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-ab1bbd-mcaetp8e","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-ab1bbd-mcaetp8e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4b2c7f72ef54c5423adb89b80225933493d1affd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-ab1bbd-mcaetp8e.tgz","fileCount":926,"integrity":"sha512-bJUITYGQBxoMJqDzAlK31bcst8nAKtTlrZz5l64jroeQRm8WUfjzpmbroIlSgwhuirmKDTClRLW9Teq8x85fgQ==","signatures":[{"sig":"MEUCIB6j2nKCk2l3J2i18SLnsk1+K99JGfLil8Cg3uXOrk6oAiEAykBBIXQz+6dARV1wP4PH9zs6BRumjs8RkPzgRQk1I8k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ab1bbd0cace7a3e81e66726a61a3a20d6c952df7","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-ab1bbd-mcaetp8e_1750762621562_0.8095054282210918","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-d493aa-mcafn6o1":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-d493aa-mcafn6o1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-d493aa-mcafn6o1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"579b4b68198a96fa1db276f71ca75941dcf6826c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-d493aa-mcafn6o1.tgz","fileCount":926,"integrity":"sha512-TcZNsYvRAsIZipvWkRBga1gFjvdy3wMiv5i7SFgeTbdgbBtygHHKTudzX3YlPivl2TYeDr3eEpmReO+ZwqwWbg==","signatures":[{"sig":"MEUCIQC/fg+uawby+LlfpOfHyaoyAG5SVFi+rcQHNPFg1AIWoAIgfLpbx6HnH3uXEmPBHohxPA+8MItnJiuasSd39QYE5zQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241527},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d493aa0157676b64d81b796aa0bdbb4ce7fb6b0c","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-d493aa-mcafn6o1_1750763999215_0.6619364757832467","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-eb3389-mcahwvky":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-eb3389-mcahwvky","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-eb3389-mcahwvky","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c593b47535c6ae97b082a69477b6f3164dd0fc7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-eb3389-mcahwvky.tgz","fileCount":926,"integrity":"sha512-zHMIwfOpgDSGTHYQCxDfc03KJ3Qenv2pgzgQVhWAgsguisl4R1mMCYis/LKL6UiVR0uxUUNr1xdT1sftEEtzNQ==","signatures":[{"sig":"MEYCIQCIggd8a29CBzmWOUvnevlrB168kUD+pihZ1v2VLpyPqwIhAIIXBwqclUBIo412yT/YU2vhsqovpHhiKc7hqCYGrne0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241533},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"eb3389bfbad3303de14ffed81db56394275422a5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-eb3389-mcahwvky_1750767809521_0.7403518208633404","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-0f16be-mcahz8sy":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-0f16be-mcahz8sy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-0f16be-mcahz8sy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68c4d9fea300f86093681f0741aa52aa6c006b63","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-0f16be-mcahz8sy.tgz","fileCount":926,"integrity":"sha512-XmbLlBujkiGREz+XZjeHLLf1RxJL5ZtEYiMSZMlqxl7vpARX6JXQU/LxP3FqTKlxg3788WTHdRjUHuc3NqpTVw==","signatures":[{"sig":"MEYCIQD6d25nof+XVVJrGgjYNyVPqUbHU1Iyq4jdRGQetoh2dgIhANeVhv3MT9DK1li7hl4gb/SCkga5MmrfmUTkHbHaJ8xj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241533},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f16be45317351fe46a34544b501eaebcdbd4c8e","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-0f16be-mcahz8sy_1750767919516_0.0618730489449808","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-134fba-mcaizgpt":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-134fba-mcaizgpt","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-134fba-mcaizgpt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dff8e4903136e41bc49e868e891e01de1687d54e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-134fba-mcaizgpt.tgz","fileCount":926,"integrity":"sha512-xPoOr/47hWVpfjAu5/VtrhFYmTYDDrWIa3ZYcAqSyWuzJL3t23XXs+IPadSnn8UPDqw69kdqFZzeA4lPKU396g==","signatures":[{"sig":"MEUCIQD+Mz3oGYN0+F+S1ZsjS3XJk1HS3gVf5v31jRHjD5AhZQIgLzAGc+ckrxhU7FlIiuuInXSpIC/39HEzRlxl3QNa1S0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4242511},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"134fba8d70e45110c9f194b1dc708c3cd34982eb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-134fba-mcaizgpt_1750769606650_0.7848221733529459","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2c1bde-mcajbq34":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2c1bde-mcajbq34","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2c1bde-mcajbq34","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"92962484c93dc551c56e2a7caf10016a944aa4ab","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2c1bde-mcajbq34.tgz","fileCount":926,"integrity":"sha512-dPOWI7xPIAwKQ3scFZ+79LcxT4zp2/RkOsE/eQigpXGEfhkcSfgJuu02x+yxSlRWUvSe/Zb8v1irk5c9Msx22g==","signatures":[{"sig":"MEUCIQCe3MKR11bEtuPCu1p1Flx/5CwfH7FqdmUzRELbym7DqgIgFmTf6m1B8z/yW2oGgZKtm/MVAsWNyWkKeHsLiaEEGZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241523},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c1bded9b8a56bad53bc36562b967ebb620ebaa8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2c1bde-mcajbq34_1750770184429_0.9690164766264613","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-505ea8-mcajn8b6":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-505ea8-mcajn8b6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-505ea8-mcajn8b6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1f7ca03573100dcdc93c95da1af8292dbadf4003","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-505ea8-mcajn8b6.tgz","fileCount":926,"integrity":"sha512-Zt6AcNZCigAJlMVpQFSAEI8hZjqpHFdsH4XmdIj6mfXvVB6xwL/2I6EcAiI2geV3rWnvEfb4UVRCVPka38J4XQ==","signatures":[{"sig":"MEUCIQDGf5pMXkjNKXJrHfcAebiG+K62jVRrLqcl6Wcr8tg2+gIgMH5k90XN5WvHQEtj6jkXpaacwvEVmPZTaIVLb5PJV88=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241523},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"505ea8846647140b7acbd2d6cd11573751e510d8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-505ea8-mcajn8b6_1750770728545_0.5703793440097946","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-54d640-mcalz0ux":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-54d640-mcalz0ux","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-54d640-mcalz0ux","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"75d3ddcb96976a2513cf65ae794d8d149d6b2659","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-54d640-mcalz0ux.tgz","fileCount":926,"integrity":"sha512-AcHR3yY8ilen1WdneERhyadtjxY/uO+GyjwkSc77NXnm8Wyc+X7JhPePN5uKQQe+TDlwBH5EHItUo38y/p+FSQ==","signatures":[{"sig":"MEQCIGDawqv2C8XTgDZ9wgNVSPrqEmFRWmSmhCpvRF7K/KP/AiBJSmbGjevjwDLB33ulqOh9E0FX4CJNQJhnw70qd0eRgQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4253297},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"54d6402c48297a59bc6464df2796816481605ad2","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^7.2.0-feature-5c4628-mcajsthl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.2.0-feature-82c9a8-mcak90yd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-54d640-mcalz0ux_1750774623403_0.5589734721799877","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-81ce2c-mcalzglh":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-81ce2c-mcalzglh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-81ce2c-mcalzglh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1b03897999ec2dba2d32811ec9138f684d4b8b15","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-81ce2c-mcalzglh.tgz","fileCount":926,"integrity":"sha512-Yt5LJGpLPVELyZSHP838U6ZEgMruOZvxYhTSgp7CUg6yZUbMqLL/0rN5ppS7MGfpZFueJhMyE3oIZZfK3Gso8g==","signatures":[{"sig":"MEUCIQDYLag7tatcKKpTqYiWmU6TMDD4f7AgORuZJRHqAmMz+gIgHhkdGFKygx7dVpnBTQomossiZy2FVKpxnXEbyNojfes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4253297},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"81ce2c8a330f91b00a0aeb9939b1810965cc8a7f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"^7.2.0-feature-5c4628-mcajsthl"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"^6.2.0-feature-82c9a8-mcak90yd","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-81ce2c-mcalzglh_1750774646479_0.5680050566901984","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-ce9262-mcbxmduh":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-ce9262-mcbxmduh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-ce9262-mcbxmduh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd45850e3bc99f8ebfa9770eee0332b33aa00368","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-ce9262-mcbxmduh.tgz","fileCount":926,"integrity":"sha512-mVmah8n8GS5lMtHc/5Fkw9aswc+ugVoejfsD//o+7hAOLyKbcXALN7KcVGYk3/F3JDMbfk6E/3Tm5oHZe8ULwA==","signatures":[{"sig":"MEYCIQD/KMTXHK5+SROE5kS5i3GN+JeK0EEAdZ6ye6QbE8OtiAIhAIR9zDyozO85V9ZtLX1y7qCROAZlljUhQg7WrdrAcdGA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ce9262d9b5aba4b239b3ec42d8d92d3ca6729e38","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"pnpm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-ce9262-mcbxmduh_1750854802166_0.7854876630476202","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fbe72c-mcbyffxq":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fbe72c-mcbyffxq","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fbe72c-mcbyffxq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3224565d02c4825af6293e99bc0530de9e20193b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fbe72c-mcbyffxq.tgz","fileCount":926,"integrity":"sha512-q+xRi35nq/k345Sf/Ec1Kf6rxlRELCdXonuzMCOaHmAEdOX/6P3vdCMlTXtCpJsjZJkEG1TlvdGaoYhSteTisw==","signatures":[{"sig":"MEQCIBmJn3Oz3mWlG2j5SCfuDWvCfpMoiN6N/EXxa1HADh8JAiBHz+dA9TLvhwJBs8kI+42qPQckW9WnwpFIVs8lmI7xOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fbe72cd1feace2b40450ba8b7e2f69394b010b41","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"pnpm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fbe72c-mcbyffxq_1750856152469_0.2806784899480441","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fa64e7-mcbyjjlr":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fa64e7-mcbyjjlr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fa64e7-mcbyjjlr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"39ea85747c5687f05081d22e6c1bc4cbd9c343fc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fa64e7-mcbyjjlr.tgz","fileCount":926,"integrity":"sha512-nqL24Wvoj5OBH/vetE4xY2pDLuAtrLpfvBNobA5CVLM4TC4XaDQvqqpqmYlcX1DOtNhtw38h0BXDtR8WK8s1+Q==","signatures":[{"sig":"MEUCIDL5/qww4TPSmEV1bjvl9WxBQONmiszaMbIRrz3oCckBAiEA0h9D165hR8iDRzucOoORCHxCL9u0GBi/iLDrjhDY1gc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa64e7f6e8c69910649b6ced1c934705983ea1d9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"pnpm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fa64e7-mcbyjjlr_1750856357349_0.9536776140639716","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-ad3b9e-mcbzs5u9":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-ad3b9e-mcbzs5u9","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-ad3b9e-mcbzs5u9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"65e4dd4c4075b33fcf09b4ed9136f4059ee82149","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-ad3b9e-mcbzs5u9.tgz","fileCount":926,"integrity":"sha512-r58Ajh4DT5S+WpEwjJQHWcQWI3P5Zz7NSVz0jRoGllZ0GKaBdbtdDR5Fm2ND2F1S4xWpppBIuRXwFmHFKGhwhA==","signatures":[{"sig":"MEUCIQC5+TrOTOskkYV7cAevKrGv4ErVdBFkz1dBOJd6Zczh1gIgbCHjlgUVM+qye4vDJOWpbNkr+pqKTC4YKOseqD2yxuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ad3b9e3a5eee5338dccc37ada69b1a893b1806fb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"pnpm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-ad3b9e-mcbzs5u9_1750858433839_0.37940532675965577","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-94d0ba-mcc0149t":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-94d0ba-mcc0149t","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-94d0ba-mcc0149t","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"53f3400e463d2aa24c3b91f7bc93cb69aeb39e14","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-94d0ba-mcc0149t.tgz","fileCount":926,"integrity":"sha512-0pD/hRqzBjAsUglQp0R8IWV3FLUjGFqUHevK/Ku7+emU+s8kNtHLGEUsGaleKARB+BOzaiopiJQZ45R54hB4xw==","signatures":[{"sig":"MEYCIQDq1630aPuZBBsRVQSHuL+OSSYJBWSJFjJZDza6TZON0gIhAPAPdMxLaXYtvnmJgJ8hBe9exfdZvcB3Sc2GtULSNvtb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241549},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"94d0ba2e0c37ccf406ff9944636b6e2b06b7318d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"pnpm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-94d0ba-mcc0149t_1750858840826_0.2724484217501486","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-833602-mcc07wqj":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-833602-mcc07wqj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-833602-mcc07wqj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fe38543d145ba4e4e8a4f89906f00cfea8c2bc5d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-833602-mcc07wqj.tgz","fileCount":14,"integrity":"sha512-EHcojSFmsp1s4GiIr4BItA/MsA2Rvaue0JsbmThyw3QCPfT6TniF45aFykEYN80FISQAgznaTfpBxyaQ7ZI/2g==","signatures":[{"sig":"MEYCIQD5WWbiO4ZPnjnf7eteT2vcWSDwl3n1TmSiQUqoOYV+jgIhAJyQ6MTCI9R7JUmBMDw/tAYz8/YMurxuaZ+c/mGCY/Pi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30507},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"833602257419e1e6e19dd5d9d5cd6661861da1e5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-833602-mcc07wqj_1750859005091_0.31294492929813233","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-b90151-mcc0qwrm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-b90151-mcc0qwrm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-b90151-mcc0qwrm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"058b9fc1b3ecb23f216661b026b0e40453019f26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-b90151-mcc0qwrm.tgz","fileCount":926,"integrity":"sha512-wQp/VqHdbPaOkECO4ZndKi1BWDwMsdF1BFDyeTjS3ColcjbbRtNSMV6GuQzGc8sKNp2lFl172XYSd60DPB5iAQ==","signatures":[{"sig":"MEQCICFsMw4CafPzdi0AxTJ7oZD7PQ2bA0aNfcjAYrmA+GoyAiA4q4FcTWEbSNtDZn6m5oJwcAMsicLkd+1tE7ZIhk34gw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b90151e889bb43ac5c05ee600838323d25b0caef","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-b90151-mcc0qwrm_1750859914458_0.79735860003041","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-3ed9cd-mcc14oun":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-3ed9cd-mcc14oun","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-3ed9cd-mcc14oun","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2a1c56656ef96d220ecb54843ab192b65203748b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-3ed9cd-mcc14oun.tgz","fileCount":926,"integrity":"sha512-uLjVwz+8482RtOQhXX6sTZNzt/1c+cg5YMG39cfkEkjNjz+33PkUiQte7SWkZsMcGen5HL3r+gu+jNT1XmHAoA==","signatures":[{"sig":"MEQCICrM4+VMSIowhxSqEjG4HM55UZZh7+/S2pJfTRFOUHc1AiAk0xXdVTOXyTPnpCB09ATq1Oi0D2F5KbRnB5N2DIq23A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3ed9cd8affb4fba6dea55615f76e3f237eafd280","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-3ed9cd-mcc14oun_1750860555842_0.9123698162334106","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6d4bba-mcc14a1s":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6d4bba-mcc14a1s","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6d4bba-mcc14a1s","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b7c8f1efd9c46b8cb34676987bc390850c5d76cf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6d4bba-mcc14a1s.tgz","fileCount":935,"integrity":"sha512-1RtXXLjNOAMKNVmGYeHDgoGjxtf4NGFT4vhCmLmR9YypnkCZbWpmMg9HKeHoGiaqVtKF03ikwXjhFenQbe0GWw==","signatures":[{"sig":"MEUCIQCAyBz7jz8RuMJoT/RBzcBPxe0TjpVSeQTzvYuGqi8fOgIgcKahpbmauA5JZVx+u24IGRh5dFZgzU1vhInCqrk28hk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287431},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6d4bba51a5393dea1307dec1b93695ece4e5eee3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6d4bba-mcc14a1s_1750860610267_0.6376172387301715","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-c2c013-mcc1cizw":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-c2c013-mcc1cizw","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-c2c013-mcc1cizw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c021920f98e987c61e6062b4246d8acd8f2683a8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-c2c013-mcc1cizw.tgz","fileCount":926,"integrity":"sha512-DxCC3SIhFyygPKjZ4ea8ALZxnulpJj1ny6+YFaAp9q5HMAWwcPrm6hgmao6Gi2Acvjk8a88gmQTKY2SGzJqBCw==","signatures":[{"sig":"MEYCIQDMrE/EceN2BVl4kpoOkeuz+/uc1R/LqQZkZQlTamNwUQIhANDOxZvFfLcFKVEfUF7P5vTefhnpeIoAV4T0nUXWiAUm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c2c013e33f9892df9b09aee3c7ec70323da7cb1b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-c2c013-mcc1cizw_1750860917211_0.8488344302975586","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-be6fed-mcc1hzsz":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-be6fed-mcc1hzsz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-be6fed-mcc1hzsz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f6cdc82e851b379612b2ae266daedea5914a7216","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-be6fed-mcc1hzsz.tgz","fileCount":926,"integrity":"sha512-CqxfjH4GmaCTPpVa/szSshrWSxWgB2awAAV0pHJQG1/ps4Nys/aVfzRG7RSQ75oY9dxxpKmOoGyAN6PN2kvAgQ==","signatures":[{"sig":"MEQCIBZnBNFBNpt5rw1SyJKC6NtU55WUtZV8MAjR2bEIkjN1AiAXNFPmBdHFUZ4c/cChZO8wOWhRTwd920FvW9xh2fSDMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"be6fed50caf1d9b1ed2b8d979e2dc3fcf999d42d","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-be6fed-mcc1hzsz_1750861173943_0.7082205661905916","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-b02a50-mcc1mm5d":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-b02a50-mcc1mm5d","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-b02a50-mcc1mm5d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5f832ae40803d22ac8caa6802f0f680f8ac57d75","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-b02a50-mcc1mm5d.tgz","fileCount":926,"integrity":"sha512-lrEe4G99wmo7yo0/gcEkcMS/50D7lriWQheCrTvl97XsKnJ98yh+9qFlm2CAnH/7IkShsgqH6+llTrUOOwvWeg==","signatures":[{"sig":"MEUCIQCeKFoClejh4OeegBcW4DATbKxwjx5P6YO9x8ZooGGwhAIgC6n0vKf+SkKRNaoBqi66LzAjtQrl8mI3vHbwcqQ/+eA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241510},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b02a506895ab50ea3603b07885bc4d82338ce7ca","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"pnpm run clean && pnpm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"pnpm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"pnpm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"pnpm run test:integration:server:mssql && pnpm run test:integration:extensions && pnpm run test:integration:core:mssql && pnpm run test:integration:api:mssql","test:integration:server":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"pnpm run test:integration:server:sqlite && pnpm run test:integration:extensions && pnpm run test:integration:core:sqlite && pnpm run test:integration:api:sqlite","test:integration:postgres":"pnpm run test:integration:server:postgres || true && pnpm run test:integration:extensions || true && pnpm run test:integration:core:postgres || true && pnpm run test:integration:api:postgres || true","test:integration:api:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"pnpm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-b02a50-mcc1mm5d_1750861388129_0.616394004829119","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-795fbf-mcd4b7ao":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-795fbf-mcd4b7ao","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-795fbf-mcd4b7ao","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"245f94e06dd73ba01e2440f1920a5d49698914c6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-795fbf-mcd4b7ao.tgz","fileCount":935,"integrity":"sha512-XpUE2VPqFdbgAPy8sKPGJ4k+Sbyz88/JKhsfBD1MjvLatWPa/S2bBLXYFey3LdO3MMRMa327dJ4tCBy6YZwWGQ==","signatures":[{"sig":"MEQCIH0d1YMQrV1WaTkq3Q3Dvnf9i40zjFW2PtptcQW3/BuEAiBb79lmgVPFxuY4iW/Pn0V4DnxTQXR5pEkSNpurnEQvnw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287262},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"795fbf54f7727d5afaaf611bb7e2cbc7caeab3ae","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-795fbf-mcd4b7ao_1750926445729_0.6457545727591667","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2fd8c7-mcd6ktbp":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2fd8c7-mcd6ktbp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2fd8c7-mcd6ktbp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"afba588dcd042092f2062003c4db4f7a132d9588","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2fd8c7-mcd6ktbp.tgz","fileCount":935,"integrity":"sha512-bYvDR1SCHR5iEgqoYSWKIyoTQCkfvTCteDEHdXqJbbbgDU6fON7dSH4NlQ7uJvaIrgAZ/FIXJMHpdLv7eJ/fyg==","signatures":[{"sig":"MEQCIFjP75kkQNxthzZxICcEL1a9JlDT6QBlkG/1iSiiaCN+AiBLZaoExfgogrWjbacPoYeSF+9qg7+g6W3cwXU/BWHxyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287265},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fd8c703e49c99366051338d08a9f7d7008d0240","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2fd8c7-mcd6ktbp_1750930248850_0.050638343481956616","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-815e72-mcd6lwyl":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-815e72-mcd6lwyl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-815e72-mcd6lwyl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f7fb65751e08d906021bcb2328c09b2c1b863490","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-815e72-mcd6lwyl.tgz","fileCount":935,"integrity":"sha512-P+5KNA36AD8QNLvcSKEky4gllrVxGb23S6qhojvegOoAWrmrb7N7wWNeNOz3DMJQHfoGr5xdAAZXbSPmfU42JQ==","signatures":[{"sig":"MEUCIB1o2mpehZTsFQf6NyhgPJb20BmGgZQPgTALtV2ThcyDAiEAmyCkOFUPWW6eTUT6iGWTuNb/DvMHrnvRxUjV+/yGYhQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287265},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"815e72fcb604e5fad7507a57a1b0fee61c257bde","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-815e72-mcd6lwyl_1750930299713_0.5370885644333014","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-9c7a26-mcd6od7y":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-9c7a26-mcd6od7y","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-9c7a26-mcd6od7y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e81502ef46f83f5ae9aacd584bf97a4eaef3327","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-9c7a26-mcd6od7y.tgz","fileCount":935,"integrity":"sha512-HZrtUFhmjVCLefNPTx7rggJdIW/W18PxzjQNyZXCCYVjVzb2eVm1gJHaQETmTxwI1IEBOq3H1tTUOjTYy5F8wQ==","signatures":[{"sig":"MEUCIHJRvcIU0E3LNY1DxN01QOoXJj8Nfn42nJN6sZz3ytERAiEAla3scqhjFMap4BGId0IiMUo3y+Pg/NSdx1K4tGUpOQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4287265},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9c7a26be6bdd9e4567fe8d538da06dcf7a745fb6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-9c7a26-mcd6od7y_1750930410087_0.5624703695848137","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-ee9560-mcdftkji":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-ee9560-mcdftkji","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-ee9560-mcdftkji","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b4074d9997eb5242855c824a1fe9bf1cad3f6eb1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-ee9560-mcdftkji.tgz","fileCount":935,"integrity":"sha512-PRf7CwHsryUfTXZCNVfYjPe+xMpwk4O+hrYqCJCPmxQpX7bwq06hrWC3QD6C/dCzPsk2IjVTSMWHFnaX0JEyrw==","signatures":[{"sig":"MEYCIQCm48RBvFt8gXfcHO9bILB3RSXGgqZmItLyykJWul2qKgIhAMdtVxsy7QsPn2ywugLsCC63BTxoReDIV2tZLVAi+7OU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4275083},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ee9560b9759d81ce9c7941bb1bc98eb303e89458","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-ee9560-mcdftkji_1750945783348_0.3375905590439736","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-895791-mcehbvyy":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-895791-mcehbvyy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-895791-mcehbvyy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2bbaeb57749fad73838cf9065a64ea8ef05a8cd4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-895791-mcehbvyy.tgz","fileCount":926,"integrity":"sha512-Wb3irJ9qCTSFfHR3e1p28RoY6rujRM8pku7uocFNfMXcUVPFznvHTs8OhC0QApYBQLa8DOkmh1Hwn339aiwszw==","signatures":[{"sig":"MEUCIQC7V4bGwkYytxokA2a4IhNFQD2jwJiG5zXCWccIQkPubgIgGgJfMthVBs85nwGwKM572mIb6HmlbmPmCzGWMPT44+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4245080},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8957914eaba8f53ee94cb1f07602fe4bf903dcb4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:api:mssql:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql_shard1 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:api:mssql:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql_shard2 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:api:sqlite:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite_shard1 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:api:sqlite:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite_shard2 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:core:mssql:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql_shard1 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:core:mssql:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql_shard2 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:core:sqlite:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite_shard1 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:core:sqlite:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite_shard2 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:api:postgres:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres_shard1 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:api:postgres:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres_shard2 \"./dist_test/test/api/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:server:mssql:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql_shard1 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:server:mssql:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql_shard2 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:core:postgres:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres_shard1 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:core:postgres:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres_shard2 \"./dist_test/test/core/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:server:sqlite:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite_shard1 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:server:sqlite:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite_shard2 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:server:postgres:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres_shard1 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:server:postgres:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres_shard2 \"./dist_test/test/server/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:mssql:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql_shard1 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:extensions:mssql:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql_shard2 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:sqlite:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite_shard1 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:extensions:sqlite:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite_shard2 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 2/2","test:integration:extensions:postgres:shard1":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres_shard1 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 1/2","test:integration:extensions:postgres:shard2":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres_shard2 \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit --shard 2/2"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-895791-mcehbvyy_1751008792421_0.31034359922498833","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-324852-mcejs49k":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-324852-mcejs49k","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-324852-mcejs49k","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5805b5a7e361d864ff63969e6a5590359c523c34","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-324852-mcejs49k.tgz","fileCount":926,"integrity":"sha512-HGiUz9OjCxyP35w64K9GTQ8KU26TQ1UIK7YLF52NcshBr7i/o6tGsjieWYJtfQgvfFFi9gzgl6ibC0G2No5Jdw==","signatures":[{"sig":"MEYCIQC+87Ff+egESONmXTIfArsTJoa0zWFnzhct00beQ0Jv+QIhAOuFb4N7JXGw37KMqqqy0ViAHFw8QZA0GKpf4G5wwRdx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"324852e2da4e7a82fde5017bfa3d41ea5ea9d6cb","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-324852-mcejs49k_1751012910439_0.8965755060256588","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-9f3dcb-mcejwe63":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-9f3dcb-mcejwe63","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-9f3dcb-mcejwe63","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"430f5cba85e574cb44fdbac838c91b0f9beeea31","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-9f3dcb-mcejwe63.tgz","fileCount":926,"integrity":"sha512-KpzWXAbEYKBdM2RBBUkHto2znSZRIBxLkd6htvACtvvYt5rTHFjPHlsvZl5SkJMwZUqHUZdxD/3Nx9Nk8SshTw==","signatures":[{"sig":"MEYCIQCPXqiiMSmEVBffdK9BPq4JprRvNsNZvVvJCnv7rwSrggIhAIe1esdI7rIwC2nXiSBErD9Efzi2onvwO/o35czJPV5z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f3dcbf8de53045765b99cab9c95a72ab4436194","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-9f3dcb-mcejwe63_1751013116737_0.1951244997916486","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-9f3dcb-mcek8t85":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-9f3dcb-mcek8t85","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-9f3dcb-mcek8t85","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c64215b4cfc19098e7f40457a6528457a1d127e3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-9f3dcb-mcek8t85.tgz","fileCount":926,"integrity":"sha512-bn3d6bEMEdsJtLXjVM3R+3KHT53SlXHc6DsP8GzvAxGWUVEYb5xCZ4ox/RRSXJduOEEhAes5HSHQUpHYo0SCLA==","signatures":[{"sig":"MEYCIQCuRbqMwDd/8BBJW3LB6kGHSrIDxRYx72ncG1xGDZZVYwIhAKeeULEtO3lCdezYY11t958aOk8CLiKvrfLRhcIg6dWU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9f3dcbf8de53045765b99cab9c95a72ab4436194","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-9f3dcb-mcek8t85_1751013699364_0.024503512863559118","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-be131b-mcekuexp":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-be131b-mcekuexp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-be131b-mcekuexp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4f0b028a792c9f96bf8204e5bacf73bf127a4ed6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-be131b-mcekuexp.tgz","fileCount":926,"integrity":"sha512-oezm3SPhR7NRFuJ+BvVy8oYRdH0yf7AHthirHQfJTZHthHNqJ0A7s1KRfWejQsHwCCQdPAjR7WGw3q/dpO8WbA==","signatures":[{"sig":"MEQCIGqpP45IbwimL1gJ3k0q/Lf2X9LAS6nC1QZ5pbgzMI6TAiBMT9keK202z5MHWXZhEKdX55p+pTg8yi/DsMl6ugfo1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"be131b8ec96ab758d33ba2fbcf88c043ca15eaf8","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-be131b-mcekuexp_1751014699609_0.695571391421655","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-1377fc-mceldife":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-1377fc-mceldife","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-1377fc-mceldife","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bbd60ba4130ed187b3ff9487b57a0a7f39dc847d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-1377fc-mceldife.tgz","fileCount":926,"integrity":"sha512-8wIBEDq3kwJUuxXOjENqq9tcZLLdTfOkWAjHvzjldePSOzl8rUYZEF+Xh7O7hxxPdL08N+rnh8ObsVMKfbXFPA==","signatures":[{"sig":"MEQCIBf7bYv42xgXjISidYzxgkgDDYkG8NBNPXgESpGrQEuFAiB27F20mq/4emUu0tRsBI2HWLCSbvWYvET3983+y66Y1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1377fc19fadecfc922261b47ba6f64503d2ed164","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-1377fc-mceldife_1751015599416_0.6069742967500451","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-583667-mcelxhat":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-583667-mcelxhat","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-583667-mcelxhat","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b6099ef35f4472fbf57d5d39ad4abbd75eb3fc5e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-583667-mcelxhat.tgz","fileCount":926,"integrity":"sha512-8JV1DwWqmio/BhTuh882EZHJIAYjq4hSQ3B68xEdGkDGmdjQeXPP4cA213I3nqgFVUOFzEe20ofj5/tM1zHo4Q==","signatures":[{"sig":"MEUCIFOE7AE3c0SskqNGXMxkCfZ5bqCc99lvv8vRMPTGvQkpAiEAxbHUgQ9A3yWjF1+mCLf5jnqdAKbDen3PX09kzg3msf4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236898},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"583667d1dc00d19a6a0d9af38ad21b359342b9c5","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","setup:sqlite":"node ./scripts/setup_sqlite.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-583667-mcelxhat_1751016524493_0.557490996339284","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-df84c6-mcem1esk":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-df84c6-mcem1esk","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-df84c6-mcem1esk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"56567a321437ef47f4426e277e31c6955331b894","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-df84c6-mcem1esk.tgz","fileCount":926,"integrity":"sha512-HR+X6uGxLh+0215vVLdOStlv3EpjB//FI+aOzNd3SmPPg4i/8w4Rcq2YpM4R6puY6/sjbfPTHIyBAhOIsyR5Rw==","signatures":[{"sig":"MEYCIQDXuxdMT5Tk0cADiTA2zI00JEO7EgeJtcd8WdCTYyTYrQIhAPMLDTGPVOtEcDGl1cUh24jrmlXvb+MZZ9pNuKgvVYoo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df84c6aeb1353da317f765a2ffe76b4e11cb1a82","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-df84c6-mcem1esk_1751016692030_0.5693203987716136","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-df84c6-mcem21g2":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-df84c6-mcem21g2","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-df84c6-mcem21g2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d49d42a3072a12ad55f150dc2eb5cd07d4a79480","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-df84c6-mcem21g2.tgz","fileCount":926,"integrity":"sha512-nJhgnkxqFlS908iUiYnSNdeVCmyxW9o+F6VleD7kJkSaZs83nFE1D3YC+hqjxKH83ARt+9PWA8Mv4nAWOaq+zg==","signatures":[{"sig":"MEYCIQDSCJ5o95Cy/MWhdCYFe+e5E8PPsrhyScczy1P0k4GGaAIhAMdl/tGx7tB4cR2jWjF8kpDfx94jQZyawgRfYngfM2Tj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236919},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"df84c6aeb1353da317f765a2ffe76b4e11cb1a82","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-df84c6-mcem21g2_1751016739494_0.594810699397585","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-3f2285-mcemyx0z":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-3f2285-mcemyx0z","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-3f2285-mcemyx0z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"22321a25d692979da433ddbdf3ec646c5b763cea","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-3f2285-mcemyx0z.tgz","fileCount":935,"integrity":"sha512-VvfNYYICdV/v+MDM/Pkm3/KN/DqV645hfJ05QY2j3oVag+GBPIVK5zrIrvlLBjjsdJThj3/hHNYtnMMIupn6aw==","signatures":[{"sig":"MEQCIEltaM0a1pRfrtylaG7T7YdBTgr4eq8Jjju/ZXDT5TqyAiB0cZczZ/UThEbhAWsNcE+VfnsvFMiZ63V09WSsa/2KjA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4275302},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3f22859a3d69743a2f6bc2b8ac64fa5bed814ab3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-8c581c-mcbzuzgv"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-3f2285-mcemyx0z_1751018249714_0.681745830527092","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-0fa69d-mcetck6k":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-0fa69d-mcetck6k","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-0fa69d-mcetck6k","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1c0d575cdf38680da6ffea70a2b6cbe9d8fc88e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-0fa69d-mcetck6k.tgz","fileCount":926,"integrity":"sha512-HFZ52MlZHeQqFOXy06LkeDnej8XGLL7Gt9UXdd8Unyh98JFpaaJfFhlAqUqa4gaga5LF3dWVSFBGOFuTtAY5hw==","signatures":[{"sig":"MEUCIQCDLjk/bRMmsG5O+XR6X9IPIYTYUSXF/myrIe/uepHP1QIgHZ7ZC80XQe/sq+rnymPEK/xoX0HmEr9I+Ot2nY0cCGc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0fa69d1664c3b127c8f7e97cd8e97dd4c54c2502","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-0fa69d-mcetck6k_1751028979375_0.014895935572422081","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-0a4a8f-mcf4zye0":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-0a4a8f-mcf4zye0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-0a4a8f-mcf4zye0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9e0d3964dede689716aa26ec3b379bcd33781079","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-0a4a8f-mcf4zye0.tgz","fileCount":926,"integrity":"sha512-xSoIC8A5zYBmpZ9i5PxVNq1XWHPuTX2F1EhEUay/BodJL8b/EF6OYFDLshyoDhT9mGMIAcZGM7xsJUeAYBm2jg==","signatures":[{"sig":"MEUCIBzQj+ETTm7oc512/4E1CF4WWfZX6p/hNVQ3wBcyfypJAiEA+kx2+ALrWVwswNrY0tMuLe3z9q3P4pILaFLVg7eqJi4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a4a8fbda38ece077f86522171dacc5e7d9a4afa","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-0a4a8f-mcf4zye0_1751048544987_0.3998170048749585","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-68c9f1-mcf8hky0":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-68c9f1-mcf8hky0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-68c9f1-mcf8hky0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a261a41f7243145569c7bab9c3f41b8791bcb4ae","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-68c9f1-mcf8hky0.tgz","fileCount":926,"integrity":"sha512-3XDMxHqkdMnGzt4AusGwd4o+qv02hChHmY6V4iP7BL9InfLBYWDcqFbvo+HyUkB9nAMSfe8sO8p6KShnNByIRw==","signatures":[{"sig":"MEQCIAzcL966P6dvhZaQlRqUtDWjLDjFV/POZZRM8VjN7mEDAiBGjdROycLRIy19hBiAuQ+K12VL79JGHitFkea2QkI4ng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"68c9f151f49a34a84211eafffb15edd18f0f3885","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-68c9f1-mcf8hky0_1751054407837_0.860391628367875","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e23ff5-mcf8ur7b":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e23ff5-mcf8ur7b","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e23ff5-mcf8ur7b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ab96d6139e3db59f02dcb97d4f647aead4f5d83f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e23ff5-mcf8ur7b.tgz","fileCount":926,"integrity":"sha512-xK2TWfFPnc9vi+fRUg51c3YiPFwQFlBtcHLk+Wv8cHEJcn4CIrVoutUJ90l1LI3yc/m+cYhaZh+o2qem8Igwig==","signatures":[{"sig":"MEQCIB61tmszxmWHrY1uOiHktUG0qMYCJ8z2zVn3R3sC6xIFAiB6xIQ4FzQscz0JCsr4Agygdq0XOtT2s63ZNytHqYHRtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e23ff5732af8cc490e414642905a6acd24a43887","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e23ff5-mcf8ur7b_1751055025428_0.6399375342058222","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-e23ff5-mcft9rhp":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-e23ff5-mcft9rhp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-e23ff5-mcft9rhp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2fc07248032a022c885d43257f8dcae35f71192e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-e23ff5-mcft9rhp.tgz","fileCount":926,"integrity":"sha512-tJkz8ODgC+aD+Z4VP0afbLX46LC70Y5PZ1fL1tNIukXl3uCVdoJpzQRppwbwc3YWM/74r27weoKGWeibcccZMw==","signatures":[{"sig":"MEYCIQCoRjAbWnZi3SmdcWeDm8N6NMnG8k9jBwXIyQzCKBDY0gIhAJlo83xX54YVF+Y1XrxnNaP47WHbfhPO8wAN8cmRLRpl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e23ff5732af8cc490e414642905a6acd24a43887","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-e23ff5-mcft9rhp_1751089312002_0.031604722280680564","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a7c11f-mcfthk8k":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a7c11f-mcfthk8k","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a7c11f-mcfthk8k","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e00f9311e59fc797c32ebecae71175624f1a6629","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a7c11f-mcfthk8k.tgz","fileCount":926,"integrity":"sha512-LoOrjZl2/GcAQjnAOC+9FvlmXOuG9nuMPBdp7sHytBOyqDjvQyY9RhsoDX3bp7EQKMs/iwrt5rlwKtDN+M1pow==","signatures":[{"sig":"MEQCIAjAjLl3m9mp3NOjZo5zl6xYE3MfAtbpw+6fbKG4nuNTAiBoQfYhOwVfaq6LcUeKgLhLYoWnsOYMFl9jUC4ZLstF8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a7c11f1750f4cbd529d71910211dfb1a83c7fe28","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a7c11f-mcfthk8k_1751089679938_0.8301132143091929","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6983bd-mcfu77xm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6983bd-mcfu77xm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6983bd-mcfu77xm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd1cd2f2cd8e59596176f42368c0611405365f53","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6983bd-mcfu77xm.tgz","fileCount":926,"integrity":"sha512-WxhjbOLPMs2udDpsyl+wPakX/rHWBeCBOTtv0ZwtD2gy/2Aq54hd9jw1vpZNKfGb77npX8wlar8HiItR618lSQ==","signatures":[{"sig":"MEYCIQD3/xld6btUyJR16dmEUmfDVgM0SCz4YgsZBMAzmu0GpAIhAN/HW4hUHbPD6EUe1kuOidGNP5iSITI8BROIHt6fMhsX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6983bdb4c2b86bfd33fbba20e57d98e3f9908114","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6983bd-mcfu77xm_1751090877753_0.9496075778906095","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-16123a-mcfukor6":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-16123a-mcfukor6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-16123a-mcfukor6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"215d7db1047322575595f011b5da2110e2a70f76","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-16123a-mcfukor6.tgz","fileCount":926,"integrity":"sha512-GRxJCWjcETAPxSa3F/vBh1O/Pzt+huB1wm1vT6rd2swYnDUM1i4DdrT0nkMn+8g3UEdxIIzxTU+lrGFYGFjvoQ==","signatures":[{"sig":"MEQCIFRpF/669D3m5NFtw+FrH/NhG7cXGBw80ksGWngBwf7ZAiBuXKLaDIsXX6VnwTPDt/9nJtih1iadk2gTjGCInqhwIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"16123a4c3b17a5eb5e7acc4dcaeddde9d8bd45ce","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-16123a-mcfukor6_1751091502335_0.6899995087943611","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-02411f-mcfzvlro":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-02411f-mcfzvlro","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-02411f-mcfzvlro","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f27ed6dba10e066d63f8c786ed36e56c8c3d153","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-02411f-mcfzvlro.tgz","fileCount":926,"integrity":"sha512-PIlxugQu0XldSUHYwZrNe3H5Aj3K/OSulX5LMXsYqw5zEAKV181S6gsTt5qIbk3DK0tIWjQOdUCd8H/3NghSXg==","signatures":[{"sig":"MEYCIQDYHMCMcXJQOgqrWgwlNMzvxDJljkIE6TkxY0aW0mRWNQIhAOzFvNESFDLGD14GrHLXzqG4DqwYoD5mt2wJ9WvL9JVn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"02411f06c8fbb824c5714c82e34a7e82a4424010","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-02411f-mcfzvlro_1751100406868_0.2510552002771014","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5a1a7c-mcg9735i":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5a1a7c-mcg9735i","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5a1a7c-mcg9735i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef8914de492730333b39f4a7db4590704db52b94","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5a1a7c-mcg9735i.tgz","fileCount":926,"integrity":"sha512-CgUCNkBEmjwvvzs39t0AhuJzKQbMuSKB/N/7dAgNtq4NFXmahgVAynH9DSlNzZFo7Dud8LFMTbxlaG+aAEksEw==","signatures":[{"sig":"MEQCIGhdeF1dGdOrqgLp8MIebKTFJUJhwE1cm56YlgpY6bgXAiA0Vm91CtwiEA5utRT/HO67UVj/pFhmAKY0TjJBGb2jKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a1a7cd93c92422cf01ddcd251730898bedbc3da","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5a1a7c-mcg9735i_1751116064768_0.5342847984933179","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-defe23-mcg9e0pl":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-defe23-mcg9e0pl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-defe23-mcg9e0pl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db29c3e5b17e70fbe7bfb29b88132e93ee1b28a0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-defe23-mcg9e0pl.tgz","fileCount":926,"integrity":"sha512-VxZWq7TQrUuOInyK+kvC9JA4jEMibFi6SXtTppBu5vf+dJvBMJcjL3+9W01cOrLDMDjp665vwOhA9qDa+8SeMw==","signatures":[{"sig":"MEUCIQCnDoRchMK7Vr79Nk6yJQihL3Cf/CWVkD1HqvjlpX6qZAIgGuFWADYptFvUAGfhmUrzFJZh2uRSSKyHhENDHHVW+C0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"defe238fbb994725493ca191eaa630149f02c81a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-defe23-mcg9e0pl_1751116383116_0.2638359223183293","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-b5c766-mcgcipjh":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-b5c766-mcgcipjh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-b5c766-mcgcipjh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c58410b52d50bbbb0c7c3fef68fa06722baa9643","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-b5c766-mcgcipjh.tgz","fileCount":926,"integrity":"sha512-QuyJoBS4I6LijxzIksZ6gpYVY7i9TfWM462+28kI2u0DwzyD5iH/1i5DjCqDO42Vk+a4Non/HKI9aFk6HJJhmw==","signatures":[{"sig":"MEUCIQChcOozq05SGFQh/2GZvVkEdBEcrs3Y8Zn4D+gh8MDV/QIgN2SEHU6iRLfIXqVEo6UagCQ2fZy6AwNxMG0sPfDYVpA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5c7664bccd4c26962358a8ea57df1b90780d401","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-b5c766-mcgcipjh_1751121646835_0.5854989827043717","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-b5c766-mcgcjrew":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-b5c766-mcgcjrew","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-b5c766-mcgcjrew","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"52e060cd18bf46257c38ac729cd81be711c17a26","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-b5c766-mcgcjrew.tgz","fileCount":926,"integrity":"sha512-N6LxqN7bfyS80Np06jnEw/Iv345/tDFOGodsEHJul/S+zYzt443j8/ymclDqxaJ1sq4k7XZiCOxlwp7z0t6gZw==","signatures":[{"sig":"MEQCIA49F0olbExS8oMH5iank0nzOl3lT5jKGz/2axM7ZuWFAiBCk2/sTTcaAYD1kIl4DB2VsvhiGC7pU/2kF2IMV4bjSA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b5c7664bccd4c26962358a8ea57df1b90780d401","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-b5c766-mcgcjrew_1751121688514_0.14429805971266796","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5a7017-mcgczgn8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5a7017-mcgczgn8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5a7017-mcgczgn8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08d56e30b704ce751e050851b985c80df7fb243c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5a7017-mcgczgn8.tgz","fileCount":926,"integrity":"sha512-teeaRJDaQnv/LzDH5D5dlOSTF/L8Gd54mB5PJr8rM3/P6czidAoKooGo6ypo/e7+eAfhviLZkZYmvKQH2v6HVQ==","signatures":[{"sig":"MEUCIGzeXn4zYzTOhn8ZPLzeTYRlUSrR+KWvAeT+ByQI3podAiEAxyZycp7VrDciDN75ZcUVFTLY/LCPBau0S1vER2DssU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5a7017d917ec114d7075bd75a56659b35c6b45f7","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5a7017-mcgczgn8_1751122431758_0.9673072933763316","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-113158-mcgd089z":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-113158-mcgd089z","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-113158-mcgd089z","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c3cf25860d68bf8a45b06bd108da067aa694e8af","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-113158-mcgd089z.tgz","fileCount":926,"integrity":"sha512-TV+UKDCnF9z6u9dRdtiBoX4dDtNC4E8jafRUr8Xyt1xdaaZ2roRPA9KPulMwrW+ZJXOWFaGU/sc3kKJB6o70hg==","signatures":[{"sig":"MEQCIAzKeq4pqrN5a1HBG9r+3yG+iNdyHWD0TlXN/KI/yuqkAiBSlPRA16UoeJhq/0UU//RALIKlektheiOL5+zaOltjpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236976},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"11315889a664533fff1d2cfd48effa48bc4a4b6a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-113158-mcgd089z_1751122464035_0.9615414544399015","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-481218-mcgmim1h":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-481218-mcgmim1h","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-481218-mcgmim1h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c68a5d6414bdf29162d3e4665e304e529c440b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-481218-mcgmim1h.tgz","fileCount":926,"integrity":"sha512-mm3PJYo2M169CLu+HjcSpbpKAUwO7XqRANOsi+9jbIsrUNHflHn0MiVsis3eHjZbp5W8S0NO55gcHqTcSmnZBg==","signatures":[{"sig":"MEQCIQC+Cg7KecuNCKfQWxgr7uJAT7oSx+1VL4Vr+4ETBAnW9QIfNHaGLCzllOEgfb2HddWmELOEFLOfuq2ufV2+UMK+gg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"48121846fd7be8bc857681c0052fae33de7bc3d6","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-481218-mcgmim1h_1751138440263_0.3008326619262276","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-123e75-mchg7238":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-123e75-mchg7238","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-123e75-mchg7238","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d7aa1388831690e73957d67121314ebb79737335","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-123e75-mchg7238.tgz","fileCount":926,"integrity":"sha512-8QyyQ6X1/HaguuZOeLo835CksoKJwHFhuEK5VBv6GMXyV5pV/mmPpDutp38kcBAL8ZrRawwfxKvEFOrM1g1ACQ==","signatures":[{"sig":"MEYCIQDPbfvDtzXmBVyYbfj9L4hZTUiYzJHOYO6Z7tmWL3vEsQIhANwwwpHGYZ1ymMu1lSubzuGnleMqrBOw2hJ2p9LTqyI0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"123e752e828d00031369d70472b7fa7ae353fe25","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-123e75-mchg7238_1751188290078_0.28277838362036545","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-b7fd03-mchgyx1b":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-b7fd03-mchgyx1b","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-b7fd03-mchgyx1b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a063cd3f4faaa093b88ade0e66b99a5f179f4a71","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-b7fd03-mchgyx1b.tgz","fileCount":926,"integrity":"sha512-q+CKCNIpKhVzP5QzQbPGM37BED4rjLdxKye2wq/BdZMFeoHTdjVaPqG0ero2MQwe5KjgJGY+8/iF32rspJbUwQ==","signatures":[{"sig":"MEUCIHmCOA7xKxljE/8Ov+OO+S/yePGhOXJmZzM54b2sm6zfAiEA7eZRvrIhc80c8wSAUz4FyKfbd2bYbpa/1gpWVrd6fqg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b7fd0368aa55cc73b9096f7c07bcedae40545b27","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-b7fd03-mchgyx1b_1751189583493_0.2590450700903182","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-dc2645-mchiq33o":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-dc2645-mchiq33o","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-dc2645-mchiq33o","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"167eedc25fa9270c30295b227b05954e149f71d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-dc2645-mchiq33o.tgz","fileCount":926,"integrity":"sha512-E7AHvAPhPk5wpq8ifvNaeaw30E13Za0Ms3mKOHxjLNMcI9vXNsWAXhKLFm/TnI80/9vkLnLBO3ldbyTos7jD0w==","signatures":[{"sig":"MEQCIC48TZqYMbLcP+eRwvnMMhwcltgfFTs8q5c0ADwg38yPAiBSURSuEHcDjtbwbklPxh3pS70YoC+gRGkxSa2+WtQrSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dc264537904cbbd807fbae84f6cd30997247d707","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-dc2645-mchiq33o_1751192533840_0.13062751810841955","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-40b218-mchja57d":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-40b218-mchja57d","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-40b218-mchja57d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7eedeb82c6ef4980256d8c46700cd3c2fc7fe91","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-40b218-mchja57d.tgz","fileCount":926,"integrity":"sha512-o7Uo4BBp2/1I1XiNYNVCgvshYnAWggGEZnyKLDRStYLrw7NUb7risO/4mO+QVJRaMH/5Nm17MiOvlqNxUddgSw==","signatures":[{"sig":"MEYCIQCrQ6gyf/yJLkUBr/xdag3NEuiOoz7LVCtzkXcw06TspwIhAIWeyDgTZTbI9HLh+FWsEdY3UPuU0lb9TsN/iCVgT8yz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40b21855a73f46a91aa281ebff68c6ec9375fdb8","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-40b218-mchja57d_1751193467140_0.7962575472294366","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-734475-mcisq29e":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-734475-mcisq29e","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-734475-mcisq29e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"928c7d2738555274fe98754b348f72d61d01cda2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-734475-mcisq29e.tgz","fileCount":926,"integrity":"sha512-fyiUSS/TFs9sktTpKN9NTIwXIUP8+JUwec9zEdVlEXuauXdKz5clhzy/HzzXqBeNqQMvzkRzAzkCbri+4n0PEg==","signatures":[{"sig":"MEUCIQCIwqgDcj13GrMNJE2RmlBTSgl/a/Cb5n9uWn8+X+rF+gIgPlfl1cyUPstoz+BFkEpRcl4yXCgKjqJswao/A+vDsMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"734475229e762e42d6d52e58f7bf7e1e396b4807","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-734475-mcisq29e_1751269793603_0.01793467592920983","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-734475-mcisuucn":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-734475-mcisuucn","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-734475-mcisuucn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7b6aaad97ecdd664fc042cd5436b49586172b8a3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-734475-mcisuucn.tgz","fileCount":926,"integrity":"sha512-DOjUmiaBB0bzZE2zResddIcxgL+scyYDohfOYrEsT55xt+NjSLOmZUwCTF0x06l3PBYNUMvwA8zZ5Ay65/torw==","signatures":[{"sig":"MEUCIQCCY1fYapwfLEsWV1nPg7HlBSw0fPtbNBgdflwTPrhkOwIgR61UwBS8dVtgNyeZUe3lfD6ISGcFncrUj+LDaVCsSi8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"734475229e762e42d6d52e58f7bf7e1e396b4807","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-734475-mcisuucn_1751270009627_0.34844611807934234","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-8002f2-mcivk7nr":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-8002f2-mcivk7nr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-8002f2-mcivk7nr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f6ff971d1ae6d5b7176a3d5a8d720cee72fb0f22","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-8002f2-mcivk7nr.tgz","fileCount":926,"integrity":"sha512-J74yI0wFEszRHITc+fLfLOznwhvBF1b/yw+SaFirMDlgSnZM7M7I1oHz4MFe07ZaoWfpKtyqlLYidWH8QUmQPA==","signatures":[{"sig":"MEUCIHfM6OLVeEAB8qM44KFGRCwpZ0/Q/10z+7vxG8TVx574AiEAovRE8iwTij65g1eoswwjYMGtaTYbwoxY3bUEGlvyKb8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8002f20eed4a4f55054945634b60009ef15146ab","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-8002f2-mcivk7nr_1751274560944_0.7025345493564426","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-cb32f0-mck52oeo":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-cb32f0-mck52oeo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-cb32f0-mck52oeo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"df944bfb713a1123d6c59f3b22719fe3fcd9a890","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-cb32f0-mck52oeo.tgz","fileCount":926,"integrity":"sha512-iG7ikQ7XWRVMseSNuNyscy6AMFt34pOmxUMjGKDwL81E92/34AJDAI8oXqZqiLL+Et7I4OS3wBHY+cHhID0Nhw==","signatures":[{"sig":"MEQCIGtjVuqD19V+EwzMmaR63dBVycUBlSo+F03SkgNv/A/QAiAJZah6ypgbXudS3uTEZeNbQ/4xdPfnV/14cCgrQ4FXRw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237932},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cb32f02404f9820fd39df90d0fd8f7415157319a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-cb32f0-mck52oeo_1751351000251_0.21678205479987422","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-018770-mck6d9ra":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-018770-mck6d9ra","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-018770-mck6d9ra","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e8e64727dadb28107fa8dea6e578cc05f96bae2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-018770-mck6d9ra.tgz","fileCount":926,"integrity":"sha512-SvFUFVOb+1gZNEOkOd61moucUYyTZSWBvv7l7d1RoYHK0UhSA3CbhnMwFFnjiU/TNjuzV+PHC1TW+WHOrj+Flw==","signatures":[{"sig":"MEQCIA2yI42Wwtyds5OKK9X0g8i2ZPdrmj8gK4XAPxJd7bhJAiAzA0BogRo+h54/JU/QZBigwI4/0tk93lYpoYauIQk8sA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"018770ebc33bcf12f1d21c3e97fe244792876410","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-018770-mck6d9ra_1751353177452_0.8940159296030843","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-7df062-mck6zhra":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-7df062-mck6zhra","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-7df062-mck6zhra","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2727311222a28584c7993d7011b25e94303148c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-7df062-mck6zhra.tgz","fileCount":926,"integrity":"sha512-/Y5CaJf3jGytG5YWeTz8J/zakELvKc7h10US5UzIfjPM0Z7lT6fTiTj4HVj0SwASgT+3ufcS007x9+RXfjoXjA==","signatures":[{"sig":"MEUCID2wXz1aI9OKWxnJE3HfIZct7c0zs+whVSDF9PpsdgV6AiEAvaDgXXeyB3Oon53+pxEJadnrtSaSijl3EHlctqk1TP8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7df0620d8dfeec2cfddeb69acb6ccc9bb7c94ada","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-7df062-mck6zhra_1751354219275_0.5803117920065854","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-043a50-mck776wf":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-043a50-mck776wf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-043a50-mck776wf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c35ee8d239009521b7b93862afca6d4a37d60e5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-043a50-mck776wf.tgz","fileCount":926,"integrity":"sha512-wqH5Zw8HDS00KKh2+eXYQysmD02bhneJfTr+Dojh/mS85RClX+TKq0P/qzprBCYckjC4gy0MF1URgrDQgk8ipQ==","signatures":[{"sig":"MEYCIQCnEuiaq5T1oXdHgXoAXO8wRHQ4SwtgDRRffAf+KKesSwIhAIq4IMqMQO31O3lHcQgcL4L7FcITrzi8ZW6ehTjbMu0z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"043a50a7af376310b629ab6fdb75e5251c0b6e1a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-043a50-mck776wf_1751354577739_0.1415593598040148","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-043a50-mck7epuo":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-043a50-mck7epuo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-043a50-mck7epuo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"691363d305c7df238ec8b3726ab85284f8356a2a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-043a50-mck7epuo.tgz","fileCount":926,"integrity":"sha512-T/U+tRmJZjB+fRdVCZKCREjW/CtbKhTXc9qQag9GrsEHNjcozjP2GCwPs4LP141iznWd8SRhvR18flD3jeVx+A==","signatures":[{"sig":"MEUCIQC9qwqKgzbs7dIB1Ycg+xnai97sQBAMTGg52khsTDwXOgIgfYIKHsDaCFtMrN89ADXVyABvuyPvKLXKORNxH96eGns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"043a50a7af376310b629ab6fdb75e5251c0b6e1a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-043a50-mck7epuo_1751354933162_0.8058324313779559","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-89d6d6-mck8590h":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-89d6d6-mck8590h","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-89d6d6-mck8590h","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c7436064184d22200b3b908d0699c515b0a312a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-89d6d6-mck8590h.tgz","fileCount":926,"integrity":"sha512-2N77nIBxPdz/07jmwHZN0tSKviBAFjum2PNkF+K33BoEN8ZMIipEmt63kgQhJpXoUSfxnc5zKoOUdUsmDUFyrw==","signatures":[{"sig":"MEYCIQCI1l4/gk7Utpd3jdm3DQYiu2YvD4IF7lzTXbH7GjYh6gIhAIIT0UQph62STYozFCpgSvZ3Mem4zC6WgALDWKOu/Hps","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89d6d6b4cb9166db34d4b7c942d51d0f92dbfb26","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-89d6d6-mck8590h_1751356168891_0.33390812017988747","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-89d6d6-mck86fzv":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-89d6d6-mck86fzv","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-89d6d6-mck86fzv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"bd04488af134a8a0bf0562fd9510114afb1eb261","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-89d6d6-mck86fzv.tgz","fileCount":926,"integrity":"sha512-XIm5dgsgrZaNaQ2aqLodL4YDHYIKImHg7qsb7t3p525o6SryjPD90106KWW+JohOo1Rfcu+IKK2gJYAbXtYWmw==","signatures":[{"sig":"MEUCIAiYMupzjpfQ/2jwlprQz5DYuvusQNIsBx4BTzOw7PvBAiEA0yrAFPDLQtEAKMgtiFcO6Xe137WhTzbDfrzzR1sXkfc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237147},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"89d6d6b4cb9166db34d4b7c942d51d0f92dbfb26","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-89d6d6-mck86fzv_1751356226499_0.9388355583140433","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-ae8abb-mck8vo1y":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-ae8abb-mck8vo1y","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-ae8abb-mck8vo1y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dbb6eadb160662f32dd992e07982bfb5698ec738","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-ae8abb-mck8vo1y.tgz","fileCount":926,"integrity":"sha512-5BC2PJZPvtmMT2oL1ynMYWM+RIFozND2FyjKlgLcU2sXu2v78ZtFbnS1Odsyn2gD4PRv/OEO+pJF12+XZp5UBA==","signatures":[{"sig":"MEQCIEHb5fa2JOXYMwQa9DCXmYbG7fCWOTlTgihXs0tpxw9gAiBdJvWevSZSmxBM7is/9ilxNwe8OWv4BQMjTz2PZnKThw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ae8abb27d0fbb1c69320c7e57d9d0b002e6eb866","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-ae8abb-mck8vo1y_1751357401446_0.09120227057101649","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-4ef3e8-mck9aq2r":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-4ef3e8-mck9aq2r","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-4ef3e8-mck9aq2r","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7d2b5a0ff5eb1a0fa541eadf38a595d4ad7eae2a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-4ef3e8-mck9aq2r.tgz","fileCount":926,"integrity":"sha512-FnkIYGJGTQK/VlhfuF6RTBerMnxOGaUWww0yFELVQ41VKPym3bKl+yf/vImcYaz45xCkA7IH62XT6nZsqUbFKQ==","signatures":[{"sig":"MEYCIQCr/LLydEnl+JxbC4jrVRM/d4uuTdcVzQkxB/XO9ml4SwIhAPNG4InGwAAEHaKAJFGQE9OlgeN+8MYZ3kUSMb7o7WYB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4250747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4ef3e8b1f28de19e48cd6954afbf72361a3f8422","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-4ef3e8-mck9aq2r_1751358095834_0.42274663885241215","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-c2e9db-mck9g9g3":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-c2e9db-mck9g9g3","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-c2e9db-mck9g9g3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"63fcfeb9b121cc983636df0c0ac2ae0d3777a357","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-c2e9db-mck9g9g3.tgz","fileCount":926,"integrity":"sha512-xkmG+mJSsbEE9iA//S4nj7OvD+PBH7KnI05vi9TOFo19I1SH5LxDXdGZLMFuN5JUzgRRUrzuzgXgaeweb1BIRw==","signatures":[{"sig":"MEQCIEOnU76v9dGuVRuB1BO0Tq/jpB0+kr0/o0i2N5HDzVmzAiA0pcOWt/TP/XYARtoz0Myp2H5K1M5utlGQlMNoVFalIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c2e9dbbc79957cad71d9c084f14f0c20213cfe08","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-c2e9db-mck9g9g3_1751358362940_0.7543477337532332","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-a4a98e-mcka4g1f":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-a4a98e-mcka4g1f","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-a4a98e-mcka4g1f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"15a5478de00848f9857c13787b6b9b97a63b12d2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-a4a98e-mcka4g1f.tgz","fileCount":926,"integrity":"sha512-+Va8YYLGQcs9MuURswNqVfDAf7KB0Ainr6dJcmvkMrooyOv8Mjss9Rc69dHkwz4IIFnZESGjxT00//C5mfAa6g==","signatures":[{"sig":"MEUCIA7p2Q1tvwUd86p1hcEqMnlAQqnEDo90O18VSdqrJQYzAiEAkzrNJ075Yg6DJQ8aV0xw0LlO0/vPCtEyhcM4xdxMaNM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a4a98eb95210cabb6281976b093ba94a228ea95a","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-a4a98e-mcka4g1f_1751359489165_0.44696812330060665","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-a94f7d-mckc7h7b":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-a94f7d-mckc7h7b","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-a94f7d-mckc7h7b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3ecc635930938698e552cc54b69983a03fc13078","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-a94f7d-mckc7h7b.tgz","fileCount":926,"integrity":"sha512-AyNDQ0cOXP2lybJBCGFUKlQPdSi9cDdRFHQZ0ViwzVdfK4EwM/ffUN5xFyPjPmeIiQmLMjLxB+bAJz5MERgpkw==","signatures":[{"sig":"MEUCIQDfL4pCI/ADL4yAANRYciVIZc4iuNLmcmBj2Q11BDZ1ogIgIZIA5xbUYMsKWP+gwkZm4RVTXJpgw/rUGLzGCEnSY5Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237142},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a94f7d50bee2e55743e07747e26cff68d5d73cdf","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-a94f7d-mckc7h7b_1751362983815_0.7458022658076326","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-0bb264-mckd0bal":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-0bb264-mckd0bal","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-0bb264-mckd0bal","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c20eb62912ef0439dab756a4a8f948c5547399d7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-0bb264-mckd0bal.tgz","fileCount":926,"integrity":"sha512-oxREiG4FWB1Ufun7jJ7dHafv95iBxya5LSRelcXAcmFp9KS3PcSsVctuDA92ckuPnRKwqYJIwcr1BGXXrt5Giw==","signatures":[{"sig":"MEQCICD63M5JR22mDhnvaYTPefvzbbGz1ROV1dVF7SpVJlWCAiAL8onTV+/lmVKlO+mqXUMGMDVkefWE/UNOeTPT0UROOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0bb2649d375fe9d619018c607db1972fa5ba0707","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-0bb264-mckd0bal_1751364332231_0.2612632592375854","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-65e987-mckdc366":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-65e987-mckdc366","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-65e987-mckdc366","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dce1877a9eba86bc3f03d73a8977fcf3802cdb42","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-65e987-mckdc366.tgz","fileCount":926,"integrity":"sha512-uaNC2+FTpnuXJBSqdf+0dPk09DIB5Im7ApkNMmxCjFuFBPEh3SimIa3fst9R3/6TwCvt4jwXgyFtsom0WJeuHw==","signatures":[{"sig":"MEUCIHV8tYnqLSoBK/l/iNUx26TUeX2Jqr6DkOkUOKeAISlUAiEAvJsseSPFym019PFeDiYJoWJLHo4S/BPUV/h1/c1K/4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"65e9871b1b2b3185cb9dc26c86845938963815f5","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-65e987-mckdc366_1751364885929_0.060819250928504154","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-70b6a0-mckoswq5":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-70b6a0-mckoswq5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-70b6a0-mckoswq5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"95f0d11c82980a592ffd38d4e38148a2a4975428","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-70b6a0-mckoswq5.tgz","fileCount":925,"integrity":"sha512-4REHXC6JJ5JzwDOxfvxnQ3ErT1teSuCalHZmU7WHiDmDa636jmlVNIs2v92Zkr6qTwpqXaX1WuHbp9tiBiRfdw==","signatures":[{"sig":"MEUCIDIb4RHWyhtNgPwrWF5Tnk/pE9j366r8GkEPMQ4RinYjAiEA8FeqnUrlq1yTdQWF0T1o/D45sTPgvGqZA4NJQfSDuBg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4164734},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70b6a04bf00d77dc4e9992d29b6b13647b3cd507","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-70b6a0-mckoswq5_1751385523189_0.7448438012310326","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-8d96df-mckrwnbf":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-8d96df-mckrwnbf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-8d96df-mckrwnbf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f75f1eb634349e5e585a60675b8a1c2d554b0801","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-8d96df-mckrwnbf.tgz","fileCount":925,"integrity":"sha512-FmK+DSCBJvSFmX0kztjbNRzY99x7FDFT7KUr7JJWmjtgrmuuc/Nd21DD6krHSnvi1kUknpijQsrSRYnvalS1IQ==","signatures":[{"sig":"MEYCIQD6E1IYtenqds6Fx7KpRdc85bRqMOSaJG0+K7xMFjk7EgIhAPE2wtuDovGJv78w1YEHdnzmc+aU5ra+UKD+toMIFtAF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4168154},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8d96dfb97805a5ce69d3e9c9659ba894b3a9955d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-8d96df-mckrwnbf_1751390699211_0.6611303046308681","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-001355-mclitcio":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-001355-mclitcio","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-001355-mclitcio","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5e6faa7681ddd5c3db36e4210992edfe7b33f86e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-001355-mclitcio.tgz","fileCount":925,"integrity":"sha512-gU1ncn/UEmDLKdt4MBlBJKxHGXbUyLHWbgLXSsoDh/cqo3G/YpD6uPzco5aRT5S98/FnEvgtVEUqAKgThz5VGA==","signatures":[{"sig":"MEUCIDsPopW9aLtIike/7uzu6i/+pr4RjUCVi+CgMKkRHV82AiEA618pTY6+uk/5MVDpO/FxT2RaOyecTtRCBTVLuh8cUy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4168988},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"00135585489a9fa293762813b41132b1c619e7cf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-001355-mclitcio_1751435902705_0.7903016933831828","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-8b3ca1-mclk1whh":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-8b3ca1-mclk1whh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-8b3ca1-mclk1whh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"76bb750cf9b0c432b193e1fc92a5819e39d6f4c3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-8b3ca1-mclk1whh.tgz","fileCount":926,"integrity":"sha512-zZaQMJj6OCnUUEx2SuPNHYL8L+WM8r7mFElKdhg0kSnbD0Rsyxg8DtTq/xFeKnzxOISLPELeISLpZtfKsmCsBQ==","signatures":[{"sig":"MEUCIQD15acVkKD1e3OybkNT6OgQW+7B+iaU7+aCgxxBtHvCVgIgJg/TlnbEgqNofLKXv8HMjnIqrh2eIH+aLAooGBGz1G8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237146},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b3ca11daf546b3740007870c03ebd759be0bbc5","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-8b3ca1-mclk1whh_1751436616477_0.4649025356892076","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-154a5a-mclk26vr":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-154a5a-mclk26vr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-154a5a-mclk26vr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c577ddedff03d8a553695d237f35125aa91b9e18","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-154a5a-mclk26vr.tgz","fileCount":926,"integrity":"sha512-OWBf6rDkYtPatDNK1+K859mCteWEZXXa2qqv86+OwPTpHUDh/v5To/hqrHGwiVqHgxWOwsM7J8auHFRzxvqXaw==","signatures":[{"sig":"MEUCIEywyUrylU7JbWhOGxTr8aeiRwiJmoPR0p5mMh02R+gtAiEAsYMAKsqCxPEQT6g32tj+xTPqbDWWyrfqP4bnIe/flds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"154a5aea43a56aaae3ffca6e40fd9c5fdac41570","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-154a5a-mclk26vr_1751436647819_0.21261112891846223","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-release-ca0bc8-mclv6prn":{"name":"@5minds/processcube_engine","version":"18.6.1-release-ca0bc8-mclv6prn","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-release-ca0bc8-mclv6prn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4d2018187810b478a34921930f4ebac34f179953","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-release-ca0bc8-mclv6prn.tgz","fileCount":925,"integrity":"sha512-CqQbxKHPTLHAkxFyWqXRnjnDzvcziT4ghzg7kLqe8GRMiX9yeCQh1K0fF26kXteoNMfPMNtS4uxUOoBRODa3kw==","signatures":[{"sig":"MEUCIHvH2FZriOOUHgOqRZkWr+iKqvjdR3VvW4Il2YWVB4spAiEAvrBQOSEB4GsMGqgaKqcqceotTVVrlb6kFwybG2pHdsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4163914},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ca0bc8bdeaac93a3823a0601db9e39509d87496c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-release-ca0bc8-mclv6prn_1751456697033_0.7119537978875494","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-7d2396-mclv70kk":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-7d2396-mclv70kk","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-7d2396-mclv70kk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c4d4a8280b4bb04af6328f0b96f4cbaa83baa68a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-7d2396-mclv70kk.tgz","fileCount":925,"integrity":"sha512-Ihj+avitVtW4xlV3zIPZjA20DXgRi2BtXmdSr+WStAfGqWoLQ9Wqds81nNwOfIVlrXBgHFZ9P5Zpi1l/ETtB/g==","signatures":[{"sig":"MEUCIBetq8uGovR8ZAs3Fq0U0VP/THrBkQPcPRwrRAct6j20AiEA0T2csHrB4jqoWGyLbcEVrrkfkAN7azwTpVsNo0c1hUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4168988},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7d239647b311d2dc85770f5b65e0117020efac18","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-7d2396-mclv70kk_1751460541688_0.9532410976330252","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-9426f1-mcm381wb":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-9426f1-mcm381wb","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-9426f1-mcm381wb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0f5763a4a4674b0a8401d835adc779336331f03a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-9426f1-mcm381wb.tgz","fileCount":926,"integrity":"sha512-7yLLnT16LOn0J8XXLLE0tFyCyw/bdeZEr+Sd4PAZjqrlqaLMqEtr3Z6Qq+HFJMuGAXWap8AJMJVDJH4pONoFpw==","signatures":[{"sig":"MEYCIQCRfyVdaWJd+svpbhAe9Rwt2PQ7/4H8B0/sepI2unC8vAIhAI2xxj+zXuSb8T+6gMJL/NaHoF/UpFp1pQQDSwOPIkIP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9426f1499a6a925dec56af2bd6d8ce54f04308da","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-9426f1-mcm381wb_1751468825339_0.9431495806531045","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-b36332-mcm39emh":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-b36332-mcm39emh","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-b36332-mcm39emh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7588f4137dbd4c8d073e55b95bbe87d07cfdae69","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-b36332-mcm39emh.tgz","fileCount":926,"integrity":"sha512-hytsxpprjz3mFhIVGe02/8rgetlTfzZi/PPHcMQfK6X19kTRLQbqv4mTCIvViB0y249TEeWdg8VvuJoZXVXCqQ==","signatures":[{"sig":"MEUCIQDAuvAoBIpv7nvXnv8ORc/mCXko3omaVMONJDPuM/UrwwIgKJGKOgCS+KlGwOxq0PsCrlwu8o1f9JbW0CWhDaPLOjk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b36332bbbb13763b7703794739646935c6c41af8","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-b36332-mcm39emh_1751468901298_0.4574167802194531","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-8edc9a-mcna23sw":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-8edc9a-mcna23sw","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-8edc9a-mcna23sw","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"20dc8aad894df5969c156d30d2aa9ff23505638a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-8edc9a-mcna23sw.tgz","fileCount":926,"integrity":"sha512-nRDv0jhI+NXBzvDD3fHeFGLAXasNjdbdIRzPobrlQY9keB5bDoWNMolUdbuMIhtDZdMnKtho5M6os81WORmzvQ==","signatures":[{"sig":"MEUCID7ZdVrgGDf8fQKoyLSPQ/Mm10J7RhxwaOV90FbaVWM9AiEAsjxFDEjfgUkVc4WaIYZpbeNtAIFOUKcYKBhn4Sicy4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237144},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8edc9affec8ef1642255881e624cffea62d2f967","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-8edc9a-mcna23sw_1751540782221_0.7331521941897237","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-cc37a0-mcn9dnis":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-cc37a0-mcn9dnis","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-cc37a0-mcn9dnis","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9f400e1d0f6cc9454f56baaa075144fb5cfa854e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-cc37a0-mcn9dnis.tgz","fileCount":931,"integrity":"sha512-XTVYnZacqrm8JssXI9Ls3F4G0lwk59DAQSBeUoBzOGlF1305NmqCJg6qZb1xEZ8bTgeV3jLBbMbCcR0lg5w80A==","signatures":[{"sig":"MEYCIQCV/A1q00GJkpJV9gRKA/Ze3BJWevro9Ckden2Mak7/RQIhAIlEHSqv9AuWLFpPEQx5DKks8px9BxEp2rT43KeV6TvX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4174558},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cc37a0650e04c9d5b4a36b19e9db6695cc8cf2a9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-cc37a0-mcn9dnis_1751542679021_0.48218377008675106","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-release-72fc1a-mcnbwaw1":{"name":"@5minds/processcube_engine","version":"18.6.1-release-72fc1a-mcnbwaw1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-release-72fc1a-mcnbwaw1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6860ae9ba096d6c16b3ed2079e7b71a6cde80757","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-release-72fc1a-mcnbwaw1.tgz","fileCount":931,"integrity":"sha512-XixYiC3pw0Ev/MWWovSUORIN2SunV5C/EXbTYEUAw95bYVpocq2A6U9vjBPnr4cKIcX4BdTFecVA2utZVXFtUg==","signatures":[{"sig":"MEYCIQCplhz6j/HJEFg6vgywwvJfnCLOPxoU+v1LUpUEVX5MDQIhAIlu3M1z4gY/Vk9DzbldDO+vHDmOjMw4BJhgo85AqoNo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4174562},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"72fc1ac0536ba90acba7da8487e74228d784b299","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-release-72fc1a-mcnbwaw1_1751545222172_0.9406905407980659","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-fix-849738-mcnd3xxv":{"name":"@5minds/processcube_engine","version":"18.6.1-fix-849738-mcnd3xxv","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-fix-849738-mcnd3xxv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"71aa395f1fa69248436361298f3e89d855700bf3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-fix-849738-mcnd3xxv.tgz","fileCount":931,"integrity":"sha512-gHZyy8N1itXRg3UxO8dZwF+y/TRuZm002ShkLdpDq4WzGCmEO960pSW+o0yBoUmU9+THH7mlgRCVhuMO5xblow==","signatures":[{"sig":"MEUCIC/D5o1KVzSIf3lQCyyJ/RUpVNhpqcfiKKoo3fyRnnfnAiEA/QQ4Jcb9824Vw0DNjtuz46pBnDt+J8qRMvOLTmSya+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4179636},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8497380e0fd5c40c8f6691d4c0f720e8b4ec173e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-fix-849738-mcnd3xxv_1751555374500_0.08219831105387754","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-release-d28de3-mcnig2aq":{"name":"@5minds/processcube_engine","version":"18.6.1-release-d28de3-mcnig2aq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-release-d28de3-mcnig2aq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f011d780d7911229b2d3fa7dd38d31766bd0fa4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-release-d28de3-mcnig2aq.tgz","fileCount":931,"integrity":"sha512-YRB4hUpzAE6eTQ2DkR2zS++bzOL086ya9NY3RJJC8c15aohbx43w/ypv5qu2SE6a060zMeq2dwoFPCyfWBW0nQ==","signatures":[{"sig":"MEQCIANjVdAxlOqKZd74L2CSv5mXxlhgZFK5xrMtuCkJ4r2tAiAdqS/tw9vLOe8NoUIoS9vOQKG3WTY2MVfcnIQw691f5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4179640},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d28de399a6fdcdddf981b5815c9279ec96df3dc5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-release-d28de3-mcnig2aq_1751556335640_0.5877357469708271","host":"s3://npm-registry-packages-npm-production"}},"18.6.1-release-2c06f2-mcnndkul":{"name":"@5minds/processcube_engine","version":"18.6.1-release-2c06f2-mcnndkul","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1-release-2c06f2-mcnndkul","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"37f78f5fa3dfc811bdbb71f86b90cebae788df41","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1-release-2c06f2-mcnndkul.tgz","fileCount":931,"integrity":"sha512-3Cd/erLrwT1BgGCV2mnRFCe2OTz7oQCSDDmFk5HNSQt7/mvKajdRJdmpG8gqAgbQldJmwSy+1M8V83Bd8QGY+A==","signatures":[{"sig":"MEQCICa4tOQBBQjYKc+l2Plh4fIsXtQaUcuMWBixvilzRcYnAiAmTQo77jPZjcvV3zEr0WUA1BMe/sWv+zefy5izARCJ5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4179640},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2c06f2d7f0e052109846872c12759328417c2f28","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1-release-2c06f2-mcnndkul_1751564505794_0.8099747402436879","host":"s3://npm-registry-packages-npm-production"}},"18.6.1":{"name":"@5minds/processcube_engine","version":"18.6.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50af79625a4519e4dc178f6129140f4016444bd0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.1.tgz","fileCount":931,"integrity":"sha512-PRPtGiu0MhHKc6VZMlGX18cjDkjmCryRA3GeYsY7yVsM539XvynuVqWpZ0GVJkzHywlCpLroYSbS/Z+YrGVwLg==","signatures":[{"sig":"MEYCIQDXNP43MH3mqzuqPDMxtROXhZmW4S9uD4AICRGvgBgVawIhAPivWLO/QJBGMFWYgqGEGXJ2VbeUeMFKGY2bLD+R3gfX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4179616},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e558b807af4aed1377c12ba67817723d6550831f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.1_1751565873996_0.9265520594621506","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-19f453-mcogdlq4":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-19f453-mcogdlq4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-19f453-mcogdlq4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5f1f267b448abfd27999070d379237c2211d81f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-19f453-mcogdlq4.tgz","fileCount":926,"integrity":"sha512-WD7QpZRc4vKFPu9uO5s/aJv2KvdvHuWoIw8sO6z0SdIlf2pkGgCcJ7yw4PF6pCJc8cFFrBelKg2EUJCA95vV2Q==","signatures":[{"sig":"MEQCIGQ/jh0dPRkyK2roaM5iwHkprYMiNSIDJXjFjfsRf8EtAiAEXuGjbWdu/6IvSlP0xGrcTfImsqU8aIh5ngh2TEz6fQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240760},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"19f453ddbde472e0df7f7164d625a928ac978994","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-19f453-mcogdlq4_1751611850100_0.013672149284492896","host":"s3://npm-registry-packages-npm-production"}},"19.2.1":{"name":"@5minds/processcube_engine","version":"19.2.1","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b699335b1e2bd41ceaf1c4cfe9f3f80d7cc182c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.1.tgz","fileCount":932,"integrity":"sha512-a7CGSzcXYbKnc7BRogd3y4Ev9Y+6rwskcv+ILKI/hlFx0+DBp1Oss1l6E5Jvwb5u2+sQ9riWUgJQ5EFCX+u1kQ==","signatures":[{"sig":"MEQCIA/gXnW6q1xplVtGPF8yv03bqDsAsKgXg33K5GFiPgaUAiA6/0i/Qc/U2usM04YbbCqlfpOjK3mKPsFCglqLNzpYcg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350826},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f1a5982fd8a59955962162f09a877fff275c3817","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.1_1751612009357_0.859908116831956","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fe7a6a-mcogo2lp":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fe7a6a-mcogo2lp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fe7a6a-mcogo2lp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4cc26a12d85a38b07fd644af0e203b738e2977d6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fe7a6a-mcogo2lp.tgz","fileCount":935,"integrity":"sha512-XpGKQlVIk+OBi7NRkC7zsUZPNH9UCuBbNJKQce9XHB39Gpht8fktzamio1ADz9/raVX5Au+FXRiKtMU8VzMtuw==","signatures":[{"sig":"MEUCIAv/+42tGRdiExtGwSio8sffMLwBDSbvYxbmo5iASFDTAiEAsf8og4zNQd9qWvo7VCw3iZtTaoWZvJ5qYfoOzMdylOg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4270723},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fe7a6ab8d7fea6248db4d24d6912173d316863e4","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fe7a6a-mcogo2lp_1751612344972_0.06462077136369171","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-7f4763-mcohm5t8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-7f4763-mcohm5t8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-7f4763-mcohm5t8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"17ab22a5e084667ede2a96a1b63e1d56f0f6d4b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-7f4763-mcohm5t8.tgz","fileCount":935,"integrity":"sha512-9dPPCqmqGKkSqAoH+45pTFDCrpdU0bnfLEAJ8Xc6nvN9ucpNssv6tuBT2Bu79ouPtlpXEKLsYzru+u+GugSKPA==","signatures":[{"sig":"MEYCIQCZJ+2LR2OkuemGYNM+2gORJbJtb4tAQ9SdiAYUqCzVGQIhANEbi6NH/0Im0zb8vSCRenH9ZLMcUCGTzPUWjYWMDI1J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274373},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7f4763c9a9471bff94f09b728081af40541ddaa6","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-7f4763-mcohm5t8_1751613932962_0.31118031015757386","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-7f4763-mcohmnxm":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-7f4763-mcohmnxm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-7f4763-mcohmnxm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8dc29878264b7b3099b431c2d0bc18c928f5faa5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-7f4763-mcohmnxm.tgz","fileCount":935,"integrity":"sha512-+ENuDDEUtYyoSmIEmkEAcJ3ez9gYI5GfMZPwby/0QYQERpQ3EZjOehXBa7rNAHTvm1tSpc81GbOrMHEt0EiH+w==","signatures":[{"sig":"MEUCIQDBTv1DdR3uyffxUUojy066a5SiKivK6NZLwP6EjoCCRQIgOln1S4qHWeRxFGkbWd4T+0EVPL7GU9oCnQhnSlGTbqg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274373},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7f4763c9a9471bff94f09b728081af40541ddaa6","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-7f4763-mcohmnxm_1751613956168_0.9000464012381155","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-3bb426-mcoxu1fs":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-3bb426-mcoxu1fs","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-3bb426-mcoxu1fs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"72ba73286cbee82fd65701f31d1a365a52d901b6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-3bb426-mcoxu1fs.tgz","fileCount":935,"integrity":"sha512-Gfd5OGygz5iVKO+dOikjRMsiee47tz0iVTFEfah0rNoYa3hAIb7nOHtyRY+QOg/ioJsrMIia84SIaa6SZCpoPg==","signatures":[{"sig":"MEUCIAqxLGZemfXOmheYAaalibYPs0Sz0Lybkk79s8Yjhn23AiEAmdKPBq8fWWKpgpkghwZHGuu4RfLb4zVZejiwxumzoTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274881},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3bb426104303654598c62d0546a135f7ff8d7fbc","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-3bb426-mcoxu1fs_1751641174346_0.45631283467255823","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a7addf-mcu4dykx":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a7addf-mcu4dykx","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a7addf-mcu4dykx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e2ab990cc07bba51ea1055d9629bcd8047f30046","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a7addf-mcu4dykx.tgz","fileCount":926,"integrity":"sha512-s+Ei67U67OsyRcjBEHhb+GUPYVSvwD4mthi3wfA8kom+rhgSOOmXyLt3NSKY70CmYqO/F+rmsslMREYStWseDA==","signatures":[{"sig":"MEUCIAMsXMUCz+wmXLPuDHjClWEAKfEt6M/sMeGYOcymyLH3AiEAj3nQubWpzejJdMKJefv7c7TD6m1FKlq6J8b9Q5V8L6o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4254361},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a7addf1777e26c12624a8526ea5b054db431ae1e","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","actor":{"name":"process-engine-ci","type":"user","email":"ci+npm@process-engine.io"},"email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.2","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a7addf-mcu4dykx_1751954525446_0.15448323297116628","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-5dac63-mcys2enj":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-5dac63-mcys2enj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-5dac63-mcys2enj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"908539ab02e0ad658430ca15fafd262abea6f0a4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-5dac63-mcys2enj.tgz","fileCount":935,"integrity":"sha512-zzis+dmnSQc1ysDfZ5x1CoxhypdrPnZTpx4Ma4qmB7CvkIPXxKdHHM15tkqB6je8Uy2SCEeQyQ7VU4ZTpgSzMQ==","signatures":[{"sig":"MEUCIHSVoBjd7fhkTap5WkeCfFJb3iBZux10TsqNWXio9oC4AiEAzxkB+f/rlUrosUdzD1tUByGEwi73dfJidCWvLLV03Og=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5dac6357692a6d150aa21c0c884f76b09d2d8616","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-5dac63-mcys2enj_1752236152271_0.9918293023370461","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6e137b-mcysyjhy":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6e137b-mcysyjhy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6e137b-mcysyjhy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d3d8d36a2f56e68db56cd40cf516d0948bf18ea6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6e137b-mcysyjhy.tgz","fileCount":935,"integrity":"sha512-w3uq8U8qwtkegpiUQg5rxK1FaceuKFCeJQyG3XqtJq0sDlCBBBCrrxNM31TOtgC1uutyQC+VMwDnoopn27ki+A==","signatures":[{"sig":"MEQCIBUEhgFe5enyXR/YZxmY2QR4tprBO25jOJXAhOyE3V6AAiAjWHf9hkk8ZY9wl9rioq18gtO3PGNI7RxSbsPCLAyUjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277067},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6e137bc7a4b9579c459c853b901afca25462594b","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6e137b-mcysyjhy_1752237655076_0.40714500405234055","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2cf631-md2t90i6":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2cf631-md2t90i6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2cf631-md2t90i6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4e1e6e448fe1c5bf9fc2f54c3953037ede7eb0c7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2cf631-md2t90i6.tgz","fileCount":926,"integrity":"sha512-GaJoYRJBC5ZPSggzbgm6Mc9sXlKqmukC/E43lb29FHLYXb/v6cFRBBxobpnEMNcG3BrSh+5Hm4y1HMWHRXV9Mw==","signatures":[{"sig":"MEUCIHCi7Owkz6IQRIHoyw4FSGWkZxsh9mYue8yCEnrrZ+dNAiEAjLrxDYBTh2CFMvLYgI3pZLkHmF1LFmirgwiR9cRyq/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4240760},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2cf631fac88bacd5c608e85454cad75a1d2c773d","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2cf631-md2t90i6_1752480004177_0.2704950302142959","host":"s3://npm-registry-packages-npm-production"}},"18.6.2":{"name":"@5minds/processcube_engine","version":"18.6.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84ea7ad9825fa846e574180df65cc2a2eef5552d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.2.tgz","fileCount":931,"integrity":"sha512-b1LT0no0q1aZiAlRCjVDNEoUa5JB9/Y1u0yB/SVE9rCwKm9FO/7665gilTlImjppfSRDOvDGJUC4bQ4rKRjp6g==","signatures":[{"sig":"MEYCIQCdq+9dgctKZFkbhukqCSl8vxTSvtcNbgKa1aiRDD10MgIhALXmA6wQkK3mUUoGWsetTyXx5BTXb0VZz5Uu+lrR7+N5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180811},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c53e10f061b051db645004a292c7d241ede2c6c4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.2_1752512472405_0.4708762450601993","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-af8102-md4gzqla":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-af8102-md4gzqla","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-af8102-md4gzqla","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"679b509bae46131043dcb147bc33bfa1d1985773","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-af8102-md4gzqla.tgz","fileCount":926,"integrity":"sha512-uQrp1R7Dz5QXwj1xXwR86gEDzxLnc4pETxGUifIyY/CtnzMkeEqQPzkRvvuZoMsqSGGMRkzzatiQ2fCL87aZ5A==","signatures":[{"sig":"MEUCICDQiZN+lf9QUjGCHkeXpACbuZCrGICQ9v1Xe2s3iUYlAiEA6/vyRUHc9KNj7vIuuzCi3QZDjsvZfCxBa2y9rxsnrCM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4254361},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"af81022ce899b44e7862f8e73d3172556416b7c8","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-af8102-md4gzqla_1752580343113_0.3154932022998609","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-8fada7-md82v7ln":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-8fada7-md82v7ln","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-8fada7-md82v7ln","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d7e91ec3503f83b588dfa34b1565b113105f3b8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-8fada7-md82v7ln.tgz","fileCount":926,"integrity":"sha512-BSIDstv21zMvfvY1GjmqhTh2myP9MwL9g+//2RqUrq5gVSgwEZeharn27ACl4pMxpVUORdAibEMd7+M03TTPrw==","signatures":[{"sig":"MEUCIQDqj0UXMnemTbkL0B0lxUp4eeQJl1YOhcLpWNXPmkpnNwIgLSNSq0MheknXUtZQ4qw16+SohPOp5h6vNkmaRECKvBc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8fada7663aa656a07978411d14799f5992494123","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-8fada7-md82v7ln_1752798386912_0.10734758948791989","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-ff00cc-mdd1ho4g":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-ff00cc-mdd1ho4g","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-ff00cc-mdd1ho4g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"78d9018caf51515a64d94353d3169f4c13b20b8d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-ff00cc-mdd1ho4g.tgz","fileCount":935,"integrity":"sha512-vPM91V8qc3sFA9jBR/1VzqXdQmRwnzUqK7SjUNAVBBwzwPKEVzHJS6dME1LlCJoMINlRwE65wOlp2Xij61lSKQ==","signatures":[{"sig":"MEUCIQDaKZOAfEO+vCeAE9OSVy7pkwQeyS5UuvJhVR/3beijfQIgfNvAAlwUDmdZIc+9EA8ZSGnDVidaGO326A1g9MTvh50=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ff00cc3b436104667a3d85822c80c8efd12ccc77","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-ff00cc-mdd1ho4g_1753098518033_0.8509071045974033","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6768a4-mdd3ktut":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6768a4-mdd3ktut","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6768a4-mdd3ktut","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fd82df1b334849092e223438528c9c68716b43b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6768a4-mdd3ktut.tgz","fileCount":926,"integrity":"sha512-9YXz0+VsJH4ulQ5soD6q53H+5LN9Ac4T6B1vsZKZAjuaJhqOSF/5+c9tXr+bbGfjIOlR3zk51bfyt4OSSJsN/w==","signatures":[{"sig":"MEUCIQDUG5luzluZ0D3FE9iuwg7w/fyu+Inztxnmcwionb+cjAIgFCdIBDtPxzWI7ycousvFPiiDMpUTfKp+d7hfrOgnWxg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4254521},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6768a43f7f701e88e6651513c4b5208a4094350b","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6768a4-mdd3ktut_1753102010362_0.9424681655809442","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-d7bea7-mdd5bwgl":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-d7bea7-mdd5bwgl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-d7bea7-mdd5bwgl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5902b8afd96b673c5f591fa73d387e4fda2edff0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-d7bea7-mdd5bwgl.tgz","fileCount":926,"integrity":"sha512-W0vvqkk2DJB37yg+t8qD3b7gdNhoX8fwFsK/0VAzb7HZ/pmurlo06AZlC8LXCVnw1qVI+GsvTlLOslgpSOg67Q==","signatures":[{"sig":"MEUCIQDXzHkRWubrV2Tv8SdjibZCcuu7Wt/OnwEpZFuSzGalagIgFG+1hD79e+094Q2KAx4wjNKLFjOmua+0DNNA2iggrbE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4254405},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d7bea7ff199b4cd21826aec379e471a4dba1b1a1","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-d7bea7-mdd5bwgl_1753104956846_0.2091920180835798","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-a0fa0f-mddtw0az":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-a0fa0f-mddtw0az","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-a0fa0f-mddtw0az","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"11c56cb2099d2d697f0b7822d245ffc7de995721","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-a0fa0f-mddtw0az.tgz","fileCount":926,"integrity":"sha512-z9DxDgOtWonc3jeWTrWx//HOBHGmMr/Ilrcepgzc83ewsDTpl7f1JxYSR1HIi80alhFsYY1k0FuyGniijppeBA==","signatures":[{"sig":"MEUCIQD4tObYQ2Z26uvg1BliGbjgonq+KgmkMJY69E5VwZTlsgIgCnKrDKJaiESIzK0f9B/7TgJi4I9UppgVxS/dPNldFho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a0fa0f3f99c99dbaafa7df9aae83c4d96bf39abf","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-a0fa0f-mddtw0az_1753146102457_0.92618044483777","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-7556d6-mde5cbeo":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-7556d6-mde5cbeo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-7556d6-mde5cbeo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"08cea5cddb551c34e6be3ffd8fb75f8f26bfd58e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-7556d6-mde5cbeo.tgz","fileCount":935,"integrity":"sha512-Zyln5i7cnlvp3/+L9/SvQH8FCcoml58sOqMVgABXJBaLlNmH+2c8DLMs3f4y1LXtAk/xie2qTjuiOroB6bT65w==","signatures":[{"sig":"MEUCIQD8BB4xBL/szA0XpoUYeNghOJEkZTlm9X2Nd5uNgfqUNwIgMiU1R7pfb2dSaGR64YLV7KBDHpKqkGIHl/Bwy9veCXE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276747},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7556d6d0157a1c6af8271d89a718b6cf0fa601ff","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.3","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-7556d6-mde5cbeo_1753165444196_0.47356870690688657","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-83c515-mdflcb3g":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-83c515-mdflcb3g","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-83c515-mdflcb3g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"cb089979918c6988b214b4e3f1d45d04ac2575ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-83c515-mdflcb3g.tgz","fileCount":935,"integrity":"sha512-l4wlNnfwH8kv/LpwtGvwysy2qI/E8pDw4AwXcVpI2pvfC0eQBBKe6mliDg5Z4ot34WT2Rl6UorXZfUM4xCraHQ==","signatures":[{"sig":"MEYCIQDlvWCssd2LWRA4iMpCsA0C0+64YBWkkQ6tvFDRQFueDQIhAKGrqHyB8bgzH2acLNK9NmQQCgx5Wu+Zn04MlenH/dyR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4290392},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"83c515ec8973df1eeaa4fe62c7da584cb2165932","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-83c515-mdflcb3g_1753252782107_0.022273925856373555","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-2fa900-mdg1xug7":{"name":"@5minds/processcube_engine","version":"20.0.0-next-2fa900-mdg1xug7","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-2fa900-mdg1xug7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dc90107a616a8f0b2e8254d5c45449b8ea0e54ff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-2fa900-mdg1xug7.tgz","fileCount":935,"integrity":"sha512-BrooAYmDEf8tweXvD2YIX/TkS6n8e9/poEBUVWMyrE7RhVjMlPzLqbm38wdEcdprzHyDznaB0xc5Ahkg+ain2g==","signatures":[{"sig":"MEYCIQCfijQbPuyGnh6jp7MNsTdLgSG/n4QJ0ek7uJgapwojtQIhAL/YhLCgumFLiXF64dfmMQtS7NfCpntby8xBWosAq32G","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276427},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fa900a8b92904f9c2cf805025258357738c1638","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-2fa900-mdg1xug7_1753280665579_0.4392245086695261","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-dd24a9-mdg2rtpy":{"name":"@5minds/processcube_engine","version":"20.0.0-next-dd24a9-mdg2rtpy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-dd24a9-mdg2rtpy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"17e78b1e2d0617ca039f34afe9faf79894566288","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-dd24a9-mdg2rtpy.tgz","fileCount":935,"integrity":"sha512-55z25H99X1/6yF5wVIl3wfhTEgDINGxkeJk/zFRARatZ6FRjzuqvHC44dFcGWARZRsAepD+Fdn7wgdULeEF+yQ==","signatures":[{"sig":"MEYCIQCBLspIfiOkqCQzyhe5yL0FKE3XgaU5TZvyEPmqr5DXPwIhAMHOXK8+Lqe2fvsxobkQQPDe2CoHvvC8uzE3I3+1MuXB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276427},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"dd24a90eedcb92e48fbab3168da877958fa1597e","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-dd24a9-mdg2rtpy_1753282056949_0.08338765606207654","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-0cddc4-mdmujqok":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-0cddc4-mdmujqok","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-0cddc4-mdmujqok","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80b69b802f9ccd45492d7cad2c17d240a4b9959f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-0cddc4-mdmujqok.tgz","fileCount":935,"integrity":"sha512-QxPJjQ7CjeQAFy61EZk0OJjcwxx9/ijESnTqBtKSFLgy50lDwBJ2vL4Ua1OuEHjUf3GKuBT3eT1WQmpd8EQBIw==","signatures":[{"sig":"MEYCIQCleOfumUJBpOfcTfZWG8aui8nA0QwnsgB68uSMjtM2pgIhAIkPrr6MQUsVYt7wjFOeK/lVALI7othYyWjfMYeVyDp9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277533},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0cddc4548f79dc09076fb4a4097008fd1602043c","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-0cddc4-mdmujqok_1753691505480_0.6656337125187175","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-048df5-mdn3fa9i":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-048df5-mdn3fa9i","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-048df5-mdn3fa9i","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e71c8393a1fe37985d808494e0aa86b1e0227829","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-048df5-mdn3fa9i.tgz","fileCount":935,"integrity":"sha512-UVn85FeVz/jisCIi3DGQQ56zanFL5o+VazQGVDdbIRLEt113MgG/wBSbZUM7oRMQZ+lZJOBq1GS8tLw2bim8ZA==","signatures":[{"sig":"MEUCIQDRiQxKrW4lxuUhzF1Vwl1oTCIS9usbgmirvBkzBMl+kwIgQI5p7PpyJAvXoepTtfsPKNp3FWj+jqT7xA4O8PhdaJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277605},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"048df539f678a53ec7452e03bd6267837c257dbc","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-048df5-mdn3fa9i_1753706420870_0.9364284799350806","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-f13662-mdrj8ab5":{"name":"@5minds/processcube_engine","version":"20.0.0-next-f13662-mdrj8ab5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-f13662-mdrj8ab5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c97b802612f4d794acca22b213bc48903eb19f6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-f13662-mdrj8ab5.tgz","fileCount":935,"integrity":"sha512-x4IbpSSv8NSicKXRtWcyXbwvau0YMTGVHFEsQXKU8EqXEqInQgEg85tPUKFFYGgsGQKszUGUdRjVb2FPepGBKQ==","signatures":[{"sig":"MEUCIQDekGrT3p/otRftl/OsRrNCT7JhFY/fNLYgdwqOHA/hcgIgSZLzx9DJKRcvrgMefG+2tZdSJAxKyYjtcmc2A3DT5Vg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276435},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f13662cf52ce949761a51a60e3eff059364a016f","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-f13662-mdrj8ab5_1753974829337_0.37986777683847395","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-bdc8e3-mdrma4l5":{"name":"@5minds/processcube_engine","version":"20.0.0-next-bdc8e3-mdrma4l5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-bdc8e3-mdrma4l5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d1ec8ced2432c98593725f9263561e51312da04a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-bdc8e3-mdrma4l5.tgz","fileCount":935,"integrity":"sha512-L5/vkv1433WbwhDuW7kxxWoMXwB/wlayC3A2YlyJwsFGL2eQuQBqq7wtY72/pf1Oih0/2UvmHYQoye5iBxMb8w==","signatures":[{"sig":"MEUCIGYox1DDYZrtRVFUv5gXTEl0AONXdYolE1xTUWFKhzWBAiEAoUYgi7QmCi4ZJhdZd8yldJ+R4EmgxQp+eN2lcm4q+HY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276435},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bdc8e3a453d6348fd2930829016d3b1b57c806be","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-bdc8e3-mdrma4l5_1753979963631_0.20039583265259897","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-6c89a5-mds8rmgl":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-6c89a5-mds8rmgl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-6c89a5-mds8rmgl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c673bf8288083420f921e3d4d848c729aff3a32","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-6c89a5-mds8rmgl.tgz","fileCount":926,"integrity":"sha512-G8Pnk3PBRNmTulmettlXEMyggk1OIAuQlnjdUV3aafywsz7wWN8fzkrlQYYOflqxmZcG5XeBP0eZntU/qvI21w==","signatures":[{"sig":"MEQCIEyKDNROX/15hJCyn7RQTBBKi1u5KLury4EvbhvM2LzwAiBq+CmFtAACdRoCtPRzIYx8LZylUogNYJopmzRVUGxKMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6c89a571bb2c71e4bbe50d346850c106ab02bf26","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-6c89a5-mds8rmgl_1754017615302_0.8176091859393417","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-3b9af2-mds8rw0b":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-3b9af2-mds8rw0b","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-3b9af2-mds8rw0b","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"968990b94eb68f77e87009991faff5bdf9c44aa5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-3b9af2-mds8rw0b.tgz","fileCount":926,"integrity":"sha512-OOLXToN0HlhsGP6iRXD38lc7mLvUw6P0d/ymcu56ZNFeGhsVBlvXt1UCnu4+Q7cEdsHSuOVSugIRzvVWTVp0uA==","signatures":[{"sig":"MEYCIQDDoQ0jrwnXuX0gGjkZxeH8PXbq8ntYXf3vjINhqHzs2wIhAJgwaruZJRl+wJcNnTgOaDhRGOZsbVQ/xnFCR3+/xOd8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"3b9af2d8bd1462254db9bf770e5d354c6e96930b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-3b9af2-mds8rw0b_1754017626505_0.9946414702326869","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-5e92d8-mds8s3gg":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-5e92d8-mds8s3gg","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-5e92d8-mds8s3gg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"485e2e0f4ca24a13a85f4aeb9b6717d69350db15","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-5e92d8-mds8s3gg.tgz","fileCount":926,"integrity":"sha512-LziQ3FZLeyFb3IEgNMyYzTziZ6T7KGX5/zEX9EjGh6IdxrdT0G6OE22iMANZHkc0flxmcNwVcqNfygy0ZsCz+g==","signatures":[{"sig":"MEUCIQCc3CM4tdI45VqGwDPh3jyAVz0LK4ZpCXXOX0SVgvTrcAIgd128QK/aIQnv6l1PR/X0kn3coZ3f3JyhNj/JqjMrgeg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5e92d8d707b9e661ce3dc8e0ce1893a1d017137f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-5e92d8-mds8s3gg_1754017657652_0.7322927421224399","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-ecdb4b-mds8sa6w":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-ecdb4b-mds8sa6w","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-ecdb4b-mds8sa6w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"df21cda61f3e20738278135d00848116dadaabed","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-ecdb4b-mds8sa6w.tgz","fileCount":926,"integrity":"sha512-eIL5Py3EggKgEWEj4jOXJG2OPuHYh7X99VT/9jE/wWNqsVrOVcHcin8D/KyOlubbKUUGvhVK0CNWDPTEY+PwNw==","signatures":[{"sig":"MEQCIG1ogiCmVmFZkv9Odc3SgK/n6XrdDWWqCVfHNLw65Ep1AiA+w/L/2Cp6SoS30+6kaLQZcbYm0/Qc6o2DzjET61gorA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ecdb4b2e13504757d70869baea14b451b8c56385","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-ecdb4b-mds8sa6w_1754017676557_0.7858456151555955","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-f0f3f5-mdsf7nj6":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-f0f3f5-mdsf7nj6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-f0f3f5-mdsf7nj6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0c9c9fed3d08c0d02e68185979119d585aa50f1f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-f0f3f5-mdsf7nj6.tgz","fileCount":926,"integrity":"sha512-jklGtvAcEOrSAAh+9NBljkEvBigNzTXXXbVtU2Gvk+BH4KEK+4CKVkTNzVXm7ZtZ5x/xlkDM5Dp8zEKYV5oXdg==","signatures":[{"sig":"MEYCIQD44f/ErW/Gx38yfdnD85WeP+xo+BGaFLNXulw+dxAaGQIhAK6g9CwLORmCVTPuMLhfW8XiB2UMx2hf/RYLd4puM+IO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f0f3f500839a92a7427a9c6a1171065f54bcbcee","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-f0f3f5-mdsf7nj6_1754028443461_0.13557022102400063","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-749121-mdsf8p3n":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-749121-mdsf8p3n","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-749121-mdsf8p3n","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8d8ccbf6b6175fc2731b02cb138d9e802a335ec8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-749121-mdsf8p3n.tgz","fileCount":926,"integrity":"sha512-SRLQCGL+oBMvisaiVEzH7Y+/ROU3UJDIvw56y7RzNN0xu/5N63/mpDA50eKCE/yZ0omkV6XWvgplmypfo1rqCQ==","signatures":[{"sig":"MEYCIQCzlLQKdSDTHeWQr0VpdmaoHTc0N9VEZ0J89eGuy4F5ugIhAL3Zgm1a8GdpPHfN7Id0DcmBnI3iMe2vJk5h8ePnCsnj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"749121417fa4083a26948e2bc5e17c661d0276f9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-749121-mdsf8p3n_1754028490149_0.2611007064960642","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-fa4e83-mdsf8vk5":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-fa4e83-mdsf8vk5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-fa4e83-mdsf8vk5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ffec8d0d65051fb65092efa4561fa93cfde26a8a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-fa4e83-mdsf8vk5.tgz","fileCount":926,"integrity":"sha512-NBR2CN3URS64XvFMP8i2HNCjT3sR6NxHpR7+dBv7QJNmLLQS6xPzeY+1chORD2LmoldGie2EuKGJ1HvMKtGhSQ==","signatures":[{"sig":"MEQCICXh/RrM7XDoEMJSbcyl2djkm7Q3EsvVTk1gK+HBS28kAiA0scjr2Qto3x8JXqyeKZepwqMmyCc6cY+0hoLq0cYnYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa4e83bc4bf19d016f552b3f0a0e5884e0dfa9ff","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-fa4e83-mdsf8vk5_1754028503132_0.27236738539648964","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-8b389d-mdsf93b4":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-8b389d-mdsf93b4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-8b389d-mdsf93b4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74ad6e3712f913b6f6ff62b51c2d132f98ae5adf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-8b389d-mdsf93b4.tgz","fileCount":926,"integrity":"sha512-CAWhbadmU3oQ4IT4zazGwJLLNQAybg+9YLlSRXEGvvkNe2Q60uuqXV89pD6VLBJil1olTV9yd3lbRNC39G32eQ==","signatures":[{"sig":"MEYCIQCfmInF3fd5TE1uS6PRXJeZLNONz0v1QcMLLLW3Z1btjQIhAP8HJmDAgLakxgAK7CjYiZySQcJqRMU3w6lea5TTZ0Tr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"8b389d818cdc67917dd1de49ac8d7a39e10b45a8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-8b389d-mdsf93b4_1754028510391_0.35718741522801656","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-fcc5bb-mdsf9c06":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-fcc5bb-mdsf9c06","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-fcc5bb-mdsf9c06","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"165a9e6bf149c2d90d1089b3fc28a897e515f37e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-fcc5bb-mdsf9c06.tgz","fileCount":926,"integrity":"sha512-7VEvmATu9MU49/wf0BMzc6GP63D5LYLVN+JfZ4YY2y/GKjLxu0vqneTZTMNe8kRcLzRCt8O0f0yfkNbNh21zNQ==","signatures":[{"sig":"MEUCIBNArWJpD1XKrJuMA0hBS0vR228KrwOGDzgr8TyGv4+xAiEApcYkxNPgg3cJra6ytbnPULcZtRfHtcJj0fZUKcGaY0s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fcc5bb6a18b396e8cdac87740105eb1455372f6f","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-fcc5bb-mdsf9c06_1754028559905_0.27197931080205784","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-117ec0-mdsfal0y":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-117ec0-mdsfal0y","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-117ec0-mdsfal0y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8235529701180cc2a9ae8187baaf1296c4ca2ad1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-117ec0-mdsfal0y.tgz","fileCount":926,"integrity":"sha512-8bZTIKmrhJe5ObJZqRbzgfPOv4VE3GgW2sF7rgCHLlO0LftrZ6C/+Vyv+yrNAFp7wD5iThO1yNW8EG6EzyXm1g==","signatures":[{"sig":"MEQCIGsAY302PJspyRV7cpFYzorfgFVtER0XP6yzMjB4Wtt8AiB8B2rHzCM9YW5jQT8W0gQh3P19et1hJV5bnedzPx635A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"117ec0bf639450408ac5ca4c3c562ce596a7fc70","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-117ec0-mdsfal0y_1754028798965_0.8278112963975393","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-6f99cd-mdsfchnm":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-6f99cd-mdsfchnm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-6f99cd-mdsfchnm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3437caa9f7ec59ee0d7fc3b6d3e15145d3b9a36d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-6f99cd-mdsfchnm.tgz","fileCount":926,"integrity":"sha512-qAnCf+RaaHB6oyxkxoiZi1xyGnKoiIMR66F4Vgg6de3XG+KBcS6yHfGTOiRPk9HEuZ1sdRAWLsL8O7EX3iSrFQ==","signatures":[{"sig":"MEUCICJ0Vv1MXNNeoEnCmbqDx3NUfBU3hZxfht7Bb26XJTfQAiEAriKeoM/kky5UeODsVyegiGArD1xp1Dbct0DFBLrmz/k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241727},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6f99cdbb91de59915fd382dc3d35c9ad445401d1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-6f99cd-mdsfchnm_1754028814531_0.7510092697783226","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-deee53-mdsfe6wo":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-deee53-mdsfe6wo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-deee53-mdsfe6wo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"30a1a0d59602233585edf5fb4c53a385a31942e1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-deee53-mdsfe6wo.tgz","fileCount":926,"integrity":"sha512-S3huWTCsZxxrBsZUdlwYyMe5GphqnvZHvZ+WZVaDs2CgEwivFNOqso7MLcj7taS/24QJ3mrjbLP2o1CDoa2fpA==","signatures":[{"sig":"MEYCIQDPilm7CByNn9PIb2fljy+NZOtK8r7T39nq6PbkjBf6owIhAKRPoZOicnFeLUBB1CL8tJyUrFedcnTL5ieO/MnOyrJZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"deee53a1b0950a3bdbb620b47717bb5eedcc9a94","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-deee53-mdsfe6wo_1754028845034_0.4562360039329354","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2fb493-mdsrmll5":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2fb493-mdsrmll5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2fb493-mdsrmll5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e275bb6f0a80ca34a7a0ed58fa381041ae97f904","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2fb493-mdsrmll5.tgz","fileCount":926,"integrity":"sha512-qf3oZAYso/zuKrVfjSPj2hc4m6bAFRCxicZeNvOsmD7fT0bx0s7T3oxa3QR0B/J/tLIhB26fGKHmNLc8FmWnWA==","signatures":[{"sig":"MEUCIAJKwONmDLNuYtY6FtV/8Kj2iEXnu5Xo8cbAegqbqZCFAiEA9I6IRYZJVxoyV/NUXTpMkT0PWLiJirM5peAdLbocVYc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2fb4933cf9adc219efe6573dbd63b9924385dd4d","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2fb493-mdsrmll5_1754049291612_0.6114925975721768","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-fa7a02-mdsrndkd":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-fa7a02-mdsrndkd","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-fa7a02-mdsrndkd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d86683997f5c894bd6cb7d6bbe02a4c1ba49d49","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-fa7a02-mdsrndkd.tgz","fileCount":926,"integrity":"sha512-pJsLRL2KS7GI93sLMiRHlmf9RirX9j12cBO+37MA/GtOGkjsdDudsQLr81aM3aPQUl2hA8d5Hr/iQz5fciPiXg==","signatures":[{"sig":"MEUCIQDDnErIgWHKJZ237p8Tl4GzPU5Qb4Xg04UFGr2sTxKKWgIgAq9Z57obZdEVOSQN8HobxwwJwDMqOKR+vftduyhmoaM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fa7a02421b505d617ad4e2a62d015ae3dea299fb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-fa7a02-mdsrndkd_1754049333139_0.36292960871387114","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-879dd7-mdsrnura":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-879dd7-mdsrnura","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-879dd7-mdsrnura","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5f7d65f6f0655428e03380cefc76336513d97489","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-879dd7-mdsrnura.tgz","fileCount":926,"integrity":"sha512-+ps8DkSR77Me1GrlbEc7BdR3dBJs7jfjEBvEO8ugCehdeHrrBL8oebe2dd4JRef/N1E9+oeHDMrYv8/2cSFh0w==","signatures":[{"sig":"MEYCIQDNzkJvHw6zMl54YZA7xs3b4TbU2kFmYtMWaCVVGW/DvgIhAM7mlSC88zUDWe7sNzjrrtFo16NOCPza2heLEpNwV1FS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"879dd766ca0efb50e77c5589fb31f667240df928","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-879dd7-mdsrnura_1754049355141_0.8596959673587672","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-1b8fa7-mdsrnxuz":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-1b8fa7-mdsrnxuz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-1b8fa7-mdsrnxuz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d20c935324172d05777bdd362dbb8bef9cf3c33e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-1b8fa7-mdsrnxuz.tgz","fileCount":926,"integrity":"sha512-FhF/eEzQ2P/Uide/S/ONnAvFVXXGh1SWbmR4fnvXXBSxsOr57aOamvepOV5KIeCp1cXMwaB5WNllP6Ja+53tLg==","signatures":[{"sig":"MEUCIE93zwUpqMxeHyzqv8Dnhnf0ixu/GGrt7TGo79Ark8xyAiEAxvf/FATj0yt5a8zkjHifrMeqVKdWsjhhX1zx/Ghj3jo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241727},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1b8fa79e1136f23ed1599d6bf42ea3c3678ccbf5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-1b8fa7-mdsrnxuz_1754049360010_0.8444595480512915","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-25a6dc-mdsroid0":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-25a6dc-mdsroid0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-25a6dc-mdsroid0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c35d5745179de62d0170da9a18b18a09cf7bfd8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-25a6dc-mdsroid0.tgz","fileCount":926,"integrity":"sha512-o0qTwr+3ErQdS/Y63ldObLOrU7ZkNVNmHiBZxtzpToP//w4+wt8gHaaJ+3NEE35bN8Bxd1paZumFLS+huex2sg==","signatures":[{"sig":"MEUCIDFxmCdZaSY1MrRTL0DnAIl4B8gaxfrks2YYAmQsGC8KAiEAwzITp/w2PMGQJ5tZ96niO3XkjUhxuPBNRhX55py4DII=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"25a6dc0edd0e287a773b229cba219f091a47f9a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-25a6dc-mdsroid0_1754049404796_0.6683812057517793","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-e395e9-mdsvqo4l":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-e395e9-mdsvqo4l","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-e395e9-mdsvqo4l","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ef9df7291eb0f201c1c824deeefebb5bf9b89803","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-e395e9-mdsvqo4l.tgz","fileCount":926,"integrity":"sha512-ZCW1TcG9M4Ff9iB+ejrAuS7WTVvAbgy0cHIh5DaJNijjwDAG2EfTHykknZ+xK5FwB2XjpdM9zI8XM8yFn5ezaw==","signatures":[{"sig":"MEUCIEZ4+Cw4mqG6lnxq5eZrNTWBHuzPsfhy1QCB9Qoe4SHXAiEAzum8UMX+4kOmV5V+adqLiLmiBORbJEUOqk7YNOU65dI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e395e96c16d4fa0efa6dd53af00afa4b73b4f7e5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-e395e9-mdsvqo4l_1754056206072_0.2697119394994032","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-c21a4d-mdsvrlp5":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-c21a4d-mdsvrlp5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-c21a4d-mdsvrlp5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dba1a4c2da9e25c1616de4854843c98684494ae3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-c21a4d-mdsvrlp5.tgz","fileCount":926,"integrity":"sha512-mEV1y9ZBVEHftWBN5s1T0U5pW1Cq2lPf1rhOxjhaeuaPeUyG0RmKxVo5W2/ORMKCPjpqrC98YXVcm3RJ3BL77g==","signatures":[{"sig":"MEYCIQDH0u35dTgVG/N5ie+8yYK4hnzt0Y91T4M7LYquK1BHMAIhAIOJAbIt7cnWXt+yWeeIaDZSVrveb4lDwW0lkwAL1tTg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c21a4d74a043eaf87b8013b2f07e4e3d4766b727","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-c21a4d-mdsvrlp5_1754056249340_0.10301413563854367","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-a78650-mdsvrt4j":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-a78650-mdsvrt4j","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-a78650-mdsvrt4j","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fb79d6d35dcb284fc52bfee3322e73c90fed756a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-a78650-mdsvrt4j.tgz","fileCount":926,"integrity":"sha512-rR8f0oFA04E5pDmWc/yjm7J5Ta0kyMPnTgvQLUubVtTi6HXdv6F+xZ9okK1PJLXmYW5/rOqEQjqPYiDtDdrvaA==","signatures":[{"sig":"MEUCIE8/UnBpsWmIcRRdMB1sdGrvGyuyM9c+AZ589dJRpIo5AiEA9ioJjeEnZ+V/Q0ElJqqYbfAhl4A5gxDS2Rqc+FFxUUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241727},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a7865025e5aebd35f52da07a825561fe551faeda","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-a78650-mdsvrt4j_1754056256858_0.5442214780222872","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-dependabot-191487-mdsvt3wi":{"name":"@5minds/processcube_engine","version":"20.0.0-dependabot-191487-mdsvt3wi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-dependabot-191487-mdsvt3wi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8c2f1b72c8ba3dad1ea696bed530d5bad34e5dd2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-dependabot-191487-mdsvt3wi.tgz","fileCount":926,"integrity":"sha512-P7OBXT+5spQSqEgCGImrusCxBbhZY9fO4FmYVsNFetS6BjTk7xxYc3IiF+r/uhF1JdmkYnm2NtkQ83oMVZnY0w==","signatures":[{"sig":"MEUCIDXU3FoYAx5fshVV5OfheZkEIAh9CRNu9YJ5uDrZTcaIAiEA7IuJe/eYDXvODrXSlGTuEuxLD74Cb0RfoyJ0xAjXQJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241728},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"191487a5b9119df0a5eaf57e9a116e3aeb3bdadb","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-dependabot-191487-mdsvt3wi_1754056320822_0.5830991855334942","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-899cb9-mdt84nlu":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-899cb9-mdt84nlu","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-899cb9-mdt84nlu","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"45d30495bfc59ae1758ae54380f9e87c2d9d92b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-899cb9-mdt84nlu.tgz","fileCount":926,"integrity":"sha512-mtXtY2oVI6DwMa14gBsFNJsXmtQ+04lyIeoQlU2+Mfb2+GugLaCPC8XZ4pi5sT+xxTjj+AD3BHMmB/F+QDZHPg==","signatures":[{"sig":"MEUCIFtyFhbDQMqAC3XDL+27Xp/V67r7eqLRim6H4RINPq1fAiEAnMAnOyjDRKchWkBx+LL8Zsynze08tjKa11nYvA4EnvE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"899cb963a6ba0c9f46228dea8fc72edcea11cbd8","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-899cb9-mdt84nlu_1754077012869_0.9220142559161033","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-77dfc2-mdt85fw9":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-77dfc2-mdt85fw9","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-77dfc2-mdt85fw9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9c4c2444e1fc83935c1b8b5adfaf7f0561c8ed5b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-77dfc2-mdt85fw9.tgz","fileCount":926,"integrity":"sha512-q0VZ6c5AZu9ohRU77v6AgK3XqNYjsDiGKlzviraTKjRktBLcS6tzzuhq/pU4RCYIXGZM3l2PeoWCkpj0CddHOg==","signatures":[{"sig":"MEUCIQCPRp4G3pEMj6k8Ve1JFWNiwtkR/cZ2GPWS1s0ChUlGsgIgFgq+Iz8FkK4UdIF/FPyeYLcxIIJGNUnqx1Uv/tiw7cM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241727},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"77dfc265b154f46384615f1b13b49b591a8f5b04","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-77dfc2-mdt85fw9_1754077047551_0.3603910992208279","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-e220ad-mdx9y0ml":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-e220ad-mdx9y0ml","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-e220ad-mdx9y0ml","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"51ecc181eaaa6e5e39b6b8a3be54c4aaf7c01b12","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-e220ad-mdx9y0ml.tgz","fileCount":926,"integrity":"sha512-1B8vw80qp8Cu3XAoRPQe3e+L8c2AqKwExhIOGlEUd6WURrW+GNNqaN0lCiDfSlL6LCr3eKD4bkfgMnsA71IT1Q==","signatures":[{"sig":"MEUCIQC/c1vaULK7vVANrgMWMdqQW2tZMN18IFZZkUrgiXdXSAIgDGRpfA+APFbAAx1Nrv5OmPYB+tZBaM0hdmzE6fOeDbI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"e220ad17e37757ea5cb48a3c10fb3439965fae29","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-e220ad-mdx9y0ml_1754321935565_0.6505025785476795","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-5fb601-mdygab44":{"name":"@5minds/processcube_engine","version":"20.0.0-next-5fb601-mdygab44","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-5fb601-mdygab44","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0b7b3095990dfcd91b45987ab0ce5d73281532a9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-5fb601-mdygab44.tgz","fileCount":935,"integrity":"sha512-S615fqz640IgGFt8nu3Fte2qaL9Fh3gu+XYmvUPKrBKMJJcMQzDytsnZCZiEMTRnmleb+k+Y8hU9iOe6J2z0CQ==","signatures":[{"sig":"MEQCICfPpRcfS1b3K9SSrntSLB6suX71DB+efI3CccYLTDztAiB4zsr+R7SNPLFHlPgXpWWn12UwQaN7DW0WBx0f+2vFxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276435},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5fb6010df28ea823e7bb997252891a0a4293e033","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-5fb601-mdygab44_1754393147395_0.5402371505700161","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-4a50aa-mdygszr1":{"name":"@5minds/processcube_engine","version":"20.0.0-next-4a50aa-mdygszr1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-4a50aa-mdygszr1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0c3389040f0caafde9ff1793a24970f8747a1c20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-4a50aa-mdygszr1.tgz","fileCount":935,"integrity":"sha512-ES28YWWObtRgTAOpnDWxpCrEy5ZJLIdt2mw6tBFzbSpawVIBG+QVC/7WCuA0B1GWChj4NIQIeIfsJBhIOhLWig==","signatures":[{"sig":"MEUCIHnvVXM8XAhdH4TUs6Y1h0+wt4qWzWgD40prksyZcLCpAiEAtpg1wgPfvHxwtPcXwyKmzYf4K8elK/Y1QggvXmuSIXs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276435},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4a50aa750a0f5488f8f724f30fbd893ea6c06780","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-4a50aa-mdygszr1_1754394013617_0.24410176479112544","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-next-1c8245-mdyh21no":{"name":"@5minds/processcube_engine","version":"20.0.0-next-1c8245-mdyh21no","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-next-1c8245-mdyh21no","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"281ddcca3659ce5aa83458c28fc1036ec6e7d0d0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-next-1c8245-mdyh21no.tgz","fileCount":935,"integrity":"sha512-8JuxX2Zn/mdm3vorcDEXssYcadodqNXWjQO8wmo3GCCr6Iy5GYC7SJdy1jpgTxNaaKyCRr3bGzwp9zPJ7q/Dcg==","signatures":[{"sig":"MEYCIQC0rybamAJHZr+YwEH0+1lw5qOHWg+gor2dmrj+PhxN9AIhAK77Iq92JjB4Ew9QtaGGJipzxtc2zO+Td53DVF+jd562","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276435},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1c824510063a6b8fb6ae6e1cadfc6cdb2cf512a8","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-next-1c8245-mdyh21no_1754394444853_0.7316357379372578","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-2a25a3-mdymggss":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-2a25a3-mdymggss","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-2a25a3-mdymggss","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"52c11f1bf5fa6e13570dffbc103e19dd15d67a6c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-2a25a3-mdymggss.tgz","fileCount":935,"integrity":"sha512-Z7Gk8XUU0b+c+UGnhdfYShA6xHHgzU6IsCpkeWyV/EHdg0dRaSeJO/GQ1/dvSys4ulNLD4SbBm52021EEU4nAQ==","signatures":[{"sig":"MEQCIA3YtUw6zNYQMmxZnbHrBPOt3AYb0BHDUXOvSoxKSSoyAiA0ZTUpI8Mv9Uz3SD6bi4h0wwVMU4SRETc+0c3snl6vDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4279069},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2a25a3907123309444cc2265412183550cf8d061","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-2a25a3-mdymggss_1754403515056_0.6840827163906649","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-daf964-mdzwtlqk":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-daf964-mdzwtlqk","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-daf964-mdzwtlqk","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9a6b99d848b23125fa782659ae125ad5733e10c2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-daf964-mdzwtlqk.tgz","fileCount":935,"integrity":"sha512-XtSiNPuZv7ySiZPJtzLDODWypXPHSnhG+rKoKw8tWhyeweR/M9seuPn07aHLYYHp8MeOFDKrYklIyn/DRGPh/A==","signatures":[{"sig":"MEUCIQCWYWWRRxW72cCMNJwnpIU/NR+ZlnOIzbX1BUweKFb3hQIgcRuKZ0OdwaRokztQHfv9nNctCHLVomhLSmYiuebzWjU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4279002},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"daf964e84f0af26e574652e5ff54e6ad7c98c7f4","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-daf964-mdzwtlqk_1754481384706_0.9861680972726283","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-70d1c8-me00lowm":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-70d1c8-me00lowm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-70d1c8-me00lowm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dd8236e654ab47204f8191472e41b39d1f42a047","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-70d1c8-me00lowm.tgz","fileCount":935,"integrity":"sha512-YO1ldPq3DeSSNCwVllR0ZQd8pwLAqPNUn+9qzP3n8EcBiDtoI/VatiddNAnvR7F2zqsAYADnJr/YQtYDjd4h6A==","signatures":[{"sig":"MEQCIEJJHuFQmwqkD28Q0wMfgLfCTWtu94HaRuqJXYYCGjtEAiBsc79EMWrILC4rhVdLBjX2RkfHwvL65VoNdTdrMYeoBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4279002},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"70d1c88f45e840691bce0961f5d8cdc70e70a8e6","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-70d1c8-me00lowm_1754487736693_0.8902213231545768","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-1bef4e-me5sb8sx":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-1bef4e-me5sb8sx","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-1bef4e-me5sb8sx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f513e05fceb1551126f4d75fbb45c1474fbb83f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-1bef4e-me5sb8sx.tgz","fileCount":926,"integrity":"sha512-o4Vw1uQmmjSlxYHYuoAaEwVhIzCQWYrurH8Pp3nCmZDWtvfGN6okN6Dg9nixkoIxLMYv2o7j+aZb97MyRo6V0A==","signatures":[{"sig":"MEUCIH7VtYjxJiv+qd7zGMV78mFix9REFuC3IOXSPOTGL0UGAiEA6beIeELMdCR8BgWHqUXEtm3IJXwTozOf4s73BfpFap0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"1bef4efb46b66a6b1477089e46214ca8ed999495","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-1bef4e-me5sb8sx_1754836507555_0.09533888252870537","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-51bb8f-me5sbbje":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-51bb8f-me5sbbje","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-51bb8f-me5sbbje","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f612531cb0db1e8b641fd69ecc1e210f111b1d9e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-51bb8f-me5sbbje.tgz","fileCount":926,"integrity":"sha512-vxALHNkakSXuTTC7kU3AXzFh+D5Yyi33DvOxZpvfrowjBOzykJOEOw5Zz2s52ZPZX6IGipCGrWeSZXEphPONJg==","signatures":[{"sig":"MEUCIG3TpI93SPeFkb5CImi9RPVY6n0TzCmjCFAoRVzawlOWAiEAiY6fOEoRowrI2WJJjmTASwWeROepaQjrTBFnX1WZHyk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"51bb8f38f7fd34cb878a1f32bd44f6020cffac29","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-51bb8f-me5sbbje_1754836509686_0.0012588393351260496","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-7cb9f0-me5sbikg":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-7cb9f0-me5sbikg","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-7cb9f0-me5sbikg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8746587ab23171e3073aca5941f2ae42970092ce","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-7cb9f0-me5sbikg.tgz","fileCount":926,"integrity":"sha512-78MQurj+50fl3tai/1Uj4iqaAQDh4dQZWcaBRdUGFKPZ3EA0yc9tCHEssMDaJhRHYYWV7SGXv5vfYfYBSR73Sw==","signatures":[{"sig":"MEUCIAHIAuHzwUL5jDIQwiKdz7zlgxCDog3CuJ78Y9D5nfnnAiEAvJ1o2MwI04lhmWasEHGKNszwYI9qPy5TYCJA81pjgtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7cb9f041f9ef9ce1567fc8917e9ada83e60f5702","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-7cb9f0-me5sbikg_1754836520631_0.7211226536663176","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-fd1892-me5sbqz0":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-fd1892-me5sbqz0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-fd1892-me5sbqz0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f3bd4a6bc5f712e216e8d622c0612ab079850ac2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-fd1892-me5sbqz0.tgz","fileCount":926,"integrity":"sha512-XgtbfHO/S5WvZlGYknIBW5bGb2eBoq2PCglzDXHy1O3IIHeKrEJIzWLM8gUKxLCQ455I33n8KSz2jjwh7LDYZQ==","signatures":[{"sig":"MEUCIQCg2dKD92l+j7X5W7ORtXzkWtJj0nid8W3Jl3lvVfQNJQIgbtBxBqew5+dWCG1/60VQKxRLNjOB2RF4kKKB8mYQu8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"fd18927459575f3e12e398f5e353a85bea23661e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-fd1892-me5sbqz0_1754836526148_0.8492652891680843","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-c6357e-me6qlktp":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-c6357e-me6qlktp","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-c6357e-me6qlktp","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"57d17531a5e5cd7e1049b85f65e9d0dfc69a2053","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-c6357e-me6qlktp.tgz","fileCount":935,"integrity":"sha512-oGqYT7dzTXqwlYEbGcZ+mz9OFeaOwhbNI9R9Zc6UStsD1Rp5q/JHGDK2upCnitARlxXMFYCyyCMmMLeX6FtROg==","signatures":[{"sig":"MEYCIQC2CnK5OluaC2Ifs/OICMPStaF9fZETPKWFtlyS9iaeGgIhAIHJTsbAWNt64uKfQLlzLIoJnyjR26nLNyblPel6Yf5d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276438},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c6357ebea2d215ecd2861cc765528574bc851d7b","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-c6357e-me6qlktp_1754894202454_0.17019981337344592","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-ad8a00-me9wo5xi":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-ad8a00-me9wo5xi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-ad8a00-me9wo5xi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"385a6c8fe992b7b60103f84de3ed76879dd6197c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-ad8a00-me9wo5xi.tgz","fileCount":926,"integrity":"sha512-VKaZs+z/r6LlhbnAxTxWlSwHZzVtcaIcDgBcXfA+vwcOOdFcvNEI9v1xqN/g9QPMa3f0H7/g/jvlmjmSqjziuA==","signatures":[{"sig":"MEUCIErl7Tx0FotpJ63Q3/AJtn2vM3t4QOJdbCKgNXAerjrhAiEAjI/MmowvgzS8mVEiABiYCKYWeY0e05cBLDBfCMFShDI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ad8a00f71a050045c477c60704a730cd95aafb4b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-ad8a00-me9wo5xi_1755085694811_0.03624934357148102","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.4":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"076427c6d96a1a8d8e80c5de98c679ddd3eab5c5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.4.tgz","fileCount":935,"integrity":"sha512-J7uMcTBpbwRfUlYqMxawYZFpCKeS6u6kPI2HhSmVPY6AVZj4cz/tttZybJwKg5xDNAMLrGJdMMmRCPHn2fa5Zg==","signatures":[{"sig":"MEUCIQD8HWNZegp6E5Nck6WRsW3L9ek908AgxVKxG1c9pWkmpQIgFH/ka4XezvA0cB+qzN/xStJLcda/16Yoy/1gN30gszs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276642},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c942930d73476dbb1550b35fe7157356f8127a96","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.4_1755507803362_0.5444486330791141","host":"s3://npm-registry-packages-npm-production"}},"19.2.2-fix-b12fbf-meiagxgh":{"name":"@5minds/processcube_engine","version":"19.2.2-fix-b12fbf-meiagxgh","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.2-fix-b12fbf-meiagxgh","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c17cd9477da7bd7f4e9e5164e587b99353d72ac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.2-fix-b12fbf-meiagxgh.tgz","fileCount":932,"integrity":"sha512-dMEJlv1zxok+D14NKoZEKmZBjNJUkel5ltHbt8wh6s3rmd7aHzCmynZiYIXTSTIAlNRX5xmU0ppuLTwf2asb7Q==","signatures":[{"sig":"MEQCIBgtsqnCC9OIZhtuHze0by/Z4a/3fkaRh4BZ4RdQg002AiAdzA94oo4nXi5q/51SvHRntqmyjs0fwUnQt/CBrXPQwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350790},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b12fbf4a46fee74d46721fe5a632569f4e8dc429","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.2-fix-b12fbf-meiagxgh_1755594181447_0.49877216689257","host":"s3://npm-registry-packages-npm-production"}},"19.2.2-fix-f61cde-meiandsq":{"name":"@5minds/processcube_engine","version":"19.2.2-fix-f61cde-meiandsq","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.2-fix-f61cde-meiandsq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0ffcee745483c5b9b419d2f71f80717096f5f9c1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.2-fix-f61cde-meiandsq.tgz","fileCount":932,"integrity":"sha512-4dF5UMU6gKmEQgljTedAm3ad8EwaN8+6GDQGFlsVibLYHxP6ms1uqFVgZj26hyb26/g35o1D1Yctk/YkE+CnGw==","signatures":[{"sig":"MEYCIQCeos823RDYpM8U6G04edLAUaSDM/2SrLYZlpmXJojKPQIhAKvrzS4nx0d1daPH7u76tkBlC2oqF+EAGQoFaGN2mvST","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350790},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f61cdef59f7f26b8fcf33504e74c554ea207c3d9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.2-fix-f61cde-meiandsq_1755594486091_0.6859486205063405","host":"s3://npm-registry-packages-npm-production"}},"19.2.2-fix-5ca5ea-meicsirb":{"name":"@5minds/processcube_engine","version":"19.2.2-fix-5ca5ea-meicsirb","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.2-fix-5ca5ea-meicsirb","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a185feb32a746be2dbab19070b53117a4b3e81ec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.2-fix-5ca5ea-meicsirb.tgz","fileCount":932,"integrity":"sha512-Hn6z7vC1nAsb4cVC5g9K1MsrUR8p1JDBwF2GyqwYtmS0lhnxXLPP8EK9Wr4qg7Krf4tL6mHb9lX2DbA3MPwpuA==","signatures":[{"sig":"MEUCIQDchkEcyhM7o4FCJsJdfPMjVqX2NvWoHiTYvyKAhWlkRAIgC9d7vcjYAejdCdnhz+A7Seo9R73Ox5L6YPk4GMKaEUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351001},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5ca5eaa12c99c57ac4a9fc549e12622c7aa6820b","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.2-fix-5ca5ea-meicsirb_1755599406793_0.8308319917663056","host":"s3://npm-registry-packages-npm-production"}},"19.2.2":{"name":"@5minds/processcube_engine","version":"19.2.2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.2","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5abb6022a79c8c6ddaf59d09e54764d86e9103d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.2.tgz","fileCount":932,"integrity":"sha512-tnseWXcDQkicGAwnN/1IjhETz+VXXYMf/pSM4x98DiLMNwe3Ir5SnYlUCcJ2BW4FSOstx/teuqOMOekbiCokhA==","signatures":[{"sig":"MEQCIGE+KCXv2W8Strwx8+89ALJ4UJqijhY7IMAgEHU6pjRRAiAeFa1r26j1Wkqsu5TiSg984tI7w+R9+vlHVrD7KFw/Jg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4350981},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"80806f46d1832920655ef7f97dfc0af5fcb39f07","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.2_1755601129486_0.4137356670632071","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-65e30d-meifhu9w":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-65e30d-meifhu9w","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-65e30d-meifhu9w","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"dea0c2bdb264c4f1c452f3afe2389bdd9ec4f70d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-65e30d-meifhu9w.tgz","fileCount":935,"integrity":"sha512-19lijdGbbIm9zGlmd8p2bB35EMqaVGp9RCrWSYHVNmDAKITua772mOHGdr2JKEvO9qYXH5qGoq183tvZcLc0gA==","signatures":[{"sig":"MEUCIQC53+H2qDV635PpO9zyL6uTrRCljyFNTOGeYE8/PzsIMQIgfbceUGojSmuNNSqUEiMa7OHbViiHzqL+dSWcUjYI+5Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276512},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"65e30d5def3b97ef87c76f3c5e001751f8015138","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-65e30d-meifhu9w_1755601143899_0.3221216881780462","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-0a5154-meis5hqz":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-0a5154-meis5hqz","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-0a5154-meis5hqz","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"46480ac03b9e6dbc9d6f5d14b9e65d3e86e17abc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-0a5154-meis5hqz.tgz","fileCount":926,"integrity":"sha512-cka3FAeGCUfRAIKVMPYz0oPtRqo5cdZBzitUgCEcnwlXy3aUujDSPHuN4CnYzvEsArs3l7weZsigDdsGJsOKpA==","signatures":[{"sig":"MEUCIB/tjis0LH939Cz4KrGS6TwUCsNdW+c6KqTriTX2ykcZAiEA609qxMTb1kNahhW82jq0hRKm3XuiqEdZhDD2ugCWbsg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0a51543544fbf6ac9571e39fbd7afc4d46a868d3","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-0a5154-meis5hqz_1755622304084_0.18525489080113489","host":"s3://npm-registry-packages-npm-production"}},"19.2.2-hotfix-7b809f-mejmxnu0":{"name":"@5minds/processcube_engine","version":"19.2.2-hotfix-7b809f-mejmxnu0","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.2-hotfix-7b809f-mejmxnu0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"90e43c784b83aaa7c3480648d1b0319917b94b9c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.2-hotfix-7b809f-mejmxnu0.tgz","fileCount":932,"integrity":"sha512-qjfDaG7NGEGmI1tZCeSOKQHqjFNf99QjMEqpoTHfkVbiIxaSzkp8hDPzQFZoCnmkBs82tPhwTvn9xB+zdrUPEA==","signatures":[{"sig":"MEUCIH7lj1TTx+vHVCZ1HAKdjBWnzrkwLAe3EhV1eKRZAFQ3AiEAvAzN6ywvaeVJSozblromtODtW/33NbgZUO7FRyIix2Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351334},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"7b809f2d953dd5a601f39181c5583851acca0bfc","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.2-hotfix-7b809f-mejmxnu0_1755675525700_0.3154237010356007","host":"s3://npm-registry-packages-npm-production"}},"19.2.3-hotfix-05533b-mejo7vpr":{"name":"@5minds/processcube_engine","version":"19.2.3-hotfix-05533b-mejo7vpr","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.3-hotfix-05533b-mejo7vpr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"959fbdd963a2be59af068379059ceae2a489b894","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.3-hotfix-05533b-mejo7vpr.tgz","fileCount":932,"integrity":"sha512-NCyxhf9IvD2ch+qYcXKaYQ3jpBXhGL9awMX+gCOhyJLyRQiVv3dTD8I42TxGY1GcWyQ/YyhYoMm0gujGOweQWQ==","signatures":[{"sig":"MEUCIQDv2NbFsPzWVn6IwTOmR5S3KtA99FjRhhAYRj5mMLOZwgIgPy9RN9J/EPpZYwJeQk6NKS0f/FpF+mpCeS4TZcD8jDw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351334},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"05533babd59427f844c1d2a7c5b3f1b843fc9a69","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.3-hotfix-05533b-mejo7vpr_1755677691995_0.7099294344936438","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-b13096-mejq8eul":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-b13096-mejq8eul","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-b13096-mejq8eul","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b42ae42bbb20d6b9802a831877cb8d0304df4b83","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-b13096-mejq8eul.tgz","fileCount":935,"integrity":"sha512-gSENLeaxk+yY+Bwvus97Ah1dqrEVz/Uevbb95+UI9iE89KmBrBSViWjYQjhnmSOwIlxXzxpukwXxaIqH0Ejndw==","signatures":[{"sig":"MEMCH1cwPDr7JnULp6VCsRr1LqCZaCEmWJyM1zKsttu39pcCICFesbB8p3nE/u4E6AcT/3aWCGVVBb1FeNQ6IY3NWcoZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276842},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b13096abe1abee83da7904d451f2f73faeb62d50","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-b13096-mejq8eul_1755679658714_0.37917425177608566","host":"s3://npm-registry-packages-npm-production"}},"19.2.3":{"name":"@5minds/processcube_engine","version":"19.2.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0856d4e1bf6bbc6b42c31ec23471a330cd68adde","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.3.tgz","fileCount":932,"integrity":"sha512-oEdkswd9sHzMmqs16LUZdtwEKlyiiS16qUG/tltR9XYgVEYEHy0hWc/8UsM4KW9gB/VJoY5qxXD5kryANnDaTA==","signatures":[{"sig":"MEYCIQDeObNfOwe+mrFlnM5/oAaEJ5mzhFNbnSwa1b5MrRvrJAIhAPVVg+qmZSXeHjDTm1INxXL63e0Lg/MvdeJLyVakSY4U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a4687f293fb33a49f30c38d2d3c0ef5abb06d337","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.3_1755680400929_0.9077270648103211","host":"s3://npm-registry-packages-npm-production"}},"19.2.4-fix-a7bc68-melbkj5a":{"name":"@5minds/processcube_engine","version":"19.2.4-fix-a7bc68-melbkj5a","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.4-fix-a7bc68-melbkj5a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3e133669250b4175aed22fee86429a4709233885","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.4-fix-a7bc68-melbkj5a.tgz","fileCount":932,"integrity":"sha512-Z8oYvSYIt2rkiJHU1GGimicEiorHyZKfFBVMpNN1y2cuZZINvzeW+mie2HHi4tcIebhNJbRiMxk22L85gXGfsw==","signatures":[{"sig":"MEUCIQD+V3evhkaQl5ZhwCQ+BoIpv2H5bqLMcalLlnD1RWEkEwIgbw+Pzdl1N8935Ir2kd/aItfMBmZvi3NofrBK03MdjY8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351338},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a7bc6828d39b6e3cbc6f1c3933006a92b24a13bf","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.4-fix-a7bc68-melbkj5a_1755777372598_0.8163902378491028","host":"s3://npm-registry-packages-npm-production"}},"19.2.4":{"name":"@5minds/processcube_engine","version":"19.2.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9d7ce57886091d43a8767635cc0c8e78f83d98f8","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.4.tgz","fileCount":932,"integrity":"sha512-jXgseAKtOkbrkXvTjYlR5nj32FDYlgfOAXts5ZItKM3nYkhwsmp/JvNYj1XtocGZcROtRDcWqHp4ovlnDRFixg==","signatures":[{"sig":"MEUCIDDFeIIiYXULRpWvSLvkkYVVIA9f8RYQ3qMl+8+gxlrEAiEA6J1Uez61Sz9aLJ3LiuMHcn5TtAQYj6PrnXosyNzjt3U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351318},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"40d2ef4dd16fab030635ea361cca25c28c9960e4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.4_1755788388054_0.8825941777038036","host":"s3://npm-registry-packages-npm-production"}},"18.6.3":{"name":"@5minds/processcube_engine","version":"18.6.3","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.3","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6e2fe7afe62d7a20b65f86b0e65b6d34d1e36cd9","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.3.tgz","fileCount":931,"integrity":"sha512-QKferpwgefeGvY/k/8Gfn3YRoK9P0t25sDnggMouyZVdIhtqlcLwLvy4QLGGCpLDRJqT5RPSZGVBtPjZqdjknQ==","signatures":[{"sig":"MEUCIHsX/iNqQpRorNKScgreadQFKsaO0JI5K1Asf6Y8LK1FAiEAqlvPdGY8dwqR/Xj2K6QsBq2QloT+sAWGEa5xI18dIBE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180818},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0406a3e74f139d18fffcd4893b3e17de65e2838a","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.3_1755788653517_0.6913538041809764","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-c48db5-meljsf2l":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-c48db5-meljsf2l","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-c48db5-meljsf2l","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"28c8651d26e8ffdeb10c996209ba690de20ee03d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-c48db5-meljsf2l.tgz","fileCount":935,"integrity":"sha512-Oy9EXVlb3f5HlpU50j2i3vtKSNqfB8U81EWdtaytvXZwhqFDdlwGVeRVsXYq6o8HHrbJNmBTeieMvZWySEkVxw==","signatures":[{"sig":"MEUCIQCE7trzKqpi/+VszkIObjiWDNF8JzRepev+/vCq6NGLqgIgaMWQa8MdE4Mn0eyY5xiYb7xT/93ZMZkLI9GgSWgtuf0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276849},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c48db5eb9116989983eacdf0a4f406bbbd82ad42","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-c48db5-meljsf2l_1755789768188_0.8104355981284188","host":"s3://npm-registry-packages-npm-production"}},"18.6.4-fix-ef65ff-memk6vaf":{"name":"@5minds/processcube_engine","version":"18.6.4-fix-ef65ff-memk6vaf","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.4-fix-ef65ff-memk6vaf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6e979ea0dce3ea58e571ec40ee82b2b01fdb2996","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.4-fix-ef65ff-memk6vaf.tgz","fileCount":931,"integrity":"sha512-WCC2NN76gdPoURrC7wUE9WZEGwF7WDojsanjcCPKShCGmc0ClX5gv0ueaV0bmEkChc/YLIt0AJOWdDhsof9o+A==","signatures":[{"sig":"MEUCIC1nglBbNzJBeMzc7uk03XGdECwGN286saRRwkw3sfKgAiEAqbM8niGBcoH0GqicIsRyCXHDEAWbK60sFXsk9mb3Myk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"ef65ffb0a02b7f31a8127763fc4632c0225a3496","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.4-fix-ef65ff-memk6vaf_1755852271211_0.10217490367843896","host":"s3://npm-registry-packages-npm-production"}},"18.6.4-fix-18d63d-memkuldx":{"name":"@5minds/processcube_engine","version":"18.6.4-fix-18d63d-memkuldx","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.4-fix-18d63d-memkuldx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8345342cc6bd77835797b44e3822218c2624030f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.4-fix-18d63d-memkuldx.tgz","fileCount":931,"integrity":"sha512-w4a03h9ZhPpY/jL4RmnmTJOCb4SFUnJJknbjLS+D8FCnyz4PulSLlwYvMK/UAH1xFylcmHBRzBceJKukb0L8Yw==","signatures":[{"sig":"MEQCIAdTfOsNR7aRRXYl2vZY1C2OKoWrDGgs1+CCiJx7lQSkAiBSTiDOue5LNavZG+rb8ew95ZLg/TouYmTbgjvILTV4Xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180831},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"18d63df77b74026f4fdfc61389b374e21921374e","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.4-fix-18d63d-memkuldx_1755853352852_0.44454132354674836","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-a23be2-memmh35e":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-a23be2-memmh35e","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-a23be2-memmh35e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"102838b06acc29a62485d788c96e9a46528ccb67","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-a23be2-memmh35e.tgz","fileCount":935,"integrity":"sha512-SZAmT4LNjwhL16RUBVTXvVpDEkWBq4KsAIz3igQpk4S4oAkU6i/i6N2ntMgM2viNPctXIbe8UxaZCGE5ZLhazg==","signatures":[{"sig":"MEYCIQDEEdXAK1gyh3/KhlEqHUu89l0vhNGBQHTna3Zh6dbIGwIhANpaR9iFWtvjDq+iKFMY6aHsCgUNHDw3WqMivb/UbxeF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4276842},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a23be24671b3a658c660e82ffcf60b02dcb903da","scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"workspace:*"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-a23be2-memmh35e_1755854727209_0.5881547998998411","host":"s3://npm-registry-packages-npm-production"}},"18.6.4":{"name":"@5minds/processcube_engine","version":"18.6.4","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"38f33a775ff5884f7458f666d7095b3e0aee2b1b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.4.tgz","fileCount":931,"integrity":"sha512-4GXkHXohuoZylAYEeed7yvdQZLXdZDuFROnH0tTmTcZp2Tvk925EDCln8LciLWiz2jzYQQGXQSuFVnAObsK8Hg==","signatures":[{"sig":"MEYCIQCP7wp0X9izX/owX5LMhWcpbURrEgeE5rC7YgnAvzknUwIhALKh4XyNG+UeHrrIa1egVJGl4Bhx3Ves15/1PXAEZjmj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180811},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c51dd41325682d207e45c7697887cc0217d9aa67","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.4_1755854861813_0.7599410726092091","host":"s3://npm-registry-packages-npm-production"}},"19.2.5":{"name":"@5minds/processcube_engine","version":"19.2.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c8690b8048fa00f630d4181191a45f6aa85100bd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.5.tgz","fileCount":932,"integrity":"sha512-LDGZUdzaJs1e9T8/Duxr6aVf97rmASEA4KrFAD/Kmgsx9tjG0ugnq3+ctPYWXcs0QzYpAmh7yNfOlgktq7hnGw==","signatures":[{"sig":"MEUCIQCRwLtzmUmN+ASQL5BZx33izdEOIriLQwP0IGZhWKz6JwIgJY9t1m5gyRv7Arm3CWgP7ndalM2nT6qNEtHcVOgqN68=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351311},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"b1e5e2f64078609edb36dc222f86a4ad7f5bf277","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.5_1755855474300_0.6980939649341829","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.5":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"04fe9b33e772db86bad29dc3ac20077e870359e4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.5.tgz","fileCount":935,"integrity":"sha512-bvLZDbw5vQHSDR8LKet/YfmDwejkuTgzcWH04gUBEqsOV+AOhBsFbYa4qfhcHibDpgGu6L/ZigdEIX9+AItpFQ==","signatures":[{"sig":"MEUCIQDRNWLgpGzO9lR6IDy+zfoJBBrURFKkp4PHlAwL6gByTAIgQ2PyxmmEmkCWb0Z8wvIPBD0V+hd4sd+/2QBx9mmLFfM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277049},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.5.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/2eb762ee4e1a35770146a81d37b62cff/5minds-processcube_engine-20.0.0-alpha.5.tgz","_integrity":"sha512-bvLZDbw5vQHSDR8LKet/YfmDwejkuTgzcWH04gUBEqsOV+AOhBsFbYa4qfhcHibDpgGu6L/ZigdEIX9+AItpFQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.6"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.5_1755976029213_0.34466276907507565","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.6":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4ce80ba0ea38f57d3bf7f2120508816f69a22579","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.6.tgz","fileCount":935,"integrity":"sha512-pXSabtXnne9OCyBE4iAVT9CeloZc0TqpKDqxHOjqc4aEqpWuTz7h0gfCovqLpon16bBhtKjvDg87s9Q56cQ9Zg==","signatures":[{"sig":"MEUCIQDPIdJcaDePZ/PJthhG66qs+RpFHK1fjIxsMR+EwlW/bgIgYqvRVZTru/neBPzF3X5oP5DKPIWMYwd9aIiEsQ9lUWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277093},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.6.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/22b6ac26fff1f1226e829590b20eab4a/5minds-processcube_engine-20.0.0-alpha.6.tgz","_integrity":"sha512-pXSabtXnne9OCyBE4iAVT9CeloZc0TqpKDqxHOjqc4aEqpWuTz7h0gfCovqLpon16bBhtKjvDg87s9Q56cQ9Zg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.6"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.7"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.6_1756117434378_0.7475316573589958","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-c58117-merci8yj":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-c58117-merci8yj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-c58117-merci8yj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"christian.werner@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"237674af33df40450a99c3f1539a05d3b6da9f01","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-c58117-merci8yj.tgz","fileCount":926,"integrity":"sha512-15DvON0EQmStqgUVgjQrx8bQCs8kVmCGWWvnJvQR4yR4EOwFuFHVDpi5ysCqqmgJrw0F6QHvIZp/NjJEL9hiVg==","signatures":[{"sig":"MEYCIQCe/U3qxrEi2O7rkCUXYdk9ne/P8AI7vwL8dc/8nfW+hAIhAIHXNAiBdN+BQah9FxJjJQYeWsVQyBblWT636tUupg0/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c5811752b15dc317e26c2b66075876ed59e76c9b","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-c58117-merci8yj_1756140216978_0.5962155513990197","host":"s3://npm-registry-packages-npm-production"}},"19.2.6":{"name":"@5minds/processcube_engine","version":"19.2.6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4c9ede7f5fca0d4e3e4ac6c45d1cdd18fdc7214a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.6.tgz","fileCount":932,"integrity":"sha512-/fL8bMq4KEOic2SSa8s97LLvudnPxsnJnATp+Zf1YJ5AY1yvrzkY0vLIsblhJgtTdqezhC6bYAR6tGWHssr1Yg==","signatures":[{"sig":"MEUCIQDs7ayezeRdq/Q9xkxQtoDOApgp1J2j3soBZLQZCL0G8gIgc8xsYk8Cn8aqI8WT5/RP7d7h3qDx7HoSinepytqEaDQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4351355},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"bc739716e054e2847d996cfc4c26d81d1fc2cab4","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.6_1756197759047_0.43698971509682294","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-bb0e5b-mesauj1q":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-bb0e5b-mesauj1q","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-bb0e5b-mesauj1q","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"47f7df170a0c27508b531acb2b7a7b5480c979b2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-bb0e5b-mesauj1q.tgz","fileCount":935,"integrity":"sha512-Cbrjdvgr2npYbAqMHySLN3uGnhXDLZ8u8oCCnmnuhOPFWWo92qTcEGO9hz17cYr1rs/a+EQpalUQCIYVK6Vqkw==","signatures":[{"sig":"MEUCIQC9OEuWCbz1/KyQXzZoRThl/2t+5e56z6gehQ3NXd1lVwIgLTuHy4UQzpeKdMZunZNJfpUPii2Wrzx7XyS2BTZebVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277141},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-bb0e5b-mesauj1q.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/fc1ab65394a0934b40ec6a09e8cc6c39/5minds-processcube_engine-20.0.0-develop-bb0e5b-mesauj1q.tgz","_integrity":"sha512-Cbrjdvgr2npYbAqMHySLN3uGnhXDLZ8u8oCCnmnuhOPFWWo92qTcEGO9hz17cYr1rs/a+EQpalUQCIYVK6Vqkw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-bb0e5b-mesauiyp"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-bb0e5b-mesauix0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-bb0e5b-mesauj1q_1756198017687_0.09149231360504007","host":"s3://npm-registry-packages-npm-production"}},"18.6.5":{"name":"@5minds/processcube_engine","version":"18.6.5","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2fe68928be59a10f33d70fa268feb6a688b56314","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.5.tgz","fileCount":931,"integrity":"sha512-YCFFQ1frZkuw/cfCELoOtnNiD5J3RuAjKYj+PqRFaqBuBb0QYTWkna6fqaS9w5f9tOJGhs1w526qLmeMdwcOIQ==","signatures":[{"sig":"MEUCIBbMKHEnBbdmE4aH/iWgWVvqQfG4pBrXA2/+XF+Hjj2GAiEAw8UivrS7d4bZLX1zMBzxrLpFyK0y3ca7mnOsjGkHb3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180855},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"345ce0e8492707e9f3ca79e6033cd01fe9f69f05","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.5_1756200438094_0.2868454300661305","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-299b99-metpqwtl":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-299b99-metpqwtl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-299b99-metpqwtl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c186a8a88294de191e90b2d7098a7a6936629313","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-299b99-metpqwtl.tgz","fileCount":935,"integrity":"sha512-vGsx8ZpPzOMcMCbJCgmNCCkzmP7PnPXZ1bNr1HEKHJM3wcQcYdunGrfWFsF2+DarYf9AxEcs7uocIS8nfvr7Gw==","signatures":[{"sig":"MEYCIQD+m/nVrYddjvENBAFYddrwycXW8HlwV3fCnwq7C8epzAIhAOK/v8f3z6Cn5Bk7iQjUMUoNGVUxum4eWEGWfLZk7Nsu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277141},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-299b99-metpqwtl.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/98d929c4735b67151972ebfa81efaeaf/5minds-processcube_engine-20.0.0-develop-299b99-metpqwtl.tgz","_integrity":"sha512-vGsx8ZpPzOMcMCbJCgmNCCkzmP7PnPXZ1bNr1HEKHJM3wcQcYdunGrfWFsF2+DarYf9AxEcs7uocIS8nfvr7Gw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-299b99-metpqwth"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-299b99-metpqwq4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-299b99-metpqwtl_1756283508911_0.8129080770158879","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-3639cf-mev30hk9":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-3639cf-mev30hk9","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-3639cf-mev30hk9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c9a5c6767e97275832f715c64a76a86fdb1fb565","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-3639cf-mev30hk9.tgz","fileCount":935,"integrity":"sha512-roBvptJmLC/KCxyve8hpyKhjoMYkBh37WFPLfgXbJxL8/miWnRipt2BDnpyyUu0YcyyT+OEXoCN5Vqb+2+rhzg==","signatures":[{"sig":"MEUCIQCKQdP0cNAVViLza+U4bhhud/EVcxFT1jKCsy8eU55g6gIgMuNNw//IQJ3T0cPpE0Wu1EbHCXR9Aicg9+oFvQP8lW0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4279388},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-fix-3639cf-mev30hk9.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/5d31d14ced7e2bef0dcf1f23b10ca99f/5minds-processcube_engine-20.0.0-fix-3639cf-mev30hk9.tgz","_integrity":"sha512-roBvptJmLC/KCxyve8hpyKhjoMYkBh37WFPLfgXbJxL8/miWnRipt2BDnpyyUu0YcyyT+OEXoCN5Vqb+2+rhzg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-fix-3639cf-mev30hky"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-fix-3639cf-mev30hlu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-3639cf-mev30hk9_1756366257691_0.9910257760905605","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-31f2a4-mezshzu1":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-31f2a4-mezshzu1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-31f2a4-mezshzu1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5adfcf65147351d2f951b987a0ef449bcb0061ca","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-31f2a4-mezshzu1.tgz","fileCount":926,"integrity":"sha512-i07rJvG/4HQdjfaXgakuWKENe3sF8sJokv2YfAo1J8g+RAojvfKyx2iCvVi3me+jN2jJRpieXj1s1HdkNlHKTg==","signatures":[{"sig":"MEQCIFBQasgVKN7u/eGkE0Dopdh32Zkpx/DLIIrwiXRTodgsAiBrWkoEbDJqRfQnYAUPng+OXojvJvB/QGILFd0UnMJlXg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"31f2a412a042cc4e3133441089272d4fd9a497cc","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-31f2a4-mezshzu1_1756650810833_0.053163756080333524","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-78bd61-mf83zxma":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-78bd61-mf83zxma","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-78bd61-mf83zxma","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e683fd14ec8c129da916cb655d3746f577f602e0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-78bd61-mf83zxma.tgz","fileCount":941,"integrity":"sha512-CiE1858bjTdynMrvc2CNAgpJMg1NOCXAHxHgxMszTqTSbbaKu37irD3aTdcaNFgq7l5RWof3srEWDxymdqVH1A==","signatures":[{"sig":"MEUCIQDk640UriuX/iBr8yv4k6HnUxjEXtmy2jyHe2aAi/NLEAIgb+j4q7dr8mIRFMZG0jFauar8JslyvZJLLSsdThmvWtA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4298288},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-78bd61-mf83zxma.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/83f9cf385279b3c527cf102a4dc48ed8/5minds-processcube_engine-20.0.0-feature-78bd61-mf83zxma.tgz","_integrity":"sha512-CiE1858bjTdynMrvc2CNAgpJMg1NOCXAHxHgxMszTqTSbbaKu37irD3aTdcaNFgq7l5RWof3srEWDxymdqVH1A==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-78bd61-mf83zxfo"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-78bd61-mf83zx08"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-78bd61-mf83zxma_1757153961363_0.5621231758139522","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-54d75d-mf84kli8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-54d75d-mf84kli8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-54d75d-mf84kli8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7997556b1e4ca904ab4347828c757cc457cd48a6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-54d75d-mf84kli8.tgz","fileCount":941,"integrity":"sha512-tROJ4Jb1qQdpYzKvXSa5ahRulXOxq+sP/mI/DsyZOXQqt89rztsuyN2BKozGrPSsaMFK9+zTWR5oV7iT1OviDw==","signatures":[{"sig":"MEYCIQDgDMPUkhxHP0daeDw7LKF+f3flA8HDMGUpwuJyloPscgIhAP60RkqMAyl2a91Q1eXs7WtLLjzUG06Znw7qhDoGcc4g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4297051},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-54d75d-mf84kli8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/70054132782ede2786b8202d62c6f2e6/5minds-processcube_engine-20.0.0-feature-54d75d-mf84kli8.tgz","_integrity":"sha512-tROJ4Jb1qQdpYzKvXSa5ahRulXOxq+sP/mI/DsyZOXQqt89rztsuyN2BKozGrPSsaMFK9+zTWR5oV7iT1OviDw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-54d75d-mf84klls"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-54d75d-mf84klcj"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-54d75d-mf84kli8_1757154930007_0.5131074608529165","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-468396-mfao40sv":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-468396-mfao40sv","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-468396-mfao40sv","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2007f6dc349c8a6bc00f74e2812ecb1dee61a726","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-468396-mfao40sv.tgz","fileCount":941,"integrity":"sha512-2MjSZiRO7gHcFzms1elr1T+gy7E2JhtXf4sIDIyEruGhS5qVY2lW7lL5PPxQCxGUQjH46X5Nte8pK8i4gJV4jg==","signatures":[{"sig":"MEUCIQDFSMgkoLfkj8vv6qSyFK3xCrgz/vO3+6jmc4W9iFfvsgIgQwiHejXNMNJScZjYyNNkdq9Jf7gj0B21VEaj+xiSlZ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4301600},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-468396-mfao40sv.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/221a7f0bc92778f7cc8fb111ca2be21d/5minds-processcube_engine-20.0.0-feature-468396-mfao40sv.tgz","_integrity":"sha512-2MjSZiRO7gHcFzms1elr1T+gy7E2JhtXf4sIDIyEruGhS5qVY2lW7lL5PPxQCxGUQjH46X5Nte8pK8i4gJV4jg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-468396-mfao40gs"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-468396-mfao40m8"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-468396-mfao40sv_1757308676275_0.9574371172047251","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2e7f53-mfattsab":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2e7f53-mfattsab","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2e7f53-mfattsab","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84967575907c36b3ed4db5348ddd66c5957c8659","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2e7f53-mfattsab.tgz","fileCount":941,"integrity":"sha512-xv+Ob82TSEvTOEqwnMqSj58wUE3OpnDqUiq6rBG5TY9s8tG+d2cb2RCYy4vlp681qkIQMwuZ1Ddm4s6itKrd0g==","signatures":[{"sig":"MEYCIQDPFFCT6zbdQmsU86GKfd4mg7Tw+bF4ey66X9Rx3K9OZQIhAO4Z9LszDcmRqCDs++62yztsrvv77KySHencURwIVJ20","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4313262},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-2e7f53-mfattsab.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/f5afab982ce0b2bf603cfa9701343234/5minds-processcube_engine-20.0.0-feature-2e7f53-mfattsab.tgz","_integrity":"sha512-xv+Ob82TSEvTOEqwnMqSj58wUE3OpnDqUiq6rBG5TY9s8tG+d2cb2RCYy4vlp681qkIQMwuZ1Ddm4s6itKrd0g==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2e7f53-mfatts9p"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-2e7f53-mfattsf2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2e7f53-mfattsab_1757318279072_0.6126407412144041","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-d5d54a-mfavdrco":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-d5d54a-mfavdrco","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-d5d54a-mfavdrco","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ea88328d1265e3f62582b0f2505ed05797c0ef66","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-d5d54a-mfavdrco.tgz","fileCount":941,"integrity":"sha512-q8ifcytGpJ7lErOESkX+TYTD+E9jEIYcc2LUQ+4FbDf5qIOhGifHssNzPjSmeImfVTUQcZCVlTsPOajJccBQMA==","signatures":[{"sig":"MEUCIFsHo1OsL3K6JqnRSt3K/hzQz1ZKdZbknOOws4npKtdlAiEAzJRMPieBuzT68TVPO4ghVaPbnCe3KqvUDjtV+N2e1LI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4314055},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-d5d54a-mfavdrco.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/7fbef054d025a11e6724a1711c91624e/5minds-processcube_engine-20.0.0-feature-d5d54a-mfavdrco.tgz","_integrity":"sha512-q8ifcytGpJ7lErOESkX+TYTD+E9jEIYcc2LUQ+4FbDf5qIOhGifHssNzPjSmeImfVTUQcZCVlTsPOajJccBQMA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-d5d54a-mfavdra1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-d5d54a-mfavdrcs"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-d5d54a-mfavdrco_1757320897947_0.5275773524244525","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-834253-mfb4dz4c":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-834253-mfb4dz4c","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-834253-mfb4dz4c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"74365a22f594992c64b3741e401e676e92f08e44","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-834253-mfb4dz4c.tgz","fileCount":935,"integrity":"sha512-kpAnXyX/A0lPjN05ZS0WeBNp626F3csKg13IXyGe3e/Bhsc5kLyh15l5lSJ3XArhpFdrn8Ju+hQ5MOdcjchixA==","signatures":[{"sig":"MEYCIQDC0zF5S5XViZCsY0YV0ZkvayxpvBvC78ojtjNj12tWgAIhALOTV/JNKsb6XXmkvzAWMHb7u6Uwb1kkyb1rrWEFCwTu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277794},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-834253-mfb4dz4c.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/a2c16c878d4f5219fb747cacc5854140/5minds-processcube_engine-20.0.0-feature-834253-mfb4dz4c.tgz","_integrity":"sha512-kpAnXyX/A0lPjN05ZS0WeBNp626F3csKg13IXyGe3e/Bhsc5kLyh15l5lSJ3XArhpFdrn8Ju+hQ5MOdcjchixA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-834253-mfb4dz4n"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-834253-mfb4dz2z"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-834253-mfb4dz4c_1757336026902_0.1591634612577284","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-834253-mfb4giky":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-834253-mfb4giky","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-834253-mfb4giky","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b49dc23637ffc97a6c47e5856c4a3150e7595e0f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-834253-mfb4giky.tgz","fileCount":935,"integrity":"sha512-ycQUb3Zxp/ZoEYhnmYv8oYeKYVlfNppolOaK8vn16MerVMbc+1/UtjSd/NBG9YQ3SnYWm2P5DSwzFAJMHkRSjw==","signatures":[{"sig":"MEYCIQC6+mTx/5X70bD56X2k3UleaWPiavp68HlJ4knb8CdNEwIhAPTLei+W6rAP++QMhQEPJfTSeMUCTTt/xPHT7sj3CLJ6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277794},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-834253-mfb4giky.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/e1c279a141c58f064f1c1d74a2a1c241/5minds-processcube_engine-20.0.0-feature-834253-mfb4giky.tgz","_integrity":"sha512-ycQUb3Zxp/ZoEYhnmYv8oYeKYVlfNppolOaK8vn16MerVMbc+1/UtjSd/NBG9YQ3SnYWm2P5DSwzFAJMHkRSjw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-834253-mfb4gilb"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-834253-mfb4giih"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-834253-mfb4giky_1757336135130_0.30233288867782226","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-a4a32a-mfcdgej5":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-a4a32a-mfcdgej5","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-a4a32a-mfcdgej5","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68286c54bb9eea7c11942d33298e54c4315a7452","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-a4a32a-mfcdgej5.tgz","fileCount":935,"integrity":"sha512-BFQdy+9dOJF/+0+tX8lDhkY3CE0w8gIydkMjp5FTBwNTlokICtWeLgGpZmfPq9NUgn8J5bn/w8zByog1DWQQ7w==","signatures":[{"sig":"MEQCIAPrffWNsLw+LzeDJOzeOStOGKZHlM1yURrF+7MqltvEAiBJ6DpchYnT7T9pjEqNvbrJb0D7SrfmvMVCMsc6GpdPbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277794},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-a4a32a-mfcdgej5.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/6c90d0b9e531a04724e047bf2d00bef2/5minds-processcube_engine-20.0.0-develop-a4a32a-mfcdgej5.tgz","_integrity":"sha512-BFQdy+9dOJF/+0+tX8lDhkY3CE0w8gIydkMjp5FTBwNTlokICtWeLgGpZmfPq9NUgn8J5bn/w8zByog1DWQQ7w==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.9.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.22.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-a4a32a-mfcdgef2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-a4a32a-mfcdge23"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-a4a32a-mfcdgej5_1757411702325_0.23504765290867646","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.7":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.7","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"50dfddff12eab09d6fd5a6610c07cd7752231eba","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.7.tgz","fileCount":935,"integrity":"sha512-oOrkigcORVheh9v8tceJg3EuUMndtQTLv13Hx9eeCuLFsoIgqq7nqcwNRe3fmQpCc3Bdfw9xi8ZD1IqW6w2oXQ==","signatures":[{"sig":"MEQCIHtQ+V6Se+CEWA8Y8fOgLzC812GsSd/h0mxQKGxbm0zlAiAMN87jZbW5rYFE7SyMspN9Nq+iTcvrta23PxjCLP4hrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277745},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.7.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/60e3919ee03b57431e74b9599d14ef40/5minds-processcube_engine-20.0.0-alpha.7.tgz","_integrity":"sha512-oOrkigcORVheh9v8tceJg3EuUMndtQTLv13Hx9eeCuLFsoIgqq7nqcwNRe3fmQpCc3Bdfw9xi8ZD1IqW6w2oXQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.4","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^12.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.7"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.8"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.7_1757415338080_0.4954874225320054","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-460cc9-mfds0y34":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-460cc9-mfds0y34","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-460cc9-mfds0y34","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7dd193060b9ac60cbc37dd66a2aea01be43c7cf4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-460cc9-mfds0y34.tgz","fileCount":935,"integrity":"sha512-DV04o8YfqMyAG0UxD68Kr13SiXbEhm9o55Yq1yYBRdcY+yBRGWGL2J2Qd0P94Z9e+CxdLho3Ybwm5mjJ1StPdA==","signatures":[{"sig":"MEQCID3wA7/Ad6bMtR3OIUQeK0Dwk2oCk9TbwgZGnNO0PBJyAiBZ3XqN5T+nA1XM5uQO9haa0gjv0NDOFmR2vbc0LSIDAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277793},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-460cc9-mfds0y34.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/f6c742febdc6a4e6ea87219bf3754609/5minds-processcube_engine-20.0.0-develop-460cc9-mfds0y34.tgz","_integrity":"sha512-DV04o8YfqMyAG0UxD68Kr13SiXbEhm9o55Yq1yYBRdcY+yBRGWGL2J2Qd0P94Z9e+CxdLho3Ybwm5mjJ1StPdA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-460cc9-mfds0y3w"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-460cc9-mfds0xxh"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-460cc9-mfds0y34_1757496655731_0.14113532213656033","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fef5b1-mfdvzki1":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fef5b1-mfdvzki1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fef5b1-mfdvzki1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1db79026b05ddd0fa53892e7f7c2514b5164e3ee","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fef5b1-mfdvzki1.tgz","fileCount":935,"integrity":"sha512-pnA0rUZ3Z7T1sKEmHFK9chx7eBNLwRXEhQLTOLeNlP2qhZ2Whg5qGZ2Bj289p3l292tjZ2aGa4eyqkj7PF1YDQ==","signatures":[{"sig":"MEQCIEb2yaPdWwavd//jUuwvvWUPB5ZesSD7l6uevklUqiuIAiArFSaGx3UFFmYpFZrHcckGwRvFDIJxVPrOcaIZY1vwNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4291394},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-fef5b1-mfdvzki1.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/e4d93a9a498845eedccb1ac4748c41be/5minds-processcube_engine-20.0.0-feature-fef5b1-mfdvzki1.tgz","_integrity":"sha512-pnA0rUZ3Z7T1sKEmHFK9chx7eBNLwRXEhQLTOLeNlP2qhZ2Whg5qGZ2Bj289p3l292tjZ2aGa4eyqkj7PF1YDQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-fef5b1-mfdvzkez"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-fef5b1-mfdvzkeu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fef5b1-mfdvzki1_1757503307437_0.9850419492131495","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-fef5b1-mfdypt1a":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-fef5b1-mfdypt1a","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-fef5b1-mfdypt1a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3e1bcbc04e681923b607734bd34f4f15456dc4b3","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-fef5b1-mfdypt1a.tgz","fileCount":935,"integrity":"sha512-0oAuXfDYpduugQz6BgUJtruKykE63jec4PWonurvkRc314IWiFw9EM6RJmigRKuH2gVjbmQXtnzwOmzIKdy3Yw==","signatures":[{"sig":"MEQCIFwVWI/D5MzukG2LG7pYE5SVT8jJG0oPKRCpsqOzNnsmAiA4CO/MCA+n7ju0r0oIMN/UxnTHp31EevQXcoS3eSNOdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4291394},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-fef5b1-mfdypt1a.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package  --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/0bf1b8a01b15a32b38078739dc36cbf0/5minds-processcube_engine-20.0.0-feature-fef5b1-mfdypt1a.tgz","_integrity":"sha512-0oAuXfDYpduugQz6BgUJtruKykE63jec4PWonurvkRc314IWiFw9EM6RJmigRKuH2gVjbmQXtnzwOmzIKdy3Yw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-fef5b1-mfdypt2i"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-fef5b1-mfdypt3p"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-fef5b1-mfdypt1a_1757507886842_0.7254931926056829","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2dca4f-mff0g105":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2dca4f-mff0g105","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2dca4f-mff0g105","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ddd076fe8a8fa3486741402c499026ee3cadb17","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2dca4f-mff0g105.tgz","fileCount":926,"integrity":"sha512-aUxK/EhqUSBDM+IpxiWj8xf7U0utqxFrbKZIpcPNzfLEfBUL4IHrE1dBarP3HZzAuJ/4hgQayK0urZcvu2KxXQ==","signatures":[{"sig":"MEUCIQDb7J8TcusxR2vcw33Xq0yIUZmT9w64zMcRJyiuKP79HgIgNz7Zd4sLa3phbKvNtWuIAFyvUBCZ/5Q+JjSB+FaVAK4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"2dca4fcc50012a7c09dd946e0fd11b1976f3e7b0","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2dca4f-mff0g105_1757571149602_0.2446982792982244","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-080fb6-mff0ghda":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-080fb6-mff0ghda","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-080fb6-mff0ghda","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2e721cbe54181f28854f31999d22bb4ae0205ab2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-080fb6-mff0ghda.tgz","fileCount":926,"integrity":"sha512-R9jXJYpGfI1l+A46WWa5/H4yLQH71g7COIKQmASp5WuXj5AcB3okt1Gc879TG8/u5UdcMFgd3ytsl4e1MNIEXg==","signatures":[{"sig":"MEUCIA2UhLbwT1Ynh8sQm1xZ/dA50VmnYsJXaeeSxFaitTxEAiEA36mVKoXNU6OZrMl8GciOqJGD8sReu98mCnWea3cEfBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"080fb6e307e094d9e0cd8a99d70159eb64d51ded","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-080fb6-mff0ghda_1757571169885_0.4746230741455242","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-0f5ab7-mff0glxg":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-0f5ab7-mff0glxg","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-0f5ab7-mff0glxg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2ea9df3bfb35919af04f35be68e07baa9fc29fbb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-0f5ab7-mff0glxg.tgz","fileCount":926,"integrity":"sha512-w+2gwkVKV9tr0LrY9qKtOtOSqJDppcssuhb+7zQy/u5YF8J21B1jDSAPuQgMpxTWWtF9VMEtndXW90tL3SoWIA==","signatures":[{"sig":"MEQCIE2PUcqhke8T4xoTBE9JHjLOmAtfo1L8bcYc3GE9LR2fAiBb/43e9ZMqa7nzBuy8/LMamSEPoTb1BCuEy3LFa51Xew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241725},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0f5ab72a185f4a7027dfe8c3373f58f7a2752618","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-0f5ab7-mff0glxg_1757571177414_0.5566845220400003","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-9ad6f8-mff0h9me":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-9ad6f8-mff0h9me","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-9ad6f8-mff0h9me","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aa3aba1e395a8ab19886cb1aacdbb758742d919e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-9ad6f8-mff0h9me.tgz","fileCount":926,"integrity":"sha512-s31WxtJPU/juIKkCYcmGp/RBH/h8rTAuUYUUuhwSJGLcypwXZseu2RFO2AEoGBMnTADB3CQib5qelHLSj1LERQ==","signatures":[{"sig":"MEYCIQD5wVH4Nf2N3b1ZqufBLQr/z33AjPK3nrisMaBaM7ZFLQIhAPYktVNk9srsM3tEKV7n1CyBG60w2GMIrnTA0beJmLx3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4241726},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"9ad6f88ba379e18a7807b74b2420baf00b10a0f6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-9ad6f8-mff0h9me_1757571221712_0.9729495833111481","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-128e08-mff1kfcn":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-128e08-mff1kfcn","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-128e08-mff1kfcn","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"553df6aa2876afa29f4f1253dc7ffdb602cff3e0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-128e08-mff1kfcn.tgz","fileCount":935,"integrity":"sha512-+GHyMMsfmr6OrHur574jiFulutqmuCTShTIwceLumoiGL37C4nSvEQk4flyoGFnUqCa9HtUdPpKSO+xqD530zA==","signatures":[{"sig":"MEQCIHOa3ojaYLi1mlI7LKoLj5UgaFP5u4C/dh2zGopmJ6CAAiAPN2IHnU7+rvCNoyJJSoZYT/GvCAhfoEfGU0zCWdXTKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4277792},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-128e08-mff1kfcn.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/8a937d3e944c0125c408c89bb0bf932b/5minds-processcube_engine-20.0.0-develop-128e08-mff1kfcn.tgz","_integrity":"sha512-+GHyMMsfmr6OrHur574jiFulutqmuCTShTIwceLumoiGL37C4nSvEQk4flyoGFnUqCa9HtUdPpKSO+xqD530zA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-128e08-mff1kf9l"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-128e08-mff1kfi8"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-128e08-mff1kfcn_1757573148517_0.40517487529106866","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-a6eded-mffdmwy4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-a6eded-mffdmwy4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-a6eded-mffdmwy4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c15e58645416f960f050a6688dc7cf77e47f085","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-a6eded-mffdmwy4.tgz","fileCount":926,"integrity":"sha512-/6gDL2gSF7Z1pnBkFPu0QTKlFly6clPwOSQBCFP2L/FmlsJLq7O9x769vmr2zmDgfK7IJt0/fddaE26gh4jigg==","signatures":[{"sig":"MEYCIQD/2Z9pKAmZNeM014frYFu3C+huusZl6C9D+0Up+XpHwgIhALAzJcJhUGp+0mHBd3wXdJm2sJStWm5HUsNdUezzxmKO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236444},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"a6eded0a9ac6399ef573c12b53bd83fa37277be4","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-a6eded-mffdmwy4_1757593299684_0.7449001584827681","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-cd8674-mffdn9q4":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-cd8674-mffdn9q4","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-cd8674-mffdn9q4","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"27c9a5e4c58c3d3e23cd341957ee7da1a5607cb4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-cd8674-mffdn9q4.tgz","fileCount":926,"integrity":"sha512-DrnRkakUMOd9l6dzvzU/Xu61b3T/1OUmGjSWxaalQwYO/epMbT7U+Jmt+AvEmwt39vLM1mfQXYpbj6FLtb4FFQ==","signatures":[{"sig":"MEQCICWdsTH/g5M4Ono5od+FHclFiiiBrrJ9xuV2rOF0yMswAiB2LWJ528A1DGfLi8++o5R4nwgvr6gi/pc0XFFlXmOyHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4236444},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"cd867448bf1547b4910ca3f898c63651ed1ee215","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres || true && npm run test:integration:extensions || true && npm run test:integration:core:postgres || true && npm run test:integration:api:postgres || true","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/extensions \"./dist_test/test/extensions/**/*.spec.js\" --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/api \"./dist_test/test/api/**/*.spec.js\" --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/core \"./dist_test/test/core/**/*.spec.js\" --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=reports/server \"./dist_test/test/server/**/*.spec.js\" --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.7.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.27.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-771a74-mc22zj1z"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.3.3","cross-env":"^10.0.0","typescript":"5.9.2","@types/node":"^22.15.17","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-db8e00-mc239i7e","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-cd8674-mffdn9q4_1757593314982_0.4501695389994964","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-23f22d-mffija56":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-23f22d-mffija56","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-23f22d-mffija56","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"564b4fa5a7b440f3914932f8ba6d81c712fff07d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-23f22d-mffija56.tgz","fileCount":935,"integrity":"sha512-zT0TfnnKdavIQYKUYkAw7dHZckFqa3EjAuvhXOZNlJmhlzGvi78BvUZBl8PD1KD4jjIYCjVE2ce11SK/E+6UWw==","signatures":[{"sig":"MEUCICRg+PsmsGwAmBc7CK5QSRT2xTyuutt2GSxA+LhKtz94AiEA22qSI5cfY8Oby2tgK832xYl1RX1YxyydgFqo0SJTfSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272025},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-23f22d-mffija56.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/50d013231c2c9d0719a6d2effeb7decc/5minds-processcube_engine-20.0.0-feature-23f22d-mffija56.tgz","_integrity":"sha512-zT0TfnnKdavIQYKUYkAw7dHZckFqa3EjAuvhXOZNlJmhlzGvi78BvUZBl8PD1KD4jjIYCjVE2ce11SK/E+6UWw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-23f22d-mffija6j"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-23f22d-mffijacb"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-23f22d-mffija56_1757601643050_0.4688446753586859","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-2500ae-mfghojx7":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-2500ae-mfghojx7","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-2500ae-mfghojx7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"360a4a62e360d21ad8156ef47a468f00f416058b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-2500ae-mfghojx7.tgz","fileCount":935,"integrity":"sha512-CJ0iNV7J8OGg2NLfclCZaDTweMF60FXKNgaAEMZpAw/l4VmMT6qp87wKiAHh9IMR124sfhbgi5pAjhANwJw/3A==","signatures":[{"sig":"MEUCICB56bEBULFD3UkIxOhePy15AGyAp+f5dEkcQiayYUi3AiEAoNSjGo5boKvqo59Af+Fia2iSZJyu5edPtPSt2sHnVfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271963},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-2500ae-mfghojx7.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/3cffd5f21ec573ad59fdf010926b8b8f/5minds-processcube_engine-20.0.0-feature-2500ae-mfghojx7.tgz","_integrity":"sha512-CJ0iNV7J8OGg2NLfclCZaDTweMF60FXKNgaAEMZpAw/l4VmMT6qp87wKiAHh9IMR124sfhbgi5pAjhANwJw/3A==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-2500ae-mfghojvv"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-2500ae-mfghojxz"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-2500ae-mfghojx7_1757660675040_0.7447053394498484","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-10736e-mfgid9ee":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-10736e-mfgid9ee","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-10736e-mfgid9ee","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5991884b5a8dfeb182a6e5cc7b97e4aa0764ae97","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-10736e-mfgid9ee.tgz","fileCount":935,"integrity":"sha512-1tj25DpMUHNvAlFcVtCmWliBYueMjsg8cAz7gmnmkgPNENt0RV331z1sf+oC3uX/4JvKRW/O6BaFK77nrrEvsw==","signatures":[{"sig":"MEQCIDboHu3YwMuqwK+uWOduB8BHvbaZKTV/BsFEvZfgnBmUAiATJELb1uMKDxBVMOrk0z+Ubjf60s3E3AFYbuEhfJaHMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271963},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-10736e-mfgid9ee.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/227b2fbc0fd480619640d3f1aca12fcd/5minds-processcube_engine-20.0.0-develop-10736e-mfgid9ee.tgz","_integrity":"sha512-1tj25DpMUHNvAlFcVtCmWliBYueMjsg8cAz7gmnmkgPNENt0RV331z1sf+oC3uX/4JvKRW/O6BaFK77nrrEvsw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-10736e-mfgid9d5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-10736e-mfgid9a1"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-10736e-mfgid9ee_1757661832657_0.037590802140243795","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.8":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8a5ec1351c541048de4433cc39cb43d0db974539","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.8.tgz","fileCount":935,"integrity":"sha512-C0gfg7KIbmu7TX7NiDuTJA/VEjUu2p2XifrOeak3rLBmirL5M6L7Ypw/2dS5HoY78H9z1jUAprgFQKDJPreRhg==","signatures":[{"sig":"MEUCIFHRkqTqSGkRVLxsKXBqXWOZ5BrBzERF412S7SSxC/qXAiEA5Hxx6Ixox7UjaT8CbfveHxhmTiCWCuM9aBYXrVzOCPw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271918},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/0383a4c797fc60c1feb1234b34663d68/5minds-processcube_engine-20.0.0-alpha.8.tgz","_integrity":"sha512-C0gfg7KIbmu7TX7NiDuTJA/VEjUu2p2XifrOeak3rLBmirL5M6L7Ypw/2dS5HoY78H9z1jUAprgFQKDJPreRhg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.4.0","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-alpha.9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.8_1757931351939_0.4415800478505807","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-1d15e0-mfl3q0ww":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-1d15e0-mfl3q0ww","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-1d15e0-mfl3q0ww","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f1541cb7189cd9d703c1887e7e1d4bf6b056c73e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-1d15e0-mfl3q0ww.tgz","fileCount":941,"integrity":"sha512-YteBmqC1kVcID9cntDEs5MNWFMu0B9ImpEDedV95XDFrL1KgkA6iRixgHVtV6OXoVK6U4COLKcSBtllVeppBWg==","signatures":[{"sig":"MEYCIQCEkJ8uu2H2eyGsLt9yVF1B3KdiVuf4nUFZjjDirQYRrwIhANOxzyhTVSJHBYMitO0FjlDP42wwaWyuMSzkS1740XJe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274554},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-1d15e0-mfl3q0ww.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/55e042cc1472ab90505b2eb0fda6302f/5minds-processcube_engine-20.0.0-feature-1d15e0-mfl3q0ww.tgz","_integrity":"sha512-YteBmqC1kVcID9cntDEs5MNWFMu0B9ImpEDedV95XDFrL1KgkA6iRixgHVtV6OXoVK6U4COLKcSBtllVeppBWg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-1d15e0-mfl3q105"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-1d15e0-mfl3q0zx"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-1d15e0-mfl3q0ww_1757939573052_0.6560935592957147","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-30c68d-mfl7fqb8":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-30c68d-mfl7fqb8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-30c68d-mfl7fqb8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c993f3ced8fccfb29e570412c00031e41403c1b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-30c68d-mfl7fqb8.tgz","fileCount":941,"integrity":"sha512-U8bYOmf1O3xZUj9zTAnfnoJlOpMhJfa8J1zNqEYLxmWgjiNp7H/ae0zb3Hjp3LlEPidRsJLv6hXh2InWnI3yOA==","signatures":[{"sig":"MEQCIGqjO9xjqgWjRSroz/arfeL5usdBH+jbe2lUx7pdvu/JAiBVIezGmxe3mMQumxZfqxR9x+S21sf+kD3DW50tT/nLHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4283950},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-30c68d-mfl7fqb8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/054212ea0f0fc5fb97007a0840995571/5minds-processcube_engine-20.0.0-feature-30c68d-mfl7fqb8.tgz","_integrity":"sha512-U8bYOmf1O3xZUj9zTAnfnoJlOpMhJfa8J1zNqEYLxmWgjiNp7H/ae0zb3Hjp3LlEPidRsJLv6hXh2InWnI3yOA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-30c68d-mfl7fqdy"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-30c68d-mfl7fqak"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-30c68d-mfl7fqb8_1757945799345_0.2949932623743534","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-3adc12-mfmi2vyt":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-3adc12-mfmi2vyt","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-3adc12-mfmi2vyt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6cd54770c3bce9a3dc0d39ffdea1a78631e68544","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-3adc12-mfmi2vyt.tgz","fileCount":935,"integrity":"sha512-3qqKg9SVXOPXc8FadqCiefLckHdTK5B7iuYvKlIxBrdCXMvtPHYI5sPxwhe7UcUVPpmkcdvaC7IFzqsYSDX3Cg==","signatures":[{"sig":"MEQCIHbf/x64rdwD9TyqHI9cbQOrQUEjQ8riWjDVxTHfVpdkAiBdHypTWfq0xrzV62SgHUmI9ef5TZP7dWuJhd6w3NKeLw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271966},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-3adc12-mfmi2vyt.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/0a733917f99a7e443fd0a6f021893c1f/5minds-processcube_engine-20.0.0-develop-3adc12-mfmi2vyt.tgz","_integrity":"sha512-3qqKg9SVXOPXc8FadqCiefLckHdTK5B7iuYvKlIxBrdCXMvtPHYI5sPxwhe7UcUVPpmkcdvaC7IFzqsYSDX3Cg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-3adc12-mfmi2vp4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.4.0","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-3adc12-mfmi2vs2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-3adc12-mfmi2vyt_1758024249251_0.6669127635715688","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-9a7004-mfmi5jwc":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-9a7004-mfmi5jwc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-9a7004-mfmi5jwc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"276c745219f1335ce321423944ba5cb39ea2ada4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-9a7004-mfmi5jwc.tgz","fileCount":935,"integrity":"sha512-ogwj9Zb6m6KXKoI4H4Y2juBIcwgociKe1fPIssT0jcPihJS8FTUbguDdaRpGrrpau8XwF5+6cboHVi16mi+Vlw==","signatures":[{"sig":"MEQCIAH2ASsDNRIx8h40qsU4BuO/dcO4SgOiwQW38c2QoMzfAiBl4n8O4aGDxhbeSGspZME3brOiC/yXpKT6noWcDhdYFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271966},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-9a7004-mfmi5jwc.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/b71fc2f1305d36d1a45df345a041588c/5minds-processcube_engine-20.0.0-develop-9a7004-mfmi5jwc.tgz","_integrity":"sha512-ogwj9Zb6m6KXKoI4H4Y2juBIcwgociKe1fPIssT0jcPihJS8FTUbguDdaRpGrrpau8XwF5+6cboHVi16mi+Vlw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-9a7004-mfmi5jxo"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.4.0","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-9a7004-mfmi5jyq"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-9a7004-mfmi5jwc_1758024352807_0.9134490569336","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-9b0b6b-mfmj2ghq":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-9b0b6b-mfmj2ghq","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-9b0b6b-mfmj2ghq","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7c68a906d3c8c1c57f4c55adc22500eca4467a20","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-9b0b6b-mfmj2ghq.tgz","fileCount":935,"integrity":"sha512-bFz0j3Rmeul89GIVndtzgDrJVhe5hrb20oO8yl1dYREMSMeYRIQkRqarXH2rogW9D6RPFSBe4snNEvjhRqHH6w==","signatures":[{"sig":"MEYCIQDD233SxrFzdGesBi9YzgMe3LE202vDaATjCaCfgnhSWwIhAIu8xen5gGrbrEqujR/8a6gXxHofNVav9f//Bo08NSUm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271966},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-9b0b6b-mfmj2ghq.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/044cfeb4122efc5481cce6ed9aea4288/5minds-processcube_engine-20.0.0-develop-9b0b6b-mfmj2ghq.tgz","_integrity":"sha512-bFz0j3Rmeul89GIVndtzgDrJVhe5hrb20oO8yl1dYREMSMeYRIQkRqarXH2rogW9D6RPFSBe4snNEvjhRqHH6w==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-9b0b6b-mfmj2gca"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.4.0","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-9b0b6b-mfmj2gig"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-9b0b6b-mfmj2ghq_1758025890149_0.8316627048299006","host":"s3://npm-registry-packages-npm-production"}},"19.2.7-hotfix-f1b6af-mfqqabd6":{"name":"@5minds/processcube_engine","version":"19.2.7-hotfix-f1b6af-mfqqabd6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.7-hotfix-f1b6af-mfqqabd6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b14c368b2340b4fd2331419c2d6820b56295e9b0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.7-hotfix-f1b6af-mfqqabd6.tgz","fileCount":932,"integrity":"sha512-NEd0/4+m8stRBVXXOrKIwrNjkSgpTIccFtiquPklkPRn6K+BDsVqyKJfzAyYjnw/Dt7xNmgqAnyykuz7Xhxjdg==","signatures":[{"sig":"MEUCIEpgAtymGDs65XjeZCPxnrnwGPkO7umNDEzbGqRwRFG3AiEAu+VJlOTpkyEfK9QuxOda7YvvVVpQLKqRAZrg9JgC0dE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352135},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"f1b6af54bc584b57ae6476811aa9a2d80de13fb9","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.7-hotfix-f1b6af-mfqqabd6_1758281232609_0.7305878174183291","host":"s3://npm-registry-packages-npm-production"}},"19.2.7":{"name":"@5minds/processcube_engine","version":"19.2.7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2f28cb7ca15b354b7296782bc8a4964c3df81fdd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.7.tgz","fileCount":932,"integrity":"sha512-7Pq4oU4JbA1FURk33RiJsDjdigmqCU/144v0UOC+u5hO8QdSYnCFa/NeeiO2BZVe3bGZ/4AF/2VH7NfBsTPHWQ==","signatures":[{"sig":"MEUCIH7GFFIfw5PJgR4beBa57a6JQu4NVhZvfbC1NeUU3/U9AiEAi1atSB6EvYCU4fpBtxgLHklsXHLIYAac7PzjuAGrfVo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4352112},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d11e8d78a6bc92ea074188cdd22dab2a47e8ab86","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.7_1758288405565_0.16211168216854044","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-215ab3-mfursvsr":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-215ab3-mfursvsr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-215ab3-mfursvsr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d03d77114f596efef534891863e165976aa2edaf","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-215ab3-mfursvsr.tgz","fileCount":935,"integrity":"sha512-6C9b46vvHWhsq1Uo6KrpFYcX8IUs4R1CEdoGaaec8O/O0D0J54lDF38GFMn3ZwXCI62BXm8FfQ91b6kwLh9Y/A==","signatures":[{"sig":"MEUCIGFHStmUH0Q/FvF+1OFLU55yub8kw4xp/l91ykbXOK06AiEAr/K+NEj/tOPDUPMlXUH4MX+OOjWzEnJK2ht5EPf63SU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272723},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-215ab3-mfursvsr.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/407250b6635c54672ed5986115b4f980/5minds-processcube_engine-20.0.0-develop-215ab3-mfursvsr.tgz","_integrity":"sha512-6C9b46vvHWhsq1Uo6KrpFYcX8IUs4R1CEdoGaaec8O/O0D0J54lDF38GFMn3ZwXCI62BXm8FfQ91b6kwLh9Y/A==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-215ab3-mfursvng"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.4.0","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-develop-215ab3-mfursvs8"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-215ab3-mfursvsr_1758524278776_0.6418479674390953","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-2c28ae-mfuu43sc":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-2c28ae-mfuu43sc","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-2c28ae-mfuu43sc","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"35979614c5fc77657b92d3f7df5ef0b2187bc4ad","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-2c28ae-mfuu43sc.tgz","fileCount":935,"integrity":"sha512-FdbGDNZsBm2UBlmCmOhAI2D0XZkbn4FcvusXI5RmK4HAsc/x15dh/SIf/ADDaOXND4r/jI1h4nRzCZ7696K3rg==","signatures":[{"sig":"MEUCIQDDaSOWllSU65N7f1zD/c4+FzQoNS2Ym86wt9/bfg+5ZAIgTGItrxEsbabkzyvCzs98lwN/NtyNo4wLxqIiN6oO3rE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-2c28ae-mfuu43sc.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/1022457c92fd5086364e9c51a306cb91/5minds-processcube_engine-20.0.0-develop-2c28ae-mfuu43sc.tgz","_integrity":"sha512-FdbGDNZsBm2UBlmCmOhAI2D0XZkbn4FcvusXI5RmK4HAsc/x15dh/SIf/ADDaOXND4r/jI1h4nRzCZ7696K3rg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-2c28ae-mfuu43xp"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-2c28ae-mfuu43zy"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-2c28ae-mfuu43sc_1758528161780_0.4942796035370669","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.9":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.9","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.9","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e5552c133fb55af544cb2d75b0eb1aabd0ac38e0","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.9.tgz","fileCount":935,"integrity":"sha512-SZ1/lkXrpYlyhsOTQY0lchX2Ewq0ClKvliUvxPOsZHX/tYh76q2uPntgHFXyXLPgjFGoTvsgmHVUaHn1OeMeng==","signatures":[{"sig":"MEQCIBUSnDoJWYG375sgvdLfYzc9DkoviILZ6chnARVFKOWEAiAD9xwifNKcRygiHG0Nz1eVxsIWLV6wwPrLO+n0AliOpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272677},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.9.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/ba403565063f76d984dbd37472251afa/5minds-processcube_engine-20.0.0-alpha.9.tgz","_integrity":"sha512-SZ1/lkXrpYlyhsOTQY0lchX2Ewq0ClKvliUvxPOsZHX/tYh76q2uPntgHFXyXLPgjFGoTvsgmHVUaHn1OeMeng==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.9"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-alpha.10"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.9_1758528166727_0.560357020868522","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-87ec84-mfw8sjsi":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-87ec84-mfw8sjsi","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-87ec84-mfw8sjsi","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"84a3d48de482e00c7f662baff4e8e910cb994ccd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-87ec84-mfw8sjsi.tgz","fileCount":935,"integrity":"sha512-5dkWnTit1jJjIcjlXzNcXxV1N/7LTY8+i/8odD3y+B8bEVny3Zo0U/574IIp4CtKrSt7yKRvk/AfowaPGSe0BQ==","signatures":[{"sig":"MEYCIQD/NssrhnQj0AP4YOyLdof6dJVHxYGORh8KUi2Mhe2YQQIhAJRREJerrmmePPknmCWbjURkeLYYh0t1frwwT49KhGo+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-87ec84-mfw8sjsi.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/c6de698e166bec6c0a4f11c1892611d4/5minds-processcube_engine-20.0.0-develop-87ec84-mfw8sjsi.tgz","_integrity":"sha512-5dkWnTit1jJjIcjlXzNcXxV1N/7LTY8+i/8odD3y+B8bEVny3Zo0U/574IIp4CtKrSt7yKRvk/AfowaPGSe0BQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-87ec84-mfw8sjt7"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-87ec84-mfw8sk2f"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-87ec84-mfw8sjsi_1758613292765_0.29998954900597874","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-229dd2-mfwk9lx8":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-229dd2-mfwk9lx8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-229dd2-mfwk9lx8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"56b6b4402a925f0a76cb42b99c9a9dc02b149433","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-229dd2-mfwk9lx8.tgz","fileCount":935,"integrity":"sha512-TQVfVp7d/EykDYCOmPYwqN1sj0VzD4iPgwa0wBwRVdr+/58rzoBcT61cvoPk8yozQ46uilLwZR/JK94CAwT4QA==","signatures":[{"sig":"MEYCIQD6JtlLE+WhOet1m7Zs0ZoeYxqPkeTy8pUw2fwKCmIzOwIhAIHSuryUqpxjG1Jh4LWsMSHndMb5lhiUk76VHoTY820M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-229dd2-mfwk9lx8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/aaae068ee56153bd42c8961fd28843e6/5minds-processcube_engine-20.0.0-develop-229dd2-mfwk9lx8.tgz","_integrity":"sha512-TQVfVp7d/EykDYCOmPYwqN1sj0VzD4iPgwa0wBwRVdr+/58rzoBcT61cvoPk8yozQ46uilLwZR/JK94CAwT4QA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-229dd2-mfwk9lpe"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-229dd2-mfwk9luh"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-229dd2-mfwk9lx8_1758632561811_0.47902390661684446","host":"s3://npm-registry-packages-npm-production"}},"19.2.8":{"name":"@5minds/processcube_engine","version":"19.2.8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@19.2.8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"d072ede3c3996d0a1ec6768007410b2880d3b6ac","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-19.2.8.tgz","fileCount":932,"integrity":"sha512-TDA6Jz5gr5WDNSNK1zU+FwSHwIPjmS/GanZoBBeLpV1Ux6iLnIRh7Mh0prPaYk47BVx4H+GJNjR4n8Htx8gFoQ==","signatures":[{"sig":"MEUCIQCgiPm73aFsjN6AWIi5Uwtg1yzSV+CYcPCVPBOYAVpOegIgCVbKjgFnXzQX2CSH0FpUYHd88UJoOCnfTU3me55fOc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4353181},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"5f80aa1c92c9156d12707c315412815cb8451df1","scripts":{"build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.3","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^11.0.0","dayjs":"^1.11.10","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.0.0","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.0","inversify":"7.5.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^5.2.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.21.0","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.2.2","should":"^13.2.3","wtfnode":"^0.10.0","prettier":"^3.6.2","cross-env":"7.0.3","typescript":"5.8.3","@types/node":"^22.15.17","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.1.2","@trivago/prettier-plugin-sort-imports":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_19.2.8_1758633117055_0.5880142391845762","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-435da6-mfwp4ycd":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-435da6-mfwp4ycd","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-435da6-mfwp4ycd","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"fad73de2a18c123470d8d0ef78df8ed0da4ca417","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-435da6-mfwp4ycd.tgz","fileCount":947,"integrity":"sha512-3Gdu8IR7Ad18JVI5qJIEHgo7TZHDcHfwOB+2ELH4gNQxeOegjZCHH+4yEz89EsFOduMAilQdz6Kq8jzFD4n4XQ==","signatures":[{"sig":"MEYCIQD1lOe/v1q4plW/uW9nvCxjP/57owHDUFn9PhK+YatBjwIhAPz8Q/IM/E63CA8lZ2NNzQKopBDXXgizVIuWp/kag6Zs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4307114},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-435da6-mfwp4ycd.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/950cbfc9f3ee79d3d27347165e2aa2d6/5minds-processcube_engine-20.0.0-feature-435da6-mfwp4ycd.tgz","_integrity":"sha512-3Gdu8IR7Ad18JVI5qJIEHgo7TZHDcHfwOB+2ELH4gNQxeOegjZCHH+4yEz89EsFOduMAilQdz6Kq8jzFD4n4XQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-435da6-mfwp4ycf"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-435da6-mfwp4y6h"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-435da6-mfwp4ycd_1758640656028_0.4644408543652889","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-1fc25f-mg7fqhku":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-1fc25f-mg7fqhku","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-1fc25f-mg7fqhku","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"331d988572f1694f12d662a227c2465e428b1fc4","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-1fc25f-mg7fqhku.tgz","fileCount":935,"integrity":"sha512-EDb8P7iM9fYo4C3FVoGPw3IWUtTW3wjG5IMxmu4ddA3I0V4Zfx5p6/xH2APOLTRFLDjbjOD8XNC/tmezI9rKzw==","signatures":[{"sig":"MEUCIQCSGCx2MYu1FdOGl++e1F5/aWM8F7pbEN3nxwiYuJ2MngIgRe0bM+qLgwmfrwSE8oQ7a299WyqYc1Tfd5FxiQI6ag0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272727},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-1fc25f-mg7fqhku.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/1e789a8bf3d104f8d338b46580e477a2/5minds-processcube_engine-20.0.0-renovate-1fc25f-mg7fqhku.tgz","_integrity":"sha512-EDb8P7iM9fYo4C3FVoGPw3IWUtTW3wjG5IMxmu4ddA3I0V4Zfx5p6/xH2APOLTRFLDjbjOD8XNC/tmezI9rKzw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-1fc25f-mg7fqhma"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-1fc25f-mg7fqhhg"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-1fc25f-mg7fqhku_1759290085229_0.04144574068166884","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-c4f36c-mg7l8h04":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-c4f36c-mg7l8h04","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-c4f36c-mg7l8h04","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"3367d5555ba1e3460d603503f6d11f4d9a852232","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-c4f36c-mg7l8h04.tgz","fileCount":935,"integrity":"sha512-/YNoNQ+yA8TVU25jFkHio1fHAEWkQyEEScr1cjWEAfwpd3Se948mZj25lo/k04/cMTV89M7Kh+TX2BWr2d+uLw==","signatures":[{"sig":"MEQCICD+m034XurMzmEpsf8jJqQx/HlASxc4R3hLRop299f8AiByEqkYYh0wHI+j4vzoXaxOorx/vqhA1u0y4Ahw0qhjiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-c4f36c-mg7l8h04.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/27c7d666c775b8c380b1b4d7b2ed5b09/5minds-processcube_engine-20.0.0-develop-c4f36c-mg7l8h04.tgz","_integrity":"sha512-/YNoNQ+yA8TVU25jFkHio1fHAEWkQyEEScr1cjWEAfwpd3Se948mZj25lo/k04/cMTV89M7Kh+TX2BWr2d+uLw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.0","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.0","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-c4f36c-mg7l8h1a"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.0.0","typescript":"^5.9.2","@types/node":"^24.5.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-c4f36c-mg7l8gwo"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-c4f36c-mg7l8h04_1759299321021_0.7104905203960281","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-29346c-mg7mrjmo":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-29346c-mg7mrjmo","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-29346c-mg7mrjmo","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6c4d480c7de734f33d28b06e766a0aa646b5952d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-29346c-mg7mrjmo.tgz","fileCount":935,"integrity":"sha512-gXSHY2izGsO9cthlKgcijh6ZIXvuZAmmjwvMN+4bYyaeRQxljG8BO911mruGqgBi/Ekd7ncbyEPlbGTOj5Ppzw==","signatures":[{"sig":"MEYCIQCQozPFIBPPugC6d75xFkPGM+LlxmYV1QZwsu9mSbT9AQIhAPfWPWvY232IcaY0EWFcRJ+F+Z3gFaup7W+2Pl283aXy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272727},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-29346c-mg7mrjmo.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/644f8fac420fdedc8fe62d0152d13257/5minds-processcube_engine-20.0.0-renovate-29346c-mg7mrjmo.tgz","_integrity":"sha512-gXSHY2izGsO9cthlKgcijh6ZIXvuZAmmjwvMN+4bYyaeRQxljG8BO911mruGqgBi/Ekd7ncbyEPlbGTOj5Ppzw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-29346c-mg7mrjp7"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.3","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.6.1","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-29346c-mg7mrjti"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-29346c-mg7mrjmo_1759301885108_0.3032242328843775","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-fbfb7a-mg7nuwpt":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-fbfb7a-mg7nuwpt","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-fbfb7a-mg7nuwpt","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5ae8fb443e96cc3a4d414f452085292ee4e79f50","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-fbfb7a-mg7nuwpt.tgz","fileCount":935,"integrity":"sha512-dIqwl0DGHqLX37XKueyXWFYwY/zB9vcb7RFK5rwgXnEqsTGM5L9mGi5JfT/GBswXRn9sXR1rbXUUtMTH0HHJMg==","signatures":[{"sig":"MEUCIAW2odWgRolcCATPWEftb+tZwQ+DvO8lUbMzPM51Y4FgAiEA5V0U6PNdN8AY/WSdNb2iGtGJYf9uWdsayYz0Cikhkvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-fbfb7a-mg7nuwpt.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/0941a7bae37bfe491effcbc615f611a6/5minds-processcube_engine-20.0.0-develop-fbfb7a-mg7nuwpt.tgz","_integrity":"sha512-dIqwl0DGHqLX37XKueyXWFYwY/zB9vcb7RFK5rwgXnEqsTGM5L9mGi5JfT/GBswXRn9sXR1rbXUUtMTH0HHJMg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-fbfb7a-mg7nuwp0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.3","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.6.1","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-fbfb7a-mg7nuwtl"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-fbfb7a-mg7nuwpt_1759303725506_0.6492581274272409","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-fbfb7a-mgg5raik":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-fbfb7a-mgg5raik","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-fbfb7a-mgg5raik","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b8a690e5099588a22b9992bd8104b2f201577f6a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-fbfb7a-mgg5raik.tgz","fileCount":935,"integrity":"sha512-qT2pKpu29ex3Is7BoCk7/hWXPbD3FCUsdT+CsYil6WoyYcoV6j6mtxuHyAZbbNKk/12tQ5C/M+dJj3yzJLTBNw==","signatures":[{"sig":"MEQCIBnVCH6x9xmPCIRJgzGV6hlCFWNxAYhYYNRGOkTEa5iOAiBUxNnSNiDcYxHtV1DslD2hyrtnHnbNs4fX8LqGhUie5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-fbfb7a-mgg5raik.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/3a5343f5f3e7905c27397d00bd06ed33/5minds-processcube_engine-20.0.0-develop-fbfb7a-mgg5raik.tgz","_integrity":"sha512-qT2pKpu29ex3Is7BoCk7/hWXPbD3FCUsdT+CsYil6WoyYcoV6j6mtxuHyAZbbNKk/12tQ5C/M+dJj3yzJLTBNw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-fbfb7a-mgg5ram3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.3","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.6.1","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-fbfb7a-mgg5ragu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-fbfb7a-mgg5raik_1759817532168_0.6711625426542025","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-887862-mghqsjnr":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-887862-mghqsjnr","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-887862-mghqsjnr","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"522c0f211c24b4090a90dd6aaea9de178447ec8f","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-887862-mghqsjnr.tgz","fileCount":947,"integrity":"sha512-KHNlT0bbiW7/V5P8kFTohC2pFBuhS+2pDDFDTFE/t1/guB+IpNd9W29N0XkrUHwXWKPrhQ6fnYVlgoIWImSk7w==","signatures":[{"sig":"MEUCIAzGm9sYu/4w5h5SdiDobuXOF9Sb+YbMYFgxPbjK1Ah0AiEAzLmYh5AFWN7HHyUD2m8fQd22OSMkTNOQXAOXkInp17A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4324335},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-887862-mghqsjnr.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/94c772373bfb429a7fd9bc4060feb93b/5minds-processcube_engine-20.0.0-feature-887862-mghqsjnr.tgz","_integrity":"sha512-KHNlT0bbiW7/V5P8kFTohC2pFBuhS+2pDDFDTFE/t1/guB+IpNd9W29N0XkrUHwXWKPrhQ6fnYVlgoIWImSk7w==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-887862-mghqsjld"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-887862-mghqsjbk"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-887862-mghqsjnr_1759913236284_0.637855443897577","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-17b9d9-mghv0trs":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-17b9d9-mghv0trs","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-17b9d9-mghv0trs","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"e9c902b3d6aade92fd47fc4ba62d6ef31fef6180","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-17b9d9-mghv0trs.tgz","fileCount":950,"integrity":"sha512-h+WX9o8gCSzB6o8C8mwjPqZQ9F7mVz5i3vyW5wdnSzxGIAXtttkzmWm6AN7EJcz1ksxb308ELzR4aQbmejRb7g==","signatures":[{"sig":"MEUCIQCExQB03tcmhPdWNtb85SzXdxui0tbOwgI2+RItcs7rIAIgStD4mGr9U2zVdOf/GQdwsooxUuQhiKahBphR94KE4E0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4329471},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-17b9d9-mghv0trs.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/a693ba7424db000dca8e73709962124b/5minds-processcube_engine-20.0.0-feature-17b9d9-mghv0trs.tgz","_integrity":"sha512-h+WX9o8gCSzB6o8C8mwjPqZQ9F7mVz5i3vyW5wdnSzxGIAXtttkzmWm6AN7EJcz1ksxb308ELzR4aQbmejRb7g==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-17b9d9-mghv0tpt"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-17b9d9-mghv0tq6"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-17b9d9-mghv0trs_1759920327161_0.9253673637151045","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-2ff9b3-mgi4qn3c":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-2ff9b3-mgi4qn3c","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-2ff9b3-mgi4qn3c","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"aac580dfb0170d0909cd4169673d7e75b34051b5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-2ff9b3-mgi4qn3c.tgz","fileCount":935,"integrity":"sha512-Okd7HsnmGjPVwfLU+xHwiUo1gJDDS7LLGBSsPxyRH0c+9FhK/cLFlEa9m763QL/6XkTKaErakSCoecpkPxJA4Q==","signatures":[{"sig":"MEUCIQDyPoZMk2SbImGt3oiG/jPV5oBq4AfUZBup9B4DQkCPvQIgHWzeoVWpS2u5kt9LzCJN4SqRyAKyXBXVCbPzr8FhPQg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4271891},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-fix-2ff9b3-mgi4qn3c.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/9e380eb3e494cc9fefe0d477b0b85b28/5minds-processcube_engine-20.0.0-fix-2ff9b3-mgi4qn3c.tgz","_integrity":"sha512-Okd7HsnmGjPVwfLU+xHwiUo1gJDDS7LLGBSsPxyRH0c+9FhK/cLFlEa9m763QL/6XkTKaErakSCoecpkPxJA4Q==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-fix-2ff9b3-mgi4qn11"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-fix-2ff9b3-mgi4qn6k"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-2ff9b3-mgi4qn3c_1759936657284_0.14220574079637838","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-819f96-mgj76xp0":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-819f96-mgj76xp0","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-819f96-mgj76xp0","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1a6ab500057511a02dd424a82e89a2e4ec6da553","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-819f96-mgj76xp0.tgz","fileCount":950,"integrity":"sha512-A5uPLsaQ1CRfvfpDb+SuliaeNhmkVoPKrVIvOk0VSO0ySx3vYikmHnh/PRLlQW1lpo8re/88rT+jxCLmOqCq+w==","signatures":[{"sig":"MEQCIEpk/Cv6I1glxFz3Oqkx0mSO1p0g72XnIU3iYK69litZAiAuYa9MD0Zej6E4dL5jByJGncyM+FAgyxhOyi7hezFvsg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4314747},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-819f96-mgj76xp0.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/f844568d9fabd99b77a168b0b49ab585/5minds-processcube_engine-20.0.0-feature-819f96-mgj76xp0.tgz","_integrity":"sha512-A5uPLsaQ1CRfvfpDb+SuliaeNhmkVoPKrVIvOk0VSO0ySx3vYikmHnh/PRLlQW1lpo8re/88rT+jxCLmOqCq+w==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-819f96-mgj76xw3"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-819f96-mgj76xu9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-819f96-mgj76xp0_1760001245910_0.6764195210223058","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-819f96-mgj7gboa":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-819f96-mgj7gboa","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-819f96-mgj7gboa","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"a5fd92877e0a5cdfab37b17521b3e465d65b52e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-819f96-mgj7gboa.tgz","fileCount":950,"integrity":"sha512-eLfvRVSccLRtJri11g4CViAcV98WJEsW80sAPWo2AzF00O589j761p86yDc+vh6S3AXvl4cXu+8splIaITAdwQ==","signatures":[{"sig":"MEQCIAl9llPzNuthJO2+/xHkkWDhtoYvwHipdypSLnlSclC2AiBaVAeIFnKx3qgZVP9Bsy+vc4uJXSsCyeLIMQKh46e/PA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4314747},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-819f96-mgj7gboa.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/9ab48a1e9485dc7ff6066b1e973e1be2/5minds-processcube_engine-20.0.0-feature-819f96-mgj7gboa.tgz","_integrity":"sha512-eLfvRVSccLRtJri11g4CViAcV98WJEsW80sAPWo2AzF00O589j761p86yDc+vh6S3AXvl4cXu+8splIaITAdwQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.16.0","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.0.1","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.9.1","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.3.1","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.28.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-819f96-mgj7gbtc"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.2","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^7.0.3","typescript":"^5.9.2","@types/node":"^24.3.1","mochawesome":"^7.1.3","@types/mocha":"^10.0.10","@types/lodash":"^4.17.13","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"6.2.0-feature-819f96-mgj7gbhu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-819f96-mgj7gboa_1760001666993_0.44740182847818644","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-48033f-mgq71y2g":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-48033f-mgq71y2g","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-48033f-mgq71y2g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"44f254538c4c9150b6a4431ad9510bf58f9dbfd7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-48033f-mgq71y2g.tgz","fileCount":935,"integrity":"sha512-ukVU03xcH/haLm0KW3HRW13MqJgSB6CnozxrQH+l7BlmRLmL6vBXfjlEQKA8TFNuyHr9mhvWY27CJ3sxPTdm/g==","signatures":[{"sig":"MEUCIQCAtg0f+yyvoBlyWwdTKvg28tdwxlnNCkAQ6LYaC0NKxAIgTNmjE0JKKJo90i1xovQNpr28/XNRigidJYL2XUzUL+8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272727},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-48033f-mgq71y2g.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/bebae1b998d08eca9b8acf60127453b2/5minds-processcube_engine-20.0.0-renovate-48033f-mgq71y2g.tgz","_integrity":"sha512-ukVU03xcH/haLm0KW3HRW13MqJgSB6CnozxrQH+l7BlmRLmL6vBXfjlEQKA8TFNuyHr9mhvWY27CJ3sxPTdm/g==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.1","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-48033f-mgq71xyb"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.3","should":"^13.2.3","wtfnode":"^0.10.0","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.6.1","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-48033f-mgq71xzq"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-48033f-mgq71y2g_1760424365509_0.5260153667399414","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-b05ff5-mgq9lfg1":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-b05ff5-mgq9lfg1","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-b05ff5-mgq9lfg1","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"4127d1961eb8db747d7c18048063b99f1a6a027a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-b05ff5-mgq9lfg1.tgz","fileCount":935,"integrity":"sha512-EKgdKNadj1Vq3Ly3EXytfhBakIph3YDRPX27boB7k9e8ykHbcED9H/SmNJW9OYxtnVLAKBjQciUWmACdMuoaBA==","signatures":[{"sig":"MEUCIBlTnKSuHvsJILDsi9Z9ei25qdjkwthGoQwWoUwXBr5rAiEA7CQ+uZsA/xUIhobPynYTgR6PjR81ZqfiwTLNNqv1AYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4272724},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-b05ff5-mgq9lfg1.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/41d731997a26f2c1e179de03e8bdc220/5minds-processcube_engine-20.0.0-develop-b05ff5-mgq9lfg1.tgz","_integrity":"sha512-EKgdKNadj1Vq3Ly3EXytfhBakIph3YDRPX27boB7k9e8ykHbcED9H/SmNJW9OYxtnVLAKBjQciUWmACdMuoaBA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-b05ff5-mgq9lfin"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-b05ff5-mgq9lfcn"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-b05ff5-mgq9lfg1_1760428592574_0.6203452961920681","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-47bf94-mgrns3re":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-47bf94-mgrns3re","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-47bf94-mgrns3re","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b334b770973a7a332e5a4c5f2a96ecf285eb53bb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-47bf94-mgrns3re.tgz","fileCount":935,"integrity":"sha512-SYh3pok229hnS5Q3o1aWihJnHXU5Dkr9ZgZpIZ4MZ2C31F7ETbTJggkX30dHK3QepfYuA44CsvewX7ppgfPbnQ==","signatures":[{"sig":"MEQCIFmfGqvCGIl5pWWl4UsA/WtdREfkbg5CmNOkZAtl1hohAiBezxvQrFwAUjlbmyUrmo3PO3QgsVs2JEuHIzRsthzDGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274768},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-fix-47bf94-mgrns3re.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/17c99f70993315f1cfb76b5f44ce3c97/5minds-processcube_engine-20.0.0-fix-47bf94-mgrns3re.tgz","_integrity":"sha512-SYh3pok229hnS5Q3o1aWihJnHXU5Dkr9ZgZpIZ4MZ2C31F7ETbTJggkX30dHK3QepfYuA44CsvewX7ppgfPbnQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-fix-47bf94-mgrns3tc"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-fix-47bf94-mgrns3n3"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-47bf94-mgrns3re_1760512871463_0.5797571449217851","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-fix-b5149f-mgro7g7a":{"name":"@5minds/processcube_engine","version":"20.0.0-fix-b5149f-mgro7g7a","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-fix-b5149f-mgro7g7a","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"20c9046f3e4433ef22cb19f3f3c6a01d27daa282","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-fix-b5149f-mgro7g7a.tgz","fileCount":935,"integrity":"sha512-f45KK6mVE5o/8o3aiR+68l/LGY4mnMxfcsk/JzweXMusjQKJ94TnLcywjeO0OQYXy6n82IHC+sSTdOlKei6d2w==","signatures":[{"sig":"MEUCIQD8hYIyXZN+aAwWFHpe2rCQGW8lomXdwyJu6py5bk4yRAIgPwZ47R3tzKTZNfnztUo8LK9tMWEwmIbT38EdcJpZuoc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274768},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-fix-b5149f-mgro7g7a.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/309798048a21552b6688b62a891d3031/5minds-processcube_engine-20.0.0-fix-b5149f-mgro7g7a.tgz","_integrity":"sha512-f45KK6mVE5o/8o3aiR+68l/LGY4mnMxfcsk/JzweXMusjQKJ94TnLcywjeO0OQYXy6n82IHC+sSTdOlKei6d2w==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-fix-b5149f-mgro7gd7"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-fix-b5149f-mgro7gbh"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-fix-b5149f-mgro7g7a_1760513607235_0.305790773767566","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-bb7a27-mgroypgf":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-bb7a27-mgroypgf","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-bb7a27-mgroypgf","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"003239ec9654b11380b98d90b5d57ed7d1e58726","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-bb7a27-mgroypgf.tgz","fileCount":935,"integrity":"sha512-cclA1bdLK03Qq0iGbTxjQwUOejHR+FvQFx0IXH6Nqo5LJc6ULAz+8bvJTlXIz0WsluXuDLC3h7zEr7eRS0Rn7Q==","signatures":[{"sig":"MEUCIQCQzK8SYStNIMvMOSrg3f839jM3W5FVviCag1fBCNybqQIgOk2YTCez8lV263O1i1HKhIUS/KAYhRr1L6abvAWGzXQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-bb7a27-mgroypgf.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/d19d1dfdeb997ee6a7328566943555fa/5minds-processcube_engine-20.0.0-develop-bb7a27-mgroypgf.tgz","_integrity":"sha512-cclA1bdLK03Qq0iGbTxjQwUOejHR+FvQFx0IXH6Nqo5LJc6ULAz+8bvJTlXIz0WsluXuDLC3h7zEr7eRS0Rn7Q==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-bb7a27-mgroypi1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-bb7a27-mgroypea"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-bb7a27-mgroypgf_1760514858070_0.39592190810626127","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-alpha.10":{"name":"@5minds/processcube_engine","version":"20.0.0-alpha.10","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-alpha.10","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5eb5ba81ffe142458fcd30864f7e3c7cbbf6dbcb","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-alpha.10.tgz","fileCount":935,"integrity":"sha512-FRnTGfvjfVon311pJ9M5q47CpQZCm2a82HZK0g9CtgB/Df8ISLKvDamQTchdgcEkuVrRWrK8VEgZFKBzh60LbA==","signatures":[{"sig":"MEUCIQC12yKb1iq3bJmoOFkcz9ofXUjXoFXNDqlGaTcMVaxIpwIgcu7whFDFho0WjHWXD4w7dfREOMA+tH7B2tlyf4KCDUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274735},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-alpha.10.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/727c433c0963c33da12d020a902083fd/5minds-processcube_engine-20.0.0-alpha.10.tgz","_integrity":"sha512-FRnTGfvjfVon311pJ9M5q47CpQZCm2a82HZK0g9CtgB/Df8ISLKvDamQTchdgcEkuVrRWrK8VEgZFKBzh60LbA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-alpha.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-alpha.11"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-alpha.10_1760539189106_0.8184746664526323","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-110ac5-mgt2vt59":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-110ac5-mgt2vt59","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-110ac5-mgt2vt59","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"maxzxl","email":"maximilian.zoladz@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"alexanderkasten","email":"alex@kasten.pw"},{"name":"shoreal","email":"tim.schramme@5minds.de"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"obivarg","email":"veritas-dolet@eclipso.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"marcraeder","email":"marc.raeder@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"niclaspodzierski","email":"niclas.podzierski@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"},{"name":"luisthieme","email":"luis.thieme@5minds.de"},{"name":"louisacs","email":"louisa.strunk@5minds.de"},{"name":"sebastianwehmeyer","email":"sebastian.wehmeyer@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"70edd8a626a7efc7f3c209a5fac7afb66f76b72d","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-110ac5-mgt2vt59.tgz","fileCount":935,"integrity":"sha512-94StiUVgjdi0uKj4/b1slnIeScb0K/XVB/WdI7n/E9iC121mzwzBZOe52YppF439Qv5p4AmL0fLKps7w2p5VLw==","signatures":[{"sig":"MEQCIENs4oOvZg0L/1ksdOmNe2eZ54LuNay9B2osuMExqyiqAiBRe8+Tm0recJDGh6iFlw1R8ou8YXoWOVIB8v9sIW8FpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4288346},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-110ac5-mgt2vt59.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/36071c751279bed51cdc325f57b41b46/5minds-processcube_engine-20.0.0-feature-110ac5-mgt2vt59.tgz","_integrity":"sha512-94StiUVgjdi0uKj4/b1slnIeScb0K/XVB/WdI7n/E9iC121mzwzBZOe52YppF439Qv5p4AmL0fLKps7w2p5VLw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-110ac5-mgt2vt6y"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-feature-110ac5-mgt2vt45"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-110ac5-mgt2vt59_1760598692749_0.6741423331596172","host":"s3://npm-registry-packages-npm-production"}},"18.6.6":{"name":"@5minds/processcube_engine","version":"18.6.6","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"82159193049756d1b5aaa48a9b63b33a13ceb462","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.6.tgz","fileCount":931,"integrity":"sha512-MLRxq5UCOEgug3gVHwvoenfB7X1Jwq/A9r6KL1HJSEGYpCkparhJ3KDc1UwIaUib8PqaOyrlDkMUxDv0+1xyPg==","signatures":[{"sig":"MEQCICMQlON4IDalSWL8C0ZojJu9kp5mMOoe2bigyTZYo3/GAiBOexEaXwtdg8o6h510aDby8EgzRQHiTmTDZYkG54d9ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4180855},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"007a9ad4c276101c3c05ad516af482e9744687a1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.6_1762523343260_0.5482406668146498","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-feature-6a50d6-mht9nyfx":{"name":"@5minds/processcube_engine","version":"20.0.0-feature-6a50d6-mht9nyfx","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-feature-6a50d6-mht9nyfx","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7e52e29cc78aebbe2ff490441ff2dfe0162d6414","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-feature-6a50d6-mht9nyfx.tgz","fileCount":935,"integrity":"sha512-KuITCWQngL4AhmuyjBI5mKxVkXFrgLP/mCx8GSmWRhWBweHtzlCPrX/rgl4JNzIhKHRNi+pAMePlYPYfsoC+rQ==","signatures":[{"sig":"MEQCIH/Ml8j2UAKQ40v8HPDAP+r5YXxr7jM9/kbo+V3HWN4TAiB/LDS7divfGKdcN96kfIzJbcqop1gzSCmob52Mu2ic2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-feature-6a50d6-mht9nyfx.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/e3475e20a293cad55dac755657ac6370/5minds-processcube_engine-20.0.0-feature-6a50d6-mht9nyfx.tgz","_integrity":"sha512-KuITCWQngL4AhmuyjBI5mKxVkXFrgLP/mCx8GSmWRhWBweHtzlCPrX/rgl4JNzIhKHRNi+pAMePlYPYfsoC+rQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-feature-6a50d6-mht9nyfo"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-feature-6a50d6-mht9nyiu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-feature-6a50d6-mht9nyfx_1762786875529_0.8919747888325325","host":"s3://npm-registry-packages-npm-production"}},"18.6.7":{"name":"@5minds/processcube_engine","version":"18.6.7","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.7","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f33435b5c6cff47a28295c945f158740a14fa722","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.7.tgz","fileCount":931,"integrity":"sha512-7PF3U9BGnGqukPW1dkwDmoeETukgNKuEltSZOGwJaWEdwav9D6kNtU6VPCcHePvn/XaEH04/BpTEL/hcGkTjWw==","signatures":[{"sig":"MEYCIQCGDIQUFA4JhzPt9PkS1iU/HRhPsGxSw2Wj3+XRQtOrOAIhANnvcVXgALss5qp1euJ5dMmDgCGryM9JEcn4qtkMEOpK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4178899},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"0787c1aafe1f24c8cf9e8ddd7bf36e8bb9639fe5","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.7_1762875975801_0.7347248593667346","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-4613dc-mi4l1p6g":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-4613dc-mi4l1p6g","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-4613dc-mi4l1p6g","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"1e85055a8a7b5eb1c24509a23057bb8269440c4e","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-4613dc-mi4l1p6g.tgz","fileCount":935,"integrity":"sha512-MZ4b7QLsafJxYq3GClI4o3gKnSlqIcl/8YUMwrttJ9qA4P5K8QwRxBPPZoGsPVdOoeoOIyF+lBS6Dc9tf2wxKw==","signatures":[{"sig":"MEUCICn3kr6T5nMK5QeGve5kc8ysxoc8RD5fMyNX5+2cLUcVAiEA+Nww2rbadtHXgOU3uMljEJY18WXA9c/1djitY5W7kcM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-4613dc-mi4l1p6g.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/16bb98e4979a8fda61893ce32e7273aa/5minds-processcube_engine-20.0.0-renovate-4613dc-mi4l1p6g.tgz","_integrity":"sha512-MZ4b7QLsafJxYq3GClI4o3gKnSlqIcl/8YUMwrttJ9qA4P5K8QwRxBPPZoGsPVdOoeoOIyF+lBS6Dc9tf2wxKw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.2","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-4613dc-mi4l1p52"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-4613dc-mi4l1ozj"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-4613dc-mi4l1p6g_1763471123749_0.40273329963781124","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-660e38-mi4l1w2f":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-660e38-mi4l1w2f","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-660e38-mi4l1w2f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7499cc7be62ba5ec169bcd1e9f3d8537849600e2","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-660e38-mi4l1w2f.tgz","fileCount":935,"integrity":"sha512-fFSMX+VWi7TaGinvOssWkNeuU83ReXMdFL8aDwa7kU8pXQMrFJcQwYWcNdpw2TuXjZ06+atl81b162rdpMiEWQ==","signatures":[{"sig":"MEQCICQNSeXPV6nEWyvCYwoeW4qLcJNC8IPAwyCGiufIxbfDAiA0dmPc41xGaEyneM0aUriLy2BzHfXg0AOXyT0QqrYzbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-660e38-mi4l1w2f.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/44f307577dae46ce5cec7d523fd15959/5minds-processcube_engine-20.0.0-renovate-660e38-mi4l1w2f.tgz","_integrity":"sha512-fFSMX+VWi7TaGinvOssWkNeuU83ReXMdFL8aDwa7kU8pXQMrFJcQwYWcNdpw2TuXjZ06+atl81b162rdpMiEWQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-660e38-mi4l1w1e"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-660e38-mi4l1w0z"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-660e38-mi4l1w2f_1763471144623_0.5637991880226023","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-a956a2-mi4l3clg":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-a956a2-mi4l3clg","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-a956a2-mi4l3clg","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"97aab8ed37c21153c7f9790dd642b1bc51cdac15","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-a956a2-mi4l3clg.tgz","fileCount":935,"integrity":"sha512-7wgYe7A2zdwcG20xMMGVUjkbP5a8dVGZc3qkVBAU7fYev/g7UU09EUZvZdDjkP2miqjYp1cYGJYr3Fsoyw7gFg==","signatures":[{"sig":"MEUCIQD78AIOJn+cUPs/09Wp3GnX9HQ+3No81r9XzyCKOk+BIQIgDXFubxtm5+BrC+jkNEJbiYpxWVrPthv2jHXnDfh1b28=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-a956a2-mi4l3clg.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/24af4ae0ec83d9a667d84355581e37b2/5minds-processcube_engine-20.0.0-renovate-a956a2-mi4l3clg.tgz","_integrity":"sha512-7wgYe7A2zdwcG20xMMGVUjkbP5a8dVGZc3qkVBAU7fYev/g7UU09EUZvZdDjkP2miqjYp1cYGJYr3Fsoyw7gFg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-a956a2-mi4l3cpc"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-a956a2-mi4l3cen"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-a956a2-mi4l3clg_1763471207360_0.025198444218156757","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-5b28fe-mi4l5n9x":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-5b28fe-mi4l5n9x","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-5b28fe-mi4l5n9x","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"685d813594aa873053fc4e47d6375d6c6f712d64","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-5b28fe-mi4l5n9x.tgz","fileCount":935,"integrity":"sha512-GzgKeWmUECoHa5tt+rji1+ltAdqH13Bed7Tju85169ymrC4l570AHAId5D2f7RGOIRU8fxX23/Y/2h4rm9ooBw==","signatures":[{"sig":"MEYCIQDbDIlpvBNRKfILICDB8yqWocDSGxVe7bLOAkdxqg0MFgIhAO4kQUlM1CYU5SBImhuq4lhFHGGV9E0i7FaFs0Ptqu2x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-5b28fe-mi4l5n9x.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/cfaa420822d90ebe7fb764fbf8c24c2d/5minds-processcube_engine-20.0.0-renovate-5b28fe-mi4l5n9x.tgz","_integrity":"sha512-GzgKeWmUECoHa5tt+rji1+ltAdqH13Bed7Tju85169ymrC4l570AHAId5D2f7RGOIRU8fxX23/Y/2h4rm9ooBw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.2","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-5b28fe-mi4l5nga"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-5b28fe-mi4l5nbc"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-5b28fe-mi4l5n9x_1763471301448_0.8779190671456236","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-e0f556-mi5brjdl":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-e0f556-mi5brjdl","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-e0f556-mi5brjdl","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f43bc163313da8457515acb6d6b66d8076b10973","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-e0f556-mi5brjdl.tgz","fileCount":935,"integrity":"sha512-d4W+CMUXMtNJUjL32bSYXEilDpXvU5bsNm8T1Fw9ehWSHLJy1YZIzvinvThuY05JtGeO/hJIVM/gre60Cebzzw==","signatures":[{"sig":"MEUCIF3V2FbvEFPaDD40ZhEoAH8AQjqluxFk5i4cgR7bvS6zAiEAjQBJEyi4u5WyXoCudMMxkMutCuLw2gIJdbHPBRAzIBU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-e0f556-mi5brjdl.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/8cbb451616803932249c55f66cc9ec81/5minds-processcube_engine-20.0.0-develop-e0f556-mi5brjdl.tgz","_integrity":"sha512-d4W+CMUXMtNJUjL32bSYXEilDpXvU5bsNm8T1Fw9ehWSHLJy1YZIzvinvThuY05JtGeO/hJIVM/gre60Cebzzw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-e0f556-mi5brjep"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-develop-e0f556-mi5brjhq"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-e0f556-mi5brjdl_1763515993956_0.6500010765162465","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-6ecbc8-mi5bs24y":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-6ecbc8-mi5bs24y","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-6ecbc8-mi5bs24y","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"620045ac37340a245a7a3f267231e66b1b298cec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-6ecbc8-mi5bs24y.tgz","fileCount":935,"integrity":"sha512-FA2eCQnIXdT+4C8S8H1iXi3lfXZ2cqfVP1lJEhFxU53vG8+CpmGgrp+KKK4GgQsP27gKSjUAGEP973j2eVeBNQ==","signatures":[{"sig":"MEYCIQCzvKAIhuhIflMolXCzCEAMQh8Ak0IFXodabA4aU4V2YAIhAMbbEjAMaVO7SaDLRCwgDs+2rt8Hg/3kkoquz9y3syi5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-6ecbc8-mi5bs24y.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/5c2f21017c1fd306717797db09408bd8/5minds-processcube_engine-20.0.0-renovate-6ecbc8-mi5bs24y.tgz","_integrity":"sha512-FA2eCQnIXdT+4C8S8H1iXi3lfXZ2cqfVP1lJEhFxU53vG8+CpmGgrp+KKK4GgQsP27gKSjUAGEP973j2eVeBNQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-6ecbc8-mi5bs26d"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-6ecbc8-mi5bs1qi"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-6ecbc8-mi5bs24y_1763516026400_0.8302362763491216","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-dfb7b0-mi5bts7d":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-dfb7b0-mi5bts7d","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-dfb7b0-mi5bts7d","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6bd66b2e601dbb9d0aa04d57fb3eeaaeba1e5c4c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-dfb7b0-mi5bts7d.tgz","fileCount":935,"integrity":"sha512-qjVbNFbyYifvLYWCCRF2uyFtRIvmsFkocqJKdyZRIg2dY39mFzymagpl9KORMAJVIuliDRHC6y8aPu+XJlE3Fg==","signatures":[{"sig":"MEUCIQDuIhTy31LlJY7dzOVtY04WR46JIk7rUj9ugJ9qCCUB8AIgWN2fUs1u/a3/2Ju8bqD9HiTNWsZ4ZtaBZy7b2teAK6I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-dfb7b0-mi5bts7d.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/6320a7bbf9855653777d5d1e94a17789/5minds-processcube_engine-20.0.0-renovate-dfb7b0-mi5bts7d.tgz","_integrity":"sha512-qjVbNFbyYifvLYWCCRF2uyFtRIvmsFkocqJKdyZRIg2dY39mFzymagpl9KORMAJVIuliDRHC6y8aPu+XJlE3Fg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.2","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-dfb7b0-mi5btsd1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-dfb7b0-mi5bts6r"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-dfb7b0-mi5bts7d_1763516101984_0.09849724695428352","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-d66c4c-mibz9lql":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-d66c4c-mibz9lql","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-d66c4c-mibz9lql","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"54414538966defef6ac7b959c5fc01f83f857550","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-d66c4c-mibz9lql.tgz","fileCount":935,"integrity":"sha512-1a5XLnW/zdJwgZIkRgdemWiIHY/OOBMxmOcb06el4ITnVhDU3iYENAj9uNHkQJ5G5WZusDIDT+I6bNPapWzgYQ==","signatures":[{"sig":"MEUCIQCQTQ+RfZ1TLsGv8GtEhWwSROeWM9F8aAg2nl1mIIMgiwIgXZ29GP0YD7g3iDsq0/TF6YzQUQ6+hynLMJ4mhNgohow=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-d66c4c-mibz9lql.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/84e0b71df374d74884e39a76ce51cf9b/5minds-processcube_engine-20.0.0-renovate-d66c4c-mibz9lql.tgz","_integrity":"sha512-1a5XLnW/zdJwgZIkRgdemWiIHY/OOBMxmOcb06el4ITnVhDU3iYENAj9uNHkQJ5G5WZusDIDT+I6bNPapWzgYQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-d66c4c-mibz9lud"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-d66c4c-mibz9ls9"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-d66c4c-mibz9lql_1763918275221_0.6916473336240785","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-4ad79e-micg4d3e":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-4ad79e-micg4d3e","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-4ad79e-micg4d3e","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"b2d52d696ba937cda80f57e214370fdada17300b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-4ad79e-micg4d3e.tgz","fileCount":935,"integrity":"sha512-MESRFW4d91658Aqeg82WeOq6oBN7+m9Uz9wzkbndyJV4yNycACB2t+eeWyEOpUOT3E94FTnhfWZYasPpcVVmIA==","signatures":[{"sig":"MEQCIHIqhytZsPUx18d0A39r8TDz2gR1KqHEniAZKfj19Nd0AiB1/3vUuhz1tDUj/okViwneFUoyNpYwh7zX8R1GyyPj9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-4ad79e-micg4d3e.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/f8925171daf8ce84713d1fdbd66b819f/5minds-processcube_engine-20.0.0-renovate-4ad79e-micg4d3e.tgz","_integrity":"sha512-MESRFW4d91658Aqeg82WeOq6oBN7+m9Uz9wzkbndyJV4yNycACB2t+eeWyEOpUOT3E94FTnhfWZYasPpcVVmIA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-4ad79e-micg4d3a"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-4ad79e-micg4czz"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-4ad79e-micg4d3e_1763946579964_0.1932725242415796","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-94edbb-mifegr2f":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-94edbb-mifegr2f","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-94edbb-mifegr2f","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"9817dac58f421ff79575107ca4b8672dc23c09ff","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-94edbb-mifegr2f.tgz","fileCount":935,"integrity":"sha512-pdOe7JKBQQ6QPI6fZsqkr9sWrdzeCqDA7hKlHruVKpR3KA9LFnVREiKXM511BNu8OUWHbaTpt3Kqd6uB3EXAPg==","signatures":[{"sig":"MEQCIG8CSQ5LIqI9vKIaZiTSe35RH2ofCXPHiInBPlI5I6VGAiBIMY4eSu9BAFkH4qcelT4EOECwLQSHN9wJKQH4PcFDiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-94edbb-mifegr2f.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/8cc5eb01d160f9bd74ee53c5cfcc22e4/5minds-processcube_engine-20.0.0-renovate-94edbb-mifegr2f.tgz","_integrity":"sha512-pdOe7JKBQQ6QPI6fZsqkr9sWrdzeCqDA7hKlHruVKpR3KA9LFnVREiKXM511BNu8OUWHbaTpt3Kqd6uB3EXAPg==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-94edbb-mifegqui"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.0-renovate-94edbb-mifegqwn"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-94edbb-mifegr2f_1764125195575_0.835073093020714","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-a87db3-mihdf4at":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-a87db3-mihdf4at","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-a87db3-mihdf4at","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f86a82992367afcc636db93849fc15ce371c7edd","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-a87db3-mihdf4at.tgz","fileCount":935,"integrity":"sha512-SpzxVb0Foe+5xhkjLAe7vRuG1bNISt64FpGZgrDnopbOgp4G8HVY8JoTcivL2K2War1iq4muit7jfLrXilsVhA==","signatures":[{"sig":"MEUCIDrKgcqVM0qtnxu/iVADNt8wUlzAvn4fJg7HvJFcJf9mAiEAmwFmnS8HDgPew7TMJrAY59tepCVCx8jW14lcbs/Ok80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-a87db3-mihdf4at.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/b7857aa6925478e8e5b1d574b25acf19/5minds-processcube_engine-20.0.0-develop-a87db3-mihdf4at.tgz","_integrity":"sha512-SpzxVb0Foe+5xhkjLAe7vRuG1bNISt64FpGZgrDnopbOgp4G8HVY8JoTcivL2K2War1iq4muit7jfLrXilsVhA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.29.4","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-a87db3-mihdf4e7"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-develop-a87db3-mihdf4ie"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-a87db3-mihdf4at_1764244377379_0.29864732505228586","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-b11a95-mihpmc11":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-b11a95-mihpmc11","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-b11a95-mihpmc11","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"db4ecf69606ec0bbb892a7b71c8ee839ce0f918c","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-b11a95-mihpmc11.tgz","fileCount":935,"integrity":"sha512-xoQLwwmmGYBvIkwPGTAhDGo1uK6GQpcSIEeSnT43b6P84vjxwporpnGJpJdqAe8m3Y76SXV94rLufg5dUsTWxQ==","signatures":[{"sig":"MEUCIQDZPpgHfTEQU2YrUL3CleO5ZfuXa0u98m6O2w5v14q+IQIgWwnQNlOkG9gKXSNONqXpymiy7b35UEU2dSsX3ZD1fYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-b11a95-mihpmc11.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/4d737687e8e239d20fcff646be9eb2ad/5minds-processcube_engine-20.0.0-renovate-b11a95-mihpmc11.tgz","_integrity":"sha512-xoQLwwmmGYBvIkwPGTAhDGo1uK6GQpcSIEeSnT43b6P84vjxwporpnGJpJdqAe8m3Y76SXV94rLufg5dUsTWxQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-b11a95-mihpmc9u"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-b11a95-mihpmc5n"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-b11a95-mihpmc11_1764264863527_0.4854773631038991","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-19708b-mihzjmjj":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-19708b-mihzjmjj","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-19708b-mihzjmjj","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"80a0a033a77e5fc61273c21a3d30326977c5a9a7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-19708b-mihzjmjj.tgz","fileCount":935,"integrity":"sha512-hMT/3gmgaVRx3NWhkDG6jLWMn05bLzK4BrIogOB1TN4TIyFTF5G5ccy/KQvqhPRZYAZHG7ckO1Y5UwvBNLS/cA==","signatures":[{"sig":"MEUCIQDnoIHNEgFgGAfIpU4oi0tc4NgNnA/KemHlb+sSl6Ro+QIgMJp+y2vv+4DgbAgYEc+EsDQnSCIdEQSumnWdNgyxn2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-19708b-mihzjmjj.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/a880d28222b7de937b76265da5a996f0/5minds-processcube_engine-20.0.0-develop-19708b-mihzjmjj.tgz","_integrity":"sha512-hMT/3gmgaVRx3NWhkDG6jLWMn05bLzK4BrIogOB1TN4TIyFTF5G5ccy/KQvqhPRZYAZHG7ckO1Y5UwvBNLS/cA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-19708b-mihzjmex"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-develop-19708b-mihzjmlh"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-19708b-mihzjmjj_1764281538416_0.5019501113676856","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-d62db9-mimivsab":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-d62db9-mimivsab","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-d62db9-mimivsab","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"s3bastiangriesa5minds","email":"sebastian.griesa@5minds.de"},{"name":"5kallweit","email":"thorsten.kallweit@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"dianastefan","email":"diana.stefan@5minds.de"},{"name":"gazer1998","email":"jeremy.hill@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"2d1dcc438f21ab86471293fb7034b695b8e864d1","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-d62db9-mimivsab.tgz","fileCount":935,"integrity":"sha512-L9CY7lIWQbKf2DjgN2X5IiXjt2FtdlcwaFEQGajJdew5rPUqWYg421RcVrfKgYd5OW8O43CfmHWfNqUFYqL/tA==","signatures":[{"sig":"MEQCIDTmfcoHLwUMlFZe8TuenWARr2spd5m6nmsnLJ1oCqmOAiAppMtfxX5Z7FI/7COGiJmQ26zlduhdHBu7ryH1S5Mgwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-d62db9-mimivsab.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/b69d9756971f80c348076cc51a8d4f89/5minds-processcube_engine-20.0.0-renovate-d62db9-mimivsab.tgz","_integrity":"sha512-L9CY7lIWQbKf2DjgN2X5IiXjt2FtdlcwaFEQGajJdew5rPUqWYg421RcVrfKgYd5OW8O43CfmHWfNqUFYqL/tA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-d62db9-mimivse1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-d62db9-mimivs7m"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-d62db9-mimivsab_1764555876859_0.6159476182862853","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-develop-19708b-mioj98qy":{"name":"@5minds/processcube_engine","version":"20.0.0-develop-19708b-mioj98qy","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-develop-19708b-mioj98qy","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ba10341909447d2d66fe2501237ce1eee5c8a7cc","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-develop-19708b-mioj98qy.tgz","fileCount":935,"integrity":"sha512-FxAxW2EL715qDFzj8+dovTHFAxQRI6+RnwQTOaaer3Zr4HNdLWF986zJ7gRiXaQjq4M6NMMvNJ61RNvGpoS+Ew==","signatures":[{"sig":"MEYCIQDZDs+JuXU84kBPO/CWvLgY3A/ORttSIJKqE4ILD8qIuQIhANzXreFbNOfvRX9VYNnfdkeGc9ctp+9WyJVeAy3a1JEY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274780},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-develop-19708b-mioj98qy.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/34a847605b9333bdee94ecd07dc4bce7/5minds-processcube_engine-20.0.0-develop-19708b-mioj98qy.tgz","_integrity":"sha512-FxAxW2EL715qDFzj8+dovTHFAxQRI6+RnwQTOaaer3Zr4HNdLWF986zJ7gRiXaQjq4M6NMMvNJ61RNvGpoS+Ew==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-develop-19708b-mioj98tc"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-develop-19708b-mioj98r4"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-develop-19708b-mioj98qy_1764677441654_0.9443624805295261","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-579dbf-mioti5e6":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-579dbf-mioti5e6","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-579dbf-mioti5e6","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"ceb2c320c08bddf7a13b42a99fad4c8ea4a6e042","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-579dbf-mioti5e6.tgz","fileCount":935,"integrity":"sha512-pTNjXP/N2J+qgsO1QrJJXvGe7F/C4N1ptikBoiEPo8tRIJ7f56BTMcFvCKD7AzTM01H6O+SldShAcg4MT64wwQ==","signatures":[{"sig":"MEUCIFswO2qd69h2OB4TXw9LbdPwrvW8489olL8ZL5ceXvyfAiEAk+JFQNeTWQ0oZplRsrTJmxvs+o16wB9zU6hJ8Se5Dsc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-579dbf-mioti5e6.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/6ac02d68eba19613c6e48d6d0aeb1280/5minds-processcube_engine-20.0.0-renovate-579dbf-mioti5e6.tgz","_integrity":"sha512-pTNjXP/N2J+qgsO1QrJJXvGe7F/C4N1ptikBoiEPo8tRIJ7f56BTMcFvCKD7AzTM01H6O+SldShAcg4MT64wwQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-579dbf-mioti57h"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-579dbf-mioti55r"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-579dbf-mioti5e6_1764694645047_0.3392517929791252","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-573246-mip4jk3q":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-573246-mip4jk3q","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-573246-mip4jk3q","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c36b4341b3b31283cee75065af5623a3bc495116","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-573246-mip4jk3q.tgz","fileCount":935,"integrity":"sha512-HG7Y/xjm5bO6aQOlz6q0Dm4z9i9ezlMmRjR+QILIc2pbSpMP0CzPe65lbe2a2tnm2kWDc7b4qBaxjwjCV/Thkw==","signatures":[{"sig":"MEUCIQD7N6tg1F56oVcnl8zdxwErb8CVmllXxwPOu3J2bT35/AIgCOt11gAU7IMWylr5QsjzhFWhMToYrcFALr3/LYhDSsk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-573246-mip4jk3q.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/e0d204ac1dab4160b528f8fb5fbdc70f/5minds-processcube_engine-20.0.0-renovate-573246-mip4jk3q.tgz","_integrity":"sha512-HG7Y/xjm5bO6aQOlz6q0Dm4z9i9ezlMmRjR+QILIc2pbSpMP0CzPe65lbe2a2tnm2kWDc7b4qBaxjwjCV/Thkw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.5","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-573246-mip4jk7l"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-573246-mip4jjzh"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-573246-mip4jk3q_1764713199039_0.1466459116174048","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-bb97b5-miqe38x8":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-bb97b5-miqe38x8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-bb97b5-miqe38x8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"00af6899f73425026ecf96ac2e9bcb71dad694f5","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-bb97b5-miqe38x8.tgz","fileCount":935,"integrity":"sha512-HOXnbAQSxfL4E61uKCgyQ9SvBeb9CgcnF8E5xRYskx6h2/akCJGr1FrMmkm0qU3+NRFmMhCVSFcGoOfCiXLgpw==","signatures":[{"sig":"MEYCIQC/bxxd9qQazjXvifYgJNkD9YyDiUmPoDr9jQzEeVQQEQIhAJnBdWQ4otVjFsbLT/eVDMVafmSv293FXiXxBMfSVAPq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-bb97b5-miqe38x8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/74a70197a2e4ce97094ed0161b6b92f8/5minds-processcube_engine-20.0.0-renovate-bb97b5-miqe38x8.tgz","_integrity":"sha512-HOXnbAQSxfL4E61uKCgyQ9SvBeb9CgcnF8E5xRYskx6h2/akCJGr1FrMmkm0qU3+NRFmMhCVSFcGoOfCiXLgpw==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.6","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-bb97b5-miqe394q"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-bb97b5-miqe3944"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-bb97b5-miqe38x8_1764789695529_0.1045322352910576","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-f46a79-miqe8pp8":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-f46a79-miqe8pp8","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-f46a79-miqe8pp8","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"f65cd3376de8ba812aadff40bde1231f958f1f04","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-f46a79-miqe8pp8.tgz","fileCount":935,"integrity":"sha512-Aww+LFFQOHBAdRAHsj0/EorECtoDtePouux2iXCiXwJ8oBooqSt4aj6txuvCnu3p9ptMHaBcw2w6iFMXVkDbCQ==","signatures":[{"sig":"MEYCIQDIky52hlVWF/ZJh4bcHFgE4YzgHUCLwU4aBDKMcvTcGQIhAJFCZMqZTAB+KTdi4MawOOIgH6POv5QP6x5GKvgHXE0f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-f46a79-miqe8pp8.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/4768883b8040a7ff93b77039753dbe38/5minds-processcube_engine-20.0.0-renovate-f46a79-miqe8pp8.tgz","_integrity":"sha512-Aww+LFFQOHBAdRAHsj0/EorECtoDtePouux2iXCiXwJ8oBooqSt4aj6txuvCnu3p9ptMHaBcw2w6iFMXVkDbCQ==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.6","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-f46a79-miqe8q0y"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-f46a79-miqe8q79"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-f46a79-miqe8pp8_1764789951117_0.5340106036270389","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-691bb9-mirks7te":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-691bb9-mirks7te","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-691bb9-mirks7te","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"0a8fa59e199189f36a414cace7cab77ebb94d654","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-691bb9-mirks7te.tgz","fileCount":935,"integrity":"sha512-Fj8XfLBSJb6YP3c0z1Haqq038AUY8pIQAQQ5RVbUMmNkSWfGRhoykivjgyYiNqzBgZMdhtp5hYp5LocOMdrT6A==","signatures":[{"sig":"MEUCIQDAtycWTq/qmOfhRqHQyUZ2N9I220EL2ZgLlix5opth1wIgFZzYW6mhv3fH6Aa5Xw2uC3PBhROxNIWDcVMYowYfMN0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-691bb9-mirks7te.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/818e53fa008fe6f99720c02d12ffec77/5minds-processcube_engine-20.0.0-renovate-691bb9-mirks7te.tgz","_integrity":"sha512-Fj8XfLBSJb6YP3c0z1Haqq038AUY8pIQAQQ5RVbUMmNkSWfGRhoykivjgyYiNqzBgZMdhtp5hYp5LocOMdrT6A==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.6","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-691bb9-mirks7si"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-691bb9-mirks7oz"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-691bb9-mirks7te_1764861439074_0.7896161917378588","host":"s3://npm-registry-packages-npm-production"}},"20.0.0-renovate-03b2ff-miuu9bvm":{"name":"@5minds/processcube_engine","version":"20.0.0-renovate-03b2ff-miuu9bvm","keywords":["bpmn","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"proprietary","_id":"@5minds/processcube_engine@20.0.0-renovate-03b2ff-miuu9bvm","maintainers":[{"name":"moellenbeck","email":"martin.moellenbeck@5minds.de"},{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},{"name":"roblen","email":"robin.lenz@5minds.de"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"wolf-5minds","email":"steven.wolf@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"tim_hoffmann","email":"tim.hoffmann@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"87a17c799e52265e240fa223269da15e9a73976b","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-20.0.0-renovate-03b2ff-miuu9bvm.tgz","fileCount":935,"integrity":"sha512-z+2rnp7jO+5RiKTyQZ12wJDKaOo+lzzNud+06CeYiQayAq4XHkpmVdq/0NEV2P4Rla+Y7/Oq9ZSFrjJTRQesqA==","signatures":[{"sig":"MEUCIDPGQopQeuy+8tAOviCPseaxLtNMTbEOZuK172hNXpbuAiEA6mLfrtApvWJq/FTjrpoeQSkGjH0W4K9g8Xkk4fYMrAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4274783},"main":"dist/index.js","_from":"file:5minds-processcube_engine-20.0.0-renovate-03b2ff-miuu9bvm.tgz","types":"dist/index.d.ts","engines":{"node":">=20.9.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"scripts":{"build":"tsc","clean":"rm -rf dist","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","build:test":"rm -rf dist_test && tsc -p ./tsconfig_test.json","clean-build":"pnpm run clean && pnpm run build","setup:mssql":"node ./scripts/setup_mssql/mssql_docker.js reset","setup:sqlite":"node ./scripts/setup_sqlite.js","start-engine":"node ./bin/index.js","setup:postgres":"node ./scripts/setup_postgres/postgres_docker.js reset","prepare-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools prepare-version --allow-dirty-workdir --force","start-engine-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","add-box-release-tag":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine@$VERSION $BOX_RELEASE_TAG","publish-npm-package":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools publish-npm-package --create-tag-from-branch-name","publish-docker-image":"./publish_docker_image.sh","generate-swagger-docs":"node ./bin/generate_swagger.js","start-engine-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","commit-and-tag-version":"CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag","test:integration:engine":"./run_mocha_matrix.sh","test:integration:api:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_mssql \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:api:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_sqlite \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:core:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_mssql \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:core:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_sqlite \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:api:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/api_postgres \"./dist_test/test/api/**/*.spec.js\" --bail --exit","test:integration:server:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_mssql \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:core:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/core_postgres \"./dist_test/test/core/**/*.spec.js\" --bail --exit","test:integration:server:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_sqlite \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:server:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/server_postgres \"./dist_test/test/server/**/*.spec.js\" --bail --exit","test:integration:extensions:mssql":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_mssql \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:sqlite":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_sqlite \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit","test:integration:extensions:postgres":"cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 --retries 3 --reporter mochawesome --reporter-options reportDir=../../reports/extensions_postgres \"./dist_test/test/extensions/**/*.spec.js\" --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"ci+npm@process-engine.io"},"_resolved":"/tmp/de843ce8fd8c38d53d61bad02ecfa3d3/5minds-processcube_engine-20.0.0-renovate-03b2ff-miuu9bvm.tgz","_integrity":"sha512-z+2rnp7jO+5RiKTyQZ12wJDKaOo+lzzNud+06CeYiQayAq4XHkpmVdq/0NEV2P4Rla+Y7/Oq9ZSFrjJTRQesqA==","repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.8.2","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"20.19.6","dependencies":{"pg":"^8.16.0","ajv":"^8.17.1","ejs":"^3.1.10","ses":"~1.11.0","cors":"^2.8.5","jose":"^5.9.6","uuid":"^13.0.0","dayjs":"^1.11.18","nconf":"^0.13.0","umzug":"3.8.2","helmet":"8.1.0","lodash":"^4.17.21","win-ca":"~3.5.1","express":"^5.1.0","piscina":"~5.1.3","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^4.0.1","inversify":"7.10.4","pg-hstore":"^2.3.4","sequelize":"^6.37.5","socket.io":"4.8.1","async-lock":"^1.4.1","compression":"^1.8.1","cron-parser":"^5.4.0","cross-fetch":"^4.1.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.30.3","lodash.clonedeep":"^4.5.0","reflect-metadata":"0.2.2","source-map-support":"^0.5.21","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"7.2.0-renovate-03b2ff-miuu9bxw"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.7.4","should":"^13.2.3","wtfnode":"^0.10.1","cross-env":"^10.1.0","typescript":"^5.9.3","@types/node":"^24.7.2","mochawesome":"^7.1.4","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.3","@types/wtfnode":"^0.10.0","swagger-parser":"^10.0.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.15.3","@types/jsonwebtoken":"^9.0.10","@5minds/processcube_engine_client":"6.2.1-renovate-03b2ff-miuu9bvu"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_20.0.0-renovate-03b2ff-miuu9bvm_1765058720040_0.6186800074331544","host":"s3://npm-registry-packages-npm-production"}},"18.6.7-hotfix-6bfa76-mkh3aaxo":{"name":"@5minds/processcube_engine","version":"18.6.7-hotfix-6bfa76-mkh3aaxo","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.7-hotfix-6bfa76-mkh3aaxo","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"54db7eb4a190a71f7f704285df44f3d91c5a0b86","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.7-hotfix-6bfa76-mkh3aaxo.tgz","fileCount":931,"integrity":"sha512-c5mhmdlgVk6GNqexs9pctJFZ5D5HaFEr5cxgX7LfJv1rFb87/unJuvJR32TPbqeAm1jeMOGVtCcxZMDxVZ2q4w==","signatures":[{"sig":"MEYCIQCWwGQQm9DVaDPsbucbnlJ8QZ37GFgWO7du3C1FQi2kGQIhAI6LPIiaxza/QRFaIOeYnYjsJ2DZrO3e/7LMB9psiBlu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4178922},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6bfa7682264ec443e32c8c0333cc5379e0a21939","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.7-hotfix-6bfa76-mkh3aaxo_1768583357937_0.9482052942492072","host":"s3://npm-registry-packages-npm-production"}},"18.6.8":{"name":"@5minds/processcube_engine","version":"18.6.8","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.8","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"alexander.otto@5minds.de"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"8f32c101d7ca2851a4cc2cf4e1d23a027390302a","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.8.tgz","fileCount":931,"integrity":"sha512-Nx6HmVOOXa7zEzEWsO7i6jPlJdzMxxFOobaqUTturp+fvLiFtgtCEJF5mFh09fjNIHO+5qmvtBvNAHZmk318Pw==","signatures":[{"sig":"MEQCIAHZrfC6Frf8xGf154mLkctejFj/yhHtUPlr+ak9gy/BAiBJ6otUnEpWAjWMHUwiVK5I/AYj+DqyfULzIWS7TdtD3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4178899},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"d8e7a36308e0b328514965c6eeb427c3123bc3f1","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.8_1768821102511_0.8520330443007951","host":"s3://npm-registry-packages-npm-production"}},"18.6.8-hotfix-454769-mlkv4ay2":{"name":"@5minds/processcube_engine","version":"18.6.8-hotfix-454769-mlkv4ay2","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.8-hotfix-454769-mlkv4ay2","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"5691dc7f63f7e9189016cb4ffbb13f2b3445b8e6","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.8-hotfix-454769-mlkv4ay2.tgz","fileCount":931,"integrity":"sha512-f/begdG7vHFSlP+Hh3KZvRuC/1ryvoVtQpx7T3PAVjjNIVy9rivB2f2jJCHtJuDWbui736FuMKWyfL/mpXUnmw==","signatures":[{"sig":"MEUCIQCwo5Gfx5KqaanpEFV7RZDmZ3I9PCOgSKmZ3WHIdI/PFgIgLnYbHCbIM8o08godCS23diyxnVov5jQUnZK2bX8v9lo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4181335},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"4547697d084b85a39aec3796013b661d368b5ef6","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"moellenbeck","email":"mm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.8-hotfix-454769-mlkv4ay2_1770987139683_0.20575297774148238","host":"s3://npm-registry-packages-npm-production"}},"18.6.9":{"name":"@5minds/processcube_engine","version":"18.6.9","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.9","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"6706c65fa14bcc89acdeb3a59fdc35f931196167","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.9.tgz","fileCount":931,"integrity":"sha512-nzYil+xS5DfGrqcr4AayH8iAVTU6sIvAjUKdxOx0PAvunlNmgqLgXL4NsK90VrSWG2T3tAYXmbE8snfgdCdTRA==","signatures":[{"sig":"MEUCIA+J7kr+7IjydG9tFexdfgkupzQ9MDWndMCFPyA8csjEAiEA4NBk3PQTtJaQBMMTDAsJNzYoAMlYHQ00/SLVmvOUwps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4181312},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"6ff05d0bd4a181d5ce83c91b913ea6f5740dfaf9","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"moellenbeck","email":"mm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.9_1770988835699_0.9417451079643762","host":"s3://npm-registry-packages-npm-production"}},"18.6.10":{"name":"@5minds/processcube_engine","version":"18.6.10","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.10","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"c32310a5fb7b2ed78f877b890b622941413e3dec","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.10.tgz","fileCount":931,"integrity":"sha512-cQukig1ju0ApbNa5Lok6NmDq4hjLbTIpttvzEoq4/JK+/NzbUkPULlIeK98P4YE+xPG+3RGvvIG5r97sb7o3sA==","signatures":[{"sig":"MEYCIQC7rV4OYrHWgCXnbpVMRLi8GAchMQ7rnUE53zcD3I6k7wIhANKW6Bu788hIpgLTT6Wnnxe/KyFxxHgAfZLY4143NWyF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4181223},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"95fc2b3630fb0971e5dbc407e936876cb7288e59","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"moellenbeck","email":"mm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.10_1771263613379_0.8565895381779403","host":"s3://npm-registry-packages-npm-production"}},"18.6.11":{"name":"@5minds/processcube_engine","version":"18.6.11","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.11","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"68f04736aad6d6ddb7171746f255b11a71beb4f7","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.11.tgz","fileCount":931,"integrity":"sha512-2P0e8a+jiSMVU0j5m2n6Tvu5Zmipe+oq9WSksjo6NU7fjwTWdm+E2FkO4Bl6xL4CvpWVCHZ0vfZoTt07SpQPmA==","signatures":[{"sig":"MEQCIA6lRp0eUwWEbXPbmQnRn0c4GtDA6u9KH36PUPEtVXAoAiArHIL7T9+LDGikFX466yYVZM0yFV7JZ6QgSObMObf8dQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4184801},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"307749ad1896c7bf6af37b17885d16eaeec8c385","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"moellenbeck","email":"mm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.11_1771583819583_0.7792931971613057","host":"s3://npm-registry-packages-npm-production"}},"18.6.12":{"name":"@5minds/processcube_engine","version":"18.6.12","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","_id":"@5minds/processcube_engine@18.6.12","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"homepage":"https://github.com/5minds/ProcessCube.Engine#readme","bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"bin":{"pc-engine":"bin/index.js","atlas-engine":"bin/index.js","processcube-engine":"bin/index.js"},"dist":{"shasum":"7be5f125189936cf46a0483ee759bbd8855d1f75","tarball":"https://registry.npmjs.org/@5minds/processcube_engine/-/processcube_engine-18.6.12.tgz","fileCount":931,"integrity":"sha512-05M57WCbpiz2QrzWFDEFpKjt7Oi0aC11OhDR0I41OVrQiMTxxZW6ZrzJOqsEvfgLhqgejb2ghc5Y8g6HfnOLIA==","signatures":[{"sig":"MEUCIDsloaRYrA/TeURhNyBW/qix4iHXJhX9ebnlXXvqNwUyAiEAyXpNIb8cekxFdjK4geHZOzxQaZX8+NW3G85+amSfH6w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4184865},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.12.0"},"exports":{".":"./dist/index.js","./package.json":"./package.json"},"gitHead":"c506311763e247287169028954b2570fc99d602c","scripts":{"lint":"prettier --write --config ./.prettierrc.json ./src ./test/*/*/*.ts","build":"tsc","clean":"rm -rf dist","start":"node ./bin/index.js","prepare":"npm run clean-build","start-dev":"cross-env NODE_ENV=dev DISABLE_CLAIM_CHECKS=true node ./bin/index.js","clean-build":"npm run clean && npm run build","start-mssql":"CONFIG_PATH=./configs/mssql.json node ./bin/index.js","start-mysql":"CONFIG_PATH=./configs/mysql.json node ./bin/index.js","start-postgres":"CONFIG_PATH=./configs/postgres.json node ./bin/index.js","test:clean-build":"rm -rf dist_test && tsc -p ./tsconfig_test.json","test:integration":"npm run test:integration:sqlite","generate-swagger-docs":"node ./bin/generate_swagger.js","test:integration:debug":"npm run test:clean-build && cross-env CONFIG_PATH=./configs/test-postgres.json METRICS_ENABLED=false mocha --inspect-brk -t 75000 \"./dist_test/test/**/*.spec.js\"","test:integration:mssql":"npm run test:integration:server:mssql && npm run test:integration:extensions && npm run test:integration:core:mssql && npm run test:integration:api:mssql","test:integration:mysql":"npm run test:integration:server:mysql && npm run test:integration:extensions && npm run test:integration:core:mysql && npm run test:integration:api:mysql","test:integration:server":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:sqlite":"npm run test:integration:server:sqlite && npm run test:integration:extensions && npm run test:integration:core:sqlite && npm run test:integration:api:sqlite","test:integration:postgres":"npm run test:integration:server:postgres && npm run test:integration:extensions && npm run test:integration:core:postgres && npm run test:integration:api:postgres","test:integration:api:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:extensions":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/extensions/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:api:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/api/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mssql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mssql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:mysql":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-mysql.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:core:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/core/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:sqlite":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-sqlite.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit","test:integration:server:postgres":"npm run test:clean-build && cross-env NODE_ENV=test METRICS_ENABLED=false IS_INTEGRATION_TEST_RUN=true CONFIG_PATH=./configs/test-postgres.json mocha -t 50000 \"./dist_test/test/server/**/*.spec.js\" --retries 3 --bail --exit"},"_npmUser":{"name":"moellenbeck","email":"mm@processcube.io"},"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"_npmVersion":"10.9.4","description":"The ProcessCube Engine. Stores and executes BPMNs.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"pg":"^8.11.5","ajv":"^8.16.0","ejs":"^3.1.10","ses":"^1.5.0","cors":"^2.8.5","jose":"^5.8.0","uuid":"^10.0.0","dayjs":"^1.11.10","nconf":"^0.12.0","umzug":"3.8.2","helmet":"8.0.0","lodash":"^4.17.21","mysql2":"3.11.3","win-ca":"~3.5.0","express":"^5.0.1","sqlite3":"^5.1.7","tedious":"19.0.0","minimist":"1.2.8","pidusage":"^3.0.2","cross-env":"7.0.3","inversify":"6.0.2","pg-hstore":"^2.3.4","sequelize":"^6.37.2","socket.io":"4.8.0","async-lock":"^1.4.0","compression":"^1.7.4","cron-parser":"^4.9.0","cross-fetch":"^4.0.0","openapi-doc":"^5.0.4","string-hash":"^1.1.3","jsonwebtoken":"9.0.2","node-schedule":"2.1.1","swagger-ui-dist":"5.18.2","reflect-metadata":"0.2.2","sequelize-typescript":"^2.1.6","@5minds/processcube_engine_sdk":"6.0.10"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.7.3","should":"^13.2.3","wtfnode":"^0.9.3","prettier":"^3.3.3","ts-mocha":"^10.0.0","typescript":"5.6.2","@types/node":"^20.14.15","@types/mocha":"^10.0.7","@types/lodash":"^4.17.7","swagger-jsdoc":"^6.2.8","@types/express":"^5.0.0","@types/wtfnode":"^0.7.3","@types/minimist":"^1.2.5","@types/pidusage":"^2.0.5","@types/validator":"^13.12.0","@types/async-lock":"^1.4.2","@types/jsonwebtoken":"^9.0.6","@5minds/processcube_engine_client":"5.3.0","@trivago/prettier-plugin-sort-imports":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/processcube_engine_18.6.12_1771926577348_0.8134381745997474","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2023-06-20T15:02:01.314Z","modified":"2026-02-24T09:49:42.473Z","15.0.0":"2023-06-20T15:02:02.320Z","15.1.0-develop-098f5b-lj4hb86c":"2023-06-20T16:08:13.325Z","15.1.0-feature-bdaf8a-lj4iiom6":"2023-06-20T16:42:00.993Z","15.1.0-feature-93d051-lj5p9l0v":"2023-06-21T12:38:31.707Z","15.1.0-develop-afd8cf-lj5sxcwz":"2023-06-21T14:21:00.635Z","15.1.0-feature-0c4102-lj5t2686":"2023-06-21T14:24:47.977Z","16.0.0-feature-e7b263-lj6tdw70":"2023-06-22T07:21:56.056Z","16.0.0-develop-8396c5-lj6tfi7s":"2023-06-22T07:22:54.704Z","16.0.0-feature-026ee9-lj8axbod":"2023-06-23T08:20:37.817Z","16.0.0-feature-bc1f15-ljcoa4w4":"2023-06-26T09:45:25.191Z","16.0.0-feature-eeeea4-ljctaq9j":"2023-06-26T12:05:49.354Z","16.0.0-develop-48e24d-ljctoi3t":"2023-06-26T12:16:31.612Z","16.0.0-feature-dafe97-ljcuh4ew":"2023-06-26T12:38:49.886Z","16.0.0-feature-e51d77-ljdzyop5":"2023-06-27T08:00:08.632Z","16.0.0-feature-40f42e-lje52jdy":"2023-06-27T10:23:09.161Z","16.0.0-feature-633e33-lje5pnmx":"2023-06-27T10:41:08.455Z","16.0.0-develop-4d02fd-lje6551x":"2023-06-27T10:53:12.216Z","16.0.0-feature-971426-lje6t9jb":"2023-06-27T11:11:52.972Z","16.0.0-feature-0a924b-lje8vh2e":"2023-06-27T12:09:39.488Z","16.0.0-develop-a16c52-lje8x8vf":"2023-06-27T12:11:12.738Z","16.0.0-feature-404996-lje9wff4":"2023-06-27T12:38:22.533Z","16.0.0-feature-409e98-lje9ygo7":"2023-06-27T12:40:16.014Z","16.0.0-feature-c43c2a-ljeb1l6h":"2023-06-27T13:10:41.316Z","16.0.0-feature-7c3cb6-ljeeutqz":"2023-06-27T14:57:04.684Z","16.0.0-develop-179c9e-ljefoya0":"2023-06-27T15:20:42.618Z","16.0.0-feature-073b29-ljeg6t60":"2023-06-27T15:34:21.480Z","16.0.0-feature-a3c07e-ljekczu0":"2023-06-27T17:31:28.346Z","16.0.0-develop-197e57-ljel5txe":"2023-06-27T17:53:35.911Z","16.0.0-alpha.1":"2023-06-29T07:41:43.497Z","16.0.0-develop-938b5c-ljgxijjy":"2023-06-29T09:15:02.011Z","16.0.0-feature-d98db9-ljo7ri0l":"2023-07-04T11:36:14.634Z","16.0.0-develop-990793-ljpngti4":"2023-07-05T11:43:41.863Z","16.0.0-feature-54e432-ljwytwu8":"2023-07-10T14:36:04.119Z","16.0.0-feature-78796b-ljx0d3q2":"2023-07-10T15:18:59.578Z","16.0.0-feature-f84da3-ljy1f88n":"2023-07-11T08:36:27.743Z","16.0.0-dependabot-1c376b-ljyrdwmz":"2023-07-11T20:43:15.029Z","16.0.0-develop-4cf02a-lkgm87y2":"2023-07-24T08:38:50.204Z","16.0.0-feature-af8cee-lkgs97on":"2023-07-24T11:27:24.754Z","16.0.0-feature-de3fce-lkgx94ow":"2023-07-24T13:47:26.771Z","16.0.0-develop-f1423f-lkhz9x6a":"2023-07-25T07:31:50.174Z","16.0.0-feature-56ce99-lkhzeuu8":"2023-07-25T07:35:39.757Z","16.0.0-feature-249dc7-lkjg04br":"2023-07-26T08:07:56.759Z","16.0.0-feature-a7ec76-lkjiaa18":"2023-07-26T09:11:44.427Z","16.0.0-develop-92b88a-lkjjfj6p":"2023-07-26T09:43:41.153Z","16.0.0-feature-2d5c42-lkjwjyhp":"2023-07-26T15:51:02.733Z","16.0.0-feature-7f3ca3-lkkv8ovt":"2023-07-27T08:02:03.405Z","16.0.0-feature-515883-lkkzffax":"2023-07-27T09:59:30.352Z","16.0.0-develop-141e75-lkl47rq6":"2023-07-27T12:13:24.862Z","16.0.0-feature-7f8de9-lkmaf2em":"2023-07-28T07:54:47.037Z","16.0.0-feature-6df775-lkmewhy8":"2023-07-28T10:00:24.515Z","16.0.0-feature-e8bf42-lkrz8p3v":"2023-08-01T07:28:30.747Z","16.0.0-develop-db86b4-lks60jxr":"2023-08-01T10:38:02.666Z","16.0.0-feature-024afa-lks8rb25":"2023-08-01T11:54:51.422Z","16.0.0-develop-b1eb00-lksrmnyv":"2023-08-01T20:43:06.856Z","16.0.0-feature-0ee57b-lktoaqpf":"2023-08-02T11:57:37.694Z","16.0.0-develop-02c908-lkvf401e":"2023-08-03T17:16:10.572Z","16.0.0-feature-ba8a66-ll24gflu":"2023-08-08T09:52:14.546Z","16.0.0-develop-9e27dd-ll26lp3h":"2023-08-08T10:52:14.695Z","16.0.0-renovate-24ed6e-ll26oelf":"2023-08-08T10:54:31.839Z","16.0.0-renovate-3f6cb7-ll28noi5":"2023-08-08T11:50:22.734Z","16.0.0-develop-6fb012-ll2bef30":"2023-08-08T13:06:30.116Z","16.0.0-renovate-40206a-ll2bi8ib":"2023-08-08T13:09:28.489Z","16.0.0-renovate-b5a368-ll2xvgf3":"2023-08-08T23:35:46.436Z","16.0.0-develop-bad06f-ll3l88c7":"2023-08-09T10:29:21.199Z","16.0.0-renovate-23537a-ll3lxufu":"2023-08-09T10:49:27.900Z","16.0.0-renovate-7a8298-ll3nq6m3":"2023-08-09T11:39:18.207Z","16.0.0-feature-9389b8-ll4zgnps":"2023-08-10T09:55:36.837Z","16.0.0-renovate-e64133-ll50m5o8":"2023-08-10T10:28:06.412Z","16.0.0-renovate-860a5e-ll51a1iv":"2023-08-10T10:46:28.295Z","16.0.0-feature-1790dd-ll51c52h":"2023-08-10T10:48:04.991Z","16.0.0-develop-219d3f-ll51pmco":"2023-08-10T10:58:46.551Z","16.0.0-feature-98a662-ll54mpff":"2023-08-10T12:20:18.407Z","16.0.0-feature-c70886-ll57dva5":"2023-08-10T13:37:24.625Z","16.0.0-renovate-784f05-lla9ezs5":"2023-08-14T02:33:05.075Z","16.0.0-develop-dc2a03-llasfjut":"2023-08-14T11:25:27.468Z","16.0.0-develop-ecb45a-llat7fb1":"2023-08-14T11:47:15.558Z","16.0.0-renovate-42c168-llatk0ot":"2023-08-14T11:56:53.525Z","16.0.0-renovate-6a93a6-llaubpnq":"2023-08-14T12:18:24.993Z","16.0.0-renovate-d082dc-llayk0ei":"2023-08-14T14:16:51.049Z","16.0.0-develop-cd2545-llayk85w":"2023-08-14T14:17:00.167Z","16.0.0-renovate-9b5f4e-llazpzor":"2023-08-14T14:49:46.835Z","16.0.0-develop-1f7dc1-llc4vtgt":"2023-08-15T10:01:44.188Z","16.0.0-renovate-cd5e26-llc4wnbv":"2023-08-15T10:02:23.731Z","16.0.0-renovate-3eae0d-llc5vojq":"2023-08-15T10:29:48.134Z","16.0.0-feature-4d8877-llcjugim":"2023-08-15T17:00:36.096Z","16.0.0-develop-62ff77-llcl7i63":"2023-08-15T17:38:44.815Z","15.0.1":"2023-08-15T18:41:02.102Z","16.0.0-develop-4c562b-llcow28d":"2023-08-15T19:21:59.795Z","16.0.0-alpha.2":"2023-08-15T20:16:01.630Z","16.0.0-renovate-ef769c-llcsfmf0":"2023-08-15T21:00:59.046Z","16.0.0-renovate-0e41f7-lld3wln6":"2023-08-16T02:22:13.718Z","16.0.0-develop-c01ac8-llde6a6r":"2023-08-16T07:09:35.909Z","16.0.0-renovate-6159d8-llde6s2m":"2023-08-16T07:09:58.826Z","16.0.0-renovate-a9b052-lldf6nu6":"2023-08-16T07:38:06.730Z","16.0.0-feature-c1655d-llgr8n2f":"2023-08-18T15:38:51.717Z","16.0.0-feature-3c0025-llgrl0er":"2023-08-18T15:48:27.323Z","16.0.0-renovate-1f86f8-llk80ry2":"2023-08-21T01:51:45.537Z","16.0.0-develop-f799a6-llkkkyrp":"2023-08-21T07:43:28.321Z","15.0.2-feature-dae5bf-llks6xw5":"2023-08-21T11:16:24.396Z","15.0.2-feature-37a30e-llku0elz":"2023-08-21T12:07:22.259Z","16.0.0-feature-bccab9-llkufic6":"2023-08-21T12:19:12.157Z","15.0.2-feature-f6e88a-lll1b415":"2023-08-21T15:31:43.217Z","16.0.0-feature-1f2f02-lllzzrvm":"2023-08-22T07:42:33.612Z","16.0.0-feature-7f1f6b-llm2pxq3":"2023-08-22T08:58:58.388Z","16.0.0-feature-41dab2-llm2vcff":"2023-08-22T09:03:07.251Z","16.0.0-feature-c3ebc5-llm4wnk7":"2023-08-22T10:00:06.453Z","16.0.0-feature-ddfffc-llm4y937":"2023-08-22T10:01:20.010Z","16.0.0-feature-823764-llm7uuav":"2023-08-22T11:22:41.998Z","16.0.0-feature-f856a5-llmbaums":"2023-08-22T12:59:05.137Z","16.0.0-develop-eafadb-llmbdtvw":"2023-08-22T13:01:33.496Z","16.0.0-feature-51d997-llmd1lyh":"2023-08-22T13:47:52.475Z","15.1.0":"2023-08-22T14:06:46.370Z","16.0.0-feature-3bf6d8-llmf918t":"2023-08-22T14:49:47.719Z","16.0.0-feature-b2a507-llmhb9cx":"2023-08-22T15:47:25.444Z","16.0.0-develop-53de7d-llmi84k9":"2023-08-22T16:13:07.361Z","16.0.0-renovate-2fb856-llmiegrs":"2023-08-22T16:17:59.623Z","16.0.0-renovate-464d32-llmja7ul":"2023-08-22T16:42:43.613Z","16.0.0-renovate-c96581-lln4yeia":"2023-08-23T02:49:13.641Z","16.0.0-develop-b2beac-llnffsyz":"2023-08-23T07:42:54.510Z","16.0.0-feature-197d03-llnkj82w":"2023-08-23T10:05:33.633Z","16.0.0-feature-468d0e-llnnh2rb":"2023-08-23T11:27:53.394Z","16.0.0-develop-bf30ef-llnoxs8p":"2023-08-23T12:08:37.620Z","16.0.0-alpha.3":"2023-08-24T07:38:00.162Z","16.0.0-alpha.4":"2023-08-24T09:19:47.016Z","16.0.0-develop-2e8db8-lloyctuv":"2023-08-24T09:20:02.433Z","16.0.0-feature-293db2-llqi4i27":"2023-08-25T11:21:19.391Z","16.0.0-develop-bdf960-llqix3la":"2023-08-25T11:43:35.258Z","16.0.0-renovate-428bfd-llu8a6jz":"2023-08-28T01:56:44.105Z","16.0.0-develop-64e1f9-llukbwoo":"2023-08-28T07:34:03.107Z","16.0.0-renovate-1150da-llul5g26":"2023-08-28T07:57:00.387Z","15.1.1-hotfix-e6b6b7-lluu7w3p":"2023-08-28T12:10:49.850Z","16.0.0-renovate-05b031-lluuwbuf":"2023-08-28T12:29:49.963Z","16.0.0-renovate-ae0ae4-lluwg17e":"2023-08-28T13:13:17.509Z","16.0.0-develop-29b7d4-lluxbm6p":"2023-08-28T13:37:48.927Z","15.1.1":"2023-08-29T10:03:50.686Z","16.0.0-alpha.5":"2023-08-29T11:31:55.709Z","16.0.0-feature-ff812c-llxyfs7h":"2023-08-30T16:32:14.800Z","16.0.0-feature-e02f31-llxz8dyu":"2023-08-30T16:54:43.085Z","15.1.2-hotfix-ab7754-llyw12c8":"2023-08-31T08:12:37.672Z","15.1.2-feature-e51e71-llywwowa":"2023-08-31T08:37:10.907Z","15.1.2-feature-c7ca6e-llz4ce1y":"2023-08-31T12:05:21.949Z","15.1.2-hotfix-cd617f-llz4jsvp":"2023-08-31T12:11:09.665Z","15.1.2-feature-109294-llz5cl8x":"2023-08-31T12:33:29.160Z","15.1.2-hotfix-9d364f-llz8hbu3":"2023-08-31T14:01:11.236Z","16.0.0-renovate-b00ad2-lm45j0er":"2023-09-04T00:37:19.256Z","16.0.0-develop-ab388b-lm4jmec2":"2023-09-04T07:11:54.643Z","15.1.2-hotfix-ee59e0-lm4kdvzy":"2023-09-04T07:33:26.322Z","15.1.2-hotfix-fff557-lm4wxvwy":"2023-09-04T13:24:44.580Z","15.1.2-hotfix-f0b9dd-lm4xjoi7":"2023-09-04T13:41:39.217Z","15.1.2":"2023-09-04T15:09:03.939Z","16.0.0-develop-7fbd0b-lm52c7u0":"2023-09-04T15:55:52.805Z","16.0.0-alpha.6":"2023-09-04T16:08:27.896Z","16.0.0-renovate-863470-lm69w44i":"2023-09-05T12:15:01.429Z","16.0.0-develop-d3004a-lm6c84lf":"2023-09-05T13:20:23.953Z","16.0.0-renovate-2ebfbd-lm6cqvpq":"2023-09-05T13:34:57.352Z","16.0.0-renovate-9d55d4-lm6ekcch":"2023-09-05T14:26:06.054Z","16.0.0-develop-90e044-lm6fndg2":"2023-09-05T14:56:21.708Z","16.0.0-develop-f48603-lm6g2y5r":"2023-09-05T15:08:34.380Z","16.0.0-feature-4322b4-lm7pdtj7":"2023-09-06T12:16:32.207Z","16.0.0-renovate-ed728c-lm8b9xhd":"2023-09-06T22:29:26.494Z","16.0.0-develop-9fb169-lm8uwjzw":"2023-09-07T07:38:47.562Z","16.0.0-feature-e4708a-lm8wouef":"2023-09-07T08:28:54.882Z","16.0.0-develop-52ba53-lm8xg6yw":"2023-09-07T08:50:04.682Z","16.0.0-feature-d20f5c-lm90lm77":"2023-09-07T10:18:14.404Z","16.0.0-feature-6a18c3-lm95bs3l":"2023-09-07T12:30:35.285Z","16.0.0-renovate-d73b63-lm98mqsw":"2023-09-07T14:03:04.158Z","16.0.0-develop-e86421-lm98r1wy":"2023-09-07T14:06:25.570Z","16.0.0-renovate-427611-lmek5ry5":"2023-09-11T07:24:54.212Z","16.0.0-renovate-9ac742-lmeklgah":"2023-09-11T07:37:06.862Z","16.0.0-develop-c5bf66-lmel1p8g":"2023-09-11T07:49:36.970Z","16.0.0-renovate-0cf6ec-lmenc5jp":"2023-09-11T08:53:38.409Z","16.0.0-feature-51610f-lmeoiyp8":"2023-09-11T09:26:54.158Z","16.0.0-feature-ca5aaf-lmezv0cf":"2023-09-11T14:44:13.339Z","16.0.0-feature-cabd69-lmf0kngr":"2023-09-11T15:04:09.103Z","16.0.0-feature-98c3f6-lmf0vqkh":"2023-09-11T15:12:44.345Z","16.0.0-develop-2b840a-lmg7j4bx":"2023-09-12T11:06:38.515Z","16.0.0-renovate-7b2717-lmg7j6wi":"2023-09-12T11:06:50.978Z","16.0.0-renovate-a0ca5c-lmg8bbvu":"2023-09-12T11:28:36.834Z","16.0.0-renovate-6731e5-lmg8me84":"2023-09-12T11:37:13.614Z","16.0.0-feature-d2ab2b-lmg98b85":"2023-09-12T11:54:16.063Z","16.0.0-develop-31d0b5-lmg9pnys":"2023-09-12T12:07:43.752Z","16.0.0-renovate-513f77-lmga5ap0":"2023-09-12T12:19:54.028Z","16.0.0-renovate-974bb4-lmgasp5n":"2023-09-12T12:38:05.096Z","16.0.0-renovate-c9ab8f-lmgdkhk3":"2023-09-12T13:55:44.316Z","16.0.0-develop-5487fa-lmgdnry9":"2023-09-12T13:58:28.206Z","16.0.0-develop-15fa92-lmgekl52":"2023-09-12T14:23:46.096Z","16.0.0-beta.1":"2023-09-14T08:20:21.506Z","16.0.0-renovate-175ee5-lmo7xz6e":"2023-09-18T01:40:23.148Z","16.0.0-renovate-1fc745-lmo82nfn":"2023-09-18T01:44:01.665Z","16.0.0-renovate-d664b6-lmo8yq63":"2023-09-18T02:08:57.528Z","16.0.0-develop-6473ab-lmov9w30":"2023-09-18T12:33:31.097Z","16.0.0-feature-cf0ac9-lmovv3sv":"2023-09-18T12:50:00.243Z","16.0.0-feature-e02d84-lmovx9gs":"2023-09-18T12:51:40.973Z","16.0.0-develop-64177e-lmq57vt8":"2023-09-19T09:59:38.232Z","16.0.0-feature-fa4e9c-lmqeqwuy":"2023-09-19T14:26:22.140Z","16.0.0-feature-b9b51e-lmqf6n4t":"2023-09-19T14:38:37.613Z","16.0.0-feature-8d5744-lmqfp2lr":"2023-09-19T14:53:17.362Z","16.0.0-feature-ab5d32-lmqitvue":"2023-09-19T16:20:48.951Z","16.0.0-feature-2467d1-lmqlzod1":"2023-09-19T17:49:32.890Z","16.0.0-feature-4d5380-lmqm228x":"2023-09-19T17:51:04.219Z","16.0.0-develop-dcf1de-lmqm8eic":"2023-09-19T17:56:03.769Z","16.0.0-feature-4d5380-lmqmfkj1":"2023-09-19T18:01:29.950Z","16.0.0-feature-035e0c-lmrh4a80":"2023-09-20T08:20:36.993Z","16.0.0-develop-33fa86-lmrity4s":"2023-09-20T09:08:44.234Z","16.0.0-renovate-1a660f-lmrje603":"2023-09-20T09:24:14.429Z","16.0.0-develop-85b222-lmrlquwo":"2023-09-20T10:30:03.721Z","16.0.0-develop-cc0193-lmrmyxo1":"2023-09-20T11:04:19.436Z","16.0.0-beta.2":"2023-09-20T11:55:37.209Z","16.0.0-develop-6e1ff6-lmrq2xzx":"2023-09-20T12:31:32.272Z","16.0.0-feature-519e7d-lmrqb1vy":"2023-09-20T12:37:56.917Z","16.0.0-develop-248571-lmrr78c0":"2023-09-20T13:02:45.415Z","16.0.0-feature-fea4da-lmuc03ji":"2023-09-22T08:20:36.094Z","16.0.0-feature-16826b-lmucqzlu":"2023-09-22T08:41:31.507Z","16.0.0-feature-e65015-lmufzvzv":"2023-09-22T10:12:25.045Z","16.0.0-renovate-27284b-lmy5nqur":"2023-09-25T00:34:06.907Z","16.0.0-renovate-cfa1e4-lmymcvc7":"2023-09-25T08:22:00.568Z","17.0.0-develop-7d1cac-ln00j5t4":"2023-09-26T07:46:09.139Z","17.0.0-feature-896490-ln00ts4e":"2023-09-26T07:54:22.512Z","17.0.0-develop-cf69ae-ln021x1j":"2023-09-26T08:28:43.108Z","17.0.0-renovate-e65364-ln07x2iz":"2023-09-26T11:12:53.707Z","17.0.0-develop-77ac38-ln08t2l2":"2023-09-26T11:37:47.389Z","17.0.0-renovate-586623-ln0cdmif":"2023-09-26T13:17:43.546Z","17.0.0-develop-a6209e-ln0crjsx":"2023-09-26T13:28:36.734Z","17.0.0-feature-59afa8-ln0d8wio":"2023-09-26T13:42:15.265Z","17.0.0-feature-ab97e8-ln0ftsmd":"2023-09-26T14:54:19.001Z","17.0.0-renovate-8d4e25-ln1rxzbd":"2023-09-27T13:21:17.002Z","17.0.0-develop-cbfe7c-ln1sqakx":"2023-09-27T13:43:16.853Z","17.0.0-feature-602b4b-ln200arg":"2023-09-27T17:07:06.491Z","16.0.0":"2023-09-29T09:27:30.838Z","17.0.0-develop-dc7078-ln4g0c64":"2023-09-29T10:10:42.160Z","17.0.0-feature-fb748a-ln4mx6fe":"2023-09-29T13:23:57.518Z","17.0.0-feature-495403-ln4mzr0p":"2023-09-29T13:25:58.947Z","17.0.0-renovate-76e475-ln862bpe":"2023-10-02T00:43:10.738Z","17.0.0-renovate-1c2961-ln863rif":"2023-10-02T00:44:29.965Z","17.0.0-renovate-1e58a7-ln9hvo3v":"2023-10-02T23:01:39.241Z","17.0.0-renovate-ffa1ee-lnfcfurc":"2023-10-07T01:16:04.259Z","17.0.0-renovate-458e82-lni6tir3":"2023-10-09T01:02:03.076Z","17.0.0-renovate-ceeb84-lni736kf":"2023-10-09T01:09:30.523Z","17.0.0-develop-d00a06-lnimbjb1":"2023-10-09T08:16:00.930Z","17.0.0-renovate-c4c2e1-lns6z79m":"2023-10-16T01:04:10.661Z","17.0.0-renovate-d048a0-lns70yly":"2023-10-16T01:05:28.929Z","17.0.0-feature-735511-lnsm26fr":"2023-10-16T08:06:26.022Z","17.0.0-develop-5d14e3-lnsm9df0":"2023-10-16T08:11:57.318Z","17.0.0-feature-90720b-lnsmzwam":"2023-10-16T08:32:34.846Z","16.0.1-release-b0d8e4-lnt13cxh":"2023-10-16T15:07:12.573Z","16.0.1-release-144d22-lnta9u4y":"2023-10-16T19:24:11.847Z","16.0.1-release-471711-lntbesta":"2023-10-16T19:55:59.945Z","15.1.3":"2023-10-16T19:56:21.852Z","16.0.1-feature-afce47-lnubb3nn":"2023-10-17T12:40:59.147Z","16.0.1":"2023-10-17T15:00:28.849Z","17.0.0-feature-555e95-lnuihbzn":"2023-10-17T16:01:40.932Z","17.0.0-feature-1f9bdb-lnuil2je":"2023-10-17T16:04:35.875Z","17.0.0-develop-f7f126-lnuiyupt":"2023-10-17T16:15:21.197Z","17.0.0-feature-3a1aa9-lnvigmge":"2023-10-18T08:48:54.647Z","17.0.0-feature-793f2a-lnvmqbjp":"2023-10-18T10:48:26.381Z","17.0.0-develop-c20bb4-lnvnogr7":"2023-10-18T11:15:09.034Z","17.0.0-feature-5cb387-lnvnx3yy":"2023-10-18T11:21:52.094Z","17.0.0-develop-8ce3a3-lnvz3tnk":"2023-10-18T16:34:51.215Z","17.0.0-feature-7df3a9-lnw0sh73":"2023-10-18T17:22:13.046Z","17.0.0-develop-a87491-lnx7x038":"2023-10-19T13:29:17.265Z","16.0.2-release-179bb1-lnyhhbvp":"2023-10-20T10:44:46.237Z","16.0.2-hotfix-70bcd2-lnyhr9w9":"2023-10-20T10:52:43.117Z","17.0.0-develop-1fca5f-lnyj2e25":"2023-10-20T11:29:10.052Z","16.0.2-hotfix-24669b-lnyongku":"2023-10-20T14:05:36.132Z","16.0.2-feature-65ccde-lnyr7r1b":"2023-10-20T15:17:17.195Z","16.0.2-release-0be790-lnyrljx6":"2023-10-20T15:28:00.342Z","16.0.2-hotfix-6bc5db-lnyrn6ky":"2023-10-20T15:29:20.768Z","17.0.0-renovate-3eb27f-lo285f55":"2023-10-23T01:34:52.483Z","17.0.0-renovate-418658-lo2fvnl1":"2023-10-23T05:11:05.433Z","17.0.0-develop-40f92c-lo2n291q":"2023-10-23T08:32:04.585Z","17.0.0-renovate-d384a0-lo2n71vp":"2023-10-23T08:35:50.082Z","17.0.0-develop-40292a-lo2n7j24":"2023-10-23T08:36:10.586Z","16.0.2-hotfix-594737-lo2nsabp":"2023-10-23T08:52:20.076Z","16.0.2-release-82df64-lo2pegy4":"2023-10-23T09:37:47.402Z","17.0.0-renovate-9b3647-lo44obxt":"2023-10-24T09:32:53.779Z","17.0.0-renovate-24751f-lo44vtpj":"2023-10-24T09:38:45.750Z","17.0.0-renovate-ca0a27-lo44wm14":"2023-10-24T09:39:28.478Z","17.0.0-develop-1cfdab-lo462s5z":"2023-10-24T10:12:24.059Z","17.0.0-develop-ad3dbf-lo46gltp":"2023-10-24T10:23:06.916Z","17.0.0-develop-0a3f4f-lo470vma":"2023-10-24T10:38:56.639Z","16.0.2-feature-6f12f1-lo4djvvs":"2023-10-24T13:41:23.631Z","16.0.2-feature-da010a-lo4ey1pk":"2023-10-24T14:20:25.327Z","17.0.0-feature-14b516-lo4f0neq":"2023-10-24T14:22:24.704Z","16.0.2-feature-937169-lo5k7c98":"2023-10-25T09:35:31.781Z","16.0.2-feature-1909ff-lo5lnnrk":"2023-10-25T10:16:03.341Z","16.0.2-release-9b7144-lo5m5oyr":"2023-10-25T10:30:05.931Z","16.0.2-feature-d432f2-lo5pmw61":"2023-10-25T12:07:25.143Z","17.0.0-feature-f27a3e-lo5uhb5l":"2023-10-25T14:23:06.652Z","17.0.0-develop-c47062-lo5uil9a":"2023-10-25T14:24:04.320Z","16.0.2-feature-91f408-lo5vty5v":"2023-10-25T15:01:08.559Z","16.0.2-release-605630-lo5x2kpf":"2023-10-25T15:35:35.480Z","17.0.0-feature-259abc-lo6bme23":"2023-10-25T22:23:06.329Z","16.0.2":"2023-10-25T22:28:35.385Z","17.0.0-develop-de92b0-lo6c9h95":"2023-10-25T22:41:07.525Z","17.0.0-renovate-2d14ca-lo6vcywc":"2023-10-26T07:35:27.370Z","17.0.0-develop-0b9e30-lo6vzqqy":"2023-10-26T07:53:17.028Z","17.0.0-feature-72ce98-lo6x1rd5":"2023-10-26T08:22:54.646Z","17.0.0-develop-950606-lo6x5eo3":"2023-10-26T08:25:43.577Z","17.0.0-feature-e909aa-lo7az7mx":"2023-10-26T14:52:42.022Z","17.0.0-feature-73e10d-lo7f9zho":"2023-10-26T16:53:00.641Z","17.0.0-develop-46c30d-lo7pn922":"2023-10-26T21:43:21.135Z","17.0.0-feature-6372d6-lo8gk5dj":"2023-10-27T10:16:56.855Z","17.0.0-develop-80f881-locp1nm7":"2023-10-30T09:25:18.123Z","17.0.0-develop-92a7d0-loej8bnt":"2023-10-31T16:18:03.813Z","17.0.0-feature-93cedf-logy1mfb":"2023-11-02T08:48:30.438Z","17.0.0-feature-30c7d9-loh8e01b":"2023-11-02T13:38:03.382Z","17.0.0-feature-0af234-loha8n57":"2023-11-02T14:29:41.055Z","17.0.0-feature-53d110-lohcofq4":"2023-11-02T15:37:56.792Z","17.0.0-feature-c0f1db-lohe2n0p":"2023-11-02T16:17:13.398Z","17.0.0-feature-99e2e7-loifdw70":"2023-11-03T09:41:31.589Z","16.0.3-release-dc8a99-loiqmt7a":"2023-11-03T14:56:31.079Z","16.0.3-feature-8a19f7-loiu441v":"2023-11-03T16:34:04.705Z","17.0.0-renovate-a96ad9-lom9ns4i":"2023-11-06T02:12:24.457Z","17.0.0-renovate-e513c6-lom9qel1":"2023-11-06T02:14:27.148Z","17.0.0-renovate-b3b9f5-loma0ft3":"2023-11-06T02:22:09.260Z","17.0.0-renovate-1bd8e9-lomo5uaa":"2023-11-06T08:58:19.392Z","17.0.0-develop-e2953a-lomo6qjp":"2023-11-06T08:59:07.808Z","17.0.0-renovate-339094-lomo9mx1":"2023-11-06T09:01:14.183Z","17.0.0-renovate-3f1a1d-lomoawm4":"2023-11-06T09:02:12.491Z","17.0.0-develop-5da247-lomognql":"2023-11-06T09:06:47.767Z","17.0.0-renovate-f78214-looduty3":"2023-11-07T13:45:22.733Z","17.0.0-renovate-270218-loodzf9m":"2023-11-07T13:48:59.090Z","17.0.0-develop-922a64-loojosg4":"2023-11-07T16:28:53.784Z","17.0.0-renovate-212355-lookddzh":"2023-11-07T16:47:41.305Z","17.0.0-renovate-a53dad-lookf989":"2023-11-07T16:49:07.662Z","17.0.0-develop-75b51b-lookftgl":"2023-11-07T16:49:42.024Z","17.0.0-renovate-d6e25f-looknxtp":"2023-11-07T16:56:04.816Z","17.0.0-develop-577e3f-looq9a8n":"2023-11-07T19:32:36.165Z","17.0.0-feature-960c95-lopuziyc":"2023-11-08T14:32:42.731Z","17.0.0-feature-4f5382-lopvjec3":"2023-11-08T14:48:08.211Z","17.0.0-feature-f0fcb6-lopysvc8":"2023-11-08T16:19:34.479Z","16.0.3-feature-ead26e-lopz62kj":"2023-11-08T16:29:51.776Z","17.0.0-feature-943de2-lopzg04t":"2023-11-08T16:37:36.845Z","17.0.0-develop-49578b-loq82jb0":"2023-11-08T20:38:52.552Z","17.0.0-renovate-48fd87-lor1795h":"2023-11-09T10:14:33.454Z","16.0.3-feature-6ac40a-lor1eghn":"2023-11-09T10:20:09.031Z","17.0.0-renovate-d4e6a8-lor1f6ui":"2023-11-09T10:20:47.938Z","16.0.3-feature-7dbf77-lor1g6q4":"2023-11-09T10:21:17.658Z","17.0.0-renovate-ef3e52-lor1hbx6":"2023-11-09T10:22:17.528Z","17.0.0-renovate-73aab1-lor1r6pm":"2023-11-09T10:29:53.706Z","17.0.0-develop-6cbdad-lor1t3kt":"2023-11-09T10:31:29.746Z","17.0.0-renovate-791c22-lor1uvy7":"2023-11-09T10:32:54.321Z","17.0.0-renovate-2733c9-lor259p3":"2023-11-09T10:40:53.177Z","17.0.0-renovate-392b94-lor2fsxv":"2023-11-09T10:49:05.652Z","17.0.0-renovate-612c89-lor2gbwm":"2023-11-09T10:49:33.881Z","16.0.3-release-f8eb80-lor2l0za":"2023-11-09T10:53:12.740Z","17.0.0-develop-7595f9-lor2lhsf":"2023-11-09T10:53:37.495Z","16.0.3-feature-030b29-lor2x8va":"2023-11-09T11:02:46.649Z","17.0.0-develop-920a59-lor48kol":"2023-11-09T11:39:34.919Z","16.0.3-release-5dc4e8-lor4bf1k":"2023-11-09T11:41:39.233Z","16.0.3-feature-12df5c-lor4fhwb":"2023-11-09T11:44:46.001Z","16.0.3-feature-783974-lor4g561":"2023-11-09T11:45:31.703Z","17.0.0-feature-e6092e-lor5y5e3":"2023-11-09T12:27:14.096Z","16.0.3-feature-5e7842-lor6jeai":"2023-11-09T12:43:47.645Z","17.0.0-feature-704ec8-loreo705":"2023-11-09T16:31:27.513Z","16.0.3-feature-6f06f0-loretu49":"2023-11-09T16:35:58.112Z","16.0.3-feature-a465c9-lorm277d":"2023-11-09T19:58:33.489Z","16.0.3-release-d8dba6-loseioms":"2023-11-10T09:14:56.120Z","16.0.3":"2023-11-10T09:52:16.787Z","17.0.0-renovate-9a7e62-low9jkjt":"2023-11-13T02:06:47.613Z","17.0.0-renovate-843c6a-low9l00x":"2023-11-13T02:07:50.391Z","17.0.0-renovate-a3a21a-low9qy9q":"2023-11-13T02:12:37.216Z","17.0.0-renovate-9067cc-lowfq82m":"2023-11-13T04:59:53.194Z","17.0.0-renovate-fa6295-lown25e8":"2023-11-13T08:25:22.546Z","17.0.0-renovate-e52a8b-lownan2d":"2023-11-13T08:31:49.088Z","17.0.0-develop-f2101d-lowno65c":"2023-11-13T08:42:23.807Z","17.0.0-feature-079fcc-lownwv15":"2023-11-13T08:49:05.617Z","17.0.0-renovate-fffeda-lowoukm9":"2023-11-13T09:15:22.646Z","17.0.0-develop-5f6d88-lowoxjrg":"2023-11-13T09:17:34.635Z","17.0.0-renovate-71a1e3-lowpw0tw":"2023-11-13T09:44:20.831Z","17.0.0-develop-3a6741-lowqwycw":"2023-11-13T10:13:08.476Z","17.0.0-develop-42b18e-lowz6zq7":"2023-11-13T14:05:04.128Z","17.0.0-renovate-f75c65-lowzbou0":"2023-11-13T14:08:32.542Z","17.0.0-renovate-203daf-lox0fmpv":"2023-11-13T14:39:36.971Z","17.0.0-develop-530347-lox6y0h3":"2023-11-13T17:41:59.524Z","17.0.0-develop-11842f-loyberak":"2023-11-14T12:34:37.728Z","17.0.0-develop-5da16e-loyj6npt":"2023-11-14T16:12:15.691Z","17.0.0-feature-a26a23-lozlo9gr":"2023-11-15T10:09:38.971Z","17.0.0-feature-2d7f24-lozvk8i3":"2023-11-15T14:46:36.038Z","17.0.0-feature-9e1196-lozzxi62":"2023-11-15T16:48:55.580Z","16.0.4-feature-2347fe-lp0zmt7u":"2023-11-16T09:28:20.738Z","17.0.0-renovate-a46780-lp67e5ul":"2023-11-20T01:04:13.559Z","17.0.0-renovate-44e14b-lp67fwqx":"2023-11-20T01:05:36.664Z","17.0.0-develop-35824b-lp6nzhno":"2023-11-20T08:48:41.905Z","17.0.0-renovate-6688ee-lp6nze9b":"2023-11-20T08:48:50.747Z","17.0.0-renovate-aad66f-lp6o7utz":"2023-11-20T08:55:23.919Z","17.0.0-renovate-23827a-lp6o8fp2":"2023-11-20T08:55:40.110Z","17.0.0-develop-04519b-lp6ozxqa":"2023-11-20T09:17:10.590Z","17.0.0-renovate-e33d53-lp6p83je":"2023-11-20T09:23:24.418Z","17.0.0-develop-1811d9-lp6qir0i":"2023-11-20T09:59:48.062Z","17.0.0-renovate-c0698b-lp6rol5l":"2023-11-20T10:32:14.518Z","17.0.0-develop-8f9818-lp6ttbjc":"2023-11-20T11:31:52.514Z","17.0.0-feature-09853b-lp9xpiyq":"2023-11-22T15:44:13.972Z","17.0.0-feature-47f6b4-lp9xqpou":"2023-11-22T15:45:11.846Z","17.0.0-feature-63295d-lpb9yo4j":"2023-11-23T14:15:07.103Z","17.0.0-feature-a545cc-lpbcbs15":"2023-11-23T15:21:21.139Z","17.0.0-feature-d7a952-lpbcopoy":"2023-11-23T15:31:23.993Z","17.0.0-feature-19c0cb-lpfudfet":"2023-11-26T18:57:26.633Z","17.0.0-feature-558a6b-lpfvmt14":"2023-11-26T19:32:56.934Z","17.0.0-feature-acb0f8-lpfytdfk":"2023-11-26T21:01:53.480Z","17.0.0-feature-ee797b-lpfzgkd2":"2023-11-26T21:19:52.161Z","17.0.0-renovate-d9bb60-lpgaw0l5":"2023-11-27T02:39:58.556Z","17.0.0-renovate-ba79c8-lpgb1sm5":"2023-11-27T02:44:22.932Z","17.0.0-renovate-844759-lpgngqrr":"2023-11-27T08:31:57.314Z","17.0.0-renovate-6c63a2-lpgnww7j":"2023-11-27T08:44:32.389Z","17.0.0-renovate-3880e8-lpgo0jyp":"2023-11-27T08:47:20.470Z","17.0.0-renovate-576fc5-lpgo5j55":"2023-11-27T08:51:09.368Z","17.0.0-develop-35941e-lpgp6l9k":"2023-11-27T09:19:55.230Z","17.0.0-develop-d4732d-lpgpmbpm":"2023-11-27T09:32:10.640Z","17.0.0-develop-7039e4-lpgpwxtd":"2023-11-27T09:40:32.221Z","17.0.0-develop-efcdb8-lpgq5ha5":"2023-11-27T09:47:20.063Z","17.0.0-renovate-2a8227-lpgq6kh2":"2023-11-27T09:47:52.137Z","17.0.0-develop-795a1b-lpgqchfe":"2023-11-27T09:52:40.551Z","17.0.0-feature-db56ed-lpgqk6zn":"2023-11-27T09:58:33.081Z","17.0.0-feature-084354-lph44ukl":"2023-11-27T16:18:29.702Z","17.0.0-feature-177c39-lph4n8vr":"2023-11-27T16:32:45.999Z","17.0.0-feature-4318ee-lph4sb58":"2023-11-27T16:36:44.598Z","17.0.0-feature-9d115d-lph5dzgc":"2023-11-27T16:53:41.820Z","17.0.0-feature-1360ac-lph846cl":"2023-11-27T18:10:07.228Z","17.0.0-develop-8325ca-lph8978x":"2023-11-27T18:13:51.751Z","17.0.0-alpha.1":"2023-11-27T18:17:59.725Z","17.0.0-alpha.2":"2023-11-27T20:42:49.583Z","17.0.0-develop-d6f00e-lpi6kf46":"2023-11-28T10:14:20.740Z","17.0.0-feature-217551-lpi9svmd":"2023-11-28T11:44:54.385Z","17.0.0-feature-03de58-lpi9wfj1":"2023-11-28T11:47:39.243Z","17.0.0-develop-87fa7a-lpia2un5":"2023-11-28T11:52:38.547Z","17.0.0-feature-8e1a18-lpiktvxl":"2023-11-28T16:53:36.693Z","16.0.4-feature-a856f3-lpjp2j3n":"2023-11-29T11:40:11.531Z","17.0.0-feature-cc5db0-lpjrzp49":"2023-11-29T13:02:05.649Z","17.0.0-feature-8481b1-lpjsojj1":"2023-11-29T13:21:10.730Z","17.0.0-feature-84dbcf-lpjwbtuu":"2023-11-29T15:03:17.033Z","17.0.0-feature-e69257-lpl2bz7d":"2023-11-30T10:39:21.949Z","17.0.0-feature-310980-lpl2x916":"2023-11-30T10:55:41.685Z","17.0.0-develop-0a93e5-lpl30tse":"2023-11-30T10:58:25.474Z","17.0.0-feature-eebd82-lpl7g9i5":"2023-11-30T13:02:25.138Z","16.0.4-feature-5f4268-lpmmk1sm":"2023-12-01T12:53:01.395Z","16.0.4-feature-c69999-lpmr574i":"2023-12-01T15:01:41.532Z","17.0.0-renovate-82c820-lpq9ejcg":"2023-12-04T01:56:01.782Z","16.0.4-feature-046391-lpqp8qcl":"2023-12-04T09:19:18.342Z","17.0.0-develop-273bed-lpqqe9ki":"2023-12-04T09:51:35.558Z","17.0.0-feature-74f197-lpqrfozz":"2023-12-04T10:20:41.341Z","16.0.4-feature-0211c7-lpqslgjh":"2023-12-04T10:53:08.853Z","17.0.0-feature-fd1770-lps83urd":"2023-12-05T10:55:15.402Z","16.0.4-feature-4ea1ad-lps9i5kb":"2023-12-05T11:34:28.669Z","16.0.4":"2023-12-05T12:08:26.053Z","17.0.0-develop-409e6a-lpsci2my":"2023-12-05T12:58:11.537Z","17.0.0-feature-d52572-lpscrq4e":"2023-12-05T13:05:49.830Z","17.0.0-feature-17f480-lpsdxrlt":"2023-12-05T13:38:25.927Z","17.0.0-feature-02c13e-lpshivkr":"2023-12-05T15:18:46.090Z","17.0.0-renovate-e0ce3b-lpsib32i":"2023-12-05T15:40:44.303Z","17.0.0-feature-6e8750-lpsjbhc9":"2023-12-05T16:09:12.358Z","17.0.0-feature-106472-lptk4vr2":"2023-12-06T09:19:37.744Z","17.0.0-feature-c46e3a-lptkadfj":"2023-12-06T09:23:57.840Z","17.0.0-develop-1b20d4-lptkbf4a":"2023-12-06T09:24:45.012Z","17.0.0-develop-fae782-lptnv3hi":"2023-12-06T11:04:03.898Z","17.0.0-feature-c00a0a-lptpig10":"2023-12-06T11:50:10.681Z","17.0.0-feature-2be2ae-lptpm7sl":"2023-12-06T11:53:08.470Z","17.0.0-feature-96bcde-lptq12f1":"2023-12-06T12:04:41.875Z","16.0.5-feature-23f129-lpv0ldht":"2023-12-07T09:48:16.898Z","16.0.5-feature-9fd817-lpv4shs1":"2023-12-07T11:45:39.568Z","16.0.5":"2023-12-07T13:06:25.174Z","17.0.0-feature-517290-lpv88k2l":"2023-12-07T13:22:09.671Z","17.0.0-feature-c900e7-lpv8ln17":"2023-12-07T13:32:21.393Z","17.0.0-feature-752486-lpv9ycgy":"2023-12-07T14:10:23.719Z","17.0.0-feature-53e81e-lpvb08sz":"2023-12-07T14:39:45.076Z","17.0.0-develop-43d8ba-lpvb74b8":"2023-12-07T14:45:12.306Z","17.0.0-feature-9b2e69-lpvbvqsn":"2023-12-07T15:04:20.243Z","17.0.0-feature-ad7163-lpvcnbm2":"2023-12-07T15:25:46.280Z","17.0.0-feature-528363-lpvcz3de":"2023-12-07T15:34:46.488Z","17.0.0-renovate-a7c4e1-lpwhj5ik":"2023-12-08T10:30:11.151Z","17.0.0-develop-346bd6-lpwhkucq":"2023-12-08T10:31:28.418Z","17.0.0-renovate-590687-lpwhmg5r":"2023-12-08T10:32:40.118Z","17.0.0-develop-f9d145-lpwi67qd":"2023-12-08T10:48:09.070Z","17.0.0-feature-35075e-lpwi8k7s":"2023-12-08T10:49:51.352Z","17.0.0-feature-4de233-lpwib7ch":"2023-12-08T10:51:52.785Z","17.0.0-feature-3f73b1-lpwib8ue":"2023-12-08T10:52:13.774Z","17.0.0-feature-bd1e11-lpwidvf2":"2023-12-08T10:54:01.084Z","17.0.0-feature-89dafd-lpwrarez":"2023-12-08T15:03:43.352Z","17.0.0-feature-55610a-lpwrj9at":"2023-12-08T15:10:11.919Z","17.0.0-feature-272342-lpwujx95":"2023-12-08T16:34:41.215Z","17.0.0-renovate-bf491c-lq06ve4p":"2023-12-11T00:42:59.619Z","17.0.0-develop-14cb47-lq0t0udo":"2023-12-11T11:02:55.882Z","17.0.0-feature-6e12f3-lq10yc4f":"2023-12-11T14:44:57.839Z","17.0.0-renovate-9a2417-lq1cbdq9":"2023-12-11T20:03:05.940Z","17.0.0-feature-fa10fa-lq24b8jc":"2023-12-12T09:06:50.105Z","17.0.0-feature-744bd8-lq24bis2":"2023-12-12T09:06:52.980Z","17.0.0-develop-bb32fe-lq24jtmt":"2023-12-12T09:13:20.831Z","17.0.0-feature-18895d-lq24kvj3":"2023-12-12T09:14:06.503Z","17.0.0-feature-42b423-lq2cvp0a":"2023-12-12T13:06:35.781Z","17.0.0-develop-8380fd-lq2eadlu":"2023-12-12T13:45:59.701Z","17.0.0-feature-5aa22d-lq2gnsxa":"2023-12-12T14:52:18.881Z","17.0.0-develop-2a42ff-lq2gp4i9":"2023-12-12T14:53:25.127Z","17.0.0-alpha.3":"2023-12-12T15:36:09.759Z","17.0.0-develop-ae117a-lq2k8l2s":"2023-12-12T16:32:34.216Z","17.0.0-feature-65f5b9-lq2ohnzy":"2023-12-12T18:31:30.501Z","17.0.0-feature-e8d666-lq2owspw":"2023-12-12T18:43:23.364Z","17.0.0-renovate-0eacd9-lq4y0scx":"2023-12-14T08:33:49.831Z","17.0.0-develop-e4f2d7-lq519z6z":"2023-12-14T10:04:59.276Z","17.0.0-renovate-74cf6f-lqaakq71":"2023-12-18T02:24:06.365Z","17.0.0-renovate-fe4232-lqaakzfx":"2023-12-18T02:24:25.610Z","17.0.0-renovate-26be7c-lqab1z71":"2023-12-18T02:37:37.650Z","17.0.0-develop-e439dc-lqarenda":"2023-12-18T10:15:22.485Z","17.0.0-alpha.4":"2023-12-18T17:22:27.398Z","17.0.0-develop-408672-lqb7xzyd":"2023-12-18T17:58:24.311Z","17.0.0-feature-373630-lqc7il3d":"2023-12-19T10:33:59.440Z","17.0.0-feature-34f967-lqc8an4t":"2023-12-19T10:55:49.715Z","17.0.0-feature-31e058-lqcjzkth":"2023-12-19T16:23:09.904Z","17.0.0-develop-b49a1f-lqcke0yw":"2023-12-19T16:34:38.205Z","17.0.0-feature-105b3e-lqdrvxdz":"2023-12-20T12:52:11.568Z","17.0.0-renovate-ee4701-lqk8rvhk":"2023-12-25T01:31:26.387Z","17.0.0-renovate-43a52c-lqu82hj6":"2024-01-01T01:09:20.589Z","17.0.0-feature-8bcdd9-lqxw4xwi":"2024-01-03T14:46:37.252Z","17.0.0-feature-19ca49-lqzggg0k":"2024-01-04T17:02:58.930Z","17.0.0-feature-27c74b-lqzqqx26":"2024-01-04T21:51:19.579Z","17.0.0-feature-0deced-lqzssdr3":"2024-01-04T22:48:26.211Z","17.0.0-renovate-4985e0-lr3qua6t":"2024-01-07T17:04:53.101Z","17.0.0-renovate-b71cc5-lr49uts9":"2024-01-08T01:57:04.415Z","17.0.0-renovate-dea65b-lr4oeq5x":"2024-01-08T08:44:39.114Z","17.0.0-develop-c32309-lr4ooa5m":"2024-01-08T08:51:54.157Z","17.0.0-renovate-ccff08-lr4opodu":"2024-01-08T08:52:57.197Z","17.0.0-renovate-e56899-lr4ork1h":"2024-01-08T08:54:24.763Z","17.0.0-renovate-8565da-lr4p25gl":"2024-01-08T09:02:52.398Z","17.0.0-renovate-4ce2d5-lr4pbuel":"2024-01-08T09:10:12.931Z","17.0.0-renovate-686905-lr4pe23g":"2024-01-08T09:11:55.314Z","17.0.0-renovate-f9ea4c-lr4pgw1n":"2024-01-08T09:14:07.914Z","17.0.0-renovate-3db4a4-lr4pv6g0":"2024-01-08T09:25:16.706Z","17.0.0-develop-a7b405-lr4pv8ls":"2024-01-08T09:25:33.309Z","17.0.0-feature-7c0e3c-lr4q536w":"2024-01-08T09:32:56.503Z","17.0.0-develop-a7c1fc-lr4sxndf":"2024-01-08T10:51:07.311Z","17.0.0-feature-bc33ad-lr4uvihg":"2024-01-08T11:45:28.110Z","17.0.0-feature-082697-lr4zagz8":"2024-01-08T13:49:11.862Z","17.0.0-feature-cdf396-lr50cg2t":"2024-01-08T14:18:38.749Z","17.0.0-feature-d79e5b-lr557s2q":"2024-01-08T16:35:02.582Z","17.0.0-feature-c0dcfe-lr56o465":"2024-01-08T17:15:39.394Z","17.0.0-renovate-ecd283-lr6787yx":"2024-01-09T10:19:16.789Z","17.0.0-develop-4b0144-lr67a8dw":"2024-01-09T10:20:38.833Z","17.0.0-feature-ef0a75-lr7m2euk":"2024-01-10T10:02:12.453Z","17.0.0-develop-263581-lr7nqlvz":"2024-01-10T10:49:00.147Z","17.0.0-develop-512c7a-lr7pl3vm":"2024-01-10T11:40:43.634Z","17.0.0-feature-af5c87-lr842unz":"2024-01-10T18:26:35.940Z","17.0.0-feature-e6f5b4-lr84gdn9":"2024-01-10T18:36:58.685Z","17.0.0-feature-3d94ac-lr857gpy":"2024-01-10T18:58:00.962Z","17.0.0-feature-2a0e61-lr85o3aa":"2024-01-10T19:10:57.584Z","17.0.0-feature-e9f7ed-lr928toh":"2024-01-11T10:22:54.201Z","17.0.0-feature-45bd6f-lr93iavu":"2024-01-11T10:58:14.652Z","17.0.0-feature-a16e7b-lr9aa6i3":"2024-01-11T14:07:51.212Z","15.1.4-feature-956b3b-lr9ajvqr":"2024-01-11T14:15:39.440Z","16.0.6-feature-9f7d87-lr9av0xp":"2024-01-11T14:24:19.331Z","17.0.0-feature-e58fba-lr9bny53":"2024-01-11T14:46:35.438Z","17.0.0-feature-a3e6ec-lr9j3e1x":"2024-01-11T18:14:32.756Z","17.0.0-feature-2de9e3-lr9o4da8":"2024-01-11T20:35:16.673Z","17.0.0-feature-41cdca-lr9olqbh":"2024-01-11T20:48:44.824Z","17.0.0-feature-471baf-lradk9u2":"2024-01-12T08:27:32.875Z","17.0.0-feature-7b5c28-lrafrnjb":"2024-01-12T09:29:21.673Z","17.0.0-feature-4c9804-lragyyfc":"2024-01-12T10:03:04.728Z","17.0.0-feature-e2fc9d-lrao346b":"2024-01-12T13:22:04.011Z","17.0.0-feature-a42ed9-lrau8kdy":"2024-01-12T16:14:14.264Z","17.0.0-feature-074649-lrbw7577":"2024-01-13T09:56:53.917Z","17.0.0-feature-42e1d1-lrbwr2h2":"2024-01-13T10:12:36.168Z","17.0.0-feature-0f3a39-lrbxlj84":"2024-01-13T10:36:16.620Z","17.0.0-renovate-6ded44-lre7etjc":"2024-01-15T00:46:27.922Z","17.0.0-renovate-b24955-lre7pilg":"2024-01-15T00:54:38.301Z","17.0.0-renovate-296120-lre7rsxn":"2024-01-15T00:56:25.960Z","17.0.0-renovate-acdc9f-lretovbe":"2024-01-15T11:10:00.147Z","17.0.0-renovate-b5eaac-lretqcb8":"2024-01-15T11:11:20.098Z","17.0.0-renovate-8544f4-lretr2qv":"2024-01-15T11:11:49.642Z","17.0.0-develop-311eda-lrets8un":"2024-01-15T11:12:37.454Z","17.0.0-renovate-bf193b-lrettidk":"2024-01-15T11:13:35.811Z","17.0.0-develop-2a117a-lretxgv7":"2024-01-15T11:16:42.351Z","17.0.0-renovate-f031e8-lrety3ba":"2024-01-15T11:17:15.881Z","17.0.0-renovate-f5e91e-lreu23u3":"2024-01-15T11:20:18.360Z","17.0.0-renovate-d4d833-lreu4k7m":"2024-01-15T11:22:12.127Z","17.0.0-develop-442579-lreu7uww":"2024-01-15T11:24:45.486Z","17.0.0-feature-fb1de2-lreu9iyh":"2024-01-15T11:26:11.097Z","17.0.0-develop-f10a01-lreue99m":"2024-01-15T11:29:57.437Z","17.0.0-feature-32310e-lrevzn2o":"2024-01-15T12:14:21.870Z","17.0.0-feature-648010-lrex4m5f":"2024-01-15T12:46:13.002Z","17.0.0-feature-401f08-lrhtbo84":"2024-01-17T13:23:02.752Z","17.0.0-feature-92747e-lrhuwf42":"2024-01-17T14:07:12.632Z","17.0.0-feature-ae5f3a-lrhvvvml":"2024-01-17T14:34:49.599Z","16.0.6-feature-eff5f8-lrhwefj8":"2024-01-17T14:49:15.716Z","16.0.6-release-4994d7-lrhwoczb":"2024-01-17T14:56:55.672Z","16.0.6-feature-f512b8-lrizp1ev":"2024-01-18T09:09:10.152Z","17.0.0-feature-3804cc-lrja7e5o":"2024-01-18T14:03:22.416Z","17.0.0-feature-58412c-lrkcr38k":"2024-01-19T08:02:35.586Z","16.0.6":"2024-01-19T08:12:49.663Z","16.0.6-feature-6f21f4-lrkd60j1":"2024-01-19T08:14:03.006Z","16.0.6-release-a4b607-lrkd6c65":"2024-01-19T08:14:29.860Z","15.1.4":"2024-01-19T08:26:29.787Z","17.0.0-develop-1ed620-lrkepwfz":"2024-01-19T08:57:39.341Z","17.0.0-feature-82d342-lrkt54qw":"2024-01-19T15:41:20.725Z","17.0.0-renovate-5b8e77-lrop30dz":"2024-01-22T08:58:42.844Z","17.0.0-develop-2649b0-lroph4jb":"2024-01-22T09:09:42.402Z","17.0.0-feature-616b47-lroq8cxm":"2024-01-22T09:31:00.180Z","17.0.0-feature-25371a-lrp487v4":"2024-01-22T16:02:48.923Z","17.0.0-feature-8c7053-lrp56g29":"2024-01-22T16:29:25.210Z","17.0.0-feature-be9144-lrp5sodn":"2024-01-22T16:46:35.281Z","17.0.0-feature-1a88e6-lrp6g5y0":"2024-01-22T17:05:05.324Z","17.0.0-feature-6c4a1c-lrqqqsky":"2024-01-23T19:20:46.522Z","17.0.0-feature-94ae85-lrrnx281":"2024-01-24T10:49:32.438Z","17.0.0-feature-f2e275-lrrpfqk9":"2024-01-24T11:31:55.504Z","17.0.0-feature-7c641e-lrrumc0c":"2024-01-24T13:57:02.439Z","17.0.0-develop-1b4085-lrrxbrn5":"2024-01-24T15:13:00.211Z","17.0.0-feature-bbace3-lrry110x":"2024-01-24T15:32:27.491Z","17.0.0-feature-536e2f-lrry2u6o":"2024-01-24T15:34:05.950Z","17.0.0-feature-063fa4-lrs1eapy":"2024-01-24T17:06:44.290Z","17.0.0-develop-834091-lruknd3f":"2024-01-26T11:41:20.286Z","17.0.0-feature-3dc4a7-lrunocdb":"2024-01-26T13:06:06.545Z","17.0.0-feature-537827-lruq6hkt":"2024-01-26T14:16:05.332Z","17.0.0-feature-b91c06-lruzkx5b":"2024-01-26T18:39:13.528Z","17.0.0-develop-ca6860-lrv0um6n":"2024-01-26T19:14:51.437Z","17.0.0-renovate-ece9f4-lrye8d4n":"2024-01-29T03:52:47.279Z","17.0.0-renovate-229d7b-lrye9g7g":"2024-01-29T03:53:31.049Z","17.0.0-develop-d8328f-lryo2jrg":"2024-01-29T08:28:09.398Z","17.0.0-alpha.5":"2024-01-29T08:48:17.330Z","17.0.0-develop-5888ef-lryryx57":"2024-01-29T10:17:19.753Z","17.0.0-feature-ec7abb-ls1jxnq8":"2024-01-31T08:55:37.630Z","17.0.0-feature-ddb38d-ls1jyi7q":"2024-01-31T08:56:16.461Z","17.0.0-develop-2e5c07-ls1lfui1":"2024-01-31T09:37:46.060Z","17.0.0-feature-429ae2-ls1zipe5":"2024-01-31T16:12:02.909Z","17.0.0-feature-97be87-ls30oy9o":"2024-02-01T09:32:33.493Z","17.0.0-feature-199dee-ls3hkgye":"2024-02-01T17:24:54.342Z","17.0.0-feature-91cb0f-ls4hfujl":"2024-02-02T10:09:05.060Z","17.0.0-feature-a7bcc6-ls4hye8e":"2024-02-02T10:23:31.249Z","17.0.0-feature-d44568-ls4jhb5l":"2024-02-02T11:06:12.497Z","17.0.0-feature-40a063-ls4mtlgo":"2024-02-02T12:39:45.483Z","17.0.0-feature-d69d10-ls4teegq":"2024-02-02T15:43:52.347Z","17.0.0-renovate-886325-ls88ytjh":"2024-02-05T01:23:04.865Z","17.0.0-renovate-7291b7-ls891in9":"2024-02-05T01:25:11.505Z","17.0.0-renovate-eb319c-ls89fp3k":"2024-02-05T01:36:23.936Z","17.0.0-renovate-8dcf56-ls9qbf2i":"2024-02-06T02:16:25.364Z","17.0.0-develop-890c4c-lsa3caax":"2024-02-06T08:21:16.014Z","17.0.0-feature-0851fc-lsa5fub8":"2024-02-06T09:19:48.454Z","17.0.0-feature-ea9a3c-lsaba79d":"2024-02-06T12:03:36.898Z","17.0.0-develop-77dfd0-lsafptah":"2024-02-06T14:07:36.904Z","17.0.0-feature-0d630f-lsboqjmr":"2024-02-07T11:07:58.643Z","17.0.0-feature-d117f4-lsbphc74":"2024-02-07T11:28:37.134Z","17.0.0-feature-5336a2-lsenh8bb":"2024-02-09T12:55:56.434Z","17.0.0-feature-0d41b5-lseqnxx2":"2024-02-09T14:25:08.347Z","17.0.0-renovate-289b3b-lsiaqy6a":"2024-02-12T02:10:32.534Z","17.0.0-renovate-924e76-lsib1vxv":"2024-02-12T02:19:03.450Z","17.0.0-develop-96395b-lsip76ay":"2024-02-12T08:55:15.506Z","17.0.0-develop-c8efb5-lsipbdnn":"2024-02-12T08:58:29.052Z","17.0.0-feature-b3847d-lsirwvlk":"2024-02-12T10:11:07.501Z","17.0.0-feature-463b9f-lsizfwlt":"2024-02-12T13:42:03.726Z","17.0.0-feature-b5bd15-lsj1ftz8":"2024-02-12T14:37:43.171Z","17.0.0-feature-a3f5e1-lsj2q065":"2024-02-12T15:13:37.362Z","17.0.0-feature-fa55bf-lsk5dirk":"2024-02-13T09:15:40.472Z","17.0.0-feature-029c9b-lsk6kd9t":"2024-02-13T09:48:57.976Z","17.0.0-develop-5637cf-lsk8e5tb":"2024-02-13T10:40:29.427Z","17.0.0-develop-dac2f3-lsm1vumi":"2024-02-14T17:13:42.211Z","17.0.0-develop-780b46-lsm2vkzb":"2024-02-14T17:41:16.777Z","17.0.0-alpha.6":"2024-02-15T13:11:31.210Z","17.0.0-renovate-5b7b93-lssas0u0":"2024-02-19T02:09:03.410Z","17.0.0-renovate-7f16a3-lssautbn":"2024-02-19T02:11:20.234Z","17.0.0-renovate-4f1309-lssb2kxx":"2024-02-19T02:17:17.227Z","17.0.0-develop-1d7004-lsspidod":"2024-02-19T09:01:30.191Z","17.0.0-renovate-eb5ecc-lssplbuf":"2024-02-19T09:03:59.073Z","17.0.0-renovate-6bfab8-lssplswt":"2024-02-19T09:04:15.911Z","17.0.0-develop-f2f664-lssqmg02":"2024-02-19T09:32:54.549Z","17.0.0-develop-a4b4fe-lssr267d":"2024-02-19T09:44:50.756Z","17.0.0-feature-bf32d1-lst471q4":"2024-02-19T15:52:43.009Z","17.0.0-feature-c04bd4-lst522iu":"2024-02-19T16:16:39.860Z","17.0.0-feature-de1cd2-lst5qj8g":"2024-02-19T16:35:48.839Z","17.0.0-feature-6faa59-lsudxs2d":"2024-02-20T13:13:18.150Z","16.0.7-hotfix-c904c4-lsuesplk":"2024-02-20T13:37:07.392Z","16.0.7-hotfix-72ac99-lsw077mf":"2024-02-21T16:24:02.421Z","17.0.0-feature-06ae94-lsyq2zhj":"2024-02-23T14:04:17.648Z","16.0.7-hotfix-c3b5bd-lsyq9luu":"2024-02-23T14:09:14.638Z","17.0.0-feature-a4c95d-lsyqcj16":"2024-02-23T14:11:31.449Z","17.0.0-renovate-084eab-lt287lex":"2024-02-26T00:54:54.261Z","17.0.0-renovate-20367a-lt28gi73":"2024-02-26T01:02:03.804Z","17.0.0-develop-97704b-lt2ofxmh":"2024-02-26T08:29:26.943Z","17.0.0-renovate-fa02bd-lt2onysj":"2024-02-26T08:35:33.554Z","17.0.0-renovate-9ed52a-lt2qdlug":"2024-02-26T09:23:33.695Z","17.0.0-develop-37dd50-lt2qe6d3":"2024-02-26T09:23:53.662Z","17.0.0-develop-b359de-lt2rgr7s":"2024-02-26T09:53:54.507Z","16.0.7-hotfix-760857-lt2rtnnr":"2024-02-26T10:03:55.517Z","16.0.7-hotfix-bc7ce3-lt2shu46":"2024-02-26T10:22:45.693Z","17.0.0-feature-790e4a-lt2sxxr1":"2024-02-26T10:35:24.303Z","17.0.0-feature-9abcd7-lt2t7bi2":"2024-02-26T10:42:33.159Z","16.0.7-hotfix-a0fcdd-lt2t8ise":"2024-02-26T10:43:30.130Z","16.0.7":"2024-02-26T13:25:28.145Z","17.0.0-develop-0ead87-lt3092k7":"2024-02-26T14:00:09.033Z","17.0.0-feature-124095-lt4kd432":"2024-02-27T16:10:39.609Z","17.0.0-develop-bb6252-lt5qyh1n":"2024-02-28T12:03:15.143Z","16.0.7-hotfix-d7a28d-lt5u8mwy":"2024-02-28T13:34:51.939Z","16.0.8-hotfix-ded7b8-lt5uvsmn":"2024-02-28T13:52:52.672Z","16.0.8":"2024-02-28T14:26:40.277Z","17.0.0-develop-51fee1-lt5x82gc":"2024-02-28T14:58:31.098Z","17.0.0-renovate-52a2be-lt66cxz9":"2024-02-28T19:14:07.975Z","17.0.0-renovate-1bb026-lt66d5aj":"2024-02-28T19:14:33.898Z","17.0.0-develop-f9bb9e-lt6wo8dl":"2024-02-29T07:30:45.380Z","17.0.0-renovate-de4dfb-lt6x1wgp":"2024-02-29T07:41:22.642Z","17.0.0-develop-1d1f19-lt6xdg8g":"2024-02-29T07:50:26.524Z","17.0.0-develop-969515-lt7f6rvp":"2024-02-29T16:09:04.475Z","17.0.0-beta.1":"2024-02-29T16:10:15.949Z","17.0.0-renovate-0047db-ltca9m86":"2024-03-04T01:50:09.322Z","17.0.0-renovate-d98c8f-ltcao5ri":"2024-03-04T02:01:40.275Z","17.0.0-develop-75a003-ltcop71d":"2024-03-04T08:34:25.881Z","17.0.0-develop-4ffa44-ltcoraaa":"2024-03-04T08:35:48.973Z","17.0.0-feature-1582c7-ltej12bi":"2024-03-05T15:31:07.684Z","17.0.0-feature-fb8886-ltfnicb6":"2024-03-06T10:24:10.840Z","17.0.0-develop-135d4e-ltft1pxv":"2024-03-06T12:59:13.101Z","17.0.0-renovate-c1808f-ltfu7wv4":"2024-03-06T13:32:01.799Z","17.0.0-develop-42be76-ltgciitu":"2024-03-06T22:04:07.735Z","17.0.0-feature-e7f538-lth2axmz":"2024-03-07T10:06:05.656Z","17.0.0-feature-a0106f-lth6061h":"2024-03-07T11:49:55.938Z","17.0.0-feature-c97cee-lthd1rof":"2024-03-07T15:07:12.977Z","17.0.0-feature-dd19a3-lthenj8a":"2024-03-07T15:51:49.492Z","17.0.0-develop-db83e2-lthfaju4":"2024-03-07T16:09:50.793Z","17.0.0-feature-11caa6-lthffbtc":"2024-03-07T16:13:31.149Z","17.0.0-dependabot-e30bd2-lthq20r5":"2024-03-07T21:10:59.146Z","17.0.0-develop-5df884-lthtuy0o":"2024-03-07T22:57:36.205Z","17.0.0-feature-07f7d0-ltigxpuo":"2024-03-08T09:43:28.850Z","17.0.0-develop-e220b8-ltiid5hw":"2024-03-08T10:23:30.225Z","17.0.0-feature-271956-ltin2271":"2024-03-08T12:34:54.635Z","17.0.0-feature-6c731e-ltioo2d0":"2024-03-08T13:19:56.921Z","17.0.0-feature-20c530-ltip3y41":"2024-03-08T13:32:17.463Z","17.0.0-renovate-d4de88-ltmd0k0h":"2024-03-11T03:04:56.535Z","17.0.0-renovate-ac2b81-ltmd5p3m":"2024-03-11T03:08:47.268Z","17.0.0-renovate-d133e2-ltmdb25f":"2024-03-11T03:13:11.137Z","17.0.0-renovate-821007-ltmnrr1e":"2024-03-11T08:05:53.788Z","17.0.0-renovate-d8fe47-ltmnw2we":"2024-03-11T08:09:15.484Z","17.0.0-renovate-05c7ed-ltmo19ls":"2024-03-11T08:13:28.762Z","17.0.0-develop-1c11c6-ltmp23br":"2024-03-11T08:42:02.932Z","17.0.0-renovate-a5e475-ltmp5zz0":"2024-03-11T08:44:58.085Z","17.0.0-develop-e2f28f-ltmqx5f7":"2024-03-11T09:34:04.822Z","17.0.0-feature-27476c-ltmrux4c":"2024-03-11T10:00:17.905Z","17.0.0-develop-b79b4a-ltmvcfwy":"2024-03-11T11:37:55.347Z","17.0.0-feature-2f1222-ltohxwa9":"2024-03-12T14:58:27.758Z","17.0.0-feature-8667a7-ltoj0wx9":"2024-03-12T15:28:34.552Z","16.0.9":"2024-03-12T16:04:50.480Z","17.0.0-feature-1ae029-ltpzom7z":"2024-03-13T16:02:40.970Z","17.0.0-develop-80826b-ltr6jckp":"2024-03-14T12:02:18.768Z","17.0.0-renovate-37f218-ltr7kdxa":"2024-03-14T12:31:04.091Z","17.0.0-renovate-bed730-ltr7l02g":"2024-03-14T12:31:35.848Z","17.0.0-develop-b6ae6d-ltrcou1q":"2024-03-14T14:54:32.824Z","17.0.0-renovate-4b597b-ltrcs8sk":"2024-03-14T14:57:11.485Z","17.0.0-develop-6885b9-ltrdro18":"2024-03-14T15:24:43.750Z","17.0.0-beta.2":"2024-03-14T16:28:00.159Z","17.0.0-develop-95cd95-ltri71ey":"2024-03-14T17:28:55.115Z","17.0.0-renovate-36adb6-ltw83vlz":"2024-03-18T00:45:06.493Z","17.0.0-renovate-c9482a-ltw842ub":"2024-03-18T00:45:15.595Z","17.0.0-develop-dbfea3-ltwqiytq":"2024-03-18T09:20:51.266Z","17.0.0-feature-d762e0-ltzlmh1a":"2024-03-20T09:26:47.419Z","17.0.0-feature-96d9a9-ltzm9z6n":"2024-03-20T09:45:05.259Z","17.0.0-develop-42fe55-ltzqk1e4":"2024-03-20T11:44:52.297Z","17.0.0-feature-46d861-ltzyeij6":"2024-03-20T15:24:31.073Z","17.0.0-feature-a88a59-lu1eg4xq":"2024-03-21T15:41:27.894Z","17.0.0-feature-6503e6-lu1nqfn9":"2024-03-21T20:01:27.014Z","17.0.0-feature-8f35b5-lu1sdok8":"2024-03-21T22:11:27.772Z","17.0.0-develop-4e0c26-lu1u3dqb":"2024-03-21T22:59:32.039Z","17.0.0-beta.3":"2024-03-22T08:29:13.518Z","17.0.0-develop-4470ce-lu2k5ycn":"2024-03-22T11:09:16.393Z","17.0.0-renovate-4e4f25-lu6j35pa":"2024-03-25T05:50:10.882Z","17.0.0-renovate-06967a-lu6j3vpy":"2024-03-25T05:50:44.722Z","17.0.0-renovate-ba35f9-lu7931an":"2024-03-25T17:57:55.540Z","17.0.0-feature-7b7868-lu86003k":"2024-03-26T09:19:20.621Z","17.0.0-renovate-b31a2c-lud41vft":"2024-03-29T20:23:39.429Z","17.0.0-renovate-1987f8-lugbzry6":"2024-04-01T02:29:17.377Z","17.0.0-renovate-44f27f-lugc05hg":"2024-04-01T02:29:35.150Z","17.0.0-renovate-3eac5f-lugc0z3g":"2024-04-01T02:30:13.070Z","17.0.0-renovate-d73f77-lugc3a3t":"2024-04-01T02:32:00.112Z","17.0.0-renovate-6d6530-luix4iv5":"2024-04-02T21:56:25.236Z","17.0.0-renovate-50a712-luix5v2y":"2024-04-02T21:57:25.521Z","17.0.0-renovate-565467-lukmmttz":"2024-04-04T02:38:13.612Z","17.0.0-renovate-c4f741-lunxxmz5":"2024-04-06T10:17:51.916Z","17.0.0-develop-8502ca-luo8cf1q":"2024-04-06T15:09:18.262Z","17.0.0-feature-2fa9cc-luobph6s":"2024-04-06T16:43:25.192Z","17.0.0-develop-426f56-luqmhkfi":"2024-04-08T07:20:45.199Z","17.0.0-feature-8ecec2-luqvth0f":"2024-04-08T11:41:57.505Z","16.0.10-hotfix-d2a8af-luqwy1jm":"2024-04-08T12:13:31.462Z","17.0.0-feature-64c76e-luqyn44p":"2024-04-08T13:00:59.396Z","16.0.10":"2024-04-08T13:19:54.427Z","17.0.0-feature-c6d968-lur06p10":"2024-04-08T13:44:12.382Z","17.0.0-develop-5f977a-lur12nzk":"2024-04-08T14:09:04.089Z","17.0.0-develop-dc7ff7-lura0u1z":"2024-04-08T18:19:35.443Z","17.0.0-beta.4":"2024-04-08T20:01:51.859Z","17.0.0-renovate-d5c488-lusba11l":"2024-04-09T11:42:30.786Z","17.0.0-develop-b39537-lusc62ul":"2024-04-09T12:07:29.055Z","17.0.0-develop-ec8243-lusd1fa7":"2024-04-09T12:31:48.978Z","17.0.0-feature-f7e4ed-lutxfyce":"2024-04-10T14:50:45.832Z","17.0.0-feature-c9bcc2-luva7uko":"2024-04-11T13:36:07.756Z","17.0.0-feature-aa698f-luvdblx8":"2024-04-11T15:03:04.002Z","17.0.0-feature-94dddc-luvf0huh":"2024-04-11T15:50:25.058Z","17.0.0-feature-7f7b45-luwnw8fv":"2024-04-12T12:46:47.272Z","17.0.0-develop-77cd56-luwq29h0":"2024-04-12T13:47:29.486Z","17.0.0-renovate-277c4e-luwwrzwr":"2024-04-12T16:55:25.482Z","17.0.0-develop-7eb62b-luwy10zg":"2024-04-12T17:30:25.903Z","17.0.0-renovate-2c469a-lv0bh8hn":"2024-04-15T02:10:16.302Z","17.0.0-renovate-72c0ac-lv0l4c9i":"2024-04-15T06:40:11.586Z","17.0.0-develop-c3266e-lv0mracw":"2024-04-15T07:26:00.386Z","17.0.0-renovate-c4c7a6-lv572kqu":"2024-04-18T12:05:46.494Z","17.0.0-beta.5":"2024-04-18T14:59:33.814Z","17.0.0-renovate-248332-lvabsnd9":"2024-04-22T02:16:52.464Z","17.0.0":"2024-04-22T14:07:41.300Z","18.0.0-develop-c0d6aa-lvb2sf4k":"2024-04-22T14:52:30.007Z","18.0.0-renovate-7fb85d-lvfnyjt2":"2024-04-25T19:56:11.713Z","18.0.0-develop-5349ac-lvh2873p":"2024-04-26T19:23:21.942Z","18.0.0-develop-39d6df-lvklv53w":"2024-04-29T06:56:24.795Z","18.0.0-develop-039eff-lvklzda2":"2024-04-29T06:59:41.635Z","18.0.0-feature-222171-lvpe23zo":"2024-05-02T15:16:44.446Z","18.0.0-feature-5a749e-lvqeu2ed":"2024-05-03T08:26:14.256Z","18.0.0-develop-8de52e-lvqn2nmq":"2024-05-03T12:16:52.112Z","18.0.0-renovate-771536-lw1yfsmw":"2024-05-11T10:20:28.565Z","18.0.0-renovate-aee2c3-lw4ddkx5":"2024-05-13T02:54:11.969Z","18.0.0-develop-23622c-lw4g4xgg":"2024-05-13T04:11:26.399Z","18.0.0-feature-ebbd08-lw7q84vc":"2024-05-15T11:17:11.128Z","18.0.0-feature-6dedc5-lw7y5vq7":"2024-05-15T14:59:22.818Z","18.0.0-develop-2ad24c-lw96ry5e":"2024-05-16T11:48:13.002Z","18.0.0-renovate-2ec37f-lwadyv98":"2024-05-17T07:57:19.784Z","18.0.0-renovate-0bae3d-lwakyeay":"2024-05-17T11:12:56.352Z","18.0.0-develop-5cbcda-lwakz15d":"2024-05-17T11:13:25.946Z","18.0.0-feature-ebdfa0-lwg29wai":"2024-05-21T07:16:36.630Z","18.0.0-feature-a9b0a7-lwg2gjqg":"2024-05-21T07:21:47.765Z","18.0.0-feature-596fe0-lwg4577n":"2024-05-21T08:08:55.004Z","18.0.0-develop-18247e-lwiz07w7":"2024-05-23T08:08:25.546Z","18.0.0-feature-e990bb-lwja9qop":"2024-05-23T13:23:45.002Z","18.0.0-feature-7fe726-lwjagfej":"2024-05-23T13:28:55.986Z","17.0.1-feature-2f6929-lwkryelo":"2024-05-24T14:26:34.703Z","17.0.1":"2024-05-24T17:40:06.650Z","18.0.0-renovate-f17bbf-lwo9oo2q":"2024-05-27T01:06:11.443Z","18.0.0-renovate-a72853-lwo9pabj":"2024-05-27T01:06:40.856Z","18.0.0-feature-540f9e-lwozn78e":"2024-05-27T13:12:52.931Z","18.0.0-feature-cc67cc-lwpal5nl":"2024-05-27T18:19:13.947Z","18.0.0-feature-2839a3-lwpauepc":"2024-05-27T18:26:25.799Z","18.0.0-develop-5edf59-lwq3ur14":"2024-05-28T07:58:31.132Z","18.0.0-feature-44d2f1-lwq9uh6z":"2024-05-28T10:46:17.261Z","18.0.0-feature-3ffed3-lwqau9we":"2024-05-28T11:14:06.165Z","18.0.0-feature-549c1c-lwqcnau4":"2024-05-28T12:04:40.169Z","18.0.0-develop-4ae967-lwrnxqej":"2024-05-29T10:08:30.823Z","18.0.0-feature-d4dd9b-lwrzaz6p":"2024-05-29T15:26:44.779Z","18.0.0-renovate-5c3e2c-lwya9gff":"2024-06-03T01:20:03.621Z","18.0.0-renovate-89e9e2-lwyab3gr":"2024-06-03T01:21:20.262Z","18.0.0-renovate-d3da12-lwyisz5s":"2024-06-03T05:19:11.454Z","18.0.0-renovate-c00937-lwylobn1":"2024-06-03T06:39:32.488Z","18.0.0-renovate-3002c6-lx06581m":"2024-06-04T09:00:20.208Z","18.0.0-develop-c1723d-lx0677vr":"2024-06-04T09:01:53.098Z","18.0.0-feature-facfe0-lx1jq4oe":"2024-06-05T08:08:16.313Z","18.0.0-develop-c5d8b8-lx3ka8he":"2024-06-06T17:59:27.697Z","18.0.0-renovate-d54824-lx8bri8p":"2024-06-10T01:59:46.156Z","18.0.0-renovate-f7b204-lx8bu5zj":"2024-06-10T02:01:50.551Z","18.0.0-develop-45adae-lx8hgony":"2024-06-10T04:39:19.374Z","18.0.0-renovate-eaaa95-lxa917lg":"2024-06-11T10:18:52.451Z","18.0.0-renovate-832644-lxa9ziqk":"2024-06-11T10:45:33.622Z","18.0.0-renovate-ead452-lxajjmdm":"2024-06-11T15:13:07.860Z","18.0.0-feature-9c8c77-lxc173dj":"2024-06-12T16:15:03.684Z","18.0.0-develop-6cd5b7-lxc1muul":"2024-06-12T16:27:18.743Z","18.0.0-develop-f8ceea-lxd98i6i":"2024-06-13T12:47:51.116Z","18.0.0-feature-92f042-lxf9muc6":"2024-06-14T22:34:34.419Z","18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-d572eb-lxfc9n37":"2024-06-14T23:48:16.492Z","18.0.0-renovate-19722f-lxhnb4hl":"2024-06-16T14:32:52.873Z","18.0.0-renovate-ef3a5a-lxinu92v":"2024-06-17T07:35:31.107Z","18.0.0-feature-cae194-lxipap1g":"2024-06-17T08:16:19.223Z","18.0.0-feature-2e3838-lxk8e7zu":"2024-06-18T09:58:41.739Z","18.0.0-develop-8e0f4a-lxkaitak":"2024-06-18T10:58:16.234Z","18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-fe12f7-lxke1rkq":"2024-06-18T12:36:59.417Z","18.0.0-develop-3394a2-lxke64ve":"2024-06-18T12:40:23.520Z","18.0.0-feature-095aab-lxkimdiw":"2024-06-18T14:44:58.950Z","18.0.0-feature-481bca-lxkj4lrk":"2024-06-18T14:59:10.931Z","18.0.0-develop-bd4112-lxklee9q":"2024-06-18T16:02:44.157Z","18.0.0-feature-PCE-740-Token-History-Berechnung-optimieren-1ae092-lxkm02nc":"2024-06-18T16:19:36.371Z","18.0.0-develop-0a3c81-lxkmzjvc":"2024-06-18T16:47:14.157Z","18.0.0-feature-db0682-lxkn7ov9":"2024-06-18T16:53:32.231Z","18.0.0-feature-e4857c-lxknqswh":"2024-06-18T17:08:24.363Z","18.0.0-develop-711aaf-lxkzt5gd":"2024-06-18T22:46:09.234Z","18.0.0-dependabot-c86d43-lxlk6nw6":"2024-06-19T08:16:30.727Z","18.0.0-develop-60a77b-lxlkp3dv":"2024-06-19T08:30:51.652Z","18.0.0-feature-380745-lxlljw6g":"2024-06-19T08:54:48.131Z","18.0.0-feature-2e0fce-lxlmg26i":"2024-06-19T09:19:48.940Z","18.0.0-develop-05a509-lxlsitzr":"2024-06-19T12:09:55.326Z","18.0.0-feature-497859-lxlslma4":"2024-06-19T12:12:05.589Z","18.0.0-feature-0f9fb7-lxlsti6q":"2024-06-19T12:18:13.425Z","18.0.0-feature-63b558-lxltbf8c":"2024-06-19T12:32:09.739Z","18.0.0-renovate-ea7765-lxlurdit":"2024-06-19T13:12:35.595Z","18.0.0-develop-2c3568-lxlwz17v":"2024-06-19T14:14:31.645Z","18.0.0-alpha.1":"2024-06-19T14:27:33.508Z","18.0.0-renovate-032b67-lxm70d9t":"2024-06-19T18:55:28.785Z","18.0.0-renovate-f6ae28-lxm7lfam":"2024-06-19T19:11:50.311Z","18.0.0-develop-caaf0b-lxm7ljl0":"2024-06-19T19:11:56.869Z","18.0.0-develop-4ece25-lxmdtdoy":"2024-06-19T22:05:59.681Z","18.0.0-renovate-67a8ac-lxonazch":"2024-06-21T12:07:10.634Z","18.0.0-renovate-a82ae5-lxonc60s":"2024-06-21T12:08:05.560Z","18.0.0-renovate-06fdbd-lxonckif":"2024-06-21T12:08:23.325Z","18.0.0-develop-6ee1de-lxotpumf":"2024-06-21T15:06:41.162Z","18.0.0-renovate-e34ef7-lxotqfvz":"2024-06-21T15:07:08.476Z","18.0.0-renovate-40c722-lxotsf7t":"2024-06-21T15:08:41.443Z","18.0.0-renovate-7ab12c-lxoz7gz6":"2024-06-21T17:40:21.184Z","18.0.0-develop-4f5bf0-lxp6409h":"2024-06-21T20:53:35.860Z","18.0.0-renovate-2d34cc-lxq54k7p":"2024-06-22T13:13:49.214Z","18.0.0-renovate-e3b45d-lxsb0uhz":"2024-06-24T01:34:26.338Z","18.0.0-renovate-5a6dc9-lxsb1e4j":"2024-06-24T01:34:51.339Z","18.0.0-develop-8bf78b-lxsnxu9z":"2024-06-24T07:36:00.693Z","18.0.0-feature-ba8983-lxvil34r":"2024-06-26T07:29:27.964Z","18.0.0-feature-9379a4-lxvvpulj":"2024-06-26T13:37:03.473Z","18.0.0-renovate-5d2e16-lxwfw4vr":"2024-06-26T23:01:49.798Z","18.0.0-renovate-9a3c8d-lxwlm5bc":"2024-06-27T01:42:01.936Z","18.0.0-feature-2edc84-lxx0ajyr":"2024-06-27T08:32:54.078Z","18.0.0-feature-656de7-lxx0fcsw":"2024-06-27T08:36:38.718Z","18.0.0-feature-70d7a1-lxx0ttde":"2024-06-27T08:47:53.553Z","18.0.0-feature-1615af-lxx1ewy7":"2024-06-27T09:04:20.484Z","18.0.0-feature-37bc47-lxx29yqp":"2024-06-27T09:28:26.055Z","18.0.0-develop-fced02-lxx7302m":"2024-06-27T11:43:01.362Z","18.0.0-develop-8b2c3f-lxx8da1n":"2024-06-27T12:19:00.401Z","18.0.0-feature-81ca98-lxzzsm16":"2024-06-29T10:42:16.802Z","18.0.0-renovate-1a019a-ly2b5d1b":"2024-07-01T01:35:40.872Z","18.0.0-renovate-157368-ly2b7m7h":"2024-07-01T01:37:26.308Z","18.0.0-renovate-e053f5-ly2h6lb0":"2024-07-01T04:24:36.864Z","18.0.0-renovate-cdbbad-ly2h7fr7":"2024-07-01T04:25:16.564Z","18.0.0-develop-a352e6-ly2ha2mg":"2024-07-01T04:27:18.763Z","18.0.0-renovate-869d1a-ly2n2kj5":"2024-07-01T07:09:27.362Z","18.0.0-renovate-5a76b3-ly2o9r36":"2024-07-01T07:43:01.624Z","18.0.0-develop-30bf50-ly2p72uy":"2024-07-01T08:08:56.084Z","18.0.0-renovate-488723-ly2p81y2":"2024-07-01T08:09:42.369Z","18.0.0-renovate-1560f3-ly2p8q5s":"2024-07-01T08:10:13.001Z","18.0.0-renovate-aa50f7-ly2paldo":"2024-07-01T08:11:41.344Z","18.0.0-feature-43d5a4-ly2rp6nu":"2024-07-01T09:19:00.260Z","18.0.0-renovate-8e122e-ly2t7ffs":"2024-07-01T10:01:11.431Z","18.0.0-develop-303f56-ly2t9yzy":"2024-07-01T10:03:11.006Z","18.0.0-feature-536007-ly2u95vw":"2024-07-01T10:30:29.032Z","18.0.0-develop-de520b-ly2vs7ct":"2024-07-01T11:13:20.655Z","18.0.0-feature-da0f12-ly2x137b":"2024-07-01T11:48:11.029Z","18.0.0-develop-5284ff-ly31d56f":"2024-07-01T13:49:31.145Z","18.0.0-feature-d1ed04-ly4ls8d4":"2024-07-02T16:08:54.448Z","18.0.0-feature-145d0a-ly4m64lf":"2024-07-02T16:19:42.725Z","18.0.0-feature-1a32f0-ly4n2bbz":"2024-07-02T16:44:44.663Z","17.0.2-feature-977fbb-ly5lkyje":"2024-07-03T08:51:01.619Z","18.0.0-feature-4ceada-ly5t7coa":"2024-07-03T12:24:22.558Z","17.0.2-feature-b570f7-ly8khh3b":"2024-07-05T10:43:36.586Z","18.0.0-develop-fba482-ly8n27be":"2024-07-05T11:55:44.360Z","18.0.0-alpha.2":"2024-07-05T12:06:42.744Z","17.0.2":"2024-07-05T12:29:04.784Z","18.0.0-develop-1e9b8b-ly8oxfy9":"2024-07-05T12:48:01.245Z","18.0.0-feature-099494-lyc32woi":"2024-07-07T21:47:29.184Z","18.0.0-renovate-725d84-lyc9gra9":"2024-07-08T00:46:13.461Z","18.0.0-renovate-72459c-lyc9jmyi":"2024-07-08T00:48:27.103Z","18.0.0-renovate-89b36e-lycgmgey":"2024-07-08T04:06:36.432Z","18.0.0-renovate-67723d-lycmm5kk":"2024-07-08T06:54:20.083Z","18.0.0-develop-70e2dd-lycph2qn":"2024-07-08T08:14:21.990Z","18.0.0-feature-e8c913-lycpwkce":"2024-07-08T08:26:23.827Z","18.0.0-feature-156f4a-lycqfdcb":"2024-07-08T08:41:01.068Z","18.0.0-feature-a8bb4d-lydnluje":"2024-07-09T00:09:50.851Z","18.0.0-develop-b30def-lydrf5zb":"2024-07-09T01:56:37.594Z","18.0.0-develop-19d341-lye49iyd":"2024-07-09T07:56:09.637Z","18.0.0-develop-b963de-lye8p6bf":"2024-07-09T10:00:18.217Z","18.0.0-renovate-8b2fce-lyh6mq93":"2024-07-11T11:25:44.169Z","18.0.0-feature-dfe8d4-lymp7ocl":"2024-07-15T08:04:44.695Z","18.0.0-develop-ef8b13-lympibe7":"2024-07-15T08:13:00.207Z","18.0.0-develop-3db608-lympj71n":"2024-07-15T08:13:41.728Z","18.0.0-renovate-3ef24f-lympk2ih":"2024-07-15T08:14:22.597Z","16.0.11-hotfix-9482e6-lyo5tfap":"2024-07-16T08:37:17.843Z","16.0.11-16-latest-55f200-lyo7mnlc":"2024-07-16T09:28:03.024Z","16.0.11":"2024-07-16T12:42:28.758Z","18.0.0-feature-e39df8-lyof1a23":"2024-07-16T12:55:22.253Z","18.0.0-feature-8e3b35-lyof63dm":"2024-07-16T12:59:06.821Z","18.0.0-feature-c44c93-lyofdjnc":"2024-07-16T13:04:54.657Z","18.0.0-feature-5069a3-lyofr1xe":"2024-07-16T13:15:24.979Z","18.0.0-develop-434a32-lyohh7f1":"2024-07-16T14:03:46.196Z","18.0.0-feature-ecf9d6-lyohje6p":"2024-07-16T14:05:28.484Z","18.0.0-renovate-a138dd-lyok6mh7":"2024-07-16T15:19:30.809Z","18.0.0-renovate-b6c5e1-lyok7lg0":"2024-07-16T15:20:14.867Z","18.0.0-renovate-815d58-lyomkge4":"2024-07-16T16:26:14.015Z","18.0.0-renovate-9cfd77-lyomknwu":"2024-07-16T16:26:24.530Z","18.0.0-develop-90c56c-lyomkqzt":"2024-07-16T16:26:28.757Z","18.0.0-develop-3aec12-lyou674w":"2024-07-16T19:59:06.617Z","18.0.0-renovate-d4c90d-lypitrrf":"2024-07-17T07:29:16.694Z","18.0.0-feature-c0f5e4-lypkpjld":"2024-07-17T08:21:59.995Z","18.0.0-develop-5d729f-lypkq7r9":"2024-07-17T08:22:29.969Z","18.0.0-feature-715af1-lypl1i4r":"2024-07-17T08:31:17.992Z","18.0.0-feature-333300-lypm7hk8":"2024-07-17T09:03:56.337Z","18.0.0-feature-a8f26d-lyq1fkzy":"2024-07-17T16:10:07.505Z","18.0.0-feature-70759f-lyqzr3la":"2024-07-18T08:10:51.747Z","18.0.0-feature-75c66b-lyrc35i4":"2024-07-18T13:56:11.286Z","18.0.0-feature-058217-lyrd00yo":"2024-07-18T14:21:42.680Z","18.0.0-fix-631026-lysfo9wb":"2024-07-19T08:24:20.147Z","18.0.0-develop-8c3b63-lysi5xk3":"2024-07-19T09:34:03.186Z","18.0.0-feature-8b4ffd-lyy5cdav":"2024-07-23T08:21:46.803Z","18.0.0-feature-776f5a-lyybytoc":"2024-07-23T11:27:12.097Z","18.0.0-renovate-5c919a-lz9hhne5":"2024-07-31T06:47:16.527Z","18.0.0-renovate-fc9b99-lz9hhvt1":"2024-07-31T06:47:25.707Z","18.0.0-renovate-571676-lz9hil54":"2024-07-31T06:47:58.612Z","18.0.0-feature-8a6edb-lz9hjw0k":"2024-07-31T06:48:59.854Z","18.0.0-develop-32ff6a-lz9hk5fo":"2024-07-31T06:49:09.378Z","18.0.0-renovate-5abcc3-lz9hp1ek":"2024-07-31T06:52:59.626Z","18.0.0-renovate-35f612-lz9hwxl3":"2024-07-31T06:59:07.962Z","18.0.0-feature-ed202d-lz9i1ik6":"2024-07-31T07:02:43.973Z","18.0.0-feature-b36992-lz9i1tqr":"2024-07-31T07:02:56.869Z","18.0.0-develop-814969-lz9lf1aa":"2024-07-31T08:37:12.643Z","18.0.0-renovate-06cdbb-lz9lftgl":"2024-07-31T08:37:47.733Z","18.0.0-renovate-bc4eb4-lz9lgv6v":"2024-07-31T08:38:37.165Z","18.0.0-renovate-8ef234-lz9ljjls":"2024-07-31T08:40:42.108Z","18.0.0-develop-e008f9-lz9n8bnk":"2024-07-31T09:27:57.693Z","18.0.0-renovate-f5bff6-lz9n9nh3":"2024-07-31T09:28:59.154Z","18.0.0-renovate-3da6e2-lz9namsm":"2024-07-31T09:29:46.941Z","18.0.0-renovate-836a51-lz9nbe3o":"2024-07-31T09:30:23.297Z","18.0.0-renovate-44445a-lz9pf6sq":"2024-07-31T10:29:17.558Z","18.0.0-develop-0418f0-lz9pfbrp":"2024-07-31T10:29:23.083Z","18.0.0-renovate-660cb4-lz9piyi9":"2024-07-31T10:32:15.333Z","18.0.0-develop-652393-lz9w3o6e":"2024-07-31T13:36:18.646Z","18.0.0-feature-f49d2f-lz9xwdqg":"2024-07-31T14:26:37.787Z","18.0.0-feature-bfeb5e-lza00pbr":"2024-07-31T15:25:56.709Z","18.0.0-renovate-045291-lzch7et0":"2024-08-02T09:02:33.914Z","18.0.0-renovate-6f1a24-lzch7pfx":"2024-08-02T09:02:49.499Z","18.0.0-feature-f3594f-lzcs6y6t":"2024-08-02T14:10:10.124Z","18.0.0-renovate-d27c31-lzcsf4ed":"2024-08-02T14:16:32.008Z","18.0.0-develop-19e17b-lzctoz1f":"2024-08-02T14:52:11.345Z","18.0.0-renovate-f9b4d9-lzcvc8wc":"2024-08-02T15:38:18.211Z","18.0.0-renovate-d62faa-lzgdovhw":"2024-08-05T02:35:19.272Z","18.0.0-feature-5a5abf-lzgsydcc":"2024-08-05T09:42:34.443Z","18.0.0-develop-df2b2b-lzgt8utu":"2024-08-05T09:50:44.303Z","18.0.0-feature-bd45dc-lzgtgqie":"2024-08-05T09:56:51.657Z","18.0.0-feature-2670a1-lzgtjfnq":"2024-08-05T09:58:57.010Z","18.0.0-feature-5e685d-lzgtt5x8":"2024-08-05T10:06:30.967Z","18.0.0-feature-12a3a5-lzgu6o99":"2024-08-05T10:17:00.717Z","18.0.0-feature-c5f7ba-lzguau05":"2024-08-05T10:20:16.004Z","18.0.0-feature-c0e309-lzguiszt":"2024-08-05T10:26:28.529Z","18.0.0-feature-527c06-lzi3c0vb":"2024-08-06T07:20:53.788Z","18.0.0-feature-70abec-lzi4allk":"2024-08-06T07:47:47.479Z","18.0.0-feature-091441-lzi9ybpc":"2024-08-06T10:26:11.977Z","18.0.0-feature-0cb078-lziae5az":"2024-08-06T10:38:30.844Z","18.0.0-feature-9410b7-lziamezy":"2024-08-06T10:44:56.801Z","18.0.0-feature-881536-lziee0ic":"2024-08-06T12:30:23.936Z","18.0.0-feature-400ab1-lzif705l":"2024-08-06T12:52:55.101Z","18.0.0-develop-acee28-lzigkoo3":"2024-08-06T13:31:32.049Z","18.0.0-feature-05937a-lziic57c":"2024-08-06T14:20:53.331Z","18.0.0-feature-256f37-lzjilhoh":"2024-08-07T07:15:56.310Z","18.0.0-feature-f78fb5-lzjomnaa":"2024-08-07T10:04:47.782Z","18.0.0-feature-4a8b84-lzjoyw3o":"2024-08-07T10:14:19.199Z","18.0.0-feature-e72027-lzjoz5uy":"2024-08-07T10:14:30.061Z","18.0.0-feature-e5ff2a-lzjrkl9s":"2024-08-07T11:27:10.238Z","18.0.0-feature-485746-lzjv3q92":"2024-08-07T13:06:02.963Z","18.0.0-feature-a99675-lzjvlktr":"2024-08-07T13:19:54.615Z","18.0.0-feature-01d90b-lzl19x5b":"2024-08-08T08:46:36.349Z","18.0.0-develop-91dcb8-lzl2q244":"2024-08-08T09:27:07.313Z","18.0.0-feature-8210c0-lzl46bi9":"2024-08-08T10:07:45.505Z","18.0.0-develop-fff96b-lzlanbc6":"2024-08-08T13:08:56.853Z","18.0.0-feature-70f62b-lzld0qv5":"2024-08-08T14:15:21.689Z","18.0.0-feature-ded6cb-lzlnalr4":"2024-08-08T19:02:58.962Z","18.0.0-feature-693440-lzmfazd7":"2024-08-09T08:07:05.520Z","17.1.0-feature-98abeb-lzmky25v":"2024-08-09T10:44:59.768Z","17.1.0-feature-dfdae6-lzmlzhii":"2024-08-09T11:14:05.231Z","18.0.0-feature-560e8a-lzmsbhfn":"2024-08-09T14:11:23.633Z","18.0.0-feature-3d6e99-lzpfpqog":"2024-08-11T10:42:10.631Z","18.0.0-develop-67fc2c-lzqnr4uc":"2024-08-12T07:14:40.243Z","18.0.0-feature-a5dc1b-lzqss9vp":"2024-08-12T09:35:32.156Z","18.0.0-feature-2f3239-lzqugp9p":"2024-08-12T10:22:31.087Z","17.1.0-feature-16b84d-lzqx8zyi":"2024-08-12T11:40:30.630Z","18.0.0-feature-7607bc-lzqy5fsy":"2024-08-12T12:05:43.582Z","18.0.0-feature-09222f-lzqygosz":"2024-08-12T12:14:28.025Z","18.0.0-feature-3bb9cf-lzqypfxk":"2024-08-12T12:21:18.113Z","17.1.0":"2024-08-12T12:21:29.683Z","18.0.0-develop-ebce43-lzqyy9i0":"2024-08-12T12:28:10.531Z","18.0.0-feature-29c348-lzr48u7n":"2024-08-12T14:56:20.710Z","18.0.0-feature-8d48d9-lzr6eglp":"2024-08-12T15:56:41.077Z","18.0.0-alpha.3":"2024-08-13T07:24:08.345Z","18.0.0-develop-d7dc35-lzsaugkp":"2024-08-13T10:48:54.266Z","18.0.0-develop-89f220-lzsbzamw":"2024-08-13T11:20:40.095Z","18.0.0-feature-fd4692-lzset475":"2024-08-13T12:39:49.276Z","18.0.0-feature-b7041b-lzsf60qs":"2024-08-13T12:49:50.467Z","18.0.0-feature-36d948-lzsf93b7":"2024-08-13T12:52:13.402Z","16.0.12-hotfix-e7c691-lzsjpdx7":"2024-08-13T14:56:52.393Z","16.0.12":"2024-08-13T15:23:55.841Z","18.0.0-feature-08db01-lzso8riz":"2024-08-13T17:03:55.270Z","18.0.0-feature-a481fb-lzsqv0om":"2024-08-13T18:17:12.548Z","18.0.0-feature-f84dfb-lztisx37":"2024-08-14T07:19:24.711Z","18.0.0-feature-1e0086-lztkw0zb":"2024-08-14T08:17:49.295Z","18.0.0-develop-3a264d-lztl4gqz":"2024-08-14T08:24:23.780Z","18.0.0-feature-b5762b-lztl8dca":"2024-08-14T08:27:26.185Z","18.0.0-feature-c56275-lztli203":"2024-08-14T08:34:55.901Z","18.0.0-feature-5e877c-lztljqxn":"2024-08-14T08:36:15.394Z","18.0.0-feature-2e484e-lztlola1":"2024-08-14T08:40:01.801Z","18.0.0-feature-8d53a5-lztltfrb":"2024-08-14T08:43:46.694Z","18.0.0-feature-f2ec6a-lztm5r61":"2024-08-14T08:53:22.846Z","18.0.0-feature-c39125-lztml38v":"2024-08-14T09:05:19.398Z","18.0.0-feature-2576fb-lztnxz7r":"2024-08-14T09:43:20.161Z","18.0.0-feature-a51632-lztpy9sw":"2024-08-14T10:39:31.686Z","18.0.0-feature-f20377-lztq9avu":"2024-08-14T10:48:07.155Z","18.0.0-feature-35c2a0-lztsxz91":"2024-08-14T12:03:18.393Z","18.0.0-feature-307c56-lztu3wcm":"2024-08-14T12:35:55.107Z","18.0.0-feature-03f702-lztuv2lh":"2024-08-14T12:57:00.608Z","18.0.0-feature-fb96da-lztv4k80":"2024-08-14T13:04:23.180Z","18.0.0-feature-f07313-lztvaxuv":"2024-08-14T13:09:21.677Z","18.0.0-feature-76abea-lztwda90":"2024-08-14T13:39:09.912Z","18.0.0-feature-9a906e-lztzxovq":"2024-08-14T15:19:00.216Z","18.0.0-feature-386ea2-lzu483uw":"2024-08-14T17:19:05.489Z","18.0.0-feature-af05ca-lzv77t7w":"2024-08-15T11:30:36.356Z","18.0.0-feature-86cd02-lzvcq2q2":"2024-08-15T14:04:47.578Z","18.0.0-feature-46e48d-lzve7zlh":"2024-08-15T14:46:42.138Z","18.0.0-feature-aa72ae-lzvgvjdc":"2024-08-15T16:01:00.153Z","18.0.0-feature-9b7c84-lzvhjj5e":"2024-08-15T16:19:39.562Z","18.0.0-feature-3c5406-lzwiz367":"2024-08-16T09:47:30.769Z","18.0.0-feature-51bb65-lzwmtbpc":"2024-08-16T11:35:00.359Z","18.0.0-feature-9138f6-lzwodtw6":"2024-08-16T12:18:57.446Z","18.0.0-feature-0dbd3a-lzwp1yb1":"2024-08-16T12:37:42.408Z","18.0.0-feature-bedb75-lzwqwhcj":"2024-08-16T13:29:26.959Z","18.0.0-renovate-9f43bb-m00bllaa":"2024-08-19T01:32:08.495Z","18.0.0-renovate-f03f38-m00bocgj":"2024-08-19T01:34:17.650Z","18.0.0-renovate-ccb95d-m00kof3r":"2024-08-19T05:46:15.100Z","18.0.0-develop-9dcda8-m00kp91m":"2024-08-19T05:46:55.639Z","18.0.0-develop-1724be-m00nitix":"2024-08-19T07:05:53.786Z","18.0.0-feature-e7c6b2-m00ohmyg":"2024-08-19T07:32:59.911Z","18.0.0-feature-0a18df-m00ollsc":"2024-08-19T07:36:05.667Z","18.0.0-feature-6c3341-m02d97rk":"2024-08-20T11:54:03.553Z","18.0.0-develop-5f8619-m02fke3k":"2024-08-20T12:58:43.150Z","18.0.0-feature-dd153b-m02gu2sn":"2024-08-20T13:34:14.904Z","18.0.0-develop-302968-m02homjd":"2024-08-20T13:57:59.326Z","18.0.0-feature-a76332-m02hqvdf":"2024-08-20T13:59:44.482Z","18.0.0-develop-ef2994-m05abuln":"2024-08-22T12:55:26.371Z","18.0.0-renovate-9b09f0-m05aeqck":"2024-08-22T12:57:40.246Z","18.0.0-feature-9653d0-m06gkcak":"2024-08-23T08:37:46.008Z","18.0.0-feature-ec4592-m06jyqs0":"2024-08-23T10:12:56.080Z","18.0.0-feature-88f01e-m06k07eh":"2024-08-23T10:14:02.902Z","18.0.0-develop-bef64d-m06kgh2e":"2024-08-23T10:26:42.507Z","17.1.1-hotfix-7c0a4c-m06kwtm8":"2024-08-23T10:39:28.231Z","18.0.0-renovate-eac6dd-m0ahw02i":"2024-08-26T04:25:53.906Z","18.0.0-develop-038b6d-m0aqg36k":"2024-08-26T08:25:27.147Z","18.0.0-dependabot-eb8517-m0aqilhd":"2024-08-26T08:27:24.838Z","18.0.0-feature-1d6754-m0argdvi":"2024-08-26T08:53:40.520Z","18.0.0-feature-c5afbb-m0avm5hw":"2024-08-26T10:50:08.728Z","18.0.0-develop-33b120-m0awibo5":"2024-08-26T11:15:09.227Z","18.0.0-feature-ff0b0b-m0ayd9vi":"2024-08-26T12:07:13.245Z","18.0.0-alpha.4":"2024-08-27T14:15:11.077Z","18.0.0-develop-9ee668-m0cijq78":"2024-08-27T14:19:53.072Z","17.1.1":"2024-08-28T10:28:59.165Z","18.0.0-develop-9fb6e1-m0dq15ai":"2024-08-28T10:37:09.603Z","18.0.0-renovate-2ba214-m0drqegy":"2024-08-28T11:24:46.871Z","18.0.0-renovate-c3c16e-m0drrwix":"2024-08-28T11:25:57.232Z","18.0.0-renovate-dc0a16-m0dt5a3f":"2024-08-28T12:04:22.326Z","18.0.0-develop-d451ce-m0dt6hga":"2024-08-28T12:05:16.336Z","18.0.0-develop-47ce6c-m0dwdgou":"2024-08-28T13:34:43.058Z","18.0.0-renovate-7aa162-m0ka1swd":"2024-09-02T00:44:07.587Z","18.0.0-develop-bbae1f-m0kjzwa2":"2024-09-02T05:22:36.331Z","17.1.1-hotfix-400079-m0m2cc8e":"2024-09-03T06:43:55.666Z","17.1.1-hotfix-91d89c-m0m39wuy":"2024-09-03T07:10:03.259Z","18.0.0-hotfix-aaba32-m0nl0996":"2024-09-04T08:14:11.430Z","17.1.2-hotfix-f6e620-m0nplqit":"2024-09-04T10:22:52.755Z","18.0.0-feature-6095c5-m0nw8b5m":"2024-09-04T13:28:24.839Z","18.0.0-feature-e7ee8c-m0nwcjiy":"2024-09-04T13:31:42.738Z","18.0.0-feature-fc4007-m0nwe39n":"2024-09-04T13:32:52.726Z","18.0.0-feature-633c41-m0nww2h2":"2024-09-04T13:46:52.785Z","17.1.2":"2024-09-04T16:39:58.617Z","18.0.0-alpha.5":"2024-09-04T16:44:30.620Z","18.0.0-develop-0bc9df-m0o4gypq":"2024-09-04T17:19:04.447Z","18.0.0-feature-b59000-m0p6vf9a":"2024-09-05T11:14:04.034Z","18.0.0-develop-7270ab-m0p7o3c8":"2024-09-05T11:36:21.139Z","18.0.0-feature-1fddf0-m0pab5d8":"2024-09-05T12:50:17.125Z","18.0.0-feature-9af8f9-m0pahokg":"2024-09-05T12:55:20.464Z","18.0.0-feature-66ea92-m0pcgqt0":"2024-09-05T13:50:37.476Z","18.0.0-feature-3fa97d-m0pclkrv":"2024-09-05T13:54:22.262Z","18.0.0-feature-74c283-m0pebz7b":"2024-09-05T14:42:54.540Z","18.0.0-renovate-021f42-m0qko89e":"2024-09-06T10:28:08.268Z","18.0.0-develop-e2f6a7-m0qsf5sq":"2024-09-06T14:05:03.301Z","18.0.0-feature-4c195a-m0usjda4":"2024-09-09T09:19:23.605Z","18.0.0-feature-b22ec8-m0w59b6d":"2024-09-10T08:03:16.167Z","18.0.0-develop-da8fca-m0w7illk":"2024-09-10T09:06:28.184Z","18.0.0-feature-9270cd-m0wf9oyb":"2024-09-10T12:43:29.616Z","18.0.0-feature-0c898d-m0xjgnwp":"2024-09-11T07:28:38.864Z","18.0.0-feature-729b03-m0xjy98o":"2024-09-11T07:42:19.521Z","18.0.0-feature-8bea42-m0xkloh6":"2024-09-11T08:00:32.700Z","18.0.0-feature-545425-m0xm95sl":"2024-09-11T08:46:47.071Z","18.0.0-dependabot-672d29-m0xpka4g":"2024-09-11T10:19:27.587Z","18.0.0-feature-4bab29-m0zbrga1":"2024-09-12T13:28:38.057Z","18.0.0-develop-0b5175-m0zdqtug":"2024-09-12T14:24:08.074Z","18.0.0-dependabot-b1faab-m0zduewv":"2024-09-12T14:26:54.984Z","18.0.0-develop-1a8cf1-m0zehrbt":"2024-09-12T14:45:04.460Z","18.0.0-feature-a2d823-m0zfnc1x":"2024-09-12T15:17:24.464Z","18.0.0-feature-88450f-m0zgk9x4":"2024-09-12T15:43:03.288Z","18.0.0-renovate-8148ef-m0zifksp":"2024-09-12T16:35:22.366Z","18.0.0-develop-df6f6b-m0zig50c":"2024-09-12T16:35:47.546Z","18.0.0-beta.1":"2024-09-12T17:20:03.488Z","18.0.0-develop-cc602b-m0zmmrvl":"2024-09-12T18:32:55.252Z","18.0.0-develop-b7474d-m10q86qe":"2024-09-13T13:01:19.676Z","18.0.0-renovate-c5f17d-m14eja0f":"2024-09-16T02:45:05.686Z","18.0.0-feature-3d2849-m14pky77":"2024-09-16T07:54:21.980Z","18.0.0-renovate-eb564b-m14qnk14":"2024-09-16T08:24:21.427Z","18.0.0-develop-848442-m14vixh5":"2024-09-16T10:40:43.821Z","18.0.0-renovate-d162f8-m14vmxab":"2024-09-16T10:43:50.384Z","18.0.0-develop-c215ca-m14xpcnq":"2024-09-16T11:41:42.767Z","18.0.0-renovate-303613-m14xt92z":"2024-09-16T11:44:44.075Z","18.0.0-develop-c4cc39-m14z6a9q":"2024-09-16T12:22:51.750Z","18.0.0-feature-ff8ca9-m152ohpx":"2024-09-16T14:01:01.853Z","18.0.0-feature-eb1c79-m1548egx":"2024-09-16T14:44:31.641Z","18.0.0-feature-911ef6-m154bhy6":"2024-09-16T14:46:54.306Z","18.0.0-feature-90fa83-m154h4tt":"2024-09-16T14:51:16.902Z","18.0.0-feature-a4f69f-m18znwa2":"2024-09-19T07:47:39.135Z","18.0.0-feature-7bca64-m1acaa9b":"2024-09-20T06:28:45.149Z","18.0.0-feature-af5c21-m1akapg9":"2024-09-20T10:13:01.924Z","18.0.0-feature-0ea30e-m1an7o13":"2024-09-20T11:34:38.441Z","18.0.0-develop-827d7c-m1azzsg2":"2024-09-20T17:32:25.594Z","18.0.0-beta.2":"2024-09-20T17:58:10.293Z","18.0.0-develop-8cb9a7-m1b2j879":"2024-09-20T18:43:33.041Z","18.0.0-renovate-214a25-m1eddci4":"2024-09-23T02:10:13.071Z","18.0.0-renovate-a130fb-m1edeeej":"2024-09-23T02:11:00.815Z","18.0.0-renovate-00a2b9-m1egv1cl":"2024-09-23T03:47:56.072Z","18.0.0-renovate-37cfe4-m1egv32i":"2024-09-23T03:47:59.399Z","18.0.0-renovate-a4c8d0-m1egwc3o":"2024-09-23T03:48:57.566Z","18.0.0-renovate-51fcb5-m1egwjxg":"2024-09-23T03:49:08.086Z","18.0.0-renovate-328b7f-m1eq9h6a":"2024-09-23T08:11:06.906Z","18.0.0-renovate-4a4c19-m1eqbomg":"2024-09-23T08:12:51.071Z","18.0.0-renovate-5701ff-m1eqcsak":"2024-09-23T08:13:41.113Z","18.0.0-develop-589882-m1erk14c":"2024-09-23T08:47:18.977Z","18.0.0-develop-25168d-m1eusgor":"2024-09-23T10:17:52.170Z","18.0.0-feature-c3dee5-m1f60njw":"2024-09-23T15:32:11.473Z","18.0.0-develop-2907e6-m1g9epzn":"2024-09-24T09:54:50.614Z","18.0.0-renovate-0f1b72-m1gaya1c":"2024-09-24T10:38:04.351Z","18.0.0-develop-e69369-m1gcb5mm":"2024-09-24T11:16:02.825Z","18.0.0-feature-ec41f5-m1gchdhc":"2024-09-24T11:20:52.713Z","17.1.2-hotfix-c47e81-m1hldxs7":"2024-09-25T08:17:55.205Z","18.0.0-develop-586bef-m1ibmukz":"2024-09-25T20:32:40.997Z","18.0.0-beta.3":"2024-09-26T11:26:17.835Z","18.0.0-develop-bf90be-m1j7l402":"2024-09-26T11:27:07.553Z","18.0.0-develop-4db4ce-m1j926nz":"2024-09-26T12:08:25.094Z","18.0.0-renovate-35b693-m1j95e8t":"2024-09-26T12:10:54.614Z","18.0.0-develop-116cd8-m1je2wm5":"2024-09-26T14:28:57.126Z","18.0.0-renovate-7eb244-m1nw8hbd":"2024-09-29T18:08:13.343Z","18.0.0-renovate-ab0c9f-m1nw9ssd":"2024-09-29T18:09:15.396Z","18.0.0-renovate-a64280-m1nwbm8q":"2024-09-29T18:10:40.020Z","18.0.0-develop-544200-m1nxx8ge":"2024-09-29T18:55:29.725Z","18.0.0-renovate-5a5b01-m1nxz02m":"2024-09-29T18:56:50.146Z","18.0.0-renovate-b6b858-m1nzchmg":"2024-09-29T19:35:19.638Z","18.0.0-develop-7a0b70-m1nzf4w1":"2024-09-29T19:37:22.626Z","18.0.0-develop-4f69a9-m1qvdvny":"2024-10-01T20:07:46.350Z","18.0.0-renovate-5c4f04-m1urglwc":"2024-10-04T13:28:59.501Z","18.0.0-develop-9a99d1-m1v0evzd":"2024-10-04T17:39:34.206Z","18.0.0-renovate-218abd-m1xpvwlc":"2024-10-06T15:08:11.622Z","18.0.0-develop-70e9c6-m1xsmiij":"2024-10-06T16:24:51.391Z","18.0.0":"2024-10-07T07:20:53.862Z","19.0.0-develop-1574e6-m1yyrc8x":"2024-10-07T12:04:22.997Z","19.0.0-feature-7c5565-m1yzqwau":"2024-10-07T12:31:59.089Z","19.0.0-develop-be5969-m20bmcpw":"2024-10-08T10:52:08.971Z","19.0.0-feature-1707fe-m20bq7we":"2024-10-08T10:55:10.014Z","19.0.0-feature-26afbc-m20dof3c":"2024-10-08T11:49:45.093Z","19.0.0-feature-ac610e-m20e49k6":"2024-10-08T12:02:05.287Z","19.0.0-feature-591883-m20ef2dv":"2024-10-08T12:10:28.480Z","18.0.1-hotfix-4db80d-m20kq9w6":"2024-10-08T15:07:09.840Z","18.0.1-hotfix-3d2ff5-m20pmdkn":"2024-10-08T17:24:05.266Z","19.0.0-renovate-0f841b-m20zp5eb":"2024-10-08T22:06:10.568Z","19.0.0-renovate-58a3de-m20zvnt6":"2024-10-08T22:11:14.481Z","19.0.0-renovate-c6f14a-m211m54t":"2024-10-08T22:59:49.625Z","19.0.0-renovate-8be429-m211no6u":"2024-10-08T23:01:01.386Z","19.0.0-develop-6783aa-m216meev":"2024-10-09T01:19:59.849Z","19.0.0-renovate-161c91-m216pp5t":"2024-10-09T01:22:33.143Z","19.0.0-renovate-eab313-m216sjoo":"2024-10-09T01:24:46.338Z","19.0.0-develop-0654b8-m21ckn0k":"2024-10-09T04:06:35.161Z","19.0.0-renovate-c00858-m21ckvo2":"2024-10-09T04:06:46.214Z","19.0.0-develop-90fd9d-m21j5udb":"2024-10-09T07:11:01.755Z","19.0.0-renovate-bd33c8-m21jaiex":"2024-10-09T07:14:39.654Z","19.0.0-feature-193944-m21jpskm":"2024-10-09T07:26:33.613Z","16.1.0":"2024-10-09T07:43:01.733Z","19.0.0-feature-1aa594-m21kp3jb":"2024-10-09T07:54:01.536Z","17.2.0":"2024-10-09T07:56:06.193Z","19.0.0-develop-64110e-m21kwym8":"2024-10-09T08:00:08.808Z","18.0.1":"2024-10-09T08:16:10.898Z","19.0.0-feature-5c0bcf-m21urppn":"2024-10-09T12:35:58.769Z","19.0.0-feature-85b0a1-m21vepcp":"2024-10-09T12:53:48.803Z","19.0.0-feature-b669c6-m21w6jgf":"2024-10-09T13:15:31.536Z","19.0.0-feature-74b9dc-m221y7ml":"2024-10-09T15:57:00.728Z","19.0.0-feature-04b8c3-m232p7r1":"2024-10-10T09:05:45.370Z","19.0.0-feature-d1a76d-m2331z8m":"2024-10-10T09:15:40.816Z","19.0.0-feature-3a7733-m233tpje":"2024-10-10T09:37:15.503Z","19.0.0-renovate-90d922-m28b6cd7":"2024-10-14T01:01:53.799Z","19.0.0-renovate-9f315d-m28b79qj":"2024-10-14T01:02:35.320Z","19.0.0-feature-796b39-m2bz79h1":"2024-10-16T14:37:44.845Z","19.0.0-feature-2f7c92-m2bzd5sa":"2024-10-16T14:42:20.363Z","19.0.0-feature-f6aa26-m2ecpto1":"2024-10-18T06:31:36.364Z","16.1.1-hotfix-51b1f6-m2eoulo0":"2024-10-18T12:11:13.651Z","16.1.1-hotfix-1dc9a3-m2epcsli":"2024-10-18T12:25:23.156Z","16.1.1-hotfix-8f8aab-m2eqpuzm":"2024-10-18T13:03:34.294Z","19.0.0-renovate-6b4446-m2gbocke":"2024-10-19T15:38:01.382Z","19.0.0-renovate-c857a2-m2gbpd1f":"2024-10-19T15:38:49.014Z","19.0.0-renovate-1dea2d-m2i5xalv":"2024-10-20T22:32:33.184Z","19.0.0-renovate-91e518-m2icxwcf":"2024-10-21T01:49:03.849Z","19.0.0-renovate-88df73-m2ikpxle":"2024-10-21T05:26:43.029Z","19.0.0-develop-b8db16-m2iqfjjd":"2024-10-21T08:06:37.005Z","19.0.0-feature-c44036-m2ir2nbg":"2024-10-21T08:24:34.460Z","19.0.0-feature-dadb50-m2ir4fz1":"2024-10-21T08:25:58.033Z","19.0.0-feature-f37a77-m2ir4tac":"2024-10-21T08:26:16.732Z","16.2.0-hotfix-1fecc4-m2irho74":"2024-10-21T08:36:14.762Z","19.0.0-feature-473757-m2isrucp":"2024-10-21T09:12:08.873Z","19.0.0-feature-4139f4-m2it1mou":"2024-10-21T09:19:47.374Z","16.2.0-hotfix-bc7cc0-m2it3wmy":"2024-10-21T09:21:31.401Z","19.0.0-develop-ab56c5-m2iuogoz":"2024-10-21T10:05:31.620Z","19.0.0-develop-fc69ee-m2ivzpcr":"2024-10-21T10:42:14.895Z","16.2.0-hotfix-fa5ac4-m2ixtwdp":"2024-10-21T11:33:44.168Z","16.2.0-hotfix-ea61da-m2j0xscq":"2024-10-21T13:00:44.005Z","16.2.0-hotfix-ed7c2d-m2kg0cpb":"2024-10-22T12:50:23.311Z","16.2.0-hotfix-16f9ae-m2kg4cmh":"2024-10-22T12:53:29.752Z","16.2.0-hotfix-7340b6-m2kimdg9":"2024-10-22T14:03:32.271Z","16.2.0-hotfix-488661-m2lmycnr":"2024-10-23T08:52:33.668Z","16.2.0-hotfix-d732e2-m2lryqf1":"2024-10-23T11:12:49.715Z","16.2.0-hotfix-bd93e9-m2lt27k2":"2024-10-23T11:43:30.415Z","19.0.0-feature-82aed8-m2ltgwy8":"2024-10-23T11:54:57.654Z","16.2.0-hotfix-344dd4-m2lvhpf9":"2024-10-23T12:51:35.207Z","16.2.0-hotfix-3cb5ce-m2lvm3h1":"2024-10-23T12:54:59.850Z","19.0.0-feature-4d1c88-m2lycfkh":"2024-10-23T14:11:25.897Z","19.0.0-develop-6e408b-m2lzqvzi":"2024-10-23T14:50:39.960Z","19.0.0-feature-7c3e5a-m2m940oq":"2024-10-23T19:12:50.378Z","16.2.0-hotfix-01d03e-m2n0l1qf":"2024-10-24T08:01:53.253Z","16.2.0-hotfix-b6be40-m2n0ssgv":"2024-10-24T08:07:54.556Z","19.0.0-feature-99d3f3-m2n3t0os":"2024-10-24T09:32:04.628Z","19.0.0-feature-b202fd-m2nezjyb":"2024-10-24T14:45:05.869Z","19.0.0-feature-2fe749-m2nfkm99":"2024-10-24T15:01:27.726Z","19.0.0-feature-4321f7-m2ngbb7p":"2024-10-24T15:22:12.954Z","19.0.0-renovate-68a1d5-m2rvzmka":"2024-10-27T17:52:07.611Z","19.0.0-renovate-7d9678-m2rvztzw":"2024-10-27T17:52:15.795Z","19.0.0-renovate-ec9058-m2rvzwb5":"2024-10-27T17:52:19.133Z","19.0.0-renovate-47422b-m2rw0dl7":"2024-10-27T17:52:41.892Z","19.0.0-renovate-d466e7-m2rw256w":"2024-10-27T17:54:03.528Z","19.0.0-renovate-9cfb56-m2rw4w02":"2024-10-27T17:56:11.579Z","19.0.0-develop-5af061-m2ryzrag":"2024-10-27T19:16:11.796Z","19.0.0-renovate-c0e2f6-m2rz1jpk":"2024-10-27T19:17:35.040Z","19.0.0-renovate-5d8c3d-m2rz1qsn":"2024-10-27T19:17:43.906Z","19.0.0-renovate-50070c-m2rz1tfw":"2024-10-27T19:17:47.978Z","19.0.0-renovate-4ee6f4-m2rz3qlv":"2024-10-27T19:19:17.076Z","19.0.0-renovate-d908c6-m2rz8h38":"2024-10-27T19:22:57.527Z","19.0.0-develop-f3c8c5-m2s0kjd7":"2024-10-27T20:00:21.278Z","19.0.0-renovate-45fab5-m2s0logz":"2024-10-27T20:01:14.447Z","19.0.0-renovate-6f89e7-m2s0n07w":"2024-10-27T20:02:15.789Z","19.0.0-renovate-b851a8-m2s0ns0u":"2024-10-27T20:02:51.479Z","19.0.0-renovate-353d6c-m2s0osu0":"2024-10-27T20:03:42.737Z","19.0.0-develop-91aeb5-m2s3hp94":"2024-10-27T21:22:07.894Z","19.0.0-renovate-16595d-m2s3i4tf":"2024-10-27T21:22:27.219Z","19.0.0-renovate-90bf5a-m2s3is8y":"2024-10-27T21:22:56.967Z","19.0.0-renovate-52becf-m2s3ixxi":"2024-10-27T21:23:04.912Z","19.0.0-renovate-cdae91-m2s3j19n":"2024-10-27T21:23:09.158Z","19.0.0-develop-aaf0c8-m2s54ck1":"2024-10-27T22:07:43.257Z","19.0.0-renovate-89e248-m2s56czc":"2024-10-27T22:09:17.104Z","16.2.0-hotfix-2ad640-m2spcltr":"2024-10-28T07:34:00.601Z","19.0.0-develop-76e819-m2sr795a":"2024-10-28T08:25:50.645Z","19.0.0-feature-6c5964-m2sskxly":"2024-10-28T09:04:28.412Z","19.0.0-develop-3702e9-m2t46516":"2024-10-28T14:28:56.062Z","18.0.1-feature-3cdc5b-m2t9gnbz":"2024-10-28T16:57:03.903Z","18.0.1-feature-fc96a7-m2t9t5ks":"2024-10-28T17:06:46.877Z","19.0.0-renovate-107283-m2tdumqa":"2024-10-28T18:59:55.121Z","19.0.0-develop-60d700-m2tf7ca9":"2024-10-28T19:37:45.408Z","19.0.0-feature-f8634a-m2udrpbj":"2024-10-29T11:45:22.525Z","18.0.1-feature-ec2b39-m2umdw2q":"2024-10-29T15:46:37.144Z","18.0.1-feature-aa1959-m2up93e1":"2024-10-29T17:06:52.082Z","19.0.0-renovate-2113d3-m2upxgfo":"2024-10-29T17:25:47.153Z","19.0.0-renovate-4f4698-m2upyu9i":"2024-10-29T17:26:52.611Z","18.1.0-feature-34aa23-m2uqof3q":"2024-10-29T17:46:44.780Z","19.0.0-develop-d35d57-m2urin40":"2024-10-29T18:10:15.063Z","19.0.0-renovate-4db415-m2urjcxz":"2024-10-29T18:10:49.331Z","19.0.0-develop-ac94cf-m2usyc84":"2024-10-29T18:50:28.127Z","19.0.0-feature-777379-m2ut3lco":"2024-10-29T18:54:31.272Z","16.2.0-hotfix-fc83d1-m2vp78s4":"2024-10-30T09:53:11.497Z","19.0.0-develop-b6e0fe-m2w125vd":"2024-10-30T15:25:07.997Z","18.1.0-release-c5300b-m2w19bti":"2024-10-30T15:30:43.135Z","18.1.0-feature-ca56f4-m2w1lnp6":"2024-10-30T15:40:18.605Z","18.1.0-release-1b8efa-m2w2haxv":"2024-10-30T16:04:55.625Z","16.1.1":"2024-10-31T09:10:42.864Z","19.0.0-develop-341124-m2x3ojka":"2024-10-31T09:26:17.564Z","17.2.1":"2024-10-31T09:39:48.964Z","18.1.0":"2024-10-31T10:28:37.219Z","19.0.0-alpha.1":"2024-10-31T17:01:05.061Z","19.0.0-develop-f578b0-m31r67gn":"2024-11-03T15:34:58.117Z","19.0.0-develop-31d1d4-m31s4lst":"2024-11-03T16:01:41.728Z","16.2.0-hotfix-212f66-m331ntgz":"2024-11-04T13:16:20.764Z","19.0.0-develop-b5c167-m33i1gew":"2024-11-04T20:54:52.379Z","19.0.0-renovate-009fa1-m347h5pp":"2024-11-05T08:46:55.542Z","19.0.0-develop-3a3509-m348wqu3":"2024-11-05T09:27:01.358Z","16.2.0-hotfix-40c42e-m34ou6fr":"2024-11-05T16:52:55.096Z","19.0.0-renovate-11ae63-m35nyx3o":"2024-11-06T09:16:23.279Z","19.0.0-feature-0e969f-m35pq3g0":"2024-11-06T10:05:31.724Z","19.0.0-develop-c5829c-m35prxny":"2024-11-06T10:06:57.579Z","19.0.0-renovate-cf85d2-m35ps3lq":"2024-11-06T10:07:05.560Z","19.0.0-feature-c34f0d-m35puf6x":"2024-11-06T10:08:54.487Z","19.0.0-feature-401380-m35rlg1y":"2024-11-06T10:57:52.901Z","19.0.0-develop-5d01fb-m35t6iaz":"2024-11-06T11:42:16.321Z","19.0.0-feature-f146eb-m35tzmku":"2024-11-06T12:04:55.239Z","19.0.0-develop-2ac65c-m360flj2":"2024-11-06T15:05:17.921Z","19.0.0-feature-d3f6e7-m378u3nm":"2024-11-07T11:48:17.983Z","19.0.0-feature-2802b7-m37h53bm":"2024-11-07T15:40:47.248Z","19.0.0-develop-cddf8c-m37p9bpb":"2024-11-07T19:28:04.581Z","19.0.0-alpha.2":"2024-11-07T19:58:29.499Z","19.0.0-develop-1beea3-m37qcun3":"2024-11-07T19:58:46.513Z","19.0.0-alpha.3":"2024-11-07T21:07:20.183Z","19.0.0-develop-46416c-m37trxic":"2024-11-07T21:34:28.344Z","19.0.0-bug-0b3c8d-m38npx6h":"2024-11-08T11:32:43.575Z","16.1.2-hotfix-0bfbf6-m38u27lp":"2024-11-08T14:30:12.451Z","19.0.0-renovate-963e49-m3cclpkw":"2024-11-11T01:32:36.413Z","16.1.2-hotfix-2f1bb3-m3d6pumq":"2024-11-11T15:35:37.269Z","16.1.2-hotfix-44406f-m3eigafs":"2024-11-12T13:51:52.260Z","16.1.2-hotfix-d1325c-m3eyvnrh":"2024-11-12T21:31:42.802Z","16.1.2-hotfix-5de6ac-m3eyzmwa":"2024-11-12T21:34:47.299Z","16.1.2-hotfix-3344a4-m3ez6ygs":"2024-11-12T21:40:30.695Z","19.0.0-feature-205e0a-m3fqgc0u":"2024-11-13T10:23:38.157Z","19.0.0-develop-d7970c-m3fqzyis":"2024-11-13T10:38:52.692Z","19.0.0-bug-cf5f0d-m3frktwv":"2024-11-13T10:55:06.253Z","19.0.0-feature-e323ca-m3fwgf27":"2024-11-13T13:11:39.796Z","19.0.0-feature-78d3aa-m3fwgljy":"2024-11-13T13:11:48.240Z","19.0.0-bug-01ed72-m3fz6djk":"2024-11-13T14:27:49.460Z","16.1.2-hotfix-a87349-m3fzfdju":"2024-11-13T14:34:48.629Z","16.1.2-hotfix-00883d-m3fzqcqc":"2024-11-13T14:43:20.684Z","19.0.0-renovate-0f768c-m3gff75r":"2024-11-13T22:02:36.230Z","19.0.0-develop-0de632-m3h0hih3":"2024-11-14T07:52:15.936Z","19.0.0-renovate-f820ab-m3h0kiww":"2024-11-14T07:54:37.700Z","19.0.0-feature-ce5b12-m3h1vjok":"2024-11-14T08:31:10.121Z","19.0.0-develop-ba8d21-m3h7cyde":"2024-11-14T11:04:41.714Z","19.0.0-develop-460af5-m3h93yll":"2024-11-14T11:53:39.989Z","19.0.0-renovate-6a633d-m3h99r7z":"2024-11-14T11:58:11.604Z","19.0.0-develop-8ce9fc-m3hbzlev":"2024-11-14T13:14:14.256Z","19.0.0-feature-05abd4-m3hhw51t":"2024-11-14T15:59:32.785Z","19.0.0-feature-0e5b1b-m3hjj9lj":"2024-11-14T16:45:31.116Z","19.0.0-alpha.4":"2024-11-14T19:17:38.344Z","16.1.2-hotfix-99b36c-m3ieuh2d":"2024-11-15T07:21:58.879Z","16.1.2-hotfix-7c8035-m3ifcukw":"2024-11-15T07:36:17.285Z","18.1.0-feature-34ff42-m3io6ffs":"2024-11-15T11:43:15.554Z","18.1.0-feature-077a36-m3ioyycl":"2024-11-15T12:05:25.513Z","19.0.0-feature-e36cdb-m3mq8fss":"2024-11-18T07:51:53.518Z","18.1.0-feature-71b747-m3n2m15v":"2024-11-18T13:38:23.676Z","18.1.0-feature-e49ac4-m3oijzyk":"2024-11-19T13:52:30.166Z","19.0.0-bug-64bd5d-m3pz7abv":"2024-11-20T14:26:15.301Z","19.0.0-bug-04b021-m3q24yiy":"2024-11-20T15:48:24.310Z","19.0.0-bug-4c778f-m3rws6co":"2024-11-21T22:54:03.570Z","19.0.0-renovate-90ece5-m3srmpjv":"2024-11-22T13:17:35.577Z","19.0.0-renovate-51258f-m3srndl6":"2024-11-22T13:18:06.138Z","19.0.0-develop-5b1cdd-m3st2acg":"2024-11-22T13:57:41.463Z","19.0.0-renovate-8b3924-m3st3f0h":"2024-11-22T13:58:33.689Z","19.0.0-develop-8ff990-m3sus58e":"2024-11-22T14:45:47.763Z","19.0.0-renovate-66277b-m3u0teez":"2024-11-23T10:22:29.462Z","19.0.0-renovate-bb8301-m3u0uz16":"2024-11-23T10:23:43.434Z","19.0.0-renovate-783c73-m3u5qqwd":"2024-11-23T12:40:24.824Z","19.0.0-develop-34c8ba-m3u5r8a2":"2024-11-23T12:40:47.592Z","19.0.0-develop-21c7f3-m3u9dcq3":"2024-11-23T14:21:58.171Z","18.1.0-feature-2c6e46-m3wqrria":"2024-11-25T08:04:38.073Z","18.1.0-feature-3780db-m3wr1vki":"2024-11-25T08:12:28.972Z","18.1.0-feature-969ed5-m3wr8c4j":"2024-11-25T08:17:30.635Z","19.0.0-feature-83178e-m3x1skmv":"2024-11-25T13:13:11.949Z","18.1.0-feature-ee77ad-m3x27xu0":"2024-11-25T13:25:09.585Z","19.0.0-feature-542fcc-m3y8kudx":"2024-11-26T09:10:53.904Z","19.0.0-feature-6fadb7-m3y8lbmb":"2024-11-26T09:11:14.341Z","19.0.0-develop-7d21df-m3ybmg12":"2024-11-26T10:36:06.905Z","19.0.0-develop-6fc98b-m3ygi9lq":"2024-11-26T12:52:49.326Z","19.0.0-feature-bedbc7-m3yifsaw":"2024-11-26T13:46:53.011Z","19.0.0-feature-428d68-m3ykyoqi":"2024-11-26T14:57:35.965Z","19.0.0-feature-ab43f9-m3ym48qm":"2024-11-26T15:29:53.347Z","19.0.0-feature-7a2582-m3ym82nc":"2024-11-26T15:32:53.718Z","19.0.0-feature-8c7a76-m3yq67mg":"2024-11-26T17:23:23.944Z","19.0.0-feature-96e78a-m3zmw8v9":"2024-11-27T08:39:26.573Z","19.0.0-bug-473f0b-m3zpa3t8":"2024-11-27T09:46:12.782Z","19.0.0-bug-56251e-m3zpnig0":"2024-11-27T09:56:37.483Z","19.0.0-bug-46edc1-m3zpsec3":"2024-11-27T10:00:26.175Z","19.0.0-bug-8ba112-m3zpwl3a":"2024-11-27T10:03:40.137Z","19.0.0-bug-3861a6-m3zwnjiw":"2024-11-27T13:12:36.201Z","19.0.0-bug-da178e-m401jwjc":"2024-11-27T15:29:43.822Z","19.0.0-bug-0cf519-m4026fso":"2024-11-27T15:47:15.486Z","17.2.1-feature-d06328-m414g2v4":"2024-11-28T09:38:30.403Z","19.0.0-feature-5b97db-m415e3xt":"2024-11-28T10:04:59.347Z","19.0.0-bug-06df74-m41666wk":"2024-11-28T10:26:49.302Z","19.0.0-feature-a93c8d-m416yf52":"2024-11-28T10:48:48.092Z","19.0.0-develop-03f700-m4184uwa":"2024-11-28T11:21:45.188Z","19.0.0-feature-0ac07a-m4185vqy":"2024-11-28T11:22:32.484Z","19.0.0-develop-90c286-m4186z26":"2024-11-28T11:23:24.139Z","19.0.0-feature-0bd3ce-m42lty0g":"2024-11-29T10:32:57.099Z","19.0.0-renovate-037021-m465d9ot":"2024-12-01T22:03:11.020Z","19.0.0-renovate-47fc6a-m465du2f":"2024-12-01T22:03:36.770Z","19.0.0-renovate-6d88d8-m465dwgi":"2024-12-01T22:03:40.487Z","19.0.0-develop-83f913-m466um7n":"2024-12-01T22:44:38.840Z","19.0.0-feature-69a72f-m4677pct":"2024-12-01T22:54:49.747Z","19.0.0-feature-6e16bc-m46x4k0p":"2024-12-02T11:00:13.385Z","19.0.0-develop-6affea-m470gmmw":"2024-12-02T12:33:35.920Z","19.0.0-develop-f81231-m471x6wv":"2024-12-02T13:14:28.480Z","19.0.0-alpha.5":"2024-12-02T18:20:23.305Z","19.0.0-develop-4ccd08-m47flulu":"2024-12-02T19:37:33.801Z","17.2.1-feature-433052-m4a11jyq":"2024-12-04T15:13:10.264Z","17.2.1-feature-7c02b5-m4a219pn":"2024-12-04T15:40:56.190Z","18.1.0-feature-240b33-m4a346av":"2024-12-04T16:11:11.363Z","19.0.0-develop-55b899-m4a555f3":"2024-12-04T17:07:56.430Z","18.2.0-release-ad1e3c-m4bd65lb":"2024-12-05T13:40:26.505Z","18.2.0-feature-5a49bb-m4bd6wqu":"2024-12-05T13:41:01.382Z","18.2.0-feature-f7c4fd-m4bhv27n":"2024-12-05T15:51:47.220Z","19.0.0-renovate-40c8e8-m4g52jg0":"2024-12-08T21:52:32.791Z","19.0.0-renovate-2fc439-m4g52l0i":"2024-12-08T21:52:32.856Z","19.0.0-develop-4cc641-m4gshxbn":"2024-12-09T08:48:21.637Z","19.0.0-renovate-fb585a-m4gskk7z":"2024-12-09T08:50:23.036Z","19.0.0-feature-79d611-m4gudiwx":"2024-12-09T09:40:54.454Z","19.0.0-develop-4afda2-m4gv801u":"2024-12-09T10:04:37.692Z","18.1.1-hotfix-509c04-m4gveut5":"2024-12-09T10:09:56.531Z","19.0.0-renovate-76fce6-m4gwmarq":"2024-12-09T10:43:43.169Z","19.0.0-alpha.6":"2024-12-09T12:05:36.090Z","19.0.0-develop-ac8502-m4gzkt72":"2024-12-09T12:06:34.294Z","19.0.0-renovate-7b24e4-m4gzl156":"2024-12-09T12:06:42.735Z","19.0.0-develop-6c3fb5-m4h3uxse":"2024-12-09T14:06:23.418Z","18.1.1":"2024-12-09T14:26:32.294Z","19.0.0-feature-96dc0a-m4h5tlk6":"2024-12-09T15:01:21.674Z","16.1.2":"2024-12-09T15:03:46.381Z","17.2.2":"2024-12-09T15:05:50.782Z","19.0.0-feature-535e18-m4h8e9fc":"2024-12-09T16:13:23.904Z","19.0.0-feature-a424b6-m4hdsuxs":"2024-12-09T18:44:44.559Z","19.0.0-develop-73b812-m4hfc0cz":"2024-12-09T19:27:37.618Z","18.2.0-feature-a154ca-m4i7hk6t":"2024-12-10T08:35:44.380Z","19.0.0-renovate-9b7793-m4im3hkx":"2024-12-10T15:24:43.440Z","19.0.0-develop-415f55-m4ioh2my":"2024-12-10T16:31:16.097Z","19.0.0-feature-7c74ea-m4jtq52j":"2024-12-11T11:46:04.680Z","18.1.1-hotfix-dbcf9b-m4k15s2e":"2024-12-11T15:14:08.747Z","19.0.0-renovate-c40d49-m4k8uz0p":"2024-12-11T18:49:43.725Z","19.0.0-develop-0be2d2-m4kgo9h0":"2024-12-11T22:28:31.265Z","19.0.0-alpha.7":"2024-12-12T18:16:56.346Z","19.0.0-develop-c6d875-m4ln8c31":"2024-12-12T18:19:47.896Z","18.2.0-hotfix-7075bf-m4sbi8gu":"2024-12-17T10:25:56.586Z","18.2.0-feature-db392d-m4sddx2n":"2024-12-17T11:18:34.829Z","18.2.0-release-0221bd-m4se4mv3":"2024-12-17T11:39:19.288Z","18.2.0-feature-f953e0-m4sfr155":"2024-12-17T12:24:44.582Z","18.2.0-feature-d4e46d-m4sgd0cv":"2024-12-17T12:41:51.126Z","18.2.0-feature-10baed-m4sgrry5":"2024-12-17T12:53:20.125Z","19.0.0-develop-3ed4de-m4tmvdw3":"2024-12-18T08:31:51.953Z","18.2.0-feature-bf5548-m4to5qrq":"2024-12-18T09:07:54.135Z","18.2.0-release-c3eaf8-m4tr4nm7":"2024-12-18T10:31:01.827Z","19.0.0-develop-f47020-m4v4veuy":"2024-12-19T09:43:33.744Z","18.2.0-release-89729e-m4v4wnf6":"2024-12-19T09:44:30.368Z","18.2.0":"2024-12-19T12:35:12.924Z","19.0.0-develop-b757c5-m4vb824o":"2024-12-19T12:41:21.984Z","19.0.0-alpha.8":"2024-12-19T13:16:51.113Z","19.0.0-develop-73105a-m4vdztt8":"2024-12-19T13:58:55.927Z","19.0.0-renovate-1a36a4-m50c1ch3":"2024-12-23T01:02:59.376Z","19.0.0-renovate-78e248-m50c34qu":"2024-12-23T01:04:21.277Z","19.0.0-renovate-8bec92-m5abv584":"2024-12-30T00:55:51.642Z","19.0.0-develop-328d44-m5ahv9m5":"2024-12-30T03:43:53.590Z","19.0.0-renovate-a67fe9-m5kc0821":"2025-01-06T00:57:30.050Z","19.0.0-renovate-fcc5e8-m5kc0rnc":"2025-01-06T00:57:55.633Z","19.0.0-develop-1560f1-m5kkcfpf":"2025-01-06T04:50:55.784Z","19.0.0-renovate-9abc33-m5kkd5cr":"2025-01-06T04:51:29.034Z","19.0.0-develop-fe238c-m5m6e7zz":"2025-01-07T07:55:56.878Z","19.0.0-develop-5d0aca-m5m6i6y5":"2025-01-07T07:59:03.473Z","19.0.0-renovate-fd97a1-m5m6jm96":"2025-01-07T08:00:07.954Z","19.0.0-develop-f6c931-m5m6le3r":"2025-01-07T08:01:31.119Z","19.0.0-develop-1c55bd-m5m8z9v6":"2025-01-07T09:08:17.976Z","19.0.0-renovate-53e770-m5ue2sru":"2025-01-13T01:53:10.888Z","19.0.0-renovate-1a082d-m5ue2vki":"2025-01-13T01:53:14.384Z","19.0.0-renovate-3cacc2-m5ue38j4":"2025-01-13T01:53:30.543Z","19.0.0-renovate-c59b03-m5unnjl7":"2025-01-13T06:21:14.181Z","19.0.0-develop-8bc02c-m5uufngx":"2025-01-13T09:31:04.215Z","19.0.0-develop-abd7a7-m5v29pjq":"2025-01-13T13:10:24.323Z","19.0.0-develop-d91c79-m5v2bosl":"2025-01-13T13:11:54.563Z","19.0.0-develop-7cd04f-m5xqcqst":"2025-01-15T10:00:09.205Z","19.0.0-develop-aaea27-m5xvpb9r":"2025-01-15T12:29:51.810Z","19.0.0-feature-be61f7-m5xwgydk":"2025-01-15T12:51:22.296Z","19.0.0-feature-af949c-m5y0fnmx":"2025-01-15T14:42:20.280Z","18.2.0-feature-89614e-m5zbxnd9":"2025-01-16T12:52:01.568Z","19.0.0-feature-44d8a5-m60i8u6c":"2025-01-17T08:36:26.833Z","19.0.0-renovate-90da5a-m642sh1j":"2025-01-19T20:34:54.727Z","19.0.0-renovate-0efdb5-m643qh8f":"2025-01-19T21:01:21.750Z","19.0.0-renovate-91d6d0-m64fxq5f":"2025-01-20T02:42:54.141Z","19.0.0-develop-2191dc-m64pal0n":"2025-01-20T07:04:49.753Z","19.0.0-renovate-07250f-m64pcgsu":"2025-01-20T07:06:19.585Z","19.0.0-develop-0bc9f9-m64qoha5":"2025-01-20T07:43:38.162Z","18.2.0-feature-0cfa7e-m67s6ndm":"2025-01-22T10:49:05.708Z","19.0.0-feature-dfdafc-m6aj8ghl":"2025-01-24T09:01:50.496Z","19.0.0-feature-45435c-m6ajfit8":"2025-01-24T09:07:18.778Z","19.0.0-develop-bedfb3-m6aln81i":"2025-01-24T10:09:16.882Z","16.1.3-hotfix-218b75-m6b3hxp7":"2025-01-24T18:29:04.772Z","16.1.3-hotfix-84406f-m6b5ac17":"2025-01-24T19:19:07.640Z","16.1.3-hotfix-d44662-m6b6cxzo":"2025-01-24T19:49:09.047Z","16.1.3-release-c72125-m6b7cpbg":"2025-01-24T20:16:57.365Z","19.0.0-develop-9ab9ef-m6c4vf4z":"2025-01-25T11:55:19.031Z","19.0.0-renovate-18970c-m6ecnlwl":"2025-01-27T01:08:44.785Z","19.0.0-renovate-ec7fe0-m6ecnn1i":"2025-01-27T01:08:45.022Z","19.0.0-renovate-26a7a1-m6ecoazw":"2025-01-27T01:09:19.142Z","19.0.0-develop-084cc5-m6ekz4f2":"2025-01-27T05:01:37.680Z","16.2.0":"2025-01-27T06:16:47.031Z","19.0.0-renovate-769e11-m6epac7k":"2025-01-27T07:02:20.630Z","19.0.0-develop-e543bc-m6eqpsnn":"2025-01-27T07:42:21.586Z","17.3.0":"2025-01-27T09:13:44.063Z","18.3.0":"2025-01-27T09:56:25.907Z","19.0.0-develop-43f5dd-m6eyapb0":"2025-01-27T11:14:33.127Z","19.0.0-feature-706179-m6gnsxo8":"2025-01-28T15:56:24.518Z","19.0.0-feature-10796a-m6gocanv":"2025-01-28T16:11:23.413Z","19.0.0-feature-143d34-m6godcuz":"2025-01-28T16:12:13.773Z","19.0.0-develop-88618c-m6gqq0cx":"2025-01-28T17:18:04.295Z","19.0.0-develop-83c2d1-m6gqv4hd":"2025-01-28T17:22:00.922Z","19.0.0-feature-30e4ad-m6hpwuvl":"2025-01-29T09:43:08.601Z","19.0.0-feature-c29180-m6hyucyt":"2025-01-29T13:53:08.200Z","19.0.0-develop-424f90-m6hzk3hu":"2025-01-29T14:13:10.133Z","19.0.0-feature-2d4c12-m6i3r1ng":"2025-01-29T16:10:34.081Z","19.0.0-feature-dd2dce-m6i43jy7":"2025-01-29T16:20:15.881Z","19.0.0-renovate-a1c5ee-m6i5itze":"2025-01-29T17:00:09.434Z","19.0.0-renovate-922d32-m6i5lqml":"2025-01-29T17:02:25.703Z","19.0.0-renovate-d9d42c-m6i7rtzt":"2025-01-29T18:03:08.304Z","19.0.0-develop-6620b1-m6i92kzt":"2025-01-29T18:39:28.803Z","19.0.0-develop-2ac12e-m6iagowu":"2025-01-29T19:18:26.688Z","19.0.0-feature-0a7c66-m6iai4u3":"2025-01-29T19:19:34.320Z","19.0.0-feature-0a9061-m6iaidg0":"2025-01-29T19:19:45.980Z","19.0.0-feature-120367-m6ibbrha":"2025-01-29T19:42:36.201Z","19.0.0-develop-9266db-m6ibzimg":"2025-01-29T20:01:05.900Z","19.0.0-feature-5d6416-m6ifil7g":"2025-01-29T21:39:53.787Z","19.0.0-feature-3f6d4d-m6ifrtz4":"2025-01-29T21:47:05.103Z","19.0.0-feature-41a93b-m6ig8yd5":"2025-01-29T22:00:22.927Z","19.0.0-feature-34ac20-m6igbdac":"2025-01-29T22:02:14.979Z","19.0.0-feature-fe926e-m6igdpi6":"2025-01-29T22:04:05.768Z","19.0.0-feature-fb5dad-m6ihg9ed":"2025-01-29T22:34:04.985Z","19.0.0-feature-a0695c-m6j58916":"2025-01-30T09:39:44.187Z","19.0.0-feature-f0d713-m6j6hy8w":"2025-01-30T10:15:12.251Z","18.3.1-release-7ed2fd-m6j6oqj5":"2025-01-30T10:20:28.126Z","19.0.0-feature-7cb885-m6jeel0i":"2025-01-30T13:56:33.267Z","18.3.1-hotfix-076f54-m6jetmoy":"2025-01-30T14:08:14.820Z","18.3.1-hotfix-c3ccb8-m6jfpuj2":"2025-01-30T14:33:17.473Z","19.0.0-develop-2bb059-m6jfvw8u":"2025-01-30T14:37:59.785Z","19.0.0-feature-5a79b5-m6jfzjes":"2025-01-30T14:40:49.895Z","18.3.1":"2025-01-30T15:54:55.934Z","19.0.0-develop-2c1e7e-m6jjki56":"2025-01-30T16:21:08.106Z","19.0.0-develop-1d2088-m6jka886":"2025-01-30T16:41:08.829Z","19.0.0-alpha.9":"2025-01-30T17:09:51.763Z","18.3.2":"2025-01-30T20:52:06.516Z","19.0.0-feature-1ce33a-m6kt03z7":"2025-01-31T13:33:01.783Z","19.0.0-feature-c29135-m6l3v8a5":"2025-01-31T18:37:06.975Z","19.0.0-feature-c29135-m6l43zpt":"2025-01-31T18:43:59.413Z","19.0.0-renovate-f55f6f-m6odddbx":"2025-02-03T01:26:27.916Z","19.0.0-renovate-438b79-m6odewaz":"2025-02-03T01:27:40.152Z","19.0.0-develop-be02c7-m6oniwte":"2025-02-03T06:10:42.569Z","19.0.0-renovate-aadb31-m6oskmki":"2025-02-03T08:32:00.259Z","19.0.0-develop-83b231-m6ou1one":"2025-02-03T09:13:17.051Z","19.0.0-feature-523282-m6owhb2n":"2025-02-03T10:21:23.499Z","19.0.0-feature-523282-m6owq7s0":"2025-02-03T10:28:23.985Z","19.0.0-feature-72d1dc-m6ox1ahz":"2025-02-03T10:36:57.882Z","19.0.0-feature-72d1dc-m6ox9wy7":"2025-02-03T10:43:41.334Z","19.0.0-feature-88f79c-m6ozzyw1":"2025-02-03T11:59:53.635Z","19.0.0-feature-88f79c-m6p08kxt":"2025-02-03T12:06:38.080Z","19.0.0-feature-411a97-m6qbeanx":"2025-02-04T10:06:45.346Z","19.0.0-feature-411a97-m6qbmnrx":"2025-02-04T10:13:17.385Z","19.0.0-renovate-ae0927-m6rlkypt":"2025-02-05T07:39:39.755Z","19.0.0-develop-35d5da-m6rp45je":"2025-02-05T09:18:31.775Z","19.0.0-feature-e3e0b5-m6rrztnm":"2025-02-05T10:39:08.806Z","19.0.0-develop-c1f548-m6rzchyk":"2025-02-05T14:04:57.471Z","19.0.0-feature-0ca750-m6rze92f":"2025-02-05T14:06:18.738Z","19.0.0-feature-afa67e-m6s07jnj":"2025-02-05T14:29:08.035Z","19.0.0-feature-b19e5c-m6s2yh35":"2025-02-05T15:46:01.327Z","18.3.2-hotfix-a6a38f-m6s35nc1":"2025-02-05T15:51:36.154Z","18.3.3-hotfix-c319e0-m6s37alq":"2025-02-05T15:52:51.315Z","19.0.0-feature-46cd4c-m6t27122":"2025-02-06T08:12:30.821Z","19.0.0-feature-647e62-m6t491zj":"2025-02-06T09:10:00.335Z","19.0.0-feature-5ae6d2-m6t5v03w":"2025-02-06T09:55:04.270Z","18.3.3-release-ea7fd8-m6t9obsg":"2025-02-06T11:41:50.394Z","18.3.3-feature-483d86-m6tajgs1":"2025-02-06T12:06:03.890Z","19.0.0-develop-bf7bf9-m6tanm6w":"2025-02-06T12:09:17.271Z","18.3.3":"2025-02-06T13:22:11.579Z","19.0.0-develop-441519-m6tdjlwa":"2025-02-06T13:30:08.597Z","19.0.0-alpha.10":"2025-02-06T13:41:43.779Z","19.0.0-feature-c44389-m6tftvze":"2025-02-06T14:34:08.059Z","19.0.0-feature-c44389-m6tg2gsk":"2025-02-06T14:40:53.953Z","19.0.0-feature-672c22-m6tgj483":"2025-02-06T14:53:45.264Z","19.0.0-feature-672c22-m6tgrq1n":"2025-02-06T15:00:30.457Z","19.0.0-feature-de7c7c-m6tgtkxw":"2025-02-06T15:01:54.196Z","19.0.0-develop-cc38dd-m6ukr15w":"2025-02-07T09:39:41.944Z","19.0.0-feature-c1bd56-m6ul2n7t":"2025-02-07T09:48:40.953Z","19.0.0-develop-e12519-m6ulzugk":"2025-02-07T10:14:30.178Z","19.0.0-feature-309f66-m6um2oy2":"2025-02-07T10:16:43.049Z","19.0.0-feature-6ad37c-m6ur7093":"2025-02-07T12:40:02.355Z","19.0.0-renovate-067fe0-m6xxapq1":"2025-02-09T17:54:13.289Z","19.0.0-renovate-7e9568-m6xxb525":"2025-02-09T17:54:31.033Z","19.0.0-develop-aa6159-m6yqzwh0":"2025-02-10T07:45:32.885Z","19.0.0-renovate-e237b5-m6yr2kdf":"2025-02-10T07:47:38.545Z","19.0.0-develop-093b35-m6ys3edu":"2025-02-10T08:16:18.893Z","19.0.0-feature-35d9de-m6ys5ia6":"2025-02-10T08:17:56.143Z","16.2.1-hotfix-e4a7c2-m6yxbsnv":"2025-02-10T10:42:47.422Z","19.0.0-feature-1f9bd8-m6yxfrzu":"2025-02-10T10:45:54.847Z","16.2.1-hotfix-6a9658-m6yzj6ii":"2025-02-10T11:44:31.653Z","19.0.0-feature-fe6378-m6z5r9zk":"2025-02-10T14:38:48.522Z","16.2.1":"2025-02-10T15:26:53.971Z","17.3.1":"2025-02-10T16:26:04.375Z","19.0.0-feature-33ff4f-m6za80cz":"2025-02-10T16:43:46.219Z","19.0.0-feature-4a8c7d-m6zag1fx":"2025-02-10T16:50:01.472Z","18.3.4":"2025-02-10T17:02:28.205Z","19.0.0-feature-ae60c3-m6zbcf6b":"2025-02-10T17:15:11.882Z","19.0.0-feature-ec0978-m70a8vw6":"2025-02-11T09:32:14.783Z","19.0.0-feature-dea6da-m70ahoqe":"2025-02-11T09:39:04.159Z","19.0.0-feature-593dac-m70c6mx3":"2025-02-11T10:26:29.007Z","19.0.0-feature-5e4a25-m70cbre8":"2025-02-11T10:30:27.759Z","19.0.0-feature-646ea8-m70deybh":"2025-02-11T11:00:55.577Z","19.0.0-feature-8e6550-m70dhm5d":"2025-02-11T11:02:58.794Z","19.0.0-feature-ef7d50-m70euz5h":"2025-02-11T11:41:22.343Z","19.0.0-feature-c9df81-m70fz9yu":"2025-02-11T12:12:43.485Z","19.0.0-feature-40de32-m70hlbxg":"2025-02-11T12:57:52.484Z","19.0.0-feature-659f9a-m70mepu9":"2025-02-11T15:12:40.239Z","19.0.0-renovate-ab3282-m70wvzyg":"2025-02-11T20:06:03.545Z","19.0.0-renovate-e57612-m70wwaas":"2025-02-11T20:06:16.298Z","19.0.0-develop-e1004f-m70ybj0n":"2025-02-11T20:46:07.841Z","19.0.0-feature-7b61d9-m70ycw2c":"2025-02-11T20:47:10.466Z","19.0.0-feature-bed0b6-m70ye971":"2025-02-11T20:48:14.906Z","19.0.0-develop-db29c4-m711yssv":"2025-02-11T22:28:10.949Z","19.0.0-feature-dfcf71-m71mzgjv":"2025-02-12T08:16:36.707Z","19.0.0-develop-47a681-m71qwl7i":"2025-02-12T10:06:19.045Z","19.0.0-develop-6bffcf-m71uqwha":"2025-02-12T12:20:23.813Z","19.0.0-feature-9839b4-m71v21bf":"2025-02-12T12:30:20.877Z","19.0.0-feature-49ec96-m71v3bp5":"2025-02-12T12:30:35.816Z","19.0.0-feature-edebfc-m71v890a":"2025-02-12T12:34:37.121Z","19.0.0-feature-3a9811-m71vhrau":"2025-02-12T12:41:14.010Z","19.0.0-feature-43cf75-m71vldss":"2025-02-12T12:44:30.459Z","19.0.0-feature-aca216-m71w48mn":"2025-02-12T12:59:52.097Z","19.0.0-feature-9022ef-m71y2xjh":"2025-02-12T13:54:59.269Z","19.0.0-feature-171c64-m720b9fm":"2025-02-12T14:30:01.305Z","19.0.0-feature-0a9e5b-m737rxvw":"2025-02-13T11:13:10.556Z","19.0.0-feature-bbdaae-m73d7u6z":"2025-02-13T13:44:56.477Z","19.0.0-feature-8a4ffd-m73e78em":"2025-02-13T14:13:39.124Z","19.0.0-feature-c7ccb3-m73w1qj7":"2025-02-13T22:33:08.093Z","19.0.0-develop-221038-m74jox16":"2025-02-14T09:34:11.358Z","19.0.0-feature-1360cb-m74jrcer":"2025-02-14T09:36:04.354Z","19.0.0-feature-086f5f-m74pf80v":"2025-02-14T12:14:43.709Z","19.0.0-feature-1539e9-m74ri80i":"2025-02-14T13:13:14.176Z","19.0.0-feature-049f02-m74tlwqb":"2025-02-14T14:12:36.145Z","19.0.0-renovate-a9e34c-m77skr6f":"2025-02-16T16:05:56.311Z","19.0.0-renovate-d0b5be-m77skjtf":"2025-02-16T16:06:05.222Z","19.0.0-renovate-743758-m77skyss":"2025-02-16T16:06:18.509Z","19.0.0-renovate-21d23f-m77t84st":"2025-02-16T16:24:47.596Z","19.0.0-feature-d405b8-m77ucuus":"2025-02-16T16:56:18.588Z","19.0.0-develop-1b3036-m77ua5rq":"2025-02-16T16:58:18.942Z","19.0.0-renovate-b81af4-m78e6rdf":"2025-02-17T02:11:14.355Z","19.0.0-develop-ce13f7-m78o5vgd":"2025-02-17T06:50:35.286Z","19.0.0-feature-4a4158-m78o6zd4":"2025-02-17T06:52:42.779Z","18.3.5":"2025-02-17T15:24:28.856Z","19.0.0-feature-51c496-m796p7ld":"2025-02-17T15:30:29.634Z","19.0.0-feature-9e12fa-m798h28h":"2025-02-17T16:19:26.001Z","19.0.0-renovate-5aff28-m79kjvpp":"2025-02-17T21:57:16.579Z","19.0.0-renovate-cb21e6-m79kjrzx":"2025-02-17T21:57:16.835Z","19.0.0-develop-e86b9d-m79lo5bq":"2025-02-17T22:28:23.265Z","19.0.0-feature-a152d7-m7a8oc44":"2025-02-18T09:12:27.034Z","19.0.0-feature-041cd1-m7afa30d":"2025-02-18T12:18:03.987Z","19.0.0-feature-4ad036-m7al3ss4":"2025-02-18T15:00:46.121Z","19.0.0-feature-f63c01-m7am8eib":"2025-02-18T15:32:37.896Z","19.0.0-renovate-4a3be2-m7bjgxnx":"2025-02-19T07:02:23.219Z","19.0.0-feature-0ae3c7-m7bkdqyx":"2025-02-19T07:28:07.509Z","19.0.0-develop-ef71ba-m7bkv0e8":"2025-02-19T07:41:37.078Z","19.0.0-feature-b16899-m7bp4y22":"2025-02-19T09:41:11.718Z","19.0.0-feature-b16899-m7bp50ry":"2025-02-19T09:41:53.199Z","19.0.0-feature-e7dc4c-m7broqlv":"2025-02-19T12:39:41.223Z","19.0.0-feature-72e489-m7bwmrvl":"2025-02-19T13:10:47.080Z","19.0.0-develop-f73d8d-m7bxmaed":"2025-02-19T13:39:09.167Z","19.0.0-feature-a3f840-m7c12o9v":"2025-02-19T15:16:14.023Z","19.0.0-alpha.11":"2025-02-19T15:28:18.355Z","18.3.6-release-4e69a6-m7d4v29s":"2025-02-20T09:47:30.440Z","18.3.6-release-e630c2-m7d60fvd":"2025-02-20T10:22:18.332Z","19.0.0-feature-9f2d33-m7egpvsi":"2025-02-21T08:08:39.780Z","18.3.6-release-89bf55-m7ehgrv7":"2025-02-21T08:29:59.952Z","18.3.6-fix-faf387-m7etisil":"2025-02-21T14:05:58.582Z","19.0.0-renovate-3b41e1-m7fdgnnp":"2025-02-21T23:25:28.698Z","19.0.0-renovate-0583b7-m7fdgjcl":"2025-02-21T23:25:48.377Z","19.0.0-renovate-b11585-m7g8dnlo":"2025-02-22T13:50:34.600Z","19.0.0-develop-ba7085-m7hs6uts":"2025-02-23T15:53:04.601Z","19.0.0-renovate-344c71-m7hs9p9u":"2025-02-23T15:55:24.799Z","19.0.0-develop-b7426e-m7htcz54":"2025-02-23T16:26:00.449Z","19.0.0-feature-d1afb7-m7j1gut4":"2025-02-24T13:01:07.155Z","19.0.0-feature-9ce449-m7j38rjo":"2025-02-24T13:50:51.894Z","19.0.0-feature-12a667-m7je58jt":"2025-02-24T18:29:19.669Z","19.0.0-feature-6d5928-m7jfn5a4":"2025-02-24T19:11:17.008Z","19.0.0-feature-97d795-m7jhjt38":"2025-02-24T20:31:52.705Z","19.0.0-feature-35786f-m7jlfxan":"2025-02-24T22:19:41.108Z","19.0.0-feature-73c633-m7kiov89":"2025-02-25T13:50:49.637Z","19.0.0-develop-5666d8-m7kjovs5":"2025-02-25T14:18:44.128Z","18.3.6-fix-4655fd-m7kkxf9m":"2025-02-25T14:51:06.535Z","18.3.6-fix-1137ad-m7kpfodq":"2025-02-25T16:59:43.452Z","19.0.0-feature-5bab6a-m7lprgqh":"2025-02-26T09:30:09.083Z","19.0.0-feature-924332-m7ls7ou2":"2025-02-26T10:38:50.220Z","18.3.6-release-f25f4a-m7ltgcog":"2025-02-26T11:40:16.354Z","18.3.6":"2025-02-26T12:01:08.666Z","19.0.0-develop-b5fb31-m7lvx78z":"2025-02-26T12:49:11.438Z","19.0.0-feature-996136-m7lx0yuv":"2025-02-26T13:20:07.555Z","19.0.0-feature-52987c-m7m2t8kw":"2025-02-26T15:35:35.583Z","19.0.0-feature-231c61-m7m3vkwc":"2025-02-26T16:05:18.101Z","19.0.0-feature-9020be-m7m4wdyv":"2025-02-26T16:33:59.236Z","19.0.0-feature-370060-m7m53tgz":"2025-02-26T16:39:49.904Z","19.0.0-feature-a3dfe1-m7m86z6h":"2025-02-26T18:06:08.978Z","19.0.0-feature-ece5c0-m7me8hop":"2025-02-26T20:55:18.577Z","19.0.0-feature-134846-m7mei12s":"2025-02-26T21:02:40.052Z","19.0.0-renovate-0cf173-m7mi98xa":"2025-02-26T23:14:59.514Z","19.0.0-renovate-09254f-m7n00rte":"2025-02-27T07:31:02.599Z","19.0.0-develop-2be79a-m7n1689a":"2025-02-27T08:03:48.144Z","19.0.0-feature-ff435c-m7n5rlb0":"2025-02-27T09:45:55.136Z","19.0.0-feature-066707-m7nmrey1":"2025-02-27T17:41:48.359Z","19.0.0-feature-c3decd-m7or6ayr":"2025-02-28T12:32:57.796Z","19.0.0-feature-b0168f-m7owavwl":"2025-02-28T14:56:30.806Z","19.0.0-feature-f7950f-m7owi9wd":"2025-02-28T15:02:13.470Z","19.0.0-feature-5a1ca6-m7ox86ov":"2025-02-28T15:22:26.591Z","19.0.0-feature-b69fcb-m7p38vfs":"2025-02-28T18:10:52.599Z","19.0.0-renovate-0b5641-m7rga72w":"2025-03-02T10:17:24.082Z","19.0.0-renovate-61d9aa-m7rgabt6":"2025-03-02T10:17:46.772Z","19.0.0-renovate-5262d0-m7rgaoui":"2025-03-02T10:18:15.615Z","19.0.0-develop-d8f025-m7rherjn":"2025-03-02T10:49:19.186Z","19.0.0-fix-eb809b-m7s3ieyp":"2025-03-02T21:07:17.726Z","19.0.0-renovate-cb52fe-m7sh4lv5":"2025-03-03T03:31:03.307Z","19.0.0-develop-bce63c-m7so7dct":"2025-03-03T06:47:22.098Z","19.0.0-develop-25bb15-m7sv4udk":"2025-03-03T10:01:03.437Z","19.0.0-fix-67f93c-m7sv7s88":"2025-03-03T10:03:59.502Z","19.0.0-feature-13780c-m7svc0ub":"2025-03-03T10:07:58.601Z","19.0.0-feature-9a967d-m7syrg51":"2025-03-03T11:43:03.671Z","19.0.0-feature-b28a51-m7t15mvl":"2025-03-03T12:50:34.190Z","19.0.0-feature-0ae117-m7tcthhi":"2025-03-03T17:49:57.598Z","19.0.0-feature-cc24ec-m7thiq7s":"2025-03-03T20:01:35.901Z","18.3.7":"2025-03-04T09:35:50.618Z","17.3.2":"2025-03-04T09:45:03.727Z","18.3.8-release-8ce4a3-m7uni2wt":"2025-03-04T16:00:48.015Z","18.3.8-fix-e2b5f1-m7uns6k8":"2025-03-04T16:34:55.700Z","18.3.8-fix-987ad8-m7up2v09":"2025-03-04T16:45:35.532Z","19.0.0-fix-c4b29f-m7uquf6u":"2025-03-04T17:36:57.235Z","19.0.0-develop-409c1b-m7v0pp4o":"2025-03-04T22:12:56.269Z","19.0.0-renovate-5b52f3-m7v1fdqh":"2025-03-04T22:33:16.087Z","19.0.0-renovate-ee4ab9-m7v1fm6v":"2025-03-04T22:33:24.894Z","18.3.8":"2025-03-04T22:33:35.063Z","19.0.0-develop-8d73bc-m7v2fm8u":"2025-03-04T23:01:15.703Z","19.0.0-renovate-8cfeb0-m7vco0cl":"2025-03-05T03:47:09.636Z","19.0.0-develop-3f9952-m7vdnd9g":"2025-03-05T04:15:01.059Z","19.0.0-feature-eeb638-m7vmuf8y":"2025-03-05T08:34:44.795Z","19.0.0-feature-fa0c9f-m7voxq0f":"2025-03-05T09:33:49.896Z","19.0.0-feature-3082ee-m7vuqrwz":"2025-03-05T11:47:12.318Z","19.0.0-feature-01d2de-m7vwq3y5":"2025-03-05T13:09:21.161Z","19.0.0-feature-98f023-m7vxc02v":"2025-03-05T13:26:43.826Z","19.0.0-feature-19752d-m7vyfylw":"2025-03-05T14:01:05.421Z","19.0.0-feature-a77f55-m7w0refn":"2025-03-05T15:04:32.625Z","19.0.0-feature-a50f9d-m7w2gjvm":"2025-03-05T15:50:11.849Z","19.0.0-feature-12eb2c-m7w9yyw3":"2025-03-05T18:53:33.912Z","19.0.0-feature-28e843-m7wb3wza":"2025-03-05T19:25:21.131Z","19.0.0-feature-97679c-m7wfpewy":"2025-03-05T22:00:35.305Z","19.0.0-feature-b37c8a-m7wzkctp":"2025-03-06T06:50:00.273Z","19.0.0-feature-eed8ff-m7x41048":"2025-03-06T09:22:06.898Z","19.0.0-feature-33cead-m7x7oq4z":"2025-03-06T11:03:29.236Z","19.0.0-feature-469f15-m7xbaaj9":"2025-03-06T12:44:21.932Z","18.3.8-feature-22e01f-m7xelw58":"2025-03-06T14:18:17.156Z","19.0.0-develop-151802-m7xflqgm":"2025-03-06T14:45:37.603Z","19.0.0-feature-00b2f6-m7xfmasi":"2025-03-06T14:46:27.612Z","19.0.0-feature-634a3b-m7xfyyip":"2025-03-06T14:58:41.914Z","19.0.0-feature-b73473-m7xgkq4s":"2025-03-06T15:12:58.004Z","19.0.0-feature-1b8130-m7xgy1g6":"2025-03-06T15:23:18.840Z","19.0.0-feature-27f139-m7xh350p":"2025-03-06T15:26:36.787Z","19.0.0-feature-af94a3-m7xh37an":"2025-03-06T15:27:15.250Z","19.0.0-feature-5fa12d-m7xh9z62":"2025-03-06T15:32:05.982Z","19.0.0-feature-76466c-m7xhnvft":"2025-03-06T15:43:23.906Z","19.0.0-feature-2df3c3-m7xja67s":"2025-03-06T16:28:22.117Z","19.0.0-feature-c9adad-m7xk950v":"2025-03-06T16:56:18.456Z","19.0.0-feature-e9beeb-m7xkko0c":"2025-03-06T17:04:46.838Z","19.0.0-feature-ae1a3f-m7xkojfb":"2025-03-06T17:08:13.045Z","19.0.0-feature-dadcc4-m7xlowx5":"2025-03-06T17:35:36.441Z","19.0.0-feature-f95c1b-m7xm4yy3":"2025-03-06T17:48:13.200Z","19.0.0-develop-ef1b09-m7xn9w4d":"2025-03-06T18:20:22.126Z","19.0.0-feature-e15771-m7xniao1":"2025-03-06T18:26:41.983Z","19.0.0-develop-9c2c83-m7xol2y0":"2025-03-06T19:13:36.182Z","19.0.0-beta.1":"2025-03-07T07:57:15.924Z","19.0.0-feature-3cdfbd-m7ym3fjl":"2025-03-07T10:34:43.861Z","19.0.0-develop-5d4aca-m7yo4f15":"2025-03-07T11:57:02.574Z","19.0.0-develop-cabfb8-m7yvk3y6":"2025-03-07T14:59:55.966Z","19.0.0-feature-224fab-m7z6bip5":"2025-03-07T19:34:41.056Z","19.0.0-feature-55c949-m7z6jmtf":"2025-03-07T19:40:57.444Z","19.0.0-renovate-2295ef-m80jnl2n":"2025-03-08T19:02:28.485Z","19.0.0-renovate-d1b39f-m80jnfrp":"2025-03-08T19:02:43.487Z","19.0.0-renovate-e48fed-m80jtjwp":"2025-03-08T19:06:45.188Z","19.0.0-renovate-786600-m80jnwy9":"2025-03-08T19:07:03.100Z","19.0.0-develop-608c2b-m80ldvt6":"2025-03-08T19:50:42.211Z","19.0.0-renovate-e8135d-m80ler12":"2025-03-08T19:51:23.093Z","19.0.0-renovate-4d865f-m80lensv":"2025-03-08T19:51:49.125Z","19.0.0-develop-a749df-m80pmi5j":"2025-03-08T21:49:13.821Z","19.0.0-renovate-446811-m80pn6mg":"2025-03-08T21:49:43.481Z","19.0.0-develop-509347-m80zz0ku":"2025-03-09T02:39:07.055Z","19.0.0-develop-e644c0-m81fq4l6":"2025-03-09T09:59:44.094Z","19.0.0-renovate-c172f1-m82fc2u4":"2025-03-10T02:37:08.859Z","19.0.0-feature-da6805-m8321172":"2025-03-10T12:45:36.453Z","18.4.0-feature-489a78-m831ak0a":"2025-03-10T12:51:42.681Z","18.4.0-feature-c1d8f6-m832atl5":"2025-03-10T13:17:11.310Z","18.4.0-release-846469-m833anp7":"2025-03-10T14:07:58.445Z","18.4.0":"2025-03-10T15:00:49.032Z","19.0.0-develop-c6e539-m8371ton":"2025-03-10T15:33:20.509Z","19.0.0-feature-f4c656-m83akiyw":"2025-03-10T16:44:43.486Z","19.0.0-feature-617055-m83axwwx":"2025-03-10T16:55:06.305Z","19.0.0-feature-467e97-m848t4dp":"2025-03-11T08:43:10.602Z","19.0.0-feature-6cde01-m84bisl0":"2025-03-11T10:28:43.257Z","19.0.0-renovate-4eb085-m84ks88y":"2025-03-11T14:46:01.505Z","19.0.0-develop-61e6c0-m84ltxql":"2025-03-11T15:14:12.605Z","19.0.0-feature-46f666-m84xwnxc":"2025-03-11T20:25:43.170Z","19.0.0-feature-473100-m84xz087":"2025-03-11T20:27:35.265Z","19.0.0-feature-850aeb-m85l4jx6":"2025-03-12T07:15:48.327Z","16.2.1-fix-d9ae2f-m85wv3nn":"2025-03-12T12:43:54.540Z","19.0.0-feature-68f052-m85w7641":"2025-03-12T12:55:22.957Z","19.0.0-feature-8f27a5-m85wfss7":"2025-03-12T13:02:33.537Z","16.2.2-fix-f4d238-m85xwgel":"2025-03-12T13:12:58.104Z","19.0.0-feature-8d68fa-m85z05lm":"2025-03-12T13:44:15.865Z","19.0.0-feature-930f5b-m85zp9rg":"2025-03-12T14:32:59.917Z","19.0.0-feature-bd3923-m85zz8pg":"2025-03-12T14:42:03.312Z","19.0.0-feature-fa59e1-m860e42m":"2025-03-12T14:54:29.231Z","16.2.2":"2025-03-12T15:02:13.252Z","19.0.0-feature-d191d1-m8611jyh":"2025-03-12T15:10:43.977Z","17.3.3":"2025-03-12T15:46:53.307Z","18.4.1":"2025-03-12T21:06:27.713Z","19.0.0-develop-e343fd-m86fxdbw":"2025-03-12T22:04:41.649Z","19.0.0-beta.2":"2025-03-13T08:12:34.048Z","19.0.0-develop-05aa0c-m8cqg9zk":"2025-03-17T07:45:40.301Z","18.4.1-fix-cd5cc0-m8ellgxh":"2025-03-18T15:03:36.391Z","18.4.1-fix-08f3be-m8epjilj":"2025-03-18T16:53:34.136Z","19.0.0-renovate-33e2b5-m8etil9j":"2025-03-18T18:47:05.051Z","19.0.0-renovate-85b834-m8etiuo8":"2025-03-18T18:47:38.004Z","19.0.0-renovate-834b40-m8etir9z":"2025-03-18T18:47:58.212Z","19.0.0-develop-aeb52b-m8exb2km":"2025-03-18T20:33:28.211Z","18.4.1-fix-3f8fe5-m8fl9xai":"2025-03-19T07:41:35.957Z","18.4.2-release-868b70-m8fm9xcm":"2025-03-19T08:09:46.530Z","18.4.2-fix-074305-m8fma9ot":"2025-03-19T08:12:41.643Z","18.5.0-release-c8e6ac-m8focz00":"2025-03-19T09:08:10.292Z","18.5.0-feature-3dec40-m8foeu1e":"2025-03-19T09:09:29.308Z","18.5.0-fix-f821a4-m8fodmze":"2025-03-19T09:10:33.580Z","18.5.0-feature-568a20-m8fqsj6e":"2025-03-19T10:18:48.554Z","18.5.0-release-e790b3-m8g41rbm":"2025-03-19T16:27:25.082Z","18.5.0-fix-6ac5ba-m8h75mx2":"2025-03-20T11:02:43.013Z","18.5.0-fix-b8bc71-m8h7t2dc":"2025-03-20T11:25:47.649Z","18.5.0-feature-06e2ee-m8h8ssrz":"2025-03-20T11:27:23.773Z","18.5.0-feature-56ff11-m8h8zxp0":"2025-03-20T11:33:23.691Z","18.5.0-release-deb79b-m8h9zfjr":"2025-03-20T12:01:04.122Z","18.5.0-feature-b8b0f8-m8ha263k":"2025-03-20T12:06:51.567Z","18.5.0-release-535f56-m8hbagjh":"2025-03-20T12:37:30.723Z","18.5.0-fix-822a2f-m8hbbhwe":"2025-03-20T12:38:08.313Z","18.5.0":"2025-03-20T13:10:09.157Z","19.0.0-fix-d15734-m8he0b65":"2025-03-20T14:01:03.121Z","19.0.0-beta.3":"2025-03-20T15:35:46.327Z","19.0.0-fix-84a92c-m8hmau2r":"2025-03-20T22:52:30.832Z","19.0.0-develop-c8bdfb-m8hxby0l":"2025-03-20T22:57:10.908Z","18.5.1-fix-bbac47-m8ipudmr":"2025-03-21T12:13:48.045Z","18.5.1":"2025-03-21T12:21:17.518Z","19.0.0-develop-4cf8e9-m8ir6wyl":"2025-03-21T12:52:48.925Z","19.0.0-beta.4":"2025-03-21T12:53:50.542Z","19.0.0-renovate-75a7df-m8j56tmd":"2025-03-21T19:24:38.606Z","19.0.0-develop-b54acf-m8jd1qja":"2025-03-21T23:05:55.518Z","19.0.0-develop-8fede4-m8jd8gpi":"2025-03-21T23:10:11.501Z","19.0.0-beta.5":"2025-03-21T23:31:13.925Z","19.0.0-develop-a07a90-m8jf3bj4":"2025-03-22T00:01:57.434Z","19.0.0-fix-6eb3cc-m8jf5khz":"2025-03-22T00:04:15.124Z","19.0.0-feature-960df6-m8lpbtll":"2025-03-23T14:25:13.640Z","19.0.0-fix-005dc6-m8ltg6j4":"2025-03-23T16:19:20.109Z","19.0.0-renovate-9b1b20-m8m2t2vf":"2025-03-23T20:41:26.197Z","19.0.0-develop-ed9fd8-m8m3t39h":"2025-03-23T21:09:51.341Z","19.0.0-feature-c3641d-m8m478bp":"2025-03-23T21:20:09.160Z","19.0.0-fix-8a9d4d-m8m47d8w":"2025-03-23T21:20:32.237Z","19.0.0-fix-5fbfab-m8myd1g8":"2025-03-24T11:25:56.211Z","19.0.0-fix-271ccb-m8n4wwcd":"2025-03-24T14:28:33.260Z","19.0.0-fix-6dbbfe-m8nb9no8":"2025-03-24T17:26:33.311Z","19.0.0-fix-f419cf-m8nbt6hy":"2025-03-24T17:41:23.691Z","19.0.0-fix-0f2a59-m8oj0j9e":"2025-03-25T13:50:47.965Z","19.0.0-develop-0fac3c-m8om19qr":"2025-03-25T15:15:39.687Z","19.0.0-fix-1fd12f-m8ongf2s":"2025-03-25T15:55:37.196Z","19.0.0-develop-636507-m8oojg5z":"2025-03-25T16:25:30.279Z","19.0.0-beta.6":"2025-03-25T16:34:47.761Z","19.0.0-fix-554e97-m8pqbz9d":"2025-03-26T10:37:59.019Z","19.0.0-fix-c3b794-m8psvwlg":"2025-03-26T11:15:05.188Z","19.0.0-fix-9d259e-m8pzyind":"2025-03-26T14:10:31.560Z","19.0.0-feature-931f08-m8q1et6a":"2025-03-26T15:14:07.900Z","19.0.0-feature-50c911-m8q1z7xt":"2025-03-26T15:30:01.273Z","19.0.0-fix-374947-m8q599nf":"2025-03-26T16:38:42.734Z","19.0.0-fix-43e9f0-m8q96jci":"2025-03-26T18:51:27.027Z","19.0.0-develop-54b9fd-m8qa93kl":"2025-03-26T19:21:13.397Z","19.0.0-develop-b9361a-m8qalee8":"2025-03-26T19:30:53.300Z","19.0.0-beta.7":"2025-03-26T19:43:36.745Z","19.0.0-fix-19ff38-m8r4nji1":"2025-03-27T09:32:23.340Z","19.0.0-fix-86b624-m8re3yu1":"2025-03-27T13:34:26.289Z","19.0.0-fix-0e3447-m8rfw7li":"2025-03-27T14:24:18.895Z","19.0.0-fix-052005-m8rgdu4c":"2025-03-27T14:33:59.217Z","19.0.0-fix-638093-m8rh6gl4":"2025-03-27T14:56:16.001Z","19.0.0-fix-bd38ee-m8rih7vt":"2025-03-27T15:32:36.518Z","19.0.0-fix-1e1b0f-m8rivkhs":"2025-03-27T15:43:47.318Z","19.0.0-fix-e3651a-m8rlrdgh":"2025-03-27T17:04:24.507Z","19.0.0-fix-097093-m8rqhcrt":"2025-03-27T19:16:37.216Z","19.0.0-fix-b2d61e-m8rs0o35":"2025-03-27T19:59:34.456Z","19.0.0-fix-3727ae-m8rt2bs3":"2025-03-27T20:28:52.672Z","19.0.0-fix-9983c8-m8sgc4ps":"2025-03-28T07:20:30.547Z","19.0.0-fix-ff458e-m8smsdej":"2025-03-28T11:33:40.881Z","19.0.0-fix-0015ae-m8so12lx":"2025-03-28T11:47:12.641Z","19.0.0-fix-d8f7ac-m8szsmq2":"2025-03-28T16:25:12.691Z","19.0.0-fix-a32d4f-m8t00mvk":"2025-03-28T16:31:14.798Z","19.0.0-fix-cf8e29-m8t0ex11":"2025-03-28T16:42:25.336Z","19.0.0-fix-fec3b2-m8t572iy":"2025-03-28T18:56:14.306Z","19.0.0-fix-765365-m8t6kgdy":"2025-03-28T19:34:36.772Z","19.0.0-fix-3f207c-m8t6yv8n":"2025-03-28T19:45:52.400Z","19.0.0-fix-2b4211-m8t9674f":"2025-03-28T20:47:36.962Z","19.0.0-fix-0ac1ff-m8t9n6mh":"2025-03-28T21:00:43.504Z","19.0.0-fix-e7918e-m8tc3l0y":"2025-03-28T22:13:26.678Z","19.0.0-fix-76f054-m8tcfpd1":"2025-03-28T22:22:55.922Z","19.0.0-fix-5869b7-m8tee0l0":"2025-03-28T23:17:38.946Z","19.0.0-fix-8e5104-m8teqzta":"2025-03-28T23:27:28.204Z","19.0.0-fix-e8ef66-m8tzbcmy":"2025-03-29T09:03:22.955Z","19.0.0-fix-a0cdb1-m8u1fr29":"2025-03-29T10:02:59.825Z","19.0.0-fix-944d0a-m8u2uix7":"2025-03-29T10:42:14.155Z","19.0.0-fix-c0dfb5-m8u3mip5":"2025-03-29T11:04:09.582Z","19.0.0-fix-55e65a-m8u4f2pu":"2025-03-29T11:26:22.585Z","19.0.0-fix-dc3640-m8u7u35t":"2025-03-29T13:01:47.587Z","19.0.0-fix-1e6e89-m8u8epzi":"2025-03-29T13:18:18.494Z","19.0.0-fix-21f02e-m8u8z4sv":"2025-03-29T13:33:44.753Z","19.0.0-fix-ed2e71-m8u9chmu":"2025-03-29T13:44:09.132Z","19.0.0-fix-d646dc-m8udvg71":"2025-03-29T15:50:57.244Z","19.0.0-renovate-08a9d5-m8ugs9ii":"2025-03-29T17:34:40.014Z","19.0.0-renovate-a958d4-m8ugsj4r":"2025-03-29T17:34:55.927Z","19.0.0-renovate-4eb747-m8ugslz7":"2025-03-29T17:35:06.169Z","19.0.0-develop-0669d1-m8uhtcah":"2025-03-29T18:03:58.032Z","19.0.0-renovate-84447d-m8uhwxd0":"2025-03-29T18:06:33.054Z","19.0.0-renovate-ba1939-m8uhx24n":"2025-03-29T18:07:05.268Z","19.0.0-fix-2dec7a-m8uir7ma":"2025-03-29T18:07:40.327Z","19.0.0-fix-882ce9-m8uj8njo":"2025-03-29T18:21:21.237Z","19.0.0-develop-ab4828-m8uj91tq":"2025-03-29T18:43:52.581Z","19.0.0-renovate-5c35a0-m8ujaf0x":"2025-03-29T19:31:35.810Z","19.0.0-fix-30a9ac-m8um83rc":"2025-03-29T19:44:59.263Z","19.0.0-develop-ef1be9-m8um7edc":"2025-03-29T20:06:45.092Z","19.0.0-fix-05d5dc-m8vfbps8":"2025-03-30T10:09:43.331Z","19.0.0-beta.8":"2025-03-30T11:38:38.422Z","19.0.0-develop-301f35-m8vkwg8c":"2025-03-30T12:17:18.867Z","19.0.0-renovate-673f7e-m8wgsnwt":"2025-03-31T03:10:33.264Z","19.0.0-feature-df8899-m8wz5zt5":"2025-03-31T11:45:01.780Z","19.0.0-develop-cae12f-m8wyfki8":"2025-03-31T13:19:15.320Z","19.0.0-beta.9":"2025-03-31T13:33:09.698Z","19.0.0-fix-fef69b-m8xk4xaw":"2025-03-31T21:05:35.163Z","19.0.0-feature-507bc7-m8ycmdlt":"2025-04-01T11:11:28.979Z","19.0.0-feature-981871-m8ygrcbw":"2025-04-01T12:45:21.857Z","19.0.0-feature-f32c17-m8yhl4n3":"2025-04-01T13:08:14.492Z","19.0.0-feature-e236cb-m8ykcn60":"2025-04-01T13:59:23.104Z","19.0.0-feature-528b80-m8ymwu57":"2025-04-01T15:37:28.444Z","19.0.0-fix-d0646a-m8yvue14":"2025-04-01T19:21:09.003Z","19.0.0-feature-a9607d-m8zsuema":"2025-04-02T10:44:49.643Z","19.0.0-feature-c2767a-m8zzds2r":"2025-04-02T13:47:55.284Z","19.0.0-feature-9fc7a3-m8zzvfv5":"2025-04-02T14:01:36.260Z","19.0.0-feature-ca1397-m900s8ay":"2025-04-02T14:27:08.468Z","19.0.0-feature-16dbe0-m9074g1m":"2025-04-02T17:24:38.209Z","19.0.0-feature-848325-m908ns68":"2025-04-02T18:07:44.949Z","19.0.0-feature-e89ed7-m90bi4vm":"2025-04-02T19:27:12.059Z","19.0.0-feature-fb4e1d-m90fcfuf":"2025-04-02T21:14:47.555Z","19.0.0-feature-b5c18d-m90gu4xc":"2025-04-02T21:56:29.860Z","19.0.0-feature-a24cf3-m90hsb7v":"2025-04-02T22:23:05.734Z","19.0.0-feature-02de92-m90z8wur":"2025-04-03T06:31:50.831Z","19.0.0-feature-17bc30-m910fcdx":"2025-04-03T07:04:54.674Z","19.0.0-feature-cab2e4-m9110092":"2025-04-03T07:20:53.318Z","19.0.0-feature-e645c9-m911t3p4":"2025-04-03T07:43:39.517Z","19.0.0-feature-b76228-m913dybe":"2025-04-03T08:27:48.816Z","19.0.0-feature-b3bbfd-m914us63":"2025-04-03T09:08:59.943Z","19.0.0-feature-f72997-m916r2m1":"2025-04-03T10:01:58.684Z","19.0.0-feature-48b216-m919p0y1":"2025-04-03T11:24:19.721Z","19.0.0-feature-f0f74e-m91cr1tk":"2025-04-03T12:49:58.335Z","19.0.0-feature-459e57-m91qnsho":"2025-04-03T19:19:19.697Z","19.0.0-develop-58fc32-m92jovs8":"2025-04-04T09:18:37.605Z","19.0.0-develop-8f4171-m92jy04i":"2025-04-04T09:25:34.314Z","19.0.0-develop-fa9767-m92l056o":"2025-04-04T09:54:59.935Z","19.0.0-develop-838272-m92lht62":"2025-04-04T10:08:54.638Z","19.0.0-renovate-0abb67-m92lkwty":"2025-04-04T10:11:18.588Z","19.0.0-renovate-c2232e-m92lkkwr":"2025-04-04T10:12:30.598Z","19.0.0-fix-ce3d93-m92nkf44":"2025-04-04T10:40:27.546Z","19.0.0-develop-d537d6-m92mqph4":"2025-04-04T10:43:38.998Z","19.0.0-develop-d73b68-m92nktue":"2025-04-04T11:07:03.322Z","19.0.0-feature-5df4d5-m92ph8ed":"2025-04-04T11:33:58.248Z","19.0.0-renovate-bb8584-m92pb91a":"2025-04-04T11:55:16.882Z","19.0.0-develop-0e879f-m92qj0d7":"2025-04-04T12:49:37.941Z","19.0.0-develop-b14b6d-m92rl8sk":"2025-04-04T13:00:03.610Z","19.0.0-feature-d7e469-m92tdj1d":"2025-04-04T13:23:05.221Z","19.0.0-feature-2d97b6-m92xmgux":"2025-04-04T15:22:01.210Z","19.0.0-feature-e316bf-m931vggd":"2025-04-04T17:20:59.559Z","19.0.0-feature-ca39f9-m932absc":"2025-04-04T17:32:30.784Z","19.0.0-feature-cc71d3-m949f8bc":"2025-04-05T13:40:05.828Z","19.0.0-feature-84502d-m96r28dw":"2025-04-07T07:55:42.651Z","19.0.0-feature-6f9c08-m96r2l7m":"2025-04-07T07:55:58.067Z","19.0.0-feature-536db7-m96umh7t":"2025-04-07T09:09:05.195Z","19.0.0-develop-903760-m96ud61q":"2025-04-07T09:27:45.590Z","19.0.0-feature-fb2971-m96ws7de":"2025-04-07T10:09:31.189Z","19.0.0-feature-741bdd-m96wx9hd":"2025-04-07T10:13:32.022Z","19.0.0-feature-3b45c2-m96x9tzf":"2025-04-07T10:23:18.512Z","19.0.0-feature-0fd271-m96y2wpz":"2025-04-07T10:45:53.765Z","19.0.0-feature-fa5843-m96ywg60":"2025-04-07T11:08:51.405Z","19.0.0-feature-c51188-m97048uh":"2025-04-07T11:42:53.569Z","19.0.0-feature-9f33a4-m970mwi4":"2025-04-07T11:57:25.702Z","19.0.0-feature-99a8a2-m9717fnj":"2025-04-07T12:13:18.198Z","19.0.0-feature-c9d088-m9729owp":"2025-04-07T12:43:04.929Z","19.0.0-feature-932938-m97336xh":"2025-04-07T13:06:02.548Z","19.0.0-feature-61d9dc-m973rob0":"2025-04-07T13:25:14.958Z","19.0.0-feature-4456ae-m973tesq":"2025-04-07T13:26:27.825Z","19.0.0-feature-b45475-m974u3xi":"2025-04-07T13:54:56.752Z","19.0.0-feature-036dbe-m9763wlu":"2025-04-07T14:30:37.703Z","19.0.0-feature-6049c8-m976puaj":"2025-04-07T14:47:38.589Z","19.0.0-feature-d3e3d2-m977jkyy":"2025-04-07T15:10:45.474Z","19.0.0-feature-100a05-m978ejwh":"2025-04-07T15:34:51.977Z","19.0.0-feature-f024e3-m97i283e":"2025-04-07T20:05:12.055Z","19.0.0-feature-974302-m98bkw0u":"2025-04-08T09:51:37.811Z","19.0.0-feature-a42f3a-m98rcnby":"2025-04-08T17:13:00.555Z","19.0.0-feature-a1eb7c-m99t64sy":"2025-04-09T11:18:04.669Z","19.0.0-feature-025980-m9b5eo8t":"2025-04-10T09:48:38.774Z","19.0.0-feature-b5fbfd-m9b5imu8":"2025-04-10T09:50:45.831Z","19.0.0-develop-9dda87-m9bhosrr":"2025-04-10T15:32:10.197Z","19.0.0-hotfix-a5e6da-m9i9hpbu":"2025-04-15T09:17:08.639Z","19.0.0-hotfix-f4d2fa-m9i9m47x":"2025-04-15T09:21:16.695Z","19.0.0-hotfix-2b7e87-m9ibvsr2":"2025-04-15T10:24:09.183Z","19.0.0-hotfix-5c2fd5-m9icq0dw":"2025-04-15T10:47:28.322Z","19.0.0-hotfix-562617-m9id0oz7":"2025-04-15T10:56:08.802Z","19.0.0-beta.10":"2025-04-15T11:30:50.146Z","19.0.0-fix-5952f9-m9ih46hr":"2025-04-15T12:50:53.310Z","19.0.0-fix-42b215-m9ih9967":"2025-04-15T12:54:35.411Z","19.0.0-renovate-58a0f5-ma4svvh3":"2025-05-01T03:50:28.392Z","19.0.0-renovate-92a3f9-ma4sw2e2":"2025-05-01T03:50:56.844Z","19.0.0-renovate-a3dec2-ma4swe8m":"2025-05-01T03:51:15.222Z","19.0.0-develop-e6b950-ma50jwr5":"2025-05-01T07:25:41.095Z","19.0.0-renovate-790396-ma50ki8l":"2025-05-01T07:25:57.429Z","19.0.0-renovate-96609b-ma50kryg":"2025-05-01T07:26:31.185Z","19.0.0-renovate-815a26-ma50kms6":"2025-05-01T07:26:53.305Z","19.0.0-develop-2afa02-ma5ae9l8":"2025-05-01T12:00:54.844Z","19.0.0-renovate-5b202c-ma5af3xp":"2025-05-01T12:01:34.073Z","19.0.0-renovate-f8c180-ma5aevzp":"2025-05-01T12:02:02.894Z","19.0.0-develop-8a8a33-ma5c6iyz":"2025-05-01T12:51:02.571Z","19.0.0-renovate-4655c2-ma5c77d8":"2025-05-01T12:51:25.863Z","19.0.0-renovate-ace5c2-mac6ul8h":"2025-05-06T07:56:52.460Z","19.0.0-develop-1aebec-mac8e5ni":"2025-05-06T08:39:32.751Z","19.0.0-fix-e8ab3a-mafb5qjp":"2025-05-08T12:20:03.361Z","19.0.0-fix-e6e68e-mafb9kuz":"2025-05-08T12:23:18.103Z","19.0.0-develop-6cf860-mafdqlet":"2025-05-08T13:33:12.780Z","19.0.0-develop-63d095-mafl4ubf":"2025-05-08T16:59:45.704Z","19.0.0-beta.11":"2025-05-08T17:19:26.881Z","19.0.0-renovate-b65107-mamegmrj":"2025-05-13T11:26:57.651Z","19.0.0-develop-938b4c-mamfgeoq":"2025-05-13T11:55:24.289Z","19.0.0-develop-07cdf9-mamfs1b3":"2025-05-13T12:04:11.670Z","19.0.0-develop-c3805e-mamftqm6":"2025-05-13T12:06:07.671Z","19.0.0-feature-cfc305-maql7z46":"2025-05-16T09:47:06.216Z","19.0.0-feature-8b50fd-maqmup8t":"2025-05-16T10:32:58.472Z","19.0.0-hotfix-0fcfd2-maqnezqb":"2025-05-16T10:48:13.960Z","19.0.0-develop-ddc44f-mas001oz":"2025-05-17T09:28:15.556Z","19.0.0":"2025-05-17T09:59:56.039Z","19.0.0-beta.12":"2025-05-17T10:21:13.276Z","20.0.0-feature-34b6cc-mauwirmz":"2025-05-19T10:14:03.925Z","18.5.2":"2025-05-22T07:01:57.108Z","20.0.0-feature-8d1c15-mb0oeu5z":"2025-05-23T11:13:59.866Z","20.0.0-feature-788d5d-mb0pieic":"2025-05-23T11:18:49.624Z","20.0.0-feature-6bbc9c-mb0qw409":"2025-05-23T11:57:25.494Z","20.0.0-feature-f4454a-mb0soq0j":"2025-05-23T12:47:45.708Z","20.0.0-feature-f77f91-mb0t0z4i":"2025-05-23T12:57:14.686Z","20.0.0-feature-d80ae2-mb4skuvm":"2025-05-26T08:37:26.034Z","20.0.0-feature-a355ad-mb4yt0nx":"2025-05-26T11:14:56.730Z","19.1.0-feature-e084dc-mb67g0kz":"2025-05-27T08:05:14.988Z","20.0.0-renovate-dc4cfd-mbcyxa2e":"2025-06-01T01:41:47.968Z","20.0.0-develop-8a82cf-mbd7d9vh":"2025-06-01T05:37:46.917Z","20.0.0-renovate-a14471-mbd7e16p":"2025-06-01T05:38:56.878Z","20.0.0-develop-1312e9-mbdegs71":"2025-06-01T08:56:46.233Z","20.0.0-renovate-0fd81d-mbdhmflx":"2025-06-01T10:50:27.890Z","20.0.0-develop-821068-mbdjkj0d":"2025-06-01T11:20:00.747Z","19.1.0-feature-de5c89-mbev1rxb":"2025-06-02T09:27:51.467Z","19.1.0":"2025-06-02T09:54:55.095Z","20.0.0-develop-e1fc11-mbexcu3o":"2025-06-02T10:32:50.401Z","20.0.0-alpha.1":"2025-06-02T10:54:22.153Z","19.1.1-release-093581-mbgft7gw":"2025-06-03T11:57:02.776Z","19.1.1-fix-2002ec-mbgfznjq":"2025-06-03T12:01:39.493Z","20.0.0-develop-226dbf-mbgj1hss":"2025-06-03T13:28:58.208Z","19.1.1-fix-5e7ae0-mbglqcve":"2025-06-03T14:42:48.610Z","19.1.1-fix-b66466-mbhy3k2y":"2025-06-04T13:16:41.838Z","19.1.1-release-5d101c-mbhz4msn":"2025-06-04T13:45:53.864Z","19.1.1-fix-eec81b-mbhz7eeb":"2025-06-04T13:47:50.640Z","20.0.0-feature-e5af64-mbjcgpji":"2025-06-05T12:21:09.891Z","19.1.1-fix-a0362c-mbjcw3he":"2025-06-05T12:59:46.488Z","19.1.1-fix-02f5aa-mbjkn0ce":"2025-06-05T16:35:40.181Z","20.0.0-feature-307b05-mbjm8mcm":"2025-06-05T16:54:47.483Z","20.0.0-feature-311c4d-mbjmdxnw":"2025-06-05T16:58:56.941Z","20.0.0-feature-a485b1-mbjn4ieo":"2025-06-05T17:19:35.879Z","20.0.0-feature-324db7-mbjtwf2v":"2025-06-05T20:29:19.313Z","20.0.0-feature-a3d5cd-mbjuon45":"2025-06-05T20:51:14.070Z","20.0.0-feature-5d4acc-mbkj40as":"2025-06-06T08:15:00.612Z","20.0.0-feature-fc8cfd-mbklfd1d":"2025-06-06T09:45:05.020Z","19.1.1-fix-2e6322-mbq90ved":"2025-06-10T08:44:08.270Z","19.1.1":"2025-06-10T09:25:38.566Z","20.0.0-alpha.2":"2025-06-10T10:20:01.672Z","20.0.0-develop-054731-mbqci3gl":"2025-06-10T10:22:14.165Z","20.0.0-feature-5f5b60-mbqg85ej":"2025-06-10T12:06:25.282Z","20.0.0-feature-e38371-mbqgt3gs":"2025-06-10T12:22:28.183Z","20.0.0-feature-a333b1-mbqhqkn4":"2025-06-10T12:47:56.503Z","19.2.0-feature-2322ff-mbqpt9rd":"2025-06-10T16:35:05.455Z","19.2.0-feature-124e01-mbqq6l0i":"2025-06-10T17:10:23.702Z","20.0.0-feature-0e7a19-mbqv7287":"2025-06-10T19:05:17.934Z","20.0.0-feature-8ec369-mbrjypb4":"2025-06-11T06:13:11.952Z","20.0.0-feature-e3a743-mbrlo0a4":"2025-06-11T07:27:17.166Z","20.0.0-feature-df0331-mbrn0lvl":"2025-06-11T07:38:47.791Z","20.0.0-feature-19b859-mbrnmvws":"2025-06-11T07:55:58.170Z","20.0.0-feature-6ba111-mbrp8pfv":"2025-06-11T08:41:01.431Z","20.0.0-feature-587057-mbrpglx9":"2025-06-11T09:13:18.273Z","20.0.0-feature-a8e3ee-mbrscwsj":"2025-06-11T10:08:13.822Z","20.0.0-feature-514051-mbrselx8":"2025-06-11T10:09:30.863Z","20.0.0-feature-75167a-mbrsfrqm":"2025-06-11T10:10:29.655Z","20.0.0-feature-1bc9df-mbrsgcjy":"2025-06-11T10:10:51.181Z","20.0.0-feature-a64e4f-mbrsgzib":"2025-06-11T10:11:25.378Z","20.0.0-feature-08a4c4-mbrsice8":"2025-06-11T10:13:14.088Z","20.0.0-feature-f27c8c-mbrsnm12":"2025-06-11T10:16:31.774Z","20.0.0-feature-e46dd8-mbrsr9k8":"2025-06-11T10:19:21.965Z","20.0.0-feature-76186c-mbrstqhn":"2025-06-11T10:21:25.701Z","19.2.0-fix-c18d54-mbrx4dvs":"2025-06-11T12:47:25.110Z","19.2.0-fix-c7eaac-mbrz0ldp":"2025-06-11T13:39:58.419Z","19.2.0-release-2ce390-mbrzya7b":"2025-06-11T14:06:33.646Z","19.2.0-feature-30089e-mbrzy9pj":"2025-06-11T14:06:51.537Z","20.0.0-feature-1355d0-mbt70ae5":"2025-06-12T10:12:23.332Z","20.0.0-develop-16f183-mbt7zz8e":"2025-06-12T10:39:43.508Z","20.0.0-feature-47a992-mbtb6chv":"2025-06-12T12:07:39.840Z","19.2.0-release-ff8402-mbtb8v2v":"2025-06-12T12:09:35.674Z","19.2.0-feature-e6270a-mbtb9azv":"2025-06-12T12:10:30.178Z","18.5.2-feature-6839e0-mbuqu5l7":"2025-06-13T12:13:11.540Z","18.5.2-feature-d5a928-mbuseu05":"2025-06-13T12:59:53.588Z","18.5.2-feature-f4d7ea-mbuua592":"2025-06-13T13:50:19.388Z","19.2.0-release-fa752b-mbz30qf8":"2025-06-16T13:06:15.411Z","19.2.0":"2025-06-16T14:14:17.820Z","18.6.0":"2025-06-16T14:38:25.435Z","20.0.0-develop-a04523-mbz6t505":"2025-06-16T14:53:20.071Z","20.0.0-develop-facd5c-mbz7twsx":"2025-06-16T15:21:31.453Z","20.0.0-alpha.3":"2025-06-16T15:22:04.098Z","20.0.0-dependabot-860b62-mbz96xpo":"2025-06-16T15:59:50.951Z","20.0.0-feature-904376-mc0lpj4m":"2025-06-17T14:12:13.668Z","20.0.0-feature-9c8834-mc0l1qmr":"2025-06-17T14:17:27.885Z","20.0.0-feature-5fd71e-mc0migqe":"2025-06-17T14:34:35.078Z","20.0.0-feature-21e7c1-mc0ngbcb":"2025-06-17T15:01:00.670Z","20.0.0-feature-2d7a71-mc1ktb2z":"2025-06-18T06:34:41.215Z","20.0.0-feature-62b682-mc1l0cao":"2025-06-18T06:40:09.471Z","20.0.0-feature-491e36-mc1u4562":"2025-06-18T10:55:04.439Z","20.0.0-feature-818dfd-mc1zu15n":"2025-06-18T13:35:11.646Z","20.0.0-feature-0c7e93-mc228h37":"2025-06-18T14:42:24.436Z","20.0.0-feature-2a1cab-mc22sifz":"2025-06-18T14:57:57.457Z","20.0.0-feature-60ebb8-mc23dqm4":"2025-06-18T15:14:25.922Z","20.0.0-feature-3e376b-mc23lwxi":"2025-06-18T15:20:56.863Z","20.0.0-feature-81d722-mc24skkm":"2025-06-18T15:54:01.221Z","20.0.0-feature-827f57-mc25l6bg":"2025-06-18T16:16:17.235Z","20.0.0-feature-24ef55-mc26r9j4":"2025-06-18T16:48:57.009Z","20.0.0-develop-0eb1bd-mc26ruze":"2025-06-18T16:49:24.606Z","20.0.0-dependabot-c315dd-mc26t7gi":"2025-06-18T16:50:25.114Z","20.0.0-dependabot-a3b968-mc26t7dk":"2025-06-18T16:50:31.310Z","20.0.0-dependabot-e0ffed-mc26t93o":"2025-06-18T16:51:00.439Z","20.0.0-develop-2e1192-mc289vjr":"2025-06-18T17:31:25.046Z","20.0.0-feature-2838ff-mc8tgwcq":"2025-06-23T08:11:20.066Z","20.0.0-dependabot-a866a2-mc8wqgr2":"2025-06-23T09:42:45.506Z","20.0.0-dependabot-f77e8e-mc8wqft1":"2025-06-23T09:42:49.739Z","20.0.0-dependabot-34f67f-mc8wqji7":"2025-06-23T09:42:52.638Z","20.0.0-develop-417848-mcaee0r4":"2025-06-24T10:44:49.945Z","20.0.0-develop-ab1bbd-mcaetp8e":"2025-06-24T10:57:01.857Z","20.0.0-develop-d493aa-mcafn6o1":"2025-06-24T11:19:59.500Z","20.0.0-feature-eb3389-mcahwvky":"2025-06-24T12:23:29.722Z","20.0.0-feature-0f16be-mcahz8sy":"2025-06-24T12:25:19.696Z","20.0.0-fix-134fba-mcaizgpt":"2025-06-24T12:53:26.900Z","20.0.0-develop-2c1bde-mcajbq34":"2025-06-24T13:03:04.899Z","20.0.0-develop-505ea8-mcajn8b6":"2025-06-24T13:12:08.806Z","20.0.0-feature-54d640-mcalz0ux":"2025-06-24T14:17:03.695Z","20.0.0-feature-81ce2c-mcalzglh":"2025-06-24T14:17:26.875Z","20.0.0-feature-ce9262-mcbxmduh":"2025-06-25T12:33:22.375Z","20.0.0-feature-fbe72c-mcbyffxq":"2025-06-25T12:55:52.778Z","20.0.0-feature-fa64e7-mcbyjjlr":"2025-06-25T12:59:17.572Z","20.0.0-feature-ad3b9e-mcbzs5u9":"2025-06-25T13:33:54.066Z","20.0.0-feature-94d0ba-mcc0149t":"2025-06-25T13:40:41.001Z","20.0.0-feature-833602-mcc07wqj":"2025-06-25T13:43:25.273Z","20.0.0-feature-b90151-mcc0qwrm":"2025-06-25T13:58:34.697Z","20.0.0-feature-3ed9cd-mcc14oun":"2025-06-25T14:09:16.024Z","20.0.0-feature-6d4bba-mcc14a1s":"2025-06-25T14:10:10.496Z","20.0.0-feature-c2c013-mcc1cizw":"2025-06-25T14:15:17.412Z","20.0.0-feature-be6fed-mcc1hzsz":"2025-06-25T14:19:34.126Z","20.0.0-feature-b02a50-mcc1mm5d":"2025-06-25T14:23:08.325Z","20.0.0-feature-795fbf-mcd4b7ao":"2025-06-26T08:27:25.967Z","20.0.0-feature-2fd8c7-mcd6ktbp":"2025-06-26T09:30:49.154Z","20.0.0-feature-815e72-mcd6lwyl":"2025-06-26T09:31:39.974Z","20.0.0-feature-9c7a26-mcd6od7y":"2025-06-26T09:33:30.323Z","20.0.0-feature-ee9560-mcdftkji":"2025-06-26T13:49:43.597Z","20.0.0-feature-895791-mcehbvyy":"2025-06-27T07:19:52.777Z","20.0.0-feature-324852-mcejs49k":"2025-06-27T08:28:30.735Z","20.0.0-feature-9f3dcb-mcejwe63":"2025-06-27T08:31:56.961Z","20.0.0-feature-9f3dcb-mcek8t85":"2025-06-27T08:41:39.628Z","20.0.0-feature-be131b-mcekuexp":"2025-06-27T08:58:20.062Z","20.0.0-feature-1377fc-mceldife":"2025-06-27T09:13:19.659Z","20.0.0-feature-583667-mcelxhat":"2025-06-27T09:28:44.745Z","20.0.0-feature-df84c6-mcem1esk":"2025-06-27T09:31:32.247Z","20.0.0-feature-df84c6-mcem21g2":"2025-06-27T09:32:19.740Z","20.0.0-feature-3f2285-mcemyx0z":"2025-06-27T09:57:29.969Z","20.0.0-feature-0fa69d-mcetck6k":"2025-06-27T12:56:19.659Z","20.0.0-feature-0a4a8f-mcf4zye0":"2025-06-27T18:22:25.230Z","20.0.0-feature-68c9f1-mcf8hky0":"2025-06-27T20:00:08.055Z","20.0.0-feature-e23ff5-mcf8ur7b":"2025-06-27T20:10:25.655Z","20.0.0-feature-e23ff5-mcft9rhp":"2025-06-28T05:41:52.228Z","20.0.0-feature-a7c11f-mcfthk8k":"2025-06-28T05:48:00.278Z","20.0.0-feature-6983bd-mcfu77xm":"2025-06-28T06:07:58.018Z","20.0.0-feature-16123a-mcfukor6":"2025-06-28T06:18:22.651Z","20.0.0-feature-02411f-mcfzvlro":"2025-06-28T08:46:47.181Z","20.0.0-feature-5a1a7c-mcg9735i":"2025-06-28T13:07:45.028Z","20.0.0-feature-defe23-mcg9e0pl":"2025-06-28T13:13:03.387Z","20.0.0-feature-b5c766-mcgcipjh":"2025-06-28T14:40:47.092Z","20.0.0-feature-b5c766-mcgcjrew":"2025-06-28T14:41:28.758Z","20.0.0-feature-5a7017-mcgczgn8":"2025-06-28T14:53:52.001Z","20.0.0-feature-113158-mcgd089z":"2025-06-28T14:54:24.366Z","20.0.0-develop-481218-mcgmim1h":"2025-06-28T19:20:40.510Z","20.0.0-develop-123e75-mchg7238":"2025-06-29T09:11:30.336Z","20.0.0-develop-b7fd03-mchgyx1b":"2025-06-29T09:33:03.757Z","20.0.0-develop-dc2645-mchiq33o":"2025-06-29T10:22:14.182Z","20.0.0-develop-40b218-mchja57d":"2025-06-29T10:37:47.491Z","20.0.0-feature-734475-mcisq29e":"2025-06-30T07:49:53.827Z","20.0.0-feature-734475-mcisuucn":"2025-06-30T07:53:30.050Z","20.0.0-feature-8002f2-mcivk7nr":"2025-06-30T09:09:21.270Z","20.0.0-fix-cb32f0-mck52oeo":"2025-07-01T06:23:20.558Z","20.0.0-renovate-018770-mck6d9ra":"2025-07-01T06:59:37.740Z","20.0.0-renovate-7df062-mck6zhra":"2025-07-01T07:16:59.533Z","20.0.0-renovate-043a50-mck776wf":"2025-07-01T07:22:58.005Z","20.0.0-renovate-043a50-mck7epuo":"2025-07-01T07:28:53.448Z","20.0.0-renovate-89d6d6-mck8590h":"2025-07-01T07:49:29.192Z","20.0.0-renovate-89d6d6-mck86fzv":"2025-07-01T07:50:26.735Z","20.0.0-develop-ae8abb-mck8vo1y":"2025-07-01T08:10:01.730Z","20.0.0-feature-4ef3e8-mck9aq2r":"2025-07-01T08:21:36.082Z","20.0.0-develop-c2e9db-mck9g9g3":"2025-07-01T08:26:03.128Z","20.0.0-develop-a4a98e-mcka4g1f":"2025-07-01T08:44:49.390Z","20.0.0-fix-a94f7d-mckc7h7b":"2025-07-01T09:43:04.063Z","20.0.0-develop-0bb264-mckd0bal":"2025-07-01T10:05:32.484Z","20.0.0-feature-65e987-mckdc366":"2025-07-01T10:14:46.222Z","18.6.1-fix-70b6a0-mckoswq5":"2025-07-01T15:58:43.426Z","18.6.1-fix-8d96df-mckrwnbf":"2025-07-01T17:24:59.462Z","18.6.1-fix-001355-mclitcio":"2025-07-02T05:58:23.016Z","20.0.0-feature-8b3ca1-mclk1whh":"2025-07-02T06:10:16.741Z","20.0.0-feature-154a5a-mclk26vr":"2025-07-02T06:10:48.182Z","18.6.1-release-ca0bc8-mclv6prn":"2025-07-02T11:44:57.253Z","18.6.1-fix-7d2396-mclv70kk":"2025-07-02T12:49:01.933Z","20.0.0-develop-9426f1-mcm381wb":"2025-07-02T15:07:05.628Z","20.0.0-feature-b36332-mcm39emh":"2025-07-02T15:08:21.618Z","20.0.0-develop-8edc9a-mcna23sw":"2025-07-03T11:06:22.535Z","18.6.1-fix-cc37a0-mcn9dnis":"2025-07-03T11:37:59.294Z","18.6.1-release-72fc1a-mcnbwaw1":"2025-07-03T12:20:22.481Z","18.6.1-fix-849738-mcnd3xxv":"2025-07-03T15:09:34.749Z","18.6.1-release-d28de3-mcnig2aq":"2025-07-03T15:25:35.867Z","18.6.1-release-2c06f2-mcnndkul":"2025-07-03T17:41:46.053Z","18.6.1":"2025-07-03T18:04:34.225Z","20.0.0-develop-19f453-mcogdlq4":"2025-07-04T06:50:50.318Z","19.2.1":"2025-07-04T06:53:29.611Z","20.0.0-feature-fe7a6a-mcogo2lp":"2025-07-04T06:59:05.204Z","20.0.0-feature-7f4763-mcohm5t8":"2025-07-04T07:25:33.262Z","20.0.0-feature-7f4763-mcohmnxm":"2025-07-04T07:25:56.422Z","20.0.0-feature-3bb426-mcoxu1fs":"2025-07-04T14:59:34.578Z","20.0.0-feature-a7addf-mcu4dykx":"2025-07-08T06:02:05.685Z","20.0.0-feature-5dac63-mcys2enj":"2025-07-11T12:15:52.561Z","20.0.0-feature-6e137b-mcysyjhy":"2025-07-11T12:40:55.404Z","20.0.0-develop-2cf631-md2t90i6":"2025-07-14T08:00:04.415Z","18.6.2":"2025-07-14T17:01:12.655Z","20.0.0-feature-af8102-md4gzqla":"2025-07-15T11:52:23.366Z","20.0.0-dependabot-8fada7-md82v7ln":"2025-07-18T00:26:27.184Z","20.0.0-feature-ff00cc-mdd1ho4g":"2025-07-21T11:48:38.254Z","20.0.0-feature-6768a4-mdd3ktut":"2025-07-21T12:46:50.626Z","20.0.0-feature-d7bea7-mdd5bwgl":"2025-07-21T13:35:57.097Z","20.0.0-dependabot-a0fa0f-mddtw0az":"2025-07-22T01:01:42.699Z","20.0.0-develop-7556d6-mde5cbeo":"2025-07-22T06:24:04.465Z","20.0.0-feature-83c515-mdflcb3g":"2025-07-23T06:39:42.339Z","20.0.0-next-2fa900-mdg1xug7":"2025-07-23T14:24:25.810Z","20.0.0-next-dd24a9-mdg2rtpy":"2025-07-23T14:47:37.201Z","20.0.0-fix-0cddc4-mdmujqok":"2025-07-28T08:31:45.666Z","20.0.0-fix-048df5-mdn3fa9i":"2025-07-28T12:40:21.118Z","20.0.0-next-f13662-mdrj8ab5":"2025-07-31T15:13:49.605Z","20.0.0-next-bdc8e3-mdrma4l5":"2025-07-31T16:39:24.068Z","20.0.0-renovate-6c89a5-mds8rmgl":"2025-08-01T03:06:55.843Z","20.0.0-renovate-3b9af2-mds8rw0b":"2025-08-01T03:07:06.822Z","20.0.0-renovate-5e92d8-mds8s3gg":"2025-08-01T03:07:37.856Z","20.0.0-renovate-ecdb4b-mds8sa6w":"2025-08-01T03:07:56.792Z","20.0.0-develop-f0f3f5-mdsf7nj6":"2025-08-01T06:07:23.769Z","20.0.0-renovate-749121-mdsf8p3n":"2025-08-01T06:08:10.417Z","20.0.0-renovate-fa4e83-mdsf8vk5":"2025-08-01T06:08:23.589Z","20.0.0-renovate-8b389d-mdsf93b4":"2025-08-01T06:08:30.611Z","20.0.0-renovate-fcc5bb-mdsf9c06":"2025-08-01T06:09:20.214Z","20.0.0-renovate-117ec0-mdsfal0y":"2025-08-01T06:13:19.226Z","20.0.0-renovate-6f99cd-mdsfchnm":"2025-08-01T06:13:34.783Z","20.0.0-renovate-deee53-mdsfe6wo":"2025-08-01T06:14:05.298Z","20.0.0-develop-2fb493-mdsrmll5":"2025-08-01T11:54:51.863Z","20.0.0-renovate-fa7a02-mdsrndkd":"2025-08-01T11:55:33.369Z","20.0.0-renovate-879dd7-mdsrnura":"2025-08-01T11:55:55.364Z","20.0.0-renovate-1b8fa7-mdsrnxuz":"2025-08-01T11:56:00.207Z","20.0.0-dependabot-25a6dc-mdsroid0":"2025-08-01T11:56:45.015Z","20.0.0-develop-e395e9-mdsvqo4l":"2025-08-01T13:50:06.341Z","20.0.0-renovate-c21a4d-mdsvrlp5":"2025-08-01T13:50:49.619Z","20.0.0-renovate-a78650-mdsvrt4j":"2025-08-01T13:50:57.186Z","20.0.0-dependabot-191487-mdsvt3wi":"2025-08-01T13:52:01.085Z","20.0.0-develop-899cb9-mdt84nlu":"2025-08-01T19:36:53.147Z","20.0.0-renovate-77dfc2-mdt85fw9":"2025-08-01T19:37:27.799Z","20.0.0-renovate-e220ad-mdx9y0ml":"2025-08-04T15:38:55.841Z","20.0.0-next-5fb601-mdygab44":"2025-08-05T11:25:47.662Z","20.0.0-next-4a50aa-mdygszr1":"2025-08-05T11:40:13.876Z","20.0.0-next-1c8245-mdyh21no":"2025-08-05T11:47:25.146Z","20.0.0-fix-2a25a3-mdymggss":"2025-08-05T14:18:35.303Z","20.0.0-fix-daf964-mdzwtlqk":"2025-08-06T11:56:24.981Z","20.0.0-fix-70d1c8-me00lowm":"2025-08-06T13:42:16.995Z","20.0.0-renovate-1bef4e-me5sb8sx":"2025-08-10T14:35:07.851Z","20.0.0-renovate-51bb8f-me5sbbje":"2025-08-10T14:35:09.969Z","20.0.0-renovate-7cb9f0-me5sbikg":"2025-08-10T14:35:20.909Z","20.0.0-renovate-fd1892-me5sbqz0":"2025-08-10T14:35:26.404Z","20.0.0-develop-c6357e-me6qlktp":"2025-08-11T06:36:42.671Z","20.0.0-renovate-ad8a00-me9wo5xi":"2025-08-13T11:48:15.075Z","20.0.0-alpha.4":"2025-08-18T09:03:23.585Z","19.2.2-fix-b12fbf-meiagxgh":"2025-08-19T09:03:01.709Z","19.2.2-fix-f61cde-meiandsq":"2025-08-19T09:08:06.420Z","19.2.2-fix-5ca5ea-meicsirb":"2025-08-19T10:30:07.031Z","19.2.2":"2025-08-19T10:58:49.712Z","20.0.0-develop-65e30d-meifhu9w":"2025-08-19T10:59:04.140Z","20.0.0-renovate-0a5154-meis5hqz":"2025-08-19T16:51:44.366Z","19.2.2-hotfix-7b809f-mejmxnu0":"2025-08-20T07:38:45.984Z","19.2.3-hotfix-05533b-mejo7vpr":"2025-08-20T08:14:52.314Z","20.0.0-develop-b13096-mejq8eul":"2025-08-20T08:47:38.971Z","19.2.3":"2025-08-20T09:00:01.213Z","19.2.4-fix-a7bc68-melbkj5a":"2025-08-21T11:56:12.908Z","19.2.4":"2025-08-21T14:59:48.318Z","18.6.3":"2025-08-21T15:04:13.862Z","20.0.0-develop-c48db5-meljsf2l":"2025-08-21T15:22:48.525Z","18.6.4-fix-ef65ff-memk6vaf":"2025-08-22T08:44:31.446Z","18.6.4-fix-18d63d-memkuldx":"2025-08-22T09:02:33.050Z","20.0.0-develop-a23be2-memmh35e":"2025-08-22T09:25:27.429Z","18.6.4":"2025-08-22T09:27:42.081Z","19.2.5":"2025-08-22T09:37:54.493Z","20.0.0-alpha.5":"2025-08-23T19:07:09.511Z","20.0.0-alpha.6":"2025-08-25T10:23:54.596Z","20.0.0-renovate-c58117-merci8yj":"2025-08-25T16:43:37.453Z","19.2.6":"2025-08-26T08:42:39.283Z","20.0.0-develop-bb0e5b-mesauj1q":"2025-08-26T08:46:57.903Z","18.6.5":"2025-08-26T09:27:18.338Z","20.0.0-develop-299b99-metpqwtl":"2025-08-27T08:31:49.133Z","20.0.0-fix-3639cf-mev30hk9":"2025-08-28T07:30:57.976Z","20.0.0-renovate-31f2a4-mezshzu1":"2025-08-31T14:33:31.086Z","20.0.0-feature-78bd61-mf83zxma":"2025-09-06T10:19:21.559Z","20.0.0-feature-54d75d-mf84kli8":"2025-09-06T10:35:30.269Z","20.0.0-feature-468396-mfao40sv":"2025-09-08T05:17:56.517Z","20.0.0-feature-2e7f53-mfattsab":"2025-09-08T07:57:59.290Z","20.0.0-feature-d5d54a-mfavdrco":"2025-09-08T08:41:38.178Z","20.0.0-feature-834253-mfb4dz4c":"2025-09-08T12:53:47.086Z","20.0.0-feature-834253-mfb4giky":"2025-09-08T12:55:35.322Z","20.0.0-develop-a4a32a-mfcdgej5":"2025-09-09T09:55:02.556Z","20.0.0-alpha.7":"2025-09-09T10:55:38.319Z","20.0.0-develop-460cc9-mfds0y34":"2025-09-10T09:30:55.976Z","20.0.0-feature-fef5b1-mfdvzki1":"2025-09-10T11:21:47.629Z","20.0.0-feature-fef5b1-mfdypt1a":"2025-09-10T12:38:07.078Z","20.0.0-develop-2dca4f-mff0g105":"2025-09-11T06:12:29.934Z","20.0.0-renovate-080fb6-mff0ghda":"2025-09-11T06:12:50.099Z","20.0.0-develop-0f5ab7-mff0glxg":"2025-09-11T06:12:57.658Z","20.0.0-develop-9ad6f8-mff0h9me":"2025-09-11T06:13:41.942Z","20.0.0-develop-128e08-mff1kfcn":"2025-09-11T06:45:48.760Z","20.0.0-feature-a6eded-mffdmwy4":"2025-09-11T12:21:39.885Z","20.0.0-feature-cd8674-mffdn9q4":"2025-09-11T12:21:55.270Z","20.0.0-feature-23f22d-mffija56":"2025-09-11T14:40:43.330Z","20.0.0-feature-2500ae-mfghojx7":"2025-09-12T07:04:35.276Z","20.0.0-develop-10736e-mfgid9ee":"2025-09-12T07:23:52.879Z","20.0.0-alpha.8":"2025-09-15T10:15:52.189Z","20.0.0-feature-1d15e0-mfl3q0ww":"2025-09-15T12:32:53.345Z","20.0.0-feature-30c68d-mfl7fqb8":"2025-09-15T14:16:39.578Z","20.0.0-develop-3adc12-mfmi2vyt":"2025-09-16T12:04:09.493Z","20.0.0-develop-9a7004-mfmi5jwc":"2025-09-16T12:05:53.037Z","20.0.0-develop-9b0b6b-mfmj2ghq":"2025-09-16T12:31:30.420Z","19.2.7-hotfix-f1b6af-mfqqabd6":"2025-09-19T11:27:12.872Z","19.2.7":"2025-09-19T13:26:45.836Z","20.0.0-develop-215ab3-mfursvsr":"2025-09-22T06:57:59.012Z","20.0.0-develop-2c28ae-mfuu43sc":"2025-09-22T08:02:42.076Z","20.0.0-alpha.9":"2025-09-22T08:02:47.006Z","20.0.0-develop-87ec84-mfw8sjsi":"2025-09-23T07:41:33.182Z","20.0.0-develop-229dd2-mfwk9lx8":"2025-09-23T13:02:42.052Z","19.2.8":"2025-09-23T13:11:57.301Z","20.0.0-feature-435da6-mfwp4ycd":"2025-09-23T15:17:36.310Z","20.0.0-renovate-1fc25f-mg7fqhku":"2025-10-01T03:41:25.552Z","20.0.0-develop-c4f36c-mg7l8h04":"2025-10-01T06:15:21.325Z","20.0.0-renovate-29346c-mg7mrjmo":"2025-10-01T06:58:05.584Z","20.0.0-develop-fbfb7a-mg7nuwpt":"2025-10-01T07:28:45.737Z","20.0.0-develop-fbfb7a-mgg5raik":"2025-10-07T06:12:12.486Z","20.0.0-feature-887862-mghqsjnr":"2025-10-08T08:47:16.541Z","20.0.0-feature-17b9d9-mghv0trs":"2025-10-08T10:45:27.449Z","20.0.0-fix-2ff9b3-mgi4qn3c":"2025-10-08T15:17:37.546Z","20.0.0-feature-819f96-mgj76xp0":"2025-10-09T09:14:06.167Z","20.0.0-feature-819f96-mgj7gboa":"2025-10-09T09:21:07.244Z","20.0.0-renovate-48033f-mgq71y2g":"2025-10-14T06:46:05.831Z","20.0.0-develop-b05ff5-mgq9lfg1":"2025-10-14T07:56:32.831Z","20.0.0-fix-47bf94-mgrns3re":"2025-10-15T07:21:11.750Z","20.0.0-fix-b5149f-mgro7g7a":"2025-10-15T07:33:27.505Z","20.0.0-develop-bb7a27-mgroypgf":"2025-10-15T07:54:18.338Z","20.0.0-alpha.10":"2025-10-15T14:39:49.365Z","20.0.0-feature-110ac5-mgt2vt59":"2025-10-16T07:11:33.078Z","18.6.6":"2025-11-07T13:49:03.584Z","20.0.0-feature-6a50d6-mht9nyfx":"2025-11-10T15:01:15.779Z","18.6.7":"2025-11-11T15:46:16.046Z","20.0.0-renovate-4613dc-mi4l1p6g":"2025-11-18T13:05:23.958Z","20.0.0-renovate-660e38-mi4l1w2f":"2025-11-18T13:05:44.905Z","20.0.0-renovate-a956a2-mi4l3clg":"2025-11-18T13:06:47.655Z","20.0.0-renovate-5b28fe-mi4l5n9x":"2025-11-18T13:08:21.711Z","20.0.0-develop-e0f556-mi5brjdl":"2025-11-19T01:33:14.215Z","20.0.0-renovate-6ecbc8-mi5bs24y":"2025-11-19T01:33:46.815Z","20.0.0-renovate-dfb7b0-mi5bts7d":"2025-11-19T01:35:02.292Z","20.0.0-renovate-d66c4c-mibz9lql":"2025-11-23T17:17:55.449Z","20.0.0-renovate-4ad79e-micg4d3e":"2025-11-24T01:09:40.228Z","20.0.0-renovate-94edbb-mifegr2f":"2025-11-26T02:46:35.842Z","20.0.0-develop-a87db3-mihdf4at":"2025-11-27T11:52:57.631Z","20.0.0-renovate-b11a95-mihpmc11":"2025-11-27T17:34:23.756Z","20.0.0-develop-19708b-mihzjmjj":"2025-11-27T22:12:18.702Z","20.0.0-renovate-d62db9-mimivsab":"2025-12-01T02:24:37.131Z","20.0.0-develop-19708b-mioj98qy":"2025-12-02T12:10:41.945Z","20.0.0-renovate-579dbf-mioti5e6":"2025-12-02T16:57:25.684Z","20.0.0-renovate-573246-mip4jk3q":"2025-12-02T22:06:39.308Z","20.0.0-renovate-bb97b5-miqe38x8":"2025-12-03T19:21:35.788Z","20.0.0-renovate-f46a79-miqe8pp8":"2025-12-03T19:25:51.405Z","20.0.0-renovate-691bb9-mirks7te":"2025-12-04T15:17:19.297Z","20.0.0-renovate-03b2ff-miuu9bvm":"2025-12-06T22:05:20.247Z","18.6.7-hotfix-6bfa76-mkh3aaxo":"2026-01-16T17:09:18.203Z","18.6.8":"2026-01-19T11:11:42.689Z","18.6.8-hotfix-454769-mlkv4ay2":"2026-02-13T12:52:19.924Z","18.6.9":"2026-02-13T13:20:35.913Z","18.6.10":"2026-02-16T17:40:13.575Z","18.6.11":"2026-02-20T10:36:59.831Z","18.6.12":"2026-02-24T09:49:37.546Z"},"bugs":{"url":"https://github.com/5minds/ProcessCube.Engine/issues"},"author":{"url":"https://5minds.de/","name":"5Minds IT-Solutions GmbH & Co. KG","email":"info@5minds.de"},"license":"MIT","homepage":"https://github.com/5minds/ProcessCube.Engine#readme","keywords":["bpmn","nodejs","workflows","processautomation","postgres","sqlite","sqlserver"],"repository":{"url":"git+https://github.com/5minds/ProcessCube.Engine.git","type":"git"},"description":"The ProcessCube Engine. Stores and executes BPMNs.","maintainers":[{"name":"moellenbeck","email":"mm@processcube.io"},{"name":"process-engine-ci","email":"cuby+npm@processcube.io"},{"name":"roblen","email":"rl@processcube.io"},{"name":"aweicher","email":"Andreas.Weicher@5minds.de"},{"name":"alexanderotto","email":"ao@processcube.io"},{"name":"matthiasdanne5","email":"matthias.danne@5minds.de"},{"name":"felixmaximus","email":"fs@processcube.io"}],"readme":"# 5Minds Engine\n\nDie 5Minds Engine ist eine Stand-alone Anwendung, die für das Ausführen der mit dem ProcessCube Studio modellierten Prozesse zuständig ist.\n\nSie kann entweder als globales NPM Paket, oder als Docker Container verwendet werden.\n\nAusführliche Anwendungsbeispiele finden sich [auf processcube.io](https://processcube.io/docs/engine).\n\n## Voraussetzungen\n\n- Minimal benötigte NodeJS Version: >= `v16.13.0`\n- Empfohlene NodeJS Version: >= `v22.16.0`\n- Auf Windows Systemen: Die [Windows Build Tools](https://www.npmjs.com/package/windows-build-tools)\n- Eine laufende Authority\n  - Die Engine verwendet diese Authority zur Benutzerauthentifizierung\n- Derzeit unterstützte DBMS sind:\n  - MS SQL Server\n  - PostgreSQL\n  - SQLite\n\nFalls PostgreSQL oder MS SQL Server als Datenbank verwendet werden, muss eine entsprechende Instanz erreichbar sein.\n\n## Beispiele und Dokumentation\n\nAusführliche Beispiele und Dokumentationen finden sich auf [processcube.io](https://processcube.io)\n\n## Schnellstart mit NPM\n\nInstallation:\n\n```bash\nnpm install -g @5minds/processcube_engine\n```\n\nStarten:\n\n```bash\nprocesscube-engine\n```\n\nDie Engine ist nun unter `http://localhost:10560` erreichbar.\n\nÜber den Browser ist auf diesem Wege eine vollumfängliche Dokumentation der Engine API verfügbar.\n\n**Hinweis:**\nFalls der Befehl `processcube-engine` unter Windows nicht funktioniert, bitte sicherstellen, dass `PATH` korrekt gesetzt wurde.\nAuch muss die Command Shell mit Administratorrechten gestartet werden.\n\n## Schnellstart mit Docker\n\nEin Docker Image ist auf [Dockerhub](https://hub.docker.com/repository/docker/5minds/processcube_engine) verfügbar.\n\nZum schnellen Starten eines Containers kann folgender Befehl genutzt werden:\n\n```shell\ndocker run -p 10560:80 5minds/processcube_engine\n```\n\nSollte das Image noch nicht lokal vorhanden sein, wird es vorher heruntergeladen.\n\nWeitere Infos zur Verwendung mit Docker:\n\n- [Installationsanleitung](https://processcube.io/docs/engine/installation)\n- [Erste Schritte](https://processcube.io/docs/engine/first_steps)\n\n## Konfiguration\n\nStandardmäßig nutzt die Engine die [interne SQLite Konfiguration](./configs/sqlite.json).\n\nEine eigene Konfigurationsdatei kann mit der Umgebungsvariable `CONFIG_PATH` gesetzt werden.\n\nBeispiel:\n\n```bash\nCONFIG_PATH=/<path_to_configfile>/<filename>.json processcube-engine\n```\n\nEine ausführliche Anleitung findet sich in unserer [Konfigurationsanleitung](https://processcube.io/docs/engine/configuration).\n\nAuch ist ein Set an [Beispielkonfigurationen verfügbar](./configs/).\n\n## Arbeitsverzeichnis\n\nDie Engine speichert ihre lokalen Dateien in folgendem Verzeichnis:\n\n| Platform | Folder Path                               |\n| -------- | ----------------------------------------- |\n| macOS    | `/Users/<Username>/.processcube/engine`   |\n| Linux    | `/home/<Username>/.processcube/engine`    |\n| Windows  | `c:\\Users\\<Username>\\.processcube\\engine` |\n\nDie per Default verwendete SQLite Datenbank befindet sich an diesem Ort.\n\n## Ansprechpartner\n\n1. [Christian Werner](mailto:christian.werner@5minds.de)\n1. [Sebastian Griesa](mailto:sebastian.griesa@5minds.de)\n","readmeFilename":"README.md"}